-- MySQL dump 10.13  Distrib 5.6.42, for Linux (x86_64)
--
-- Host: localhost    Database: macedoni_wrdp2
-- ------------------------------------------------------
-- Server version	5.6.42-cll-lve

/*!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_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) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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 COLLATE utf8_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8_unicode_ci 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 COLLATE utf8_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8_unicode_ci 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`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=270 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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 (266,1791,'Hygienepaletten','Mango290@gmail.com','http://hygienepalettenfp.eu','185.216.33.138','2019-01-07 14:49:14','2019-01-07 14:49:14','Incredibly incredibly awesome website. Rather great to browse and unbelievably substantially exciting content. Sure time includes not still occur back again and greet.',0,'1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(267,1791,'Die Hygienepaletten','Hendy383@gmail.com','http://hygienepalettenfp.eu','185.216.33.179','2019-01-13 23:14:26','2019-01-13 23:14:26','Seriously very awesome web site. Exceptionally pleasant toward browse and unbelievably a lot intriguing written content. Undoubtedly season includes not nonetheless occur back and greet.',0,'1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(268,1791,'Hygienepaletten','Heckathorne882@gmail.com','http://hygienepalettenfp.eu','185.216.33.163','2019-01-14 21:09:18','2019-01-14 21:09:18','Rather Quite amazing web-site. Rather good to browse and very a great deal fascinating content material. Completely period includes not nonetheless appear back again and greet.',0,'1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(269,516,'viagra generic','sheena.olivarez@aol.com','https://lazyfather.com/home.php?mod=space&amp;uid=99019&amp;do=profile&amp;from=space','60.53.128.130','2019-01-26 16:00:44','2019-01-26 16:00:44','Hello are using Wordpress for your site platform?\r\nI\'m new to the blog world but I\'m trying to get started and \r\nset up my own. Do you need any html coding expertise to make your own blog?\r\nAny help would be really appreciated! <a href=\"https://lazyfather.com/home.php?mod=space&amp;uid=99019&amp;do=profile&amp;from=space\" rel=\"nofollow\">viagra generic</a>',0,'1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_contact_form_7`
--

DROP TABLE IF EXISTS `wp_contact_form_7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_contact_form_7` (
  `cf7_unit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL DEFAULT '',
  `form` text NOT NULL,
  `mail` text NOT NULL,
  `mail_2` text NOT NULL,
  `messages` text NOT NULL,
  `additional_settings` text NOT NULL,
  PRIMARY KEY (`cf7_unit_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_contact_form_7`
--

LOCK TABLES `wp_contact_form_7` WRITE;
/*!40000 ALTER TABLE `wp_contact_form_7` DISABLE KEYS */;
INSERT INTO `wp_contact_form_7` VALUES (1,'Contact form 1','<p class=\"field\"><label>Name: <small>*</small></label>[text* your-name] </p>\r\n\r\n<p class=\"field\"><label>E-mail: <small>*</small></label>[email* your-email] </p>\r\n\r\n<p class=\"field\"><label>Phone:</label>[text your-subject] </p>\r\n\r\n<p class=\"field\"><label>Message:</label>[textarea your-message] </p>\r\n\r\n<p class=\"submit-wrap\"><input type=\"reset\" value=\"clear\" />[submit \"send\"]</p>','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:180:\"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Framework1.3 http://macrec.com\";s:9:\"recipient\";s:18:\"admin@demolink.org\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:119:\"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Framework1.3 http://macrec.com\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";}','');
/*!40000 ALTER TABLE `wp_contact_form_7` 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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8_unicode_ci 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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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(191) COLLATE utf8_unicode_ci DEFAULT NULL,
  `option_value` longtext COLLATE utf8_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=40197 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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://macrec.com','yes'),(2,'blogname','Macedonia Recreation Center','yes'),(3,'blogdescription','','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','admin@demolink.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','4','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%category%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:13:{i:0;s:47:\"advanced-sidebar-menu/advanced-sidebar-menu.php\";i:1;s:31:\"cherry-plugin/cherry-plugin.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:31:\"code-snippets/code-snippets.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:29:\"easy-columns/easy-columns.php\";i:6;s:37:\"embed-google-map/embed_google_map.php\";i:7;s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";i:8;s:53:\"motopress-content-editor/motopress-content-editor.php\";i:9;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:10;s:25:\"tablepress/tablepress.php\";i:11;s:31:\"wp-migrate-db/wp-migrate-db.php\";i:12;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(36,'home','http://macrec.com','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:68:\"/home/johnh/public_html/wp-content/themes/CherryFramework/header.php\";i:2;s:67:\"/home/johnh/public_html/wp-content/themes/CherryFramework/style.css\";i:3;s:68:\"/home/johnh/public_html/wp-content/themes/theme46787/js/my_script.js\";i:4;s:67:\"/home/johnh/public_html/wp-content/themes/theme46787/main-style.css\";i:5;s:62:\"/home/johnh/public_html/wp-content/themes/theme46787/style.css\";}','no'),(44,'template','CherryFramework','yes'),(45,'stylesheet','theme46787','yes'),(46,'comment_whitelist','','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','43764','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:3:{i:6;a:3:{s:5:\"title\";s:9:\"Duis quis\";s:4:\"text\";s:362:\"In luctus sollicitudin lorem. Pellentesque iaculis vel mauris vel imperdiet. Aliquam erat volutpat. Sed vestibulum tincidunt ultricies. Donec consequat ipsum eu arcu congue, vel condimentum quam aliquet. Cras dui eros, ultrices vitae purus a, hendrerit posuere leo. Suspendisse luctus venenatis ultricies. Nullam aliquam tellus eros, quis egestas erat blandit a.\";s:6:\"filter\";b:0;}i:7;a:8:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:149:\"<strong>1494 East Aurora Rd.\r\n <br> Macedonia, Oh 44056</strong>\r\n<em><br>Main Line  330-468-8370<br> Hotline  330-468-8369<br>Fax  330-468-8377</em>\";s:6:\"filter\";b:0;s:31:\"cherry_widget_rules_type_text-7\";s:3:\"all\";s:26:\"cherry_widget_rules_text-7\";s:0:\"\";s:33:\"cherry_widget_custom_class_text-7\";s:0:\"\";s:31:\"cherry_widget_responsive_text-7\";s:19:\"visible-all-devices\";s:26:\"cherry_widget_users_text-7\";s:3:\"all\";}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes'),(85,'uninstall_plugins','a:3:{s:29:\"easy-columns/easy-columns.php\";a:2:{i:0;s:11:\"EasyColumns\";i:1;s:9:\"uninstall\";}s:31:\"cherry-plugin/cherry-plugin.php\";s:23:\"cherry_plugin_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(86,'timezone_string','','yes'),(88,'page_on_front','203','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','22441','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:72:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:29:\"tablepress_import_tables_wptr\";b:1;s:23:\"tablepress_edit_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";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'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:6;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:3;a:8:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;s:35:\"cherry_widget_rules_type_archives-3\";s:3:\"all\";s:30:\"cherry_widget_rules_archives-3\";s:0:\"\";s:37:\"cherry_widget_custom_class_archives-3\";s:0:\"\";s:35:\"cherry_widget_responsive_archives-3\";s:19:\"visible-all-devices\";s:30:\"cherry_widget_users_archives-3\";s:3:\"all\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:4:\"Meta\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:17:{i:0;s:10:\"archives-3\";i:1;s:10:\"nav_menu-6\";i:2;s:10:\"nav_menu-8\";i:3;s:10:\"nav_menu-7\";i:4;s:10:\"nav_menu-3\";i:5;s:10:\"nav_menu-4\";i:6;s:10:\"nav_menu-5\";i:7;s:11:\"tag_cloud-3\";i:8;s:14:\"recent-posts-2\";i:9;s:17:\"recent-comments-6\";i:10;s:10:\"calendar-2\";i:11;s:10:\"nav_menu-2\";i:12;s:17:\"social_networks-3\";i:13;s:8:\"search-2\";i:14;s:6:\"meta-2\";i:15;s:7:\"pages-2\";i:16;s:6:\"text-6\";}s:12:\"main-sidebar\";a:7:{i:0;s:23:\"dc_jqaccordion_widget-2\";i:1;s:23:\"dc_jqaccordion_widget-5\";i:2;s:23:\"dc_jqaccordion_widget-3\";i:3;s:23:\"dc_jqaccordion_widget-4\";i:4;s:23:\"dc_jqaccordion_widget-6\";i:5;s:23:\"dc_jqaccordion_widget-7\";i:6;s:17:\"social_networks-2\";}s:16:\"footer-sidebar-1\";a:1:{i:0;s:6:\"text-7\";}s:16:\"footer-sidebar-2\";a:0:{}s:16:\"footer-sidebar-3\";a:0:{}s:16:\"footer-sidebar-4\";a:0:{}s:16:\"footer-sidebar-5\";a:0:{}s:16:\"footer-sidebar-6\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:7:{i:1549213285;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1549215388;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1549222589;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:1549238400;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1549265807;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1549267181;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;}}}s:7:\"version\";i:2;}','yes'),(109,'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:32:\"http://macrec.com\";s:4:\"link\";s:108:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://macrec.com/\";s:3:\"url\";s:141:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://macrec.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'),(145,'current_theme','theme46787','yes'),(146,'theme_mods_CherryFramework','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"header_menu\";i:24;s:11:\"footer_menu\";i:23;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1372947253;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"main-sidebar\";a:4:{i:0;s:20:\"my-recent-comments-5\";i:1;s:20:\"my_poststypewidget-7\";i:2;s:15:\"my_postwidget-7\";i:3;s:11:\"tag_cloud-2\";}s:16:\"footer-sidebar-1\";a:1:{i:0;s:6:\"text-5\";}s:16:\"footer-sidebar-2\";a:1:{i:0;s:15:\"my_postwidget-6\";}s:16:\"footer-sidebar-3\";a:1:{i:0;s:10:\"archives-2\";}s:16:\"footer-sidebar-4\";a:1:{i:0;s:17:\"my_flickrwidget-3\";}}}}','yes'),(147,'theme_switched','','yes'),(148,'optionsframework','a:2:{s:2:\"id\";s:10:\"theme46787\";s:12:\"knownoptions\";a:1:{i:0;s:10:\"theme46787\";}}','yes'),(149,'cherry','a:69:{s:15:\"body_background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:12:\"header_color\";s:0:\"\";s:11:\"links_color\";s:7:\"#0088cc\";s:17:\"links_color_hover\";s:0:\"\";s:14:\"google_mixed_3\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h1_heading\";a:6:{s:4:\"size\";s:4:\"30px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"35px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h2_heading\";a:6:{s:4:\"size\";s:4:\"22px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"22px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h3_heading\";a:6:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h4_heading\";a:6:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h5_heading\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:10:\"h6_heading\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#333333\";}s:15:\"g_search_box_id\";s:3:\"yes\";s:16:\"g_breadcrumbs_id\";s:3:\"yes\";s:10:\"custom_css\";s:0:\"\";s:9:\"logo_type\";s:10:\"image_logo\";s:15:\"logo_typography\";a:6:{s:4:\"size\";s:4:\"40px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"48px\";s:5:\"color\";s:7:\"#049CDB\";}s:8:\"logo_url\";s:93:\"http://macrec.com/wp-content/themes/CherryFramework/images/logo.png\";s:7:\"favicon\";s:89:\"http://macrec.com/wp-content/themes/CherryFramework/favicon.ico\";s:15:\"menu_typography\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#1133AA\";}s:8:\"sf_delay\";s:4:\"1000\";s:14:\"sf_f_animation\";s:4:\"show\";s:15:\"sf_sl_animation\";s:4:\"show\";s:8:\"sf_speed\";s:6:\"normal\";s:9:\"sf_arrows\";s:5:\"false\";s:17:\"mobile_menu_label\";s:14:\"Navigate to...\";s:11:\"slider_type\";s:13:\"camera_slider\";s:9:\"sl_effect\";s:6:\"random\";s:10:\"sl_columns\";s:2:\"12\";s:7:\"sl_rows\";s:1:\"8\";s:9:\"sl_banner\";s:14:\"fadeFromBottom\";s:12:\"sl_pausetime\";s:4:\"7000\";s:18:\"sl_animation_speed\";s:4:\"1500\";s:12:\"sl_slideshow\";s:4:\"true\";s:13:\"sl_thumbnails\";s:4:\"true\";s:14:\"sl_control_nav\";s:4:\"true\";s:10:\"sl_dir_nav\";s:4:\"true\";s:15:\"sl_dir_nav_hide\";s:5:\"false\";s:20:\"sl_play_pause_button\";s:4:\"true\";s:9:\"sl_loader\";s:2:\"no\";s:13:\"acc_show_post\";s:0:\"\";s:13:\"acc_slideshow\";s:5:\"false\";s:15:\"acc_hover_pause\";s:4:\"true\";s:13:\"acc_pausetime\";s:4:\"6000\";s:19:\"acc_animation_speed\";s:3:\"600\";s:10:\"acc_easing\";s:12:\"easeOutCubic\";s:11:\"acc_trigger\";s:9:\"mouseover\";s:18:\"acc_starting_slide\";s:1:\"0\";s:9:\"blog_text\";s:4:\"Blog\";s:12:\"blog_related\";s:13:\"Related Posts\";s:16:\"blog_sidebar_pos\";s:5:\"right\";s:15:\"post_image_size\";s:6:\"normal\";s:17:\"single_image_size\";s:6:\"normal\";s:9:\"post_meta\";s:4:\"true\";s:12:\"post_excerpt\";s:4:\"true\";s:12:\"folio_filter\";s:3:\"cat\";s:11:\"folio_title\";s:3:\"yes\";s:13:\"folio_excerpt\";s:3:\"yes\";s:19:\"folio_excerpt_count\";s:2:\"20\";s:9:\"folio_btn\";s:3:\"yes\";s:10:\"folio_meta\";s:3:\"yes\";s:11:\"layout_mode\";s:7:\"fitRows\";s:12:\"items_count2\";s:1:\"8\";s:12:\"items_count3\";s:1:\"9\";s:12:\"items_count4\";s:2:\"12\";s:11:\"footer_text\";s:0:\"\";s:7:\"ga_code\";s:0:\"\";s:8:\"feed_url\";s:0:\"\";s:11:\"footer_menu\";s:4:\"true\";s:22:\"footer_menu_typography\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#0088CC\";}}','yes'),(150,'wpcf7','a:1:{s:7:\"version\";s:5:\"5.1.1\";}','yes'),(152,'widget_my-recent-comments','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes'),(153,'widget_my_poststypewidget','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes'),(154,'widget_my_postwidget','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes'),(155,'widget_tag_cloud','a:2:{i:3;a:2:{s:5:\"title\";s:9:\"Tag Cloud\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_my_twitterwidget','a:2:{i:8;a:4:{s:5:\"title\";s:13:\"Recent tweets\";s:12:\"twitter_name\";s:15:\"lorem_ipsum_dol\";s:13:\"twitts_amount\";s:1:\"3\";s:19:\"twitter_avatar_size\";s:2:\"30\";}s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_my_flickrwidget','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes'),(210,'theme_mods_CherryMoto','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"header_menu\";i:24;s:11:\"footer_menu\";i:23;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1365581151;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"main-sidebar\";a:4:{i:0;s:11:\"tag_cloud-2\";i:1;s:15:\"my_postwidget-6\";i:2;s:15:\"my_postwidget-7\";i:3;s:20:\"my-recent-comments-5\";}s:16:\"footer-sidebar-1\";a:1:{i:0;s:20:\"my_poststypewidget-7\";}s:16:\"footer-sidebar-2\";a:1:{i:0;s:6:\"text-5\";}s:16:\"footer-sidebar-3\";a:1:{i:0;s:18:\"my_twitterwidget-8\";}s:16:\"footer-sidebar-4\";a:1:{i:0;s:17:\"my_flickrwidget-3\";}}}}','yes'),(250,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1365581160;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-5\";i:1;s:11:\"tag_cloud-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(251,'cherry_version','2.0','yes'),(267,'recently_activated','a:0:{}','yes'),(363,'suppress_filters','1','yes'),(367,'db_upgraded','','yes'),(411,'portfolio_category_children','a:0:{}','yes'),(451,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(457,'widget_pages','a:2:{i:2;a:3:{s:5:\"title\";s:5:\"Pages\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(458,'widget_widget_cherry_vcard','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes'),(459,'widget_nav_menu','a:8:{i:2;a:2:{s:5:\"title\";s:9:\"Main Menu\";s:8:\"nav_menu\";i:24;}i:3;a:2:{s:5:\"title\";s:7:\"Company\";s:8:\"nav_menu\";i:32;}i:4;a:2:{s:5:\"title\";s:8:\"Overview\";s:8:\"nav_menu\";i:33;}i:5;a:2:{s:5:\"title\";s:11:\"For clients\";s:8:\"nav_menu\";i:34;}i:6;a:7:{s:5:\"title\";s:10:\"Navigation\";s:8:\"nav_menu\";i:43;s:35:\"cherry_widget_rules_type_nav_menu-6\";s:3:\"all\";s:30:\"cherry_widget_rules_nav_menu-6\";s:0:\"\";s:37:\"cherry_widget_custom_class_nav_menu-6\";s:0:\"\";s:35:\"cherry_widget_responsive_nav_menu-6\";s:19:\"visible-all-devices\";s:30:\"cherry_widget_users_nav_menu-6\";s:3:\"all\";}i:7;a:0:{}i:8;a:7:{s:5:\"title\";s:10:\"Membership\";s:8:\"nav_menu\";i:43;s:35:\"cherry_widget_rules_type_nav_menu-8\";s:3:\"all\";s:30:\"cherry_widget_rules_nav_menu-8\";s:0:\"\";s:37:\"cherry_widget_custom_class_nav_menu-8\";s:0:\"\";s:35:\"cherry_widget_responsive_nav_menu-8\";s:19:\"visible-all-devices\";s:30:\"cherry_widget_users_nav_menu-8\";s:3:\"all\";}s:12:\"_multiwidget\";i:1;}','yes'),(460,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Calendar\";}s:12:\"_multiwidget\";i:1;}','yes'),(461,'widget_social_networks','a:3:{i:2;a:25:{s:5:\"title\";s:0:\"\";s:7:\"twitter\";s:18:\"http://twitter.com\";s:8:\"facebook\";s:23:\"http://www.facebook.com\";s:6:\"flickr\";s:0:\"\";s:4:\"feed\";N;s:8:\"linkedin\";N;s:9:\"delicious\";N;s:7:\"youtube\";N;s:6:\"google\";s:0:\"\";s:13:\"twitter_label\";s:7:\"Twitter\";s:14:\"facebook_label\";s:8:\"Facebook\";s:12:\"flickr_label\";s:0:\"\";s:10:\"feed_label\";N;s:14:\"linkedin_label\";N;s:15:\"delicious_label\";N;s:13:\"youtube_label\";N;s:12:\"google_label\";s:0:\"\";s:7:\"display\";s:5:\"icons\";s:5:\"email\";s:15:\"mail.google.com\";s:11:\"email_label\";s:11:\"Google mail\";s:42:\"cherry_widget_rules_type_social_networks-2\";s:3:\"all\";s:37:\"cherry_widget_rules_social_networks-2\";s:0:\"\";s:44:\"cherry_widget_custom_class_social_networks-2\";s:0:\"\";s:42:\"cherry_widget_responsive_social_networks-2\";s:19:\"visible-all-devices\";s:37:\"cherry_widget_users_social_networks-2\";s:3:\"all\";}i:3;a:23:{s:5:\"title\";s:9:\"Follow us\";s:7:\"twitter\";s:18:\"http://twitter.com\";s:8:\"facebook\";s:23:\"http://www.facebook.com\";s:5:\"email\";s:0:\"\";s:4:\"feed\";N;s:8:\"linkedin\";N;s:9:\"delicious\";N;s:7:\"youtube\";N;s:6:\"google\";s:23:\"http://www.google.com/+\";s:13:\"twitter_label\";s:7:\"Twitter\";s:14:\"facebook_label\";s:8:\"Facebook\";s:11:\"email_label\";s:0:\"\";s:10:\"feed_label\";N;s:14:\"linkedin_label\";N;s:15:\"delicious_label\";N;s:13:\"youtube_label\";N;s:12:\"google_label\";s:7:\"Google+\";s:7:\"display\";s:4:\"both\";s:42:\"cherry_widget_rules_type_social_networks-3\";s:3:\"all\";s:37:\"cherry_widget_rules_social_networks-3\";s:0:\"\";s:44:\"cherry_widget_custom_class_social_networks-3\";s:0:\"\";s:42:\"cherry_widget_responsive_social_networks-3\";s:19:\"visible-all-devices\";s:37:\"cherry_widget_users_social_networks-3\";s:3:\"all\";}s:12:\"_multiwidget\";i:1;}','yes'),(466,'theme_mods_theme46787','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"footer_menu\";i:23;s:11:\"header_menu\";i:50;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(467,'cherry_force_update','0','yes'),(468,'theme46787','a:89:{s:15:\"body_background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:11:\"main_layout\";s:9:\"fullwidth\";s:15:\"main_background\";s:7:\"#fafafa\";s:17:\"header_background\";a:5:{s:5:\"color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:11:\"links_color\";s:7:\"#72aad0\";s:17:\"links_color_hover\";s:7:\"#474747\";s:14:\"google_mixed_3\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#201d78\";}s:10:\"h1_heading\";a:6:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"24px\";s:5:\"color\";s:7:\"#474747\";}s:10:\"h2_heading\";a:6:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"24px\";s:5:\"color\";s:7:\"#474747\";}s:10:\"h3_heading\";a:6:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"24px\";s:5:\"color\";s:7:\"#474747\";}s:10:\"h4_heading\";a:6:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:4:\"bold\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#0000ff\";}s:10:\"h5_heading\";a:6:{s:4:\"size\";s:4:\"22px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"22px\";s:5:\"color\";s:7:\"#474747\";}s:10:\"h6_heading\";a:6:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:6:\"normal\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#63a9cd\";}s:15:\"g_search_box_id\";s:3:\"yes\";s:16:\"g_breadcrumbs_id\";s:3:\"yes\";s:10:\"custom_css\";s:2147:\"#slider-wrapper .camera_caption strong {\r\n    color: #B7D5E9\r\n    display: block;\r\n    font-family: \"Ubuntu\",sans-serif;\r\n    font-size: 90px;\r\n    font-weight: 700;\r\n    letter-spacing: -4px;\r\n    line-height: 90px;\r\n    margin: 0 0 -12px;\r\n    text-shadow: 3px 3px 0 rgba(0, 0, 0, 70);\r\n    text-transform: uppercase;\r\n}\r\n\r\n#slider-wrapper .camera_caption strong {\r\n    color: #B7D5E9;\r\n    display: block;\r\n}\r\n\r\n#slider-wrapper .camera_caption em {\r\n    color: #B7D5E9;\r\n    display: block;\r\n    font-family: \"Ubuntu\",sans-serif;\r\n    font-size: 36px;\r\n    font-style: normal;\r\n    font-weight: 700;\r\n    letter-spacing: -2px;\r\n    line-height: 36px;\r\n    margin: 0 0 9px;\r\n    text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);\r\n    text-transform: uppercase;\r\n}\r\nh4 {\r\n    margin-bottom: 5px;\r\n    text-transform: uppercase;\r\n}\r\n\r\n.box:before {\r\n    background: url(\"images/box.gif\") repeat-x scroll 0 100% #72aad0;\r\n    content: \"\";\r\n    height: 100%;\r\n    left: -100%;\r\n    overflow: hidden;\r\n    position: absolute;\r\n    top: 0;\r\n    width: 100%;\r\n}\r\n.box:after {\r\n    background: url(\"images/box.gif\") repeat-x scroll 0 100% #72aad0;\r\n    content: \"\";\r\n    height: 100%;\r\n    overflow: hidden;\r\n    position: absolute;\r\n    right: -100%;\r\n    top: 0;\r\n    width: 100%;\r\n}\r\n.box {\r\n    background: url(\"images/box.gif\") repeat-x scroll 0 100% #72aad0;\r\n    margin: 0 0 16px;\r\n    padding: 39px 0 52px;\r\n    position: relative;\r\n}\r\n@media (min-width: 480px) and (max-width: 767px) {\r\n.content-holder #slider-wrapper .camera_caption strong {\r\nfont-size: 40px;\r\n}}\r\n@media (max-width: 479px) {\r\n.content-holder #slider-wrapper .camera_caption strong {\r\nfont-size: 25px;\r\nletter-spacing: 0px;\r\nmargin-top: -35px;\r\n}\r\n.content-holder #slider-wrapper .camera_caption em {\r\nfont-size: 20px;\r\n}}\r\n\r\n@media (min-width: 480px) and (max-width: 767px) {\r\n.content-holder #slider-wrapper .camera_caption strong {\r\nfont-size: 40px;\r\n}}\r\n@media (max-width: 479px) {\r\n.content-holder #slider-wrapper .camera_caption strong {\r\nfont-size: 25px;\r\nletter-spacing: 0px;\r\nmargin-top: -35px;\r\n}\r\n.content-holder #slider-wrapper .camera_caption em {\r\nfont-size: 20px;\r\n}}\r\n\";s:9:\"logo_type\";s:10:\"image_logo\";s:15:\"logo_typography\";a:6:{s:4:\"size\";s:4:\"48px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:4:\"bold\";s:10:\"lineheight\";s:4:\"48px\";s:5:\"color\";s:7:\"#2f2f2f\";}s:8:\"logo_url\";s:60:\"http://macrec.com/wp-content/uploads/2011/07/logo_top3b1.png\";s:7:\"favicon\";s:58:\"http://macrec.com/wp-content/themes/theme46787/favicon.ico\";s:15:\"menu_typography\";a:6:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:14:\"Archivo Narrow\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:4:\"bold\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#303336\";}s:8:\"sf_delay\";s:4:\"1000\";s:14:\"sf_f_animation\";s:4:\"show\";s:15:\"sf_sl_animation\";s:4:\"show\";s:8:\"sf_speed\";s:6:\"normal\";s:9:\"sf_arrows\";s:4:\"true\";s:17:\"mobile_menu_label\";s:14:\"Navigate to...\";s:11:\"slider_type\";s:13:\"camera_slider\";s:9:\"sl_effect\";s:10:\"simpleFade\";s:10:\"sl_columns\";s:2:\"12\";s:7:\"sl_rows\";s:1:\"8\";s:9:\"sl_banner\";s:6:\"fadeIn\";s:12:\"sl_pausetime\";s:4:\"7000\";s:18:\"sl_animation_speed\";s:4:\"1500\";s:12:\"sl_slideshow\";s:4:\"true\";s:13:\"sl_thumbnails\";s:4:\"true\";s:14:\"sl_control_nav\";s:4:\"true\";s:10:\"sl_dir_nav\";s:5:\"false\";s:15:\"sl_dir_nav_hide\";s:5:\"false\";s:20:\"sl_play_pause_button\";s:5:\"false\";s:9:\"sl_loader\";s:2:\"no\";s:13:\"acc_show_post\";a:5:{i:1907;s:1:\"0\";i:1905;s:1:\"0\";i:1903;s:1:\"0\";i:2857;s:1:\"0\";i:2851;s:1:\"0\";}s:13:\"acc_slideshow\";s:5:\"false\";s:15:\"acc_hover_pause\";s:4:\"true\";s:13:\"acc_pausetime\";s:4:\"6000\";s:19:\"acc_animation_speed\";s:3:\"600\";s:10:\"acc_easing\";s:12:\"easeOutCubic\";s:11:\"acc_trigger\";s:9:\"mouseover\";s:18:\"acc_starting_slide\";s:1:\"0\";s:9:\"blog_text\";s:4:\"Blog\";s:12:\"blog_related\";s:13:\"Related Posts\";s:16:\"blog_sidebar_pos\";s:5:\"right\";s:15:\"post_image_size\";s:5:\"large\";s:17:\"single_image_size\";s:5:\"large\";s:19:\"single_share_button\";s:4:\"true\";s:10:\"load_image\";s:4:\"true\";s:12:\"post_excerpt\";s:4:\"true\";s:16:\"blog_button_text\";s:9:\"Read more\";s:9:\"post_meta\";s:0:\"\";s:9:\"post_date\";s:3:\"yes\";s:11:\"post_author\";s:3:\"yes\";s:14:\"post_permalink\";s:3:\"yes\";s:13:\"post_category\";s:3:\"yes\";s:8:\"post_tag\";s:3:\"yes\";s:12:\"post_comment\";s:3:\"yes\";s:10:\"post_views\";s:3:\"yes\";s:9:\"post_like\";s:3:\"yes\";s:12:\"post_dislike\";s:3:\"yes\";s:12:\"folio_filter\";s:3:\"cat\";s:11:\"folio_title\";s:3:\"yes\";s:13:\"folio_excerpt\";s:3:\"yes\";s:19:\"folio_excerpt_count\";s:2:\"20\";s:9:\"folio_btn\";s:3:\"yes\";s:17:\"folio_button_text\";s:9:\"Read more\";s:10:\"folio_meta\";s:3:\"yes\";s:14:\"folio_lightbox\";s:3:\"yes\";s:19:\"single_folio_layout\";s:4:\"grid\";s:11:\"layout_mode\";s:7:\"fitRows\";s:12:\"items_count2\";s:1:\"8\";s:12:\"items_count3\";s:1:\"9\";s:12:\"items_count4\";s:2:\"12\";s:11:\"footer_text\";s:0:\"\";s:7:\"ga_code\";s:0:\"\";s:8:\"feed_url\";s:0:\"\";s:11:\"footer_menu\";s:4:\"true\";s:22:\"footer_menu_typography\";a:6:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:4:\"bold\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#828890\";}s:11:\"f_logo_type\";s:12:\"f_image_logo\";s:17:\"f_logo_typography\";a:6:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:6:\"Ubuntu\";s:9:\"character\";s:5:\"latin\";s:5:\"style\";s:4:\"bold\";s:10:\"lineheight\";s:4:\"18px\";s:5:\"color\";s:7:\"#272727\";}s:10:\"f_logo_url\";s:60:\"http://macrec.com/wp-content/uploads/2013/09/logo_footer.png\";}','yes'),(482,'cherry_widget_rules_type','a:29:{s:10:\"archives-3\";s:3:\"all\";s:10:\"calendar-2\";s:3:\"all\";s:12:\"categories-2\";s:3:\"all\";s:10:\"nav_menu-2\";s:3:\"all\";s:6:\"meta-2\";s:3:\"all\";s:7:\"pages-2\";s:3:\"all\";s:17:\"recent-comments-6\";s:3:\"all\";s:14:\"recent-posts-2\";s:3:\"all\";s:8:\"search-2\";s:3:\"all\";s:11:\"tag_cloud-3\";s:3:\"all\";s:6:\"text-6\";s:3:\"all\";s:10:\"nav_menu-3\";s:3:\"all\";s:10:\"nav_menu-4\";s:3:\"all\";s:10:\"nav_menu-5\";s:3:\"all\";s:10:\"nav_menu-6\";s:3:\"all\";s:6:\"text-7\";s:3:\"all\";s:17:\"social_networks-2\";s:3:\"all\";s:17:\"social_networks-3\";s:3:\"all\";s:10:\"nav_menu-8\";s:3:\"all\";s:10:\"nav_menu-9\";s:3:\"all\";s:23:\"advanced_sidebar_menu-2\";s:3:\"all\";s:23:\"advanced_sidebar_menu-3\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-2\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-3\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-4\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-5\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-6\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-7\";s:3:\"all\";s:10:\"calendar-3\";s:3:\"all\";}','yes'),(483,'cherry_widget_rules','a:29:{s:10:\"archives-3\";s:0:\"\";s:10:\"calendar-2\";s:0:\"\";s:12:\"categories-2\";s:0:\"\";s:10:\"nav_menu-2\";s:0:\"\";s:6:\"meta-2\";s:0:\"\";s:7:\"pages-2\";s:0:\"\";s:17:\"recent-comments-6\";s:0:\"\";s:14:\"recent-posts-2\";s:0:\"\";s:8:\"search-2\";s:0:\"\";s:11:\"tag_cloud-3\";s:0:\"\";s:6:\"text-6\";s:0:\"\";s:10:\"nav_menu-3\";s:0:\"\";s:10:\"nav_menu-4\";s:0:\"\";s:10:\"nav_menu-5\";s:0:\"\";s:10:\"nav_menu-6\";s:0:\"\";s:6:\"text-7\";s:0:\"\";s:17:\"social_networks-2\";s:0:\"\";s:17:\"social_networks-3\";s:0:\"\";s:10:\"nav_menu-8\";s:0:\"\";s:10:\"nav_menu-9\";s:0:\"\";s:23:\"advanced_sidebar_menu-2\";s:0:\"\";s:23:\"advanced_sidebar_menu-3\";s:0:\"\";s:23:\"dc_jqaccordion_widget-2\";s:0:\"\";s:23:\"dc_jqaccordion_widget-3\";s:0:\"\";s:23:\"dc_jqaccordion_widget-4\";s:0:\"\";s:23:\"dc_jqaccordion_widget-5\";s:0:\"\";s:23:\"dc_jqaccordion_widget-6\";s:0:\"\";s:23:\"dc_jqaccordion_widget-7\";s:0:\"\";s:10:\"calendar-3\";s:0:\"\";}','yes'),(484,'cherry_widget_custom_class','a:29:{s:10:\"archives-3\";s:0:\"\";s:10:\"calendar-2\";s:0:\"\";s:12:\"categories-2\";s:0:\"\";s:10:\"nav_menu-2\";s:0:\"\";s:6:\"meta-2\";s:0:\"\";s:7:\"pages-2\";s:0:\"\";s:17:\"recent-comments-6\";s:0:\"\";s:14:\"recent-posts-2\";s:0:\"\";s:8:\"search-2\";s:0:\"\";s:11:\"tag_cloud-3\";s:0:\"\";s:6:\"text-6\";s:0:\"\";s:10:\"nav_menu-3\";s:0:\"\";s:10:\"nav_menu-4\";s:0:\"\";s:10:\"nav_menu-5\";s:0:\"\";s:10:\"nav_menu-6\";s:0:\"\";s:6:\"text-7\";s:0:\"\";s:17:\"social_networks-2\";s:0:\"\";s:17:\"social_networks-3\";s:0:\"\";s:10:\"nav_menu-8\";s:0:\"\";s:10:\"nav_menu-9\";s:0:\"\";s:23:\"advanced_sidebar_menu-2\";s:0:\"\";s:23:\"advanced_sidebar_menu-3\";s:0:\"\";s:23:\"dc_jqaccordion_widget-2\";s:0:\"\";s:23:\"dc_jqaccordion_widget-3\";s:0:\"\";s:23:\"dc_jqaccordion_widget-4\";s:0:\"\";s:23:\"dc_jqaccordion_widget-5\";s:0:\"\";s:23:\"dc_jqaccordion_widget-6\";s:0:\"\";s:23:\"dc_jqaccordion_widget-7\";s:0:\"\";s:10:\"calendar-3\";s:0:\"\";}','yes'),(485,'cherry_widget_responsive','a:29:{s:10:\"archives-3\";s:19:\"visible-all-devices\";s:10:\"calendar-2\";s:19:\"visible-all-devices\";s:12:\"categories-2\";s:19:\"visible-all-devices\";s:10:\"nav_menu-2\";s:19:\"visible-all-devices\";s:6:\"meta-2\";s:19:\"visible-all-devices\";s:7:\"pages-2\";s:19:\"visible-all-devices\";s:17:\"recent-comments-6\";s:19:\"visible-all-devices\";s:14:\"recent-posts-2\";s:19:\"visible-all-devices\";s:8:\"search-2\";s:19:\"visible-all-devices\";s:11:\"tag_cloud-3\";s:19:\"visible-all-devices\";s:6:\"text-6\";s:19:\"visible-all-devices\";s:10:\"nav_menu-3\";s:19:\"visible-all-devices\";s:10:\"nav_menu-4\";s:19:\"visible-all-devices\";s:10:\"nav_menu-5\";s:19:\"visible-all-devices\";s:10:\"nav_menu-6\";s:19:\"visible-all-devices\";s:6:\"text-7\";s:19:\"visible-all-devices\";s:17:\"social_networks-2\";s:19:\"visible-all-devices\";s:17:\"social_networks-3\";s:19:\"visible-all-devices\";s:10:\"nav_menu-8\";s:19:\"visible-all-devices\";s:10:\"nav_menu-9\";s:19:\"visible-all-devices\";s:23:\"advanced_sidebar_menu-2\";s:19:\"visible-all-devices\";s:23:\"advanced_sidebar_menu-3\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-2\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-3\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-4\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-5\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-6\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-7\";s:19:\"visible-all-devices\";s:10:\"calendar-3\";s:19:\"visible-all-devices\";}','yes'),(486,'cherry_widget_users','a:29:{s:10:\"archives-3\";s:3:\"all\";s:10:\"calendar-2\";s:3:\"all\";s:12:\"categories-2\";s:3:\"all\";s:10:\"nav_menu-2\";s:3:\"all\";s:6:\"meta-2\";s:3:\"all\";s:7:\"pages-2\";s:3:\"all\";s:17:\"recent-comments-6\";s:3:\"all\";s:14:\"recent-posts-2\";s:3:\"all\";s:8:\"search-2\";s:3:\"all\";s:11:\"tag_cloud-3\";s:3:\"all\";s:6:\"text-6\";s:3:\"all\";s:10:\"nav_menu-3\";s:3:\"all\";s:10:\"nav_menu-4\";s:3:\"all\";s:10:\"nav_menu-5\";s:3:\"all\";s:10:\"nav_menu-6\";s:3:\"all\";s:6:\"text-7\";s:3:\"all\";s:17:\"social_networks-2\";s:3:\"all\";s:17:\"social_networks-3\";s:3:\"all\";s:10:\"nav_menu-8\";s:3:\"all\";s:10:\"nav_menu-9\";s:3:\"all\";s:23:\"advanced_sidebar_menu-2\";s:3:\"all\";s:23:\"advanced_sidebar_menu-3\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-2\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-3\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-4\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-5\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-6\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-7\";s:3:\"all\";s:10:\"calendar-3\";s:3:\"all\";}','yes'),(782,'wpsupercache_gc_time','1549152343','yes'),(790,'cherry_new_version','3.1.5','yes'),(791,'cherry_url_info','#','yes'),(836,'WPLANG','','yes'),(839,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"admin@demolink.org\";s:7:\"version\";s:5:\"5.0.3\";s:9:\"timestamp\";i:1547063213;}','no'),(932,'widget_ad_125_125-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(933,'widget_my_facebook_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1009,'easycol_options','a:44:{s:10:\"use_custom\";b:1;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:40:\".ezcol-one-quarter {\r\n    width: 21%;\r\n}\";s:9:\"submitted\";s:1:\"1\";s:8:\"_wpnonce\";s:10:\"a9b9e618d4\";s:16:\"_wp_http_referer\";s:58:\"/macrec/wp-admin/options-general.php?page=easy-columns.php\";s:19:\"onehalf_margin_type\";s:1:\"%\";s:24:\"threequarter_margin_type\";s:1:\"%\";s:6:\"submit\";s:6:\"Update\";}','yes'),(1017,'tablepress_plugin_options','{\"plugin_options_db_version\":37,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"1.9\",\"tablepress_version\":\"1.9.1\",\"first_activation\":1415719802,\"message_plugin_update\":true,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}','yes'),(1018,'tablepress_tables','{\"last_id\":5,\"table_post\":{\"1\":2037,\"2\":2263,\"3\":2390,\"4\":2457,\"5\":4246}}','yes'),(1087,'category_children','a:0:{}','yes'),(1174,'widget_advanced_sidebar_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1181,'widget_dc_jqaccordion_widget','a:7:{i:2;a:19:{s:5:\"title\";s:10:\"Membership\";s:8:\"nav_menu\";i:43;s:9:\"autoClose\";N;s:9:\"menuClose\";s:4:\"true\";s:9:\"saveState\";s:4:\"true\";s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"Graphite\";s:5:\"speed\";s:6:\"normal\";s:10:\"hoverDelay\";s:4:\"1000\";s:52:\"theme46787_widget_rules_type_dc_jqaccordion_widget-2\";s:3:\"all\";s:47:\"theme46787_widget_rules_dc_jqaccordion_widget-2\";s:0:\"\";s:54:\"theme46787_widget_custom_class_dc_jqaccordion_widget-2\";s:0:\"\";s:52:\"theme46787_widget_responsive_dc_jqaccordion_widget-2\";s:19:\"visible-all-devices\";s:47:\"theme46787_widget_users_dc_jqaccordion_widget-2\";s:3:\"all\";}i:3;a:19:{s:5:\"title\";s:8:\"Programs\";s:8:\"nav_menu\";i:44;s:9:\"autoClose\";N;s:9:\"menuClose\";s:4:\"true\";s:9:\"saveState\";N;s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"Graphite\";s:5:\"speed\";s:6:\"normal\";s:10:\"hoverDelay\";s:4:\"1000\";s:52:\"theme46787_widget_rules_type_dc_jqaccordion_widget-3\";s:3:\"all\";s:47:\"theme46787_widget_rules_dc_jqaccordion_widget-3\";s:0:\"\";s:54:\"theme46787_widget_custom_class_dc_jqaccordion_widget-3\";s:0:\"\";s:52:\"theme46787_widget_responsive_dc_jqaccordion_widget-3\";s:19:\"visible-all-devices\";s:47:\"theme46787_widget_users_dc_jqaccordion_widget-3\";s:3:\"all\";}i:4;a:19:{s:5:\"title\";s:7:\"Fitness\";s:8:\"nav_menu\";i:45;s:9:\"autoClose\";N;s:9:\"menuClose\";s:4:\"true\";s:9:\"saveState\";s:4:\"true\";s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"Graphite\";s:5:\"speed\";s:6:\"normal\";s:10:\"hoverDelay\";s:4:\"1000\";s:52:\"theme46787_widget_rules_type_dc_jqaccordion_widget-4\";s:3:\"all\";s:47:\"theme46787_widget_rules_dc_jqaccordion_widget-4\";s:0:\"\";s:54:\"theme46787_widget_custom_class_dc_jqaccordion_widget-4\";s:0:\"\";s:52:\"theme46787_widget_responsive_dc_jqaccordion_widget-4\";s:19:\"visible-all-devices\";s:47:\"theme46787_widget_users_dc_jqaccordion_widget-4\";s:3:\"all\";}i:5;a:19:{s:5:\"title\";s:5:\"Parks\";s:8:\"nav_menu\";i:46;s:9:\"autoClose\";N;s:9:\"menuClose\";s:4:\"true\";s:9:\"saveState\";s:4:\"true\";s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"Graphite\";s:5:\"speed\";s:6:\"normal\";s:10:\"hoverDelay\";s:4:\"1000\";s:52:\"theme46787_widget_rules_type_dc_jqaccordion_widget-5\";s:3:\"all\";s:47:\"theme46787_widget_rules_dc_jqaccordion_widget-5\";s:0:\"\";s:54:\"theme46787_widget_custom_class_dc_jqaccordion_widget-5\";s:0:\"\";s:52:\"theme46787_widget_responsive_dc_jqaccordion_widget-5\";s:19:\"visible-all-devices\";s:47:\"theme46787_widget_users_dc_jqaccordion_widget-5\";s:3:\"all\";}i:6;a:19:{s:5:\"title\";s:8:\"Aquatics\";s:8:\"nav_menu\";i:47;s:9:\"autoClose\";N;s:9:\"menuClose\";s:4:\"true\";s:9:\"saveState\";s:4:\"true\";s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"Graphite\";s:5:\"speed\";s:6:\"normal\";s:10:\"hoverDelay\";s:4:\"1000\";s:52:\"theme46787_widget_rules_type_dc_jqaccordion_widget-6\";s:3:\"all\";s:47:\"theme46787_widget_rules_dc_jqaccordion_widget-6\";s:0:\"\";s:54:\"theme46787_widget_custom_class_dc_jqaccordion_widget-6\";s:0:\"\";s:52:\"theme46787_widget_responsive_dc_jqaccordion_widget-6\";s:19:\"visible-all-devices\";s:47:\"theme46787_widget_users_dc_jqaccordion_widget-6\";s:3:\"all\";}i:7;a:19:{s:5:\"title\";s:28:\"Red Cross Programs & Classes\";s:8:\"nav_menu\";i:48;s:9:\"autoClose\";N;s:9:\"menuClose\";s:4:\"true\";s:9:\"saveState\";s:4:\"true\";s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"Graphite\";s:5:\"speed\";s:6:\"normal\";s:10:\"hoverDelay\";s:4:\"1000\";s:52:\"theme46787_widget_rules_type_dc_jqaccordion_widget-7\";s:3:\"all\";s:47:\"theme46787_widget_rules_dc_jqaccordion_widget-7\";s:0:\"\";s:54:\"theme46787_widget_custom_class_dc_jqaccordion_widget-7\";s:0:\"\";s:52:\"theme46787_widget_responsive_dc_jqaccordion_widget-7\";s:19:\"visible-all-devices\";s:47:\"theme46787_widget_users_dc_jqaccordion_widget-7\";s:3:\"all\";}s:12:\"_multiwidget\";i:1;}','yes'),(1283,'su_option_version','5.2.0','no'),(1284,'su_option_custom-formatting','on','yes'),(1285,'su_option_skip','on','yes'),(1286,'su_option_prefix','su_','yes'),(1287,'su_option_skin','default','yes'),(1288,'su_option_custom-css','','yes'),(1289,'sunrise_defaults_su','1','yes'),(1295,'su_presets_accordion','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:2:{s:5:\"class\";s:0:\"\";s:7:\"content\";s:14:\"Massage_Page_2\";}}}','yes'),(1298,'su_presets_heading','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:6:{s:5:\"style\";s:7:\"default\";s:4:\"size\";s:2:\"13\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:2:\"20\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:16:\"Little Splashers\";}}}','yes'),(1324,'su_presets_box','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:7:{s:5:\"title\";s:9:\"Box title\";s:5:\"style\";s:7:\"default\";s:9:\"box_color\";s:7:\"#1b19a3\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:6:\"radius\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:11:\"Box content\";}}}','yes'),(1333,'su_presets_spoiler','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:7:{s:5:\"title\";s:20:\"The Little Splashers\";s:4:\"open\";s:2:\"no\";s:5:\"style\";s:7:\"default\";s:4:\"icon\";s:4:\"plus\";s:6:\"anchor\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:14:\"Hidden content\";}}}','yes'),(1488,'su_presets_button','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:18:{s:3:\"url\";s:25:\"http://macrec.com/?p=2080\";s:6:\"target\";s:5:\"blank\";s:5:\"style\";s:7:\"default\";s:10:\"background\";s:7:\"#2D89EF\";s:5:\"color\";s:7:\"#FFFFFF\";s:4:\"size\";s:1:\"3\";s:4:\"wide\";s:2:\"no\";s:6:\"center\";s:2:\"no\";s:6:\"radius\";s:5:\"round\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:11:\"text_shadow\";s:4:\"none\";s:4:\"desc\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:5:\"title\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:18:\"Click Here for PDF\";}}}','yes'),(2038,'embed_google_map_options','a:16:{s:7:\"version\";s:7:\"classic\";s:8:\"map_type\";s:1:\"m\";s:10:\"zoom_level\";s:2:\"14\";s:8:\"language\";s:1:\"-\";s:10:\"link_label\";s:15:\"View Larger Map\";s:9:\"show_info\";i:1;s:10:\"info_label\";s:0:\"\";s:6:\"height\";s:3:\"400\";s:5:\"width\";s:4:\"1200\";s:6:\"border\";s:1:\"2\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:7:\"#72aad0\";s:13:\"embed_api_key\";s:0:\"\";s:8:\"add_link\";i:0;s:9:\"link_full\";i:0;s:5:\"https\";i:0;}','yes'),(2585,'motopress-language','en.json','yes'),(2586,'motopress-ce-options','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(2587,'motopress_google_font_classes','a:1:{s:8:\"opensans\";a:5:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:3:\"css\";s:904:\"@import url(\'https://fonts.googleapis.com/css?family=Open+Sans:300,regular,700\');\n.mpce-font-opensans *{font-family: Open Sans;}\n.mpce-font-opensans-300 *{font-family : Open Sans;}.mpce-font-opensans-300 *{font-style:normal !important;font-weight:300 !important;}.mpce-font-opensans-300 strong{ font-weight: 400 !important;}.mpce-font-opensans-300 em{font-style:italic !important;}\n.mpce-font-opensans-regular *{font-family : Open Sans;}.mpce-font-opensans-regular *{font-style:normal !important;font-weight:400 !important;}.mpce-font-opensans-regular strong{ font-weight: 700 !important;}.mpce-font-opensans-regular em{font-style:italic !important;}\n.mpce-font-opensans-700 *{font-family : Open Sans;}.mpce-font-opensans-700 *{font-style:normal !important;font-weight:700 !important;}.mpce-font-opensans-700 strong{ font-weight: 700 !important;}.mpce-font-opensans-700 em{font-style:italic !important;}\n\";s:8:\"fullname\";s:18:\"mpce-font-opensans\";s:4:\"file\";s:12:\"opensans.css\";}}','yes'),(2588,'edd_mpce_license_key','88af485681069cd844a8c5e4c9acf7ba','yes'),(2589,'edd_mpce_license_status','valid','yes'),(2593,'motopress_tmp_post_id_administrator','4088','yes'),(3064,'finished_splitting_shared_terms','1','yes'),(3365,'su_presets_list','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:4:{s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:7:\"#333333\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:51:\"<ul>\n<li>one</li>\n<li>two</li>\n<li>three</li>\n</ul>\";}}}','yes'),(3382,'su_presets_column','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:4:{s:4:\"size\";s:3:\"1/2\";s:6:\"center\";s:2:\"no\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:222:\"This is the info that we need to add here in this spot, This is the info that we need to add here in this spot, This is the info that we need to add here in this spot, This is the info that we need to add here in this spot\";}}}','yes'),(3604,'widget_advanced_sidebar_menu_category','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3605,'widget_shortcodes-ultimate','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3780,'_transient_random_seed','ad6d63a3ec0f606690cce3fc0390c343','yes'),(3781,'wpmdb_settings','a:13:{s:3:\"key\";s:40:\"i5A8tfZlWOIUdYYR40ovK2J31c6gO8RSs4q1JLzk\";s:10:\"allow_pull\";b:0;s:10:\"allow_push\";b:0;s:8:\"profiles\";a:0:{}s:7:\"licence\";s:0:\"\";s:10:\"verify_ssl\";b:0;s:17:\"blacklist_plugins\";a:0:{}s:11:\"max_request\";i:1048576;s:22:\"delay_between_requests\";i:0;s:18:\"prog_tables_hidden\";b:1;s:21:\"pause_before_finalize\";b:0;s:17:\"whitelist_plugins\";a:0:{}s:14:\"allow_tracking\";N;}','no'),(3782,'wpmdb_schema_version','2','no'),(3832,'theme46787_widget_rules_type','a:6:{s:23:\"dc_jqaccordion_widget-2\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-3\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-5\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-4\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-6\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-7\";s:3:\"all\";}','yes'),(3833,'theme46787_widget_rules','a:6:{s:23:\"dc_jqaccordion_widget-2\";s:0:\"\";s:23:\"dc_jqaccordion_widget-3\";s:0:\"\";s:23:\"dc_jqaccordion_widget-5\";s:0:\"\";s:23:\"dc_jqaccordion_widget-4\";s:0:\"\";s:23:\"dc_jqaccordion_widget-6\";s:0:\"\";s:23:\"dc_jqaccordion_widget-7\";s:0:\"\";}','yes'),(3834,'theme46787_widget_custom_class','a:6:{s:23:\"dc_jqaccordion_widget-2\";s:0:\"\";s:23:\"dc_jqaccordion_widget-3\";s:0:\"\";s:23:\"dc_jqaccordion_widget-5\";s:0:\"\";s:23:\"dc_jqaccordion_widget-4\";s:0:\"\";s:23:\"dc_jqaccordion_widget-6\";s:0:\"\";s:23:\"dc_jqaccordion_widget-7\";s:0:\"\";}','yes'),(3835,'theme46787_widget_responsive','a:6:{s:23:\"dc_jqaccordion_widget-2\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-3\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-5\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-4\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-6\";s:19:\"visible-all-devices\";s:23:\"dc_jqaccordion_widget-7\";s:19:\"visible-all-devices\";}','yes'),(3836,'theme46787_widget_users','a:6:{s:23:\"dc_jqaccordion_widget-2\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-3\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-5\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-4\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-6\";s:3:\"all\";s:23:\"dc_jqaccordion_widget-7\";s:3:\"all\";}','yes'),(3837,'cherry_plugin','a:1:{s:7:\"version\";s:3:\"1.0\";}','yes'),(3843,'_date_backup','January 17 2019','yes'),(3844,'_version_backup','2.1','yes'),(4045,'su_presets_spacer','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:3:{s:4:\"size\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:5:\"false\";}}}','yes'),(5484,'site_icon','0','yes'),(5485,'medium_large_size_w','768','yes'),(5486,'medium_large_size_h','0','yes'),(5491,'widget_my_cyclewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5529,'rewrite_rules','a:239:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"wpforms_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:52:\"wpforms_log_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:33:\"wpforms_log_type/([^/]+)/embed/?$\";s:49:\"index.php?wpforms_log_type=$matches[1]&embed=true\";s:45:\"wpforms_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpforms_log_type=$matches[1]&paged=$matches[2]\";s:27:\"wpforms_log_type/([^/]+)/?$\";s:38:\"index.php?wpforms_log_type=$matches[1]\";s:44:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"amn_wpforms-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"amn_wpforms-lite/([^/]+)/embed/?$\";s:49:\"index.php?amn_wpforms-lite=$matches[1]&embed=true\";s:37:\"amn_wpforms-lite/([^/]+)/trackback/?$\";s:43:\"index.php?amn_wpforms-lite=$matches[1]&tb=1\";s:45:\"amn_wpforms-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&paged=$matches[2]\";s:52:\"amn_wpforms-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?amn_wpforms-lite=$matches[1]&cpage=$matches[2]\";s:41:\"amn_wpforms-lite/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?amn_wpforms-lite=$matches[1]&page=$matches[2]\";s:33:\"amn_wpforms-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"amn_wpforms-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"amn_wpforms-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"amn_wpforms-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"amn_wpforms-lite/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"slide-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"slide-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"slide-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"slide-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"slide-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"slide-view/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"slide-view/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:31:\"slide-view/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:39:\"slide-view/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:46:\"slide-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:35:\"slide-view/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:27:\"slide-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"slide-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"slide-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"slide-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"slide-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"slide-view/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"portfolio-view/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"portfolio-view/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"portfolio-view/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"portfolio-view/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"portfolio-view/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"portfolio-view/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"portfolio-view/(.+?)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:33:\"portfolio-view/(.+?)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:41:\"portfolio-view/(.+?)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:48:\"portfolio-view/(.+?)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-view/(.+?)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:54:\"portfolio_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio_tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio_tag=$matches[1]&embed=true\";s:42:\"portfolio_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio_tag/([^/]+)/?$\";s:35:\"index.php?portfolio_tag=$matches[1]\";s:44:\"testimonial-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"testimonial-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"testimonial-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"testimonial-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"testimonial-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"testimonial-view/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"testimonial-view/([^/]+)/embed/?$\";s:38:\"index.php?testi=$matches[1]&embed=true\";s:37:\"testimonial-view/([^/]+)/trackback/?$\";s:32:\"index.php?testi=$matches[1]&tb=1\";s:45:\"testimonial-view/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?testi=$matches[1]&paged=$matches[2]\";s:52:\"testimonial-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?testi=$matches[1]&cpage=$matches[2]\";s:41:\"testimonial-view/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?testi=$matches[1]&page=$matches[2]\";s:33:\"testimonial-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"testimonial-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"testimonial-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"testimonial-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"testimonial-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"testimonial-view/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"services-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"services-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"services-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"services-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"services-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"services-view/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"services-view/([^/]+)/embed/?$\";s:41:\"index.php?services=$matches[1]&embed=true\";s:34:\"services-view/([^/]+)/trackback/?$\";s:35:\"index.php?services=$matches[1]&tb=1\";s:42:\"services-view/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&paged=$matches[2]\";s:49:\"services-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&cpage=$matches[2]\";s:38:\"services-view/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?services=$matches[1]&page=$matches[2]\";s:30:\"services-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"services-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"services-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"services-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"services-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"services-view/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"clients-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"clients-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"clients-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"clients-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"clients-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"clients-view/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"clients-view/([^/]+)/embed/?$\";s:40:\"index.php?clients=$matches[1]&embed=true\";s:33:\"clients-view/([^/]+)/trackback/?$\";s:34:\"index.php?clients=$matches[1]&tb=1\";s:41:\"clients-view/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&paged=$matches[2]\";s:48:\"clients-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&cpage=$matches[2]\";s:37:\"clients-view/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?clients=$matches[1]&page=$matches[2]\";s:29:\"clients-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"clients-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"clients-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"clients-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"clients-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"clients-view/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"faq/([^/]+)/embed/?$\";s:36:\"index.php?faq=$matches[1]&embed=true\";s:24:\"faq/([^/]+)/trackback/?$\";s:30:\"index.php?faq=$matches[1]&tb=1\";s:32:\"faq/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&paged=$matches[2]\";s:39:\"faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&cpage=$matches[2]\";s:28:\"faq/([^/]+)(?:/([0-9]+))?/?$\";s:42:\"index.php?faq=$matches[1]&page=$matches[2]\";s:20:\"faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"team-view/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"team-view/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"team-view/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"team-view/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"team-view/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"team-view/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"team-view/([^/]+)/embed/?$\";s:37:\"index.php?team=$matches[1]&embed=true\";s:30:\"team-view/([^/]+)/trackback/?$\";s:31:\"index.php?team=$matches[1]&tb=1\";s:38:\"team-view/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:45:\"team-view/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&cpage=$matches[2]\";s:34:\"team-view/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?team=$matches[1]&page=$matches[2]\";s:26:\"team-view/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"team-view/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"team-view/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"team-view/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"team-view/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"team-view/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=203&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(6496,'survey_settings','a:3:{s:5:\"state\";s:2:\"on\";s:17:\"probtn_contenturl\";s:38:\"https://www.surveymonkey.com/s/YQG8C2J\";s:15:\"probtn_hinttext\";s:6:\"Survey\";}','yes'),(6501,'survey_menu_settings','','yes'),(12253,'page_for_posts','0','yes'),(14876,'_widget_rules_type','a:0:{}','yes'),(14878,'_widget_rules','a:0:{}','yes'),(14880,'_widget_custom_class','a:0:{}','yes'),(14883,'_widget_responsive','a:0:{}','yes'),(14884,'_widget_users','a:0:{}','yes'),(14939,'fresh_site','0','yes'),(19323,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1496887505','no'),(19357,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19358,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19359,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20798,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22307,'wpsc_feed_list','a:51:{i:0;b:0;i:1;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:2;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:3;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/home/feed/wp-cache-9ab5b733ab8f08779bdd58f11153e225.php\";i:4;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:5;s:122:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/contacts/feed/wp-cache-32062f9d81a781cab073e1178793fa79.php\";i:6;s:119:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/about/feed/wp-cache-4ccec0b6ca9e43078cf2d8f5ac904797.php\";i:7;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:8;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:9;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:10;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:11;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:12;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:13;s:122:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/contacts/feed/wp-cache-32062f9d81a781cab073e1178793fa79.php\";i:14;s:119:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/about/feed/wp-cache-4ccec0b6ca9e43078cf2d8f5ac904797.php\";i:15;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:16;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:17;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:18;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:19;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:20;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:21;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:22;s:122:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/contacts/feed/wp-cache-32062f9d81a781cab073e1178793fa79.php\";i:23;s:119:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/about/feed/wp-cache-4ccec0b6ca9e43078cf2d8f5ac904797.php\";i:24;s:126:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/author/admin/feed/wp-cache-2d9ce3ef886528bcb3230d237aa2995e.php\";i:25;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:26;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:27;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:28;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:29;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:30;s:122:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/contacts/feed/wp-cache-32062f9d81a781cab073e1178793fa79.php\";i:31;s:119:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/about/feed/wp-cache-4ccec0b6ca9e43078cf2d8f5ac904797.php\";i:32;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:33;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:34;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:35;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:36;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:37;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:38;s:122:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/contacts/feed/wp-cache-32062f9d81a781cab073e1178793fa79.php\";i:39;s:119:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/about/feed/wp-cache-4ccec0b6ca9e43078cf2d8f5ac904797.php\";i:40;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:41;s:122:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/aquatics/feed/wp-cache-6098b46b626c4ec8befd96238f5d8686.php\";i:42;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:43;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:44;s:113:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/wp-cache-869b1e1c932267b9d89cb998a6754d19.php\";i:45;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/feed/atom/wp-cache-a03d72e44e36372e08d4f48d6139fd49.php\";i:46;s:122:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/comments/feed/wp-cache-59b573355b51a75cff91d285bd374c07.php\";i:47;s:118:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/home/feed/wp-cache-9ab5b733ab8f08779bdd58f11153e225.php\";i:48;s:122:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/aquatics/feed/wp-cache-6098b46b626c4ec8befd96238f5d8686.php\";i:49;s:136:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/aquatics/pool-schedule/feed/wp-cache-a824535318d339fe493e5cd9abfb0018.php\";i:50;s:135:\"/home/johnh/public_html/wp-content/cache/supercache/macrec.com/aquatics/swim-lessons/feed/wp-cache-1931afb01d258ba8fbcc4db84f7fd23c.php\";}','yes'),(22374,'su_option_dismissed_notices','a:1:{s:4:\"rate\";b:1;}','yes'),(23113,'motopress_db_version','3.0.2','yes'),(23114,'b023697df04da7fb324a5fd91ba2b209','a:2:{s:7:\"timeout\";i:1545180249;s:5:\"value\";s:23866:\"{\"new_version\":\"3.0.4\",\"stable_version\":\"3.0.4\",\"name\":\"MotoPress Content Editor Developer\",\"slug\":\"motopress-content-editor\",\"url\":\"https:\\/\\/motopress.com\\/products\\/content-editor-developer\\/?changelog=1\",\"last_updated\":\"2018-11-12 12:39:56\",\"homepage\":\"https:\\/\\/motopress.com\\/products\\/content-editor-developer\\/\",\"package\":\"https:\\/\\/motopress.com\\/edd-sl\\/package_download\\/MTU0NjAzMzQ4NDo4OGFmNDg1NjgxMDY5Y2Q4NDRhOGM1ZTRjOWFjZjdiYToxNTgxOjllYmU5ZTRhOTJlMGFlNDMxYTUwYWU2ZGU5ZWY3YjQ3Omh0dHBALy9tYWNyZWMuY29tOjA=\",\"download_link\":\"https:\\/\\/motopress.com\\/edd-sl\\/package_download\\/MTU0NjAzMzQ4NDo4OGFmNDg1NjgxMDY5Y2Q4NDRhOGM1ZTRjOWFjZjdiYToxNTgxOjllYmU5ZTRhOTJlMGFlNDMxYTUwYWU2ZGU5ZWY3YjQ3Omh0dHBALy9tYWNyZWMuY29tOjA=\",\"sections\":{\"description\":\"<p>Drag-and-drop WordPress Page Builder will help you create a better website with any theme. You can design pages, posts or custom post types visually on the frontend - with tons of content modules and styling options. Quick and fun editing, no shortcode lock-in effect, user-friendly toolkit.<\\/p>\\n\",\"changelog\":\"<p>= 3.0.4, Nov 12 2018 =<br \\/>\\n* Improved compatibility with NextGen Gallery plugin and PHP 7.2.<\\/p>\\n<p>= 3.0.3, Jul 30 2018 =<br \\/>\\n* Rolled back the left content modules panel requested by users.<br \\/>\\n* Fixed an issue with displaying a csv file format in a table.<\\/p>\\n<p>= 3.0.2, Jul 6 2018 =<br \\/>\\n* Fixed the bug with the first accordion element that was open even when not chosen.<br \\/>\\n* Categorized widgets in the panel of adding the widget.<br \\/>\\n* Implemented a new duplicate element option for such widgets as accordion, tabs, etc. Now you can duplicate custom set elements and just change their content.<br \\/>\\n* Fixed the license page.<\\/p>\\n<p>= 3.0.1, Jun 27 2018 =<br \\/>\\n* Bug fix: fixed an issue with the Embed widget not rendering shortcodes.<\\/p>\\n<p>= 3.0.0, Jun 21 2018 =<br \\/>\\n* This is a major update with a new builder interface and features. We recommend you to back up your site before updating the plugin.<br \\/>\\n* New builder interface.<br \\/>\\n* Faster builder loading time.<br \\/>\\n* Tablet and mobile website editing in real time.<br \\/>\\n* Revisions to view and restore previous content updates.<br \\/>\\n* Drag & drop + Click to Add options to move the content objects around easier and more accurate.<br \\/>\\n* The ability to save and reuse widgets, sections and pages.<\\/p>\\n<p>= 2.5.2, Mar 8 2018 =<br \\/>\\n* Bug fix: fixed an issue with the Audio Player widget.<\\/p>\\n<p>= 2.5.1, Nov 8 2017 =<br \\/>\\n* Bug fix: fixed the issue with broken images.<\\/p>\\n<p>= 2.5.0, Nov 6 2017 =<br \\/>\\n* Added the ability to add and edit the images inside a text object.<br \\/>\\n* Added the ability of deleting and duplicating rows and columns.<br \\/>\\n* Interface redesign.<\\/p>\\n<p>= 2.4.1 =<br \\/>\\n* Bug fix: fixed a localization issue with 3d party plugins.<\\/p>\\n<p>= 2.4.0 =<br \\/>\\n* Plugin localization moved from JSON to WordPress native PO\\/MO format.<br \\/>\\n* Minor bugfixes and improvements.<\\/p>\\n<p>= 2.3.0 =<br \\/>\\n* New version of plugin updater code.<\\/p>\\n<p>= 2.2.0 =<br \\/>\\n* Added the ability to save content without shortcodes when the plugin is deactivated.<\\/p>\\n<p>= 2.1.1 =<br \\/>\\n* Bug fix: syntax error, unexpected T_FUNCTION in MPCECustomStyleManager.php.<br \\/>\\n* Bug fix: wp_get_sites is deprecated since version 4.6.0.<br \\/>\\n* Added the ability to set background-size option for parallax image.<\\/p>\\n<p>= 2.1.0 =<br \\/>\\n* Improved the plugin launching time.<br \\/>\\n* Bug fix: fixed the issue with the cherry-social plugin.<br \\/>\\n* Bug fix: fixed the issue when a style preset may be overwritten on wpmu.<br \\/>\\n* Bug fix: fixed the issue with Fixed Content Width option when there is only one object in a row.<br \\/>\\n* Bug fix: fixed the issue when a backround video has incorrect size and position in the visual editor.<br \\/>\\n* Improved compatibility with a popular Zerif theme.<br \\/>\\n* Improved security.<\\/p>\\n<p>= 2.0.3 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 2.0.2 =<br \\/>\\n* Bug fix: fixed an issue with the link dialog.<br \\/>\\n* Bug fix: fixed an issue when the content section was not found.<\\/p>\\n<p>= 2.0.1 =<br \\/>\\n* Improved plugin launching time, 2x faster.<br \\/>\\n* Now you see the whole website while editing page or post.<br \\/>\\n* New Style Manager. Create, save and reuse styles.<br \\/>\\n* Added the ability to live preview website on different devices.<br \\/>\\n* Added the ability to set the full-width and full-height of the row.<br \\/>\\n* Added the ability to control the frequency of opening a Splash Screen widget.<br \\/>\\n* Minor bugfixes and improvements.<\\/p>\\n<p>= 1.6.7 =<br \\/>\\n* Added the ability to set HTML ID for row.<br \\/>\\n* Added the ability to duplicate widget.<\\/p>\\n<p>= 1.6.6 =<br \\/>\\n* Minor bugfixes and improvements.<\\/p>\\n<p>= 1.6.5 =<br \\/>\\n* New Posts Slider widget.<br \\/>\\n* New Download Button widget.<br \\/>\\n* New Splash Screen widget.<br \\/>\\n* New Popup widget.<br \\/>\\n* New Countdown Timer widget.<br \\/>\\n* New List widget.<br \\/>\\n* New Icon widget.<br \\/>\\n* New Call To Action widget.<br \\/>\\n* New Button Group widget.<br \\/>\\n* Added the ability to filter by categories and tags in Posts Grid widget.<br \\/>\\n* Added the ability to load next posts with Load More button in Posts Grid widget.<br \\/>\\n* Improved compatibility with WordPress 4.3.<br \\/>\\n* Improved compatibility with WPMU Domain Mapping plugin.<br \\/>\\n* Improved compatibility with WordPress multisite.<br \\/>\\n* Improved compatibility with MooTools framework.<br \\/>\\n* Minor bugfixes and improvements.<br \\/>\\n* Added Finnish.<br \\/>\\n* Code is licensed under GPL.<\\/p>\\n<p>= 1.6.3 =<br \\/>\\n* Bug fix: fixed an issue with Image widget.<\\/p>\\n<p>= 1.6.2 =<br \\/>\\n* Bug fix: fixed an issue with YouTube row attribute.<\\/p>\\n<p>= 1.6.1 =<br \\/>\\n* New highly customizable Service Box widget.<br \\/>\\n* Added the ability to show any posts with the Custom Query option in Posts Grid widget.<br \\/>\\n* Added the ability to show posts by ids in Posts Grid widget.<br \\/>\\n* Added the ability to set icon of Button widget and use stretch option.<br \\/>\\n* Added the ability to set Instagram link in Social Buttons widget.<br \\/>\\n* Added the ability to use shortcodes in Members Content widget.<br \\/>\\n* Added the ability to show caption of the image in Image widget.<br \\/>\\n* Added the ability to set slideshow and full-width tabs navigation style in Tabs Widget.<br \\/>\\n* Added the ability to make Vertical Tabs.<br \\/>\\n* Added the ability to add addons settings into the MotoPress Settings section.<br \\/>\\n* Bug fix: fixed an issue with multiple comma-separated slugs in Posts Grid widget.<br \\/>\\n* Minor bugfixes and improvements.<\\/p>\\n<p>= 1.6.0 =<br \\/>\\n* Nested shortcodes API.<br \\/>\\n* New public actions, filters and javascript events. See docs for more information.<br \\/>\\n* Theme integration actions and filters.<br \\/>\\n* Added the ability to filter custom taxonomy in Post Grid widget.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.5.9 =<br \\/>\\n* Bug fix: fixed issue with link dialog box.<br \\/>\\n* Improved compatibility with plugins.<\\/p>\\n<p>= 1.5.8 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.5.7 =<br \\/>\\n* Bug fix: fixed issue with text selection.<br \\/>\\n* Bug fix: fixed issue with Google Maps.<\\/p>\\n<p>= 1.5.6 =<br \\/>\\n* Improved compatibility with WordPress 4.1.<br \\/>\\n* Added Croatian.<\\/p>\\n<p>= 1.5.5 =<br \\/>\\n* New Grid Gallery widget with open in a lightbox feature.<br \\/>\\n* New styles of the Space widget.<br \\/>\\n* Added the ability to use Google Fonts.<br \\/>\\n* Added the ability to build your pages and posts from the predefined layouts.<br \\/>\\n* Added the ability to show posts by tag or category in Posts Grid widget.<br \\/>\\n* Added the ability to select image size in Posts Grid and Slider widgets.<br \\/>\\n* Added the ability to use custom shortcodes for rows and columns.<br \\/>\\n* Improved compatibility with WordPress Multilingual Plugin.<\\/p>\\n<p>= 1.5.4 =<br \\/>\\n* Improved compatibility with HeadwayThemes.<\\/p>\\n<p>= 1.5.3 =<br \\/>\\n* Added the ability to select size of the Image (full, large, medium, thumbnail, custom).<br \\/>\\n* Added the ability to link the Image to the full size image or open in Lightbox.<br \\/>\\n* Added the ability to set Google Charts colors and transparent background.<br \\/>\\n* Improved compatibility with WordPress.<br \\/>\\n* Improved compatibility with HeadwayThemes.<br \\/>\\n* Added an option to hide MotoPpess Options page at subsites of WPMU.<br \\/>\\n* MotoPpess License page is available at the main website of WPMU only.<br \\/>\\n* Added Brazilian Portuguese.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.5.2 =<br \\/>\\n* Video and parallax background of the row.<br \\/>\\n* Added German.<\\/p>\\n<p>= 1.5.1 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.5.0 =<br \\/>\\n* New Style Manager.<br \\/>\\n* Ability to style rows and columns.<br \\/>\\n* New widget Social buttons.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.8 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.7 =<br \\/>\\n* New widget Posts Grid.<br \\/>\\n* New widget Accordion.<br \\/>\\n* Ability to set custom CSS class for each object.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.6 =<br \\/>\\n* Improved compatibility with WordPress 3.9.<\\/p>\\n<p>= 1.4.5 =<br \\/>\\n* Improved compatibility with StudioPress, Headway, PageLines, WooThemes, Theme Hybrid, Mysitemyway.<\\/p>\\n<p>= 1.4.4 =<br \\/>\\n* Spell-checking.<br \\/>\\n* Ability to control excerpt and more tag to a post.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.3 =<br \\/>\\n* New widget Chart.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.2 =<br \\/>\\n* Bug fix: fixed issue with the Page Builder plugin.<br \\/>\\n* New widget Table.<br \\/>\\n* Video help and tutorials.<br \\/>\\n* Added the ability to change a post title right in the editor.<br \\/>\\n* Added the ability to set 50 and 100 pixels for the space around an element.<br \\/>\\n* Added new controls for better user interface.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.1 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.0 =<br \\/>\\n* New widget Tabs enables to create tabbed content.<br \\/>\\n* New widget Audio enables to embed audio files from the Media Library and external URL.<br \\/>\\n* Bug fix: fixed issue with html attributes which were removed while switching between Text and Visual tabs in the editor.<br \\/>\\n* Bug fix: fixed issue with the Pockets plugin.<br \\/>\\n* Bug fix: fixed issue with ejs files.<br \\/>\\n* Feature request: implemented feature request to hide MotoPress for certain user groups.<br \\/>\\n* Feature request: implemented feature request to hide the License Key.<br \\/>\\n* Feature request: implemented feature request to add the ability to open link in a new window for the Image object.<br \\/>\\n* Feature request: implemented feature request to add a quick link to open MotoPress under the post title in the table of posts.<\\/p>\\n<p>= 1.3.3 =<br \\/>\\n* Updated the text editor, improved selection of link and color.<br \\/>\\n* Added Spanish.<\\/p>\\n<p>= 1.3.2 =<br \\/>\\n* Bug fix: fixed errors with javascript libraries.<br \\/>\\n* Bug fix: fixed inactive controls of WordPress Text object.<br \\/>\\n* New widget Social buttons added.<\\/p>\\n<p>= 1.3.1 =<br \\/>\\n* New License and Updates policy.<\\/p>\\n<p>= 1.3 =<br \\/>\\n* Improved the time of plugin launching.<br \\/>\\n* Shortcodes API: added the ability to insert your shortcodes to the plugin.<br \\/>\\n* New settings panel look with the \\\\\\\\\\\\\'style\\\\\\\\\\\\\' tab and the ability to set spaces between objects.<br \\/>\\n* Added the ability to minimize the settings panel for small screens.<br \\/>\\n* Bug fix: fixed the bug with additional spaces and tags in content.<br \\/>\\n* Bug fix: Content Editor button is available for users with none administrative privileges at multisite.<\\/p>\\n<p>= 1.2.1 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.2 =<br \\/>\\n* Multisite compatibility.<br \\/>\\n* New widgets: Embed, Members-Only Content, Quote.<br \\/>\\n* Dark preview area for better visibility of light content.<br \\/>\\n* Ability to resize content on-the-fly.<br \\/>\\n* Custom CSS section at the settings page.<br \\/>\\n* Native WordPress update process.<br \\/>\\n* Bug fixes and performance improvements.<\\/p>\\n<p>= 1.1 =<br \\/>\\n* Drag and drop improvements.<\\/p>\\n<p>= 1.0 =<br \\/>\\n* Release.<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"description\":[\"<p>Drag-and-drop WordPress Page Builder will help you create a better website with any theme. You can design pages, posts or custom post types visually on the frontend - with tons of content modules and styling options. Quick and fun editing, no shortcode lock-in effect, user-friendly toolkit.<\\/p>\\n\"],\"changelog\":[\"<p>= 3.0.4, Nov 12 2018 =<br \\/>\\n* Improved compatibility with NextGen Gallery plugin and PHP 7.2.<\\/p>\\n<p>= 3.0.3, Jul 30 2018 =<br \\/>\\n* Rolled back the left content modules panel requested by users.<br \\/>\\n* Fixed an issue with displaying a csv file format in a table.<\\/p>\\n<p>= 3.0.2, Jul 6 2018 =<br \\/>\\n* Fixed the bug with the first accordion element that was open even when not chosen.<br \\/>\\n* Categorized widgets in the panel of adding the widget.<br \\/>\\n* Implemented a new duplicate element option for such widgets as accordion, tabs, etc. Now you can duplicate custom set elements and just change their content.<br \\/>\\n* Fixed the license page.<\\/p>\\n<p>= 3.0.1, Jun 27 2018 =<br \\/>\\n* Bug fix: fixed an issue with the Embed widget not rendering shortcodes.<\\/p>\\n<p>= 3.0.0, Jun 21 2018 =<br \\/>\\n* This is a major update with a new builder interface and features. We recommend you to back up your site before updating the plugin.<br \\/>\\n* New builder interface.<br \\/>\\n* Faster builder loading time.<br \\/>\\n* Tablet and mobile website editing in real time.<br \\/>\\n* Revisions to view and restore previous content updates.<br \\/>\\n* Drag & drop + Click to Add options to move the content objects around easier and more accurate.<br \\/>\\n* The ability to save and reuse widgets, sections and pages.<\\/p>\\n<p>= 2.5.2, Mar 8 2018 =<br \\/>\\n* Bug fix: fixed an issue with the Audio Player widget.<\\/p>\\n<p>= 2.5.1, Nov 8 2017 =<br \\/>\\n* Bug fix: fixed the issue with broken images.<\\/p>\\n<p>= 2.5.0, Nov 6 2017 =<br \\/>\\n* Added the ability to add and edit the images inside a text object.<br \\/>\\n* Added the ability of deleting and duplicating rows and columns.<br \\/>\\n* Interface redesign.<\\/p>\\n<p>= 2.4.1 =<br \\/>\\n* Bug fix: fixed a localization issue with 3d party plugins.<\\/p>\\n<p>= 2.4.0 =<br \\/>\\n* Plugin localization moved from JSON to WordPress native PO\\/MO format.<br \\/>\\n* Minor bugfixes and improvements.<\\/p>\\n<p>= 2.3.0 =<br \\/>\\n* New version of plugin updater code.<\\/p>\\n<p>= 2.2.0 =<br \\/>\\n* Added the ability to save content without shortcodes when the plugin is deactivated.<\\/p>\\n<p>= 2.1.1 =<br \\/>\\n* Bug fix: syntax error, unexpected T_FUNCTION in MPCECustomStyleManager.php.<br \\/>\\n* Bug fix: wp_get_sites is deprecated since version 4.6.0.<br \\/>\\n* Added the ability to set background-size option for parallax image.<\\/p>\\n<p>= 2.1.0 =<br \\/>\\n* Improved the plugin launching time.<br \\/>\\n* Bug fix: fixed the issue with the cherry-social plugin.<br \\/>\\n* Bug fix: fixed the issue when a style preset may be overwritten on wpmu.<br \\/>\\n* Bug fix: fixed the issue with Fixed Content Width option when there is only one object in a row.<br \\/>\\n* Bug fix: fixed the issue when a backround video has incorrect size and position in the visual editor.<br \\/>\\n* Improved compatibility with a popular Zerif theme.<br \\/>\\n* Improved security.<\\/p>\\n<p>= 2.0.3 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 2.0.2 =<br \\/>\\n* Bug fix: fixed an issue with the link dialog.<br \\/>\\n* Bug fix: fixed an issue when the content section was not found.<\\/p>\\n<p>= 2.0.1 =<br \\/>\\n* Improved plugin launching time, 2x faster.<br \\/>\\n* Now you see the whole website while editing page or post.<br \\/>\\n* New Style Manager. Create, save and reuse styles.<br \\/>\\n* Added the ability to live preview website on different devices.<br \\/>\\n* Added the ability to set the full-width and full-height of the row.<br \\/>\\n* Added the ability to control the frequency of opening a Splash Screen widget.<br \\/>\\n* Minor bugfixes and improvements.<\\/p>\\n<p>= 1.6.7 =<br \\/>\\n* Added the ability to set HTML ID for row.<br \\/>\\n* Added the ability to duplicate widget.<\\/p>\\n<p>= 1.6.6 =<br \\/>\\n* Minor bugfixes and improvements.<\\/p>\\n<p>= 1.6.5 =<br \\/>\\n* New Posts Slider widget.<br \\/>\\n* New Download Button widget.<br \\/>\\n* New Splash Screen widget.<br \\/>\\n* New Popup widget.<br \\/>\\n* New Countdown Timer widget.<br \\/>\\n* New List widget.<br \\/>\\n* New Icon widget.<br \\/>\\n* New Call To Action widget.<br \\/>\\n* New Button Group widget.<br \\/>\\n* Added the ability to filter by categories and tags in Posts Grid widget.<br \\/>\\n* Added the ability to load next posts with Load More button in Posts Grid widget.<br \\/>\\n* Improved compatibility with WordPress 4.3.<br \\/>\\n* Improved compatibility with WPMU Domain Mapping plugin.<br \\/>\\n* Improved compatibility with WordPress multisite.<br \\/>\\n* Improved compatibility with MooTools framework.<br \\/>\\n* Minor bugfixes and improvements.<br \\/>\\n* Added Finnish.<br \\/>\\n* Code is licensed under GPL.<\\/p>\\n<p>= 1.6.3 =<br \\/>\\n* Bug fix: fixed an issue with Image widget.<\\/p>\\n<p>= 1.6.2 =<br \\/>\\n* Bug fix: fixed an issue with YouTube row attribute.<\\/p>\\n<p>= 1.6.1 =<br \\/>\\n* New highly customizable Service Box widget.<br \\/>\\n* Added the ability to show any posts with the Custom Query option in Posts Grid widget.<br \\/>\\n* Added the ability to show posts by ids in Posts Grid widget.<br \\/>\\n* Added the ability to set icon of Button widget and use stretch option.<br \\/>\\n* Added the ability to set Instagram link in Social Buttons widget.<br \\/>\\n* Added the ability to use shortcodes in Members Content widget.<br \\/>\\n* Added the ability to show caption of the image in Image widget.<br \\/>\\n* Added the ability to set slideshow and full-width tabs navigation style in Tabs Widget.<br \\/>\\n* Added the ability to make Vertical Tabs.<br \\/>\\n* Added the ability to add addons settings into the MotoPress Settings section.<br \\/>\\n* Bug fix: fixed an issue with multiple comma-separated slugs in Posts Grid widget.<br \\/>\\n* Minor bugfixes and improvements.<\\/p>\\n<p>= 1.6.0 =<br \\/>\\n* Nested shortcodes API.<br \\/>\\n* New public actions, filters and javascript events. See docs for more information.<br \\/>\\n* Theme integration actions and filters.<br \\/>\\n* Added the ability to filter custom taxonomy in Post Grid widget.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.5.9 =<br \\/>\\n* Bug fix: fixed issue with link dialog box.<br \\/>\\n* Improved compatibility with plugins.<\\/p>\\n<p>= 1.5.8 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.5.7 =<br \\/>\\n* Bug fix: fixed issue with text selection.<br \\/>\\n* Bug fix: fixed issue with Google Maps.<\\/p>\\n<p>= 1.5.6 =<br \\/>\\n* Improved compatibility with WordPress 4.1.<br \\/>\\n* Added Croatian.<\\/p>\\n<p>= 1.5.5 =<br \\/>\\n* New Grid Gallery widget with open in a lightbox feature.<br \\/>\\n* New styles of the Space widget.<br \\/>\\n* Added the ability to use Google Fonts.<br \\/>\\n* Added the ability to build your pages and posts from the predefined layouts.<br \\/>\\n* Added the ability to show posts by tag or category in Posts Grid widget.<br \\/>\\n* Added the ability to select image size in Posts Grid and Slider widgets.<br \\/>\\n* Added the ability to use custom shortcodes for rows and columns.<br \\/>\\n* Improved compatibility with WordPress Multilingual Plugin.<\\/p>\\n<p>= 1.5.4 =<br \\/>\\n* Improved compatibility with HeadwayThemes.<\\/p>\\n<p>= 1.5.3 =<br \\/>\\n* Added the ability to select size of the Image (full, large, medium, thumbnail, custom).<br \\/>\\n* Added the ability to link the Image to the full size image or open in Lightbox.<br \\/>\\n* Added the ability to set Google Charts colors and transparent background.<br \\/>\\n* Improved compatibility with WordPress.<br \\/>\\n* Improved compatibility with HeadwayThemes.<br \\/>\\n* Added an option to hide MotoPpess Options page at subsites of WPMU.<br \\/>\\n* MotoPpess License page is available at the main website of WPMU only.<br \\/>\\n* Added Brazilian Portuguese.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.5.2 =<br \\/>\\n* Video and parallax background of the row.<br \\/>\\n* Added German.<\\/p>\\n<p>= 1.5.1 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.5.0 =<br \\/>\\n* New Style Manager.<br \\/>\\n* Ability to style rows and columns.<br \\/>\\n* New widget Social buttons.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.8 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.7 =<br \\/>\\n* New widget Posts Grid.<br \\/>\\n* New widget Accordion.<br \\/>\\n* Ability to set custom CSS class for each object.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.6 =<br \\/>\\n* Improved compatibility with WordPress 3.9.<\\/p>\\n<p>= 1.4.5 =<br \\/>\\n* Improved compatibility with StudioPress, Headway, PageLines, WooThemes, Theme Hybrid, Mysitemyway.<\\/p>\\n<p>= 1.4.4 =<br \\/>\\n* Spell-checking.<br \\/>\\n* Ability to control excerpt and more tag to a post.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.3 =<br \\/>\\n* New widget Chart.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.2 =<br \\/>\\n* Bug fix: fixed issue with the Page Builder plugin.<br \\/>\\n* New widget Table.<br \\/>\\n* Video help and tutorials.<br \\/>\\n* Added the ability to change a post title right in the editor.<br \\/>\\n* Added the ability to set 50 and 100 pixels for the space around an element.<br \\/>\\n* Added new controls for better user interface.<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.1 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.4.0 =<br \\/>\\n* New widget Tabs enables to create tabbed content.<br \\/>\\n* New widget Audio enables to embed audio files from the Media Library and external URL.<br \\/>\\n* Bug fix: fixed issue with html attributes which were removed while switching between Text and Visual tabs in the editor.<br \\/>\\n* Bug fix: fixed issue with the Pockets plugin.<br \\/>\\n* Bug fix: fixed issue with ejs files.<br \\/>\\n* Feature request: implemented feature request to hide MotoPress for certain user groups.<br \\/>\\n* Feature request: implemented feature request to hide the License Key.<br \\/>\\n* Feature request: implemented feature request to add the ability to open link in a new window for the Image object.<br \\/>\\n* Feature request: implemented feature request to add a quick link to open MotoPress under the post title in the table of posts.<\\/p>\\n<p>= 1.3.3 =<br \\/>\\n* Updated the text editor, improved selection of link and color.<br \\/>\\n* Added Spanish.<\\/p>\\n<p>= 1.3.2 =<br \\/>\\n* Bug fix: fixed errors with javascript libraries.<br \\/>\\n* Bug fix: fixed inactive controls of WordPress Text object.<br \\/>\\n* New widget Social buttons added.<\\/p>\\n<p>= 1.3.1 =<br \\/>\\n* New License and Updates policy.<\\/p>\\n<p>= 1.3 =<br \\/>\\n* Improved the time of plugin launching.<br \\/>\\n* Shortcodes API: added the ability to insert your shortcodes to the plugin.<br \\/>\\n* New settings panel look with the \\\\\\\\\\\\\'style\\\\\\\\\\\\\' tab and the ability to set spaces between objects.<br \\/>\\n* Added the ability to minimize the settings panel for small screens.<br \\/>\\n* Bug fix: fixed the bug with additional spaces and tags in content.<br \\/>\\n* Bug fix: Content Editor button is available for users with none administrative privileges at multisite.<\\/p>\\n<p>= 1.2.1 =<br \\/>\\n* Minor bugfixes.<\\/p>\\n<p>= 1.2 =<br \\/>\\n* Multisite compatibility.<br \\/>\\n* New widgets: Embed, Members-Only Content, Quote.<br \\/>\\n* Dark preview area for better visibility of light content.<br \\/>\\n* Ability to resize content on-the-fly.<br \\/>\\n* Custom CSS section at the settings page.<br \\/>\\n* Native WordPress update process.<br \\/>\\n* Bug fixes and performance improvements.<\\/p>\\n<p>= 1.1 =<br \\/>\\n* Drag and drop improvements.<\\/p>\\n<p>= 1.0 =<br \\/>\\n* Release.<\\/p>\\n\"]}\";}','yes'),(23231,'motopress-ce-preset-styles-last-id','0','yes'),(23278,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(29388,'anissa_widget_rules_type','a:0:{}','yes'),(29389,'anissa_widget_rules','a:0:{}','yes'),(29390,'anissa_widget_custom_class','a:0:{}','yes'),(29391,'anissa_widget_responsive','a:0:{}','yes'),(29392,'anissa_widget_users','a:0:{}','yes'),(29393,'theme_mods_anissa','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(29395,'businessweb_plus_widget_rules_type','a:0:{}','yes'),(29396,'businessweb_plus_widget_rules','a:0:{}','yes'),(29397,'businessweb_plus_widget_custom_class','a:0:{}','yes'),(29398,'businessweb_plus_widget_responsive','a:0:{}','yes'),(29399,'businessweb_plus_widget_users','a:0:{}','yes'),(29400,'theme_mods_businessweb-plus','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(31438,'motopress-ce-preset-styles','a:0:{}','yes'),(31439,'motopress-ce-preset-styles-css','','yes'),(33053,'_transient_timeout_tablepress_c_a87ff679a2f3e71d9181a67b7542122c','1549369878','no'),(33054,'_transient_tablepress_c_a87ff679a2f3e71d9181a67b7542122c','[\"tablepress_d672909f09b3683c1e60fca388704889\"]','no'),(33059,'_transient_timeout_tablepress_c_c81e728d9d4c2f636f067f89cc14862c','1549372183','no'),(33060,'_transient_tablepress_c_c81e728d9d4c2f636f067f89cc14862c','[\"tablepress_96089c1146ab9922098c175f55bee839\"]','no'),(33784,'_transient_timeout_tablepress_c_eccbc87e4b5ce2fe28308fd9f2a7baf3','1549354118','no'),(33785,'_transient_tablepress_c_eccbc87e4b5ce2fe28308fd9f2a7baf3','[\"tablepress_e40c593d8d9be2b7d7839edac732943f\",\"tablepress_012919f4b216e68197b7af52947cac69\"]','no'),(34225,'new_admin_email','admin@demolink.org','yes'),(34506,'wpforms_preview_page','4714','yes'),(34507,'wpforms_version','1.4.9','yes'),(34508,'wpforms_activated','a:1:{s:4:\"lite\";i:1538575598;}','yes'),(34511,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(34512,'_amn_wpforms-lite_last_checked','1548892800','yes'),(34513,'wpforms_review','a:2:{s:4:\"time\";i:1538575601;s:9:\"dismissed\";b:0;}','yes'),(34516,'code_snippets_version','2.13.2','yes'),(34517,'code_snippets_settings','a:3:{s:7:\"general\";a:6:{s:19:\"activate_by_default\";b:1;s:21:\"snippet_scope_enabled\";b:1;s:11:\"enable_tags\";b:1;s:18:\"enable_description\";b:1;s:13:\"disable_prism\";b:0;s:18:\"complete_uninstall\";b:0;}s:18:\"description_editor\";a:3:{s:4:\"rows\";i:5;s:12:\"use_full_mce\";b:0;s:13:\"media_buttons\";b:0;}s:6:\"editor\";a:8:{s:5:\"theme\";s:7:\"default\";s:16:\"indent_with_tabs\";b:1;s:8:\"tab_size\";i:4;s:11:\"indent_unit\";i:2;s:10:\"wrap_lines\";b:1;s:12:\"line_numbers\";b:1;s:19:\"auto_close_brackets\";b:1;s:27:\"highlight_selection_matches\";b:1;}}','yes'),(34518,'recently_activated_snippets','a:0:{}','yes'),(36034,'su_option_supported_blocks','a:3:{i:0;s:14:\"core/paragraph\";i:1;s:14:\"core/shortcode\";i:2;s:13:\"core/freeform\";}','yes'),(37391,'wp_page_for_privacy_policy','0','yes'),(37392,'show_comments_cookies_opt_in','','yes'),(37552,'can_compress_scripts','0','no'),(37953,'su_option_generator_access','manage_options','yes'),(37954,'su_option_enable_shortcodes_in','a:2:{i:0;s:20:\"category_description\";i:1;s:11:\"widget_text\";}','yes'),(39226,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.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-5.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.3\";s:7:\"version\";s:5:\"5.0.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1549180146;s:15:\"version_checked\";s:5:\"5.0.3\";s:12:\"translations\";a:0:{}}','no'),(39995,'_transient_timeout_su/generator/popup','1549147758','no'),(39996,'_transient_su/generator/popup','	<div id=\"su-generator-wrap\" style=\"display:none\">\n		<div id=\"su-generator\">\n			<div id=\"su-generator-header\">\n				<div id=\"su-generator-tools\"><a href=\"http://macrec.com/wp-admin/admin.php?page=shortcodes-ultimate#tab-1\" target=\"_blank\" title=\"Settings\">Plugin settings</a> <span></span> <a href=\"https://getshortcodes.com/\" target=\"_blank\" title=\"Plugin homepage\">Plugin homepage</a> <span></span> <a href=\"http://macrec.com/wp-admin/admin.php?page=shortcodes-ultimate-addons\" target=\"_blank\" title=\"Add-ons\" class=\"su-add-ons\">Add-ons</a></div>\n				<input type=\"text\" name=\"su_generator_search\" id=\"su-generator-search\" value=\"\" placeholder=\"Search for shortcodes\" />\n				<p id=\"su-generator-search-pro-tip\"><strong>Pro Tip:</strong> Hit enter to select highlighted shortcode, while searching</p>\n				<div id=\"su-generator-filter\">\n					<strong>Filter by type</strong>\n					<a href=\"#\" data-filter=\"all\">All</a><a href=\"#\" data-filter=\"content\">Content</a><a href=\"#\" data-filter=\"box\">Box</a><a href=\"#\" data-filter=\"media\">Media</a><a href=\"#\" data-filter=\"gallery\">Gallery</a><a href=\"#\" data-filter=\"data\">Data</a><a href=\"#\" data-filter=\"other\">Other</a>				</div>\n				<div id=\"su-generator-choices\" class=\"su-generator-clearfix\">\n					<span data-name=\"Heading\" data-shortcode=\"heading\" title=\"Styled heading\" data-desc=\"Styled heading\" data-group=\"content\"><i class=\"sui sui-h-square\" style=\"\" aria-label=\"\"></i>Heading</span>\n<span data-name=\"Tabs\" data-shortcode=\"tabs\" title=\"Tabs container\" data-desc=\"Tabs container\" data-group=\"box\"><i class=\"sui sui-list-alt\" style=\"\" aria-label=\"\"></i>Tabs</span>\n<span data-name=\"Tab\" data-shortcode=\"tab\" title=\"Single tab\" data-desc=\"Single tab\" data-group=\"box\"><i class=\"sui sui-list-alt\" style=\"\" aria-label=\"\"></i>Tab</span>\n<span data-name=\"Spoiler\" data-shortcode=\"spoiler\" title=\"Spoiler with hidden content\" data-desc=\"Spoiler with hidden content\" data-group=\"box\"><i class=\"sui sui-list-ul\" style=\"\" aria-label=\"\"></i>Spoiler</span>\n<span data-name=\"Accordion\" data-shortcode=\"accordion\" title=\"Accordion with spoilers\" data-desc=\"Accordion with spoilers\" data-group=\"box\"><i class=\"sui sui-list\" style=\"\" aria-label=\"\"></i>Accordion</span>\n<span data-name=\"Divider\" data-shortcode=\"divider\" title=\"Content divider with optional TOP link\" data-desc=\"Content divider with optional TOP link\" data-group=\"content\"><i class=\"sui sui-ellipsis-h\" style=\"\" aria-label=\"\"></i>Divider</span>\n<span data-name=\"Spacer\" data-shortcode=\"spacer\" title=\"Empty space with adjustable height\" data-desc=\"Empty space with adjustable height\" data-group=\"content other\"><i class=\"sui sui-arrows-v\" style=\"\" aria-label=\"\"></i>Spacer</span>\n<span data-name=\"Highlight\" data-shortcode=\"highlight\" title=\"Highlighted text\" data-desc=\"Highlighted text\" data-group=\"content\"><i class=\"sui sui-pencil\" style=\"\" aria-label=\"\"></i>Highlight</span>\n<span data-name=\"Label\" data-shortcode=\"label\" title=\"Styled label\" data-desc=\"Styled label\" data-group=\"content\"><i class=\"sui sui-tag\" style=\"\" aria-label=\"\"></i>Label</span>\n<span data-name=\"Quote\" data-shortcode=\"quote\" title=\"Blockquote alternative\" data-desc=\"Blockquote alternative\" data-group=\"box\"><i class=\"sui sui-quote-right\" style=\"\" aria-label=\"\"></i>Quote</span>\n<span data-name=\"Pullquote\" data-shortcode=\"pullquote\" title=\"Pullquote\" data-desc=\"Pullquote\" data-group=\"box\"><i class=\"sui sui-quote-left\" style=\"\" aria-label=\"\"></i>Pullquote</span>\n<span data-name=\"Dropcap\" data-shortcode=\"dropcap\" title=\"Dropcap\" data-desc=\"Dropcap\" data-group=\"content\"><i class=\"sui sui-bold\" style=\"\" aria-label=\"\"></i>Dropcap</span>\n<span data-name=\"Columns\" data-shortcode=\"row\" title=\"Row for flexible columns\" data-desc=\"Row for flexible columns\" data-group=\"box\"><i class=\"sui sui-columns\" style=\"\" aria-label=\"\"></i>Columns</span>\n<span data-name=\"Column\" data-shortcode=\"column\" title=\"Flexible and responsive columns\" data-desc=\"Flexible and responsive columns\" data-group=\"box\"><i class=\"sui sui-columns\" style=\"\" aria-label=\"\"></i>Column</span>\n<span data-name=\"List\" data-shortcode=\"list\" title=\"Styled unordered list\" data-desc=\"Styled unordered list\" data-group=\"content\"><i class=\"sui sui-list-ol\" style=\"\" aria-label=\"\"></i>List</span>\n<span data-name=\"Button\" data-shortcode=\"button\" title=\"Styled button\" data-desc=\"Styled button\" data-group=\"content\"><i class=\"sui sui-heart\" style=\"\" aria-label=\"\"></i>Button</span>\n<span data-name=\"Service\" data-shortcode=\"service\" title=\"Service box with title\" data-desc=\"Service box with title\" data-group=\"box\"><i class=\"sui sui-check-square-o\" style=\"\" aria-label=\"\"></i>Service</span>\n<span data-name=\"Box\" data-shortcode=\"box\" title=\"Colored box with caption\" data-desc=\"Colored box with caption\" data-group=\"box\"><i class=\"sui sui-list-alt\" style=\"\" aria-label=\"\"></i>Box</span>\n<span data-name=\"Note\" data-shortcode=\"note\" title=\"Colored box\" data-desc=\"Colored box\" data-group=\"box\"><i class=\"sui sui-list-alt\" style=\"\" aria-label=\"\"></i>Note</span>\n<span data-name=\"Expand\" data-shortcode=\"expand\" title=\"Expandable text block\" data-desc=\"Expandable text block\" data-group=\"box\"><i class=\"sui sui-sort-amount-asc\" style=\"\" aria-label=\"\"></i>Expand</span>\n<span data-name=\"Lightbox\" data-shortcode=\"lightbox\" title=\"Lightbox window with custom content\" data-desc=\"Lightbox window with custom content\" data-group=\"gallery\"><i class=\"sui sui-external-link\" style=\"\" aria-label=\"\"></i>Lightbox</span>\n<span data-name=\"Lightbox content\" data-shortcode=\"lightbox_content\" title=\"Inline content for lightbox\" data-desc=\"Inline content for lightbox\" data-group=\"gallery\"><i class=\"sui sui-external-link\" style=\"\" aria-label=\"\"></i>Lightbox content</span>\n<span data-name=\"Tooltip\" data-shortcode=\"tooltip\" title=\"Tooltip window with custom content\" data-desc=\"Tooltip window with custom content\" data-group=\"other\"><i class=\"sui sui-comment-o\" style=\"\" aria-label=\"\"></i>Tooltip</span>\n<span data-name=\"Private\" data-shortcode=\"private\" title=\"Private note for post authors. Any content wrapped with this shortcode will only be visible to post authors (users with publish_posts capability).\" data-desc=\"Private note for post authors. Any content wrapped with this shortcode will only be visible to post authors (users with publish_posts capability).\" data-group=\"other\"><i class=\"sui sui-lock\" style=\"\" aria-label=\"\"></i>Private</span>\n<span data-name=\"YouTube\" data-shortcode=\"youtube\" title=\"YouTube video\" data-desc=\"YouTube video\" data-group=\"media\"><i class=\"sui sui-youtube-play\" style=\"\" aria-label=\"\"></i>YouTube</span>\n<span data-name=\"YouTube advanced\" data-shortcode=\"youtube_advanced\" title=\"YouTube video player with advanced settings\" data-desc=\"YouTube video player with advanced settings\" data-group=\"media\"><i class=\"sui sui-youtube-play\" style=\"\" aria-label=\"\"></i>YouTube advanced</span>\n<span data-name=\"Vimeo\" data-shortcode=\"vimeo\" title=\"Vimeo video\" data-desc=\"Vimeo video\" data-group=\"media\"><i class=\"sui sui-youtube-play\" style=\"\" aria-label=\"\"></i>Vimeo</span>\n<span data-name=\"Dailymotion\" data-shortcode=\"dailymotion\" title=\"Dailymotion video\" data-desc=\"Dailymotion video\" data-group=\"media\"><i class=\"sui sui-youtube-play\" style=\"\" aria-label=\"\"></i>Dailymotion</span>\n<span data-name=\"Audio\" data-shortcode=\"audio\" title=\"Custom audio player\" data-desc=\"Custom audio player\" data-group=\"media\"><i class=\"sui sui-play-circle\" style=\"\" aria-label=\"\"></i>Audio</span>\n<span data-name=\"Video\" data-shortcode=\"video\" title=\"Custom video player\" data-desc=\"Custom video player\" data-group=\"media\"><i class=\"sui sui-play-circle\" style=\"\" aria-label=\"\"></i>Video</span>\n<span data-name=\"Table\" data-shortcode=\"table\" title=\"Styled table from HTML or CSV file\" data-desc=\"Styled table from HTML or CSV file\" data-group=\"content\"><i class=\"sui sui-table\" style=\"\" aria-label=\"\"></i>Table</span>\n<span data-name=\"Permalink\" data-shortcode=\"permalink\" title=\"Permalink to specified post/page\" data-desc=\"Permalink to specified post/page\" data-group=\"content other\"><i class=\"sui sui-link\" style=\"\" aria-label=\"\"></i>Permalink</span>\n<span data-name=\"Members\" data-shortcode=\"members\" title=\"Content for logged in members only\" data-desc=\"Content for logged in members only\" data-group=\"other\"><i class=\"sui sui-lock\" style=\"\" aria-label=\"\"></i>Members</span>\n<span data-name=\"Guests\" data-shortcode=\"guests\" title=\"Content for guests only\" data-desc=\"Content for guests only\" data-group=\"other\"><i class=\"sui sui-user\" style=\"\" aria-label=\"\"></i>Guests</span>\n<span data-name=\"RSS feed\" data-shortcode=\"feed\" title=\"Feed grabber\" data-desc=\"Feed grabber\" data-group=\"content other\"><i class=\"sui sui-rss\" style=\"\" aria-label=\"\"></i>RSS feed</span>\n<span data-name=\"Menu\" data-shortcode=\"menu\" title=\"Custom menu by name\" data-desc=\"Custom menu by name\" data-group=\"other\"><i class=\"sui sui-bars\" style=\"\" aria-label=\"\"></i>Menu</span>\n<span data-name=\"Sub pages\" data-shortcode=\"subpages\" title=\"List of sub pages\" data-desc=\"List of sub pages\" data-group=\"other\"><i class=\"sui sui-bars\" style=\"\" aria-label=\"\"></i>Sub pages</span>\n<span data-name=\"Siblings\" data-shortcode=\"siblings\" title=\"List of cureent page siblings\" data-desc=\"List of cureent page siblings\" data-group=\"other\"><i class=\"sui sui-bars\" style=\"\" aria-label=\"\"></i>Siblings</span>\n<span data-name=\"Document\" data-shortcode=\"document\" title=\"Document viewer by Google\" data-desc=\"Document viewer by Google\" data-group=\"media\"><i class=\"sui sui-file-text\" style=\"\" aria-label=\"\"></i>Document</span>\n<span data-name=\"Google map\" data-shortcode=\"gmap\" title=\"Maps by Google\" data-desc=\"Maps by Google\" data-group=\"media\"><i class=\"sui sui-globe\" style=\"\" aria-label=\"\"></i>Google map</span>\n<span data-name=\"Slider\" data-shortcode=\"slider\" title=\"Customizable image slider\" data-desc=\"Customizable image slider\" data-group=\"gallery\"><i class=\"sui sui-picture-o\" style=\"\" aria-label=\"\"></i>Slider</span>\n<span data-name=\"Carousel\" data-shortcode=\"carousel\" title=\"Customizable image carousel\" data-desc=\"Customizable image carousel\" data-group=\"gallery\"><i class=\"sui sui-picture-o\" style=\"\" aria-label=\"\"></i>Carousel</span>\n<span data-name=\"Gallery\" data-shortcode=\"custom_gallery\" title=\"Customizable image gallery\" data-desc=\"Customizable image gallery\" data-group=\"gallery\"><i class=\"sui sui-picture-o\" style=\"\" aria-label=\"\"></i>Gallery</span>\n<span data-name=\"Posts\" data-shortcode=\"posts\" title=\"Custom posts query with customizable template\" data-desc=\"Custom posts query with customizable template\" data-group=\"other\"><i class=\"sui sui-th-list\" style=\"\" aria-label=\"\"></i>Posts</span>\n<span data-name=\"Dummy text\" data-shortcode=\"dummy_text\" title=\"Text placeholder\" data-desc=\"Text placeholder\" data-group=\"content\"><i class=\"sui sui-text-height\" style=\"\" aria-label=\"\"></i>Dummy text</span>\n<span data-name=\"Dummy image\" data-shortcode=\"dummy_image\" title=\"Image placeholder with random image\" data-desc=\"Image placeholder with random image\" data-group=\"content\"><i class=\"sui sui-picture-o\" style=\"\" aria-label=\"\"></i>Dummy image</span>\n<span data-name=\"Animation\" data-shortcode=\"animate\" title=\"Wrapper for animation. Any nested element will be animated\" data-desc=\"Wrapper for animation. Any nested element will be animated\" data-group=\"other\"><i class=\"sui sui-bolt\" style=\"\" aria-label=\"\"></i>Animation</span>\n<span data-name=\"Meta data\" data-shortcode=\"meta\" title=\"Post meta\" data-desc=\"Post meta\" data-group=\"data\"><i class=\"sui sui-info-circle\" style=\"\" aria-label=\"\"></i>Meta data</span>\n<span data-name=\"User data\" data-shortcode=\"user\" title=\"User data\" data-desc=\"User data\" data-group=\"data\"><i class=\"sui sui-info-circle\" style=\"\" aria-label=\"\"></i>User data</span>\n<span data-name=\"Post data\" data-shortcode=\"post\" title=\"The utility shortcode to display various post data, like post title, status or excerpt\" data-desc=\"The utility shortcode to display various post data, like post title, status or excerpt\" data-group=\"data\"><i class=\"sui sui-info-circle\" style=\"\" aria-label=\"\"></i>Post data</span>\n<span data-name=\"Template\" data-shortcode=\"template\" title=\"Theme template\" data-desc=\"Theme template\" data-group=\"other\"><i class=\"sui sui-puzzle-piece\" style=\"\" aria-label=\"\"></i>Template</span>\n<span data-name=\"QR code\" data-shortcode=\"qrcode\" title=\"Advanced QR code generator\" data-desc=\"Advanced QR code generator\" data-group=\"content\"><i class=\"sui sui-qrcode\" style=\"\" aria-label=\"\"></i>QR code</span>\n<span data-name=\"Scheduler\" data-shortcode=\"scheduler\" title=\"Allows to show the content only at the specified time period\" data-desc=\"Allows to show the content only at the specified time period\" data-group=\"other\"><i class=\"sui sui-clock-o\" style=\"\" aria-label=\"\"></i>Scheduler</span>\n				</div>\n			</div>\n			<div id=\"su-generator-settings\"></div>\n			<input type=\"hidden\" name=\"su-generator-selected\" id=\"su-generator-selected\" value=\"http://macrec.com/wp-content/plugins/shortcodes-ultimate\" />\n			<input type=\"hidden\" name=\"su-generator-url\" id=\"su-generator-url\" value=\"http://macrec.com/wp-content/plugins/shortcodes-ultimate\" />\n			<input type=\"hidden\" name=\"su-compatibility-mode-prefix\" id=\"su-compatibility-mode-prefix\" value=\"su_\" />\n			<div id=\"su-generator-result\" style=\"display:none\"></div>\n		</div>\n	</div>\n','no'),(40056,'_site_transient_timeout_browser_0b7b0b55fdad6f060cb1a7eb4a93bd74','1549579570','no'),(40057,'_site_transient_browser_0b7b0b55fdad6f060cb1a7eb4a93bd74','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"71.0.3578.98\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(40062,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1549017972','no'),(40073,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1549017973','no'),(40164,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1549180148;s:7:\"checked\";a:18:{s:47:\"advanced-sidebar-menu/advanced-sidebar-menu.php\";s:5:\"7.4.6\";s:19:\"akismet/akismet.php\";s:5:\"4.1.1\";s:31:\"cherry-plugin/cherry-plugin.php\";s:3:\"1.0\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.4\";s:31:\"code-snippets/code-snippets.php\";s:6:\"2.13.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.1\";s:29:\"easy-columns/easy-columns.php\";s:6:\"v2.1.3\";s:36:\"easy-faq-with-expanding-text/faq.php\";s:9:\"3.2.8.3.1\";s:37:\"embed-google-map/embed_google_map.php\";s:3:\"3.2\";s:19:\"jetpack/jetpack.php\";s:3:\"6.9\";s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";s:5:\"3.1.2\";s:37:\"mojo-marketplace/mojo-marketplace.php\";s:5:\"0.5.9\";s:53:\"motopress-content-editor/motopress-content-editor.php\";s:5:\"3.0.2\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:5:\"5.2.0\";s:25:\"tablepress/tablepress.php\";s:5:\"1.9.1\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.5.0.4\";s:31:\"wp-migrate-db/wp-migrate-db.php\";s:5:\"1.0.9\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.6.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:15:{s:47:\"advanced-sidebar-menu/advanced-sidebar-menu.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/advanced-sidebar-menu\";s:4:\"slug\";s:21:\"advanced-sidebar-menu\";s:6:\"plugin\";s:47:\"advanced-sidebar-menu/advanced-sidebar-menu.php\";s:11:\"new_version\";s:5:\"7.4.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/advanced-sidebar-menu/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/advanced-sidebar-menu.7.4.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/advanced-sidebar-menu/assets/icon-256x256.png?rev=1810540\";s:2:\"1x\";s:74:\"https://ps.w.org/advanced-sidebar-menu/assets/icon-128x128.png?rev=1810540\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/advanced-sidebar-menu/assets/banner-1544x500.png?rev=1810540\";s:2:\"1x\";s:76:\"https://ps.w.org/advanced-sidebar-menu/assets/banner-772x250.png?rev=1810540\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"code-snippets/code-snippets.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/code-snippets\";s:4:\"slug\";s:13:\"code-snippets\";s:6:\"plugin\";s:31:\"code-snippets/code-snippets.php\";s:11:\"new_version\";s:6:\"2.13.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/code-snippets/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/code-snippets.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=986370\";s:3:\"svg\";s:57:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=986370\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/code-snippets/assets/banner-772x250.png?rev=1490174\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"easy-columns/easy-columns.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/easy-columns\";s:4:\"slug\";s:12:\"easy-columns\";s:6:\"plugin\";s:29:\"easy-columns/easy-columns.php\";s:11:\"new_version\";s:6:\"v2.1.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/easy-columns/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/easy-columns.2.1.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://s.w.org/plugins/geopattern-icon/easy-columns_abb3b5.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/easy-columns/assets/banner-772x250.png?rev=763404\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"easy-faq-with-expanding-text/faq.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:42:\"w.org/plugins/easy-faq-with-expanding-text\";s:4:\"slug\";s:28:\"easy-faq-with-expanding-text\";s:6:\"plugin\";s:36:\"easy-faq-with-expanding-text/faq.php\";s:11:\"new_version\";s:9:\"3.2.8.3.1\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/easy-faq-with-expanding-text/\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/plugin/easy-faq-with-expanding-text.3.2.8.3.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:72:\"https://s.w.org/plugins/geopattern-icon/easy-faq-with-expanding-text.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:37:\"embed-google-map/embed_google_map.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/embed-google-map\";s:4:\"slug\";s:16:\"embed-google-map\";s:6:\"plugin\";s:37:\"embed-google-map/embed_google_map.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/embed-google-map/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/embed-google-map.3.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:60:\"https://s.w.org/plugins/geopattern-icon/embed-google-map.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"6.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.6.9.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}}s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/jquery-vertical-accordion-menu\";s:4:\"slug\";s:30:\"jquery-vertical-accordion-menu\";s:6:\"plugin\";s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/jquery-vertical-accordion-menu/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/jquery-vertical-accordion-menu.3.1.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:81:\"https://s.w.org/plugins/geopattern-icon/jquery-vertical-accordion-menu_a5a7a8.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:84:\"https://ps.w.org/jquery-vertical-accordion-menu/assets/banner-772x250.png?rev=507582\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/shortcodes-ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:6:\"plugin\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:11:\"new_version\";s:5:\"5.2.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/shortcodes-ultimate/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/shortcodes-ultimate.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.png?rev=1760590\";s:2:\"1x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-128x128.png?rev=1760590\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/shortcodes-ultimate/assets/banner-1544x500.jpg?rev=1760590\";s:2:\"1x\";s:74:\"https://ps.w.org/shortcodes-ultimate/assets/banner-772x250.jpg?rev=1760590\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/tablepress\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/tablepress.1.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/tablepress/assets/icon-256x256.png?rev=1064192\";s:2:\"1x\";s:63:\"https://ps.w.org/tablepress/assets/icon-128x128.png?rev=1064192\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/tablepress/assets/banner-1544x500.png?rev=1275767\";s:2:\"1x\";s:65:\"https://ps.w.org/tablepress/assets/banner-772x250.png?rev=1275767\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/tablepress/assets/banner-1544x500-rtl.png?rev=1275767\";s:2:\"1x\";s:69:\"https://ps.w.org/tablepress/assets/banner-772x250-rtl.png?rev=1275767\";}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.5.0.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wpforms-lite.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"wp-migrate-db/wp-migrate-db.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wp-migrate-db\";s:4:\"slug\";s:13:\"wp-migrate-db\";s:6:\"plugin\";s:31:\"wp-migrate-db/wp-migrate-db.php\";s:11:\"new_version\";s:5:\"1.0.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-migrate-db/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-migrate-db.1.0.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-migrate-db/assets/icon-256x256.jpg?rev=1809889\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-migrate-db/assets/icon-128x128.jpg?rev=1809889\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-migrate-db/assets/banner-1544x500.jpg?rev=1809889\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-migrate-db/assets/banner-772x250.jpg?rev=1809889\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.6.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.6.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(40179,'_site_transient_timeout_theme_roots','1549181947','no'),(40180,'_site_transient_theme_roots','a:9:{s:15:\"CherryFramework\";s:7:\"/themes\";s:6:\"anissa\";s:7:\"/themes\";s:16:\"businessweb-plus\";s:7:\"/themes\";s:10:\"theme46787\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','no'),(40181,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1549180147;s:7:\"checked\";a:9:{s:15:\"CherryFramework\";s:3:\"3.1\";s:6:\"anissa\";s:5:\"0.0.5\";s:16:\"businessweb-plus\";s:5:\"1.7.0\";s:10:\"theme46787\";s:3:\"2.1\";s:13:\"twentyfifteen\";s:3:\"2.3\";s:14:\"twentyfourteen\";s:3:\"2.5\";s:14:\"twentynineteen\";s:3:\"1.2\";s:14:\"twentythirteen\";s:3:\"2.7\";s:12:\"twentytwelve\";s:3:\"2.8\";}s:8:\"response\";a:1:{s:15:\"CherryFramework\";a:3:{s:7:\"package\";s:107:\"http://updates.cherry.template-help.com/cherrymoto/v3/api/download.php?key=9a967472f808a2c8105955af2787a960\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:1:\"#\";}}s:12:\"translations\";a:0:{}}','no'),(40183,'_transient_timeout_tablepress_e40c593d8d9be2b7d7839edac732943f','1549267718','no'),(40184,'_transient_tablepress_e40c593d8d9be2b7d7839edac732943f','\n<table id=\"tablepress-3\" class=\"tablepress tablepress-id-3\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">Hours</th><th class=\"column-2\">Phone</th><th class=\"column-3\">Address</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\">Mon-Thurs   5:30am-9pm</td><td class=\"column-2\">Main Line  330-468-8370</td><td class=\"column-3\">1494 East Aurora Rd.</td>\n</tr>\n<tr class=\"row-3 odd\">\n	<td class=\"column-1\">Friday   5:30am-8pm</td><td class=\"column-2\">Hotline  330-468-8369</td><td class=\"column-3\">Macedonia, Oh 44056</td>\n</tr>\n<tr class=\"row-4 even\">\n	<td class=\"column-1\">Saturday   8am-6pm</td><td class=\"column-2\">Fax  330-468-8377</td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-5 odd\">\n	<td class=\"column-1\">Sunday   9am-5pm</td><td class=\"column-2\"></td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-6 even\">\n	<td class=\"column-1\">* Pool closes 30 minutes BEFORE facility.</td><td colspan=\"2\" class=\"column-2\">SPECIAL CLOSINGS: Facility will be closed on Easter, Memorial Day, July 4th, Labor Day, Thanksgiving, Christmas Eve, Christmas Day, New Year’s Eve, New Year’s Day, Annual Facility Shutdown. </td>\n</tr>\n</tbody>\n</table>\n','no'),(40189,'_transient_timeout_tablepress_d672909f09b3683c1e60fca388704889','1549283478','no'),(40190,'_transient_tablepress_d672909f09b3683c1e60fca388704889','\n<table id=\"tablepress-4\" class=\"tablepress tablepress-id-4\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">Name </th><th class=\"column-2\">Department</th><th class=\"column-3\">Email Address</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\">Angela Gmerek</td><td class=\"column-2\">Director of Parks &amp; Recreation</td><td class=\"column-3\"><a href=\"mailto:agmerek@macedonia.oh.us\">agmerek@macedonia.oh.us</a></td>\n</tr>\n<tr class=\"row-3 odd\">\n	<td class=\"column-1\">John Doyle</td><td class=\"column-2\">Aquatics Coordinator</td><td class=\"column-3\"><a href=\"mailto:jdoyle@macedonia.oh.us\">jdoyle@macedonia.oh.us</a></td>\n</tr>\n<tr class=\"row-4 even\">\n	<td class=\"column-1\">Cindy Funk</td><td class=\"column-2\">Administrative Coordinator</td><td class=\"column-3\"><a href=\"mailto:cfunk@macedonia.oh.us\">cfunk@macedonia.oh.us</a></td>\n</tr>\n<tr class=\"row-5 odd\">\n	<td class=\"column-1\">Alan Hamski</td><td class=\"column-2\">Recreation Coordinator</td><td class=\"column-3\"><a href=\"mailto:ahamski@macedonia.oh.us\">ahamski@macedonia.oh.us</a></td>\n</tr>\n<tr class=\"row-6 even\">\n	<td class=\"column-1\">Bill Lupica</td><td class=\"column-2\">Building Foreman</td><td class=\"column-3\"><a href=\"mailto:blupica@macedonia.oh.us\">blupica@macedonia.oh.us</a></td>\n</tr>\n<tr class=\"row-7 odd\">\n	<td class=\"column-1\">Brad Wisniewski</td><td class=\"column-2\">Membership &amp; Marketing Coordinator</td><td class=\"column-3\"><a href=\"mailto:bwisniewski@macedonia.oh.us\">bwisniewski@macedonia.oh.us</a></td>\n</tr>\n</tbody>\n</table>\n','no'),(40192,'_transient_timeout_tablepress_96089c1146ab9922098c175f55bee839','1549285783','no'),(40193,'_transient_tablepress_96089c1146ab9922098c175f55bee839','\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2\">\n<thead>\n<tr class=\"row-1 odd\">\n	<th class=\"column-1\">Hourly Rental Rates<br />\nRoom/Area</th><th class=\"column-2\">Maximum<br />\nOccupancy</th><th class=\"column-3\">Class 1<br />\nper hour</th><th class=\"column-4\">Class 2<br />\nper hour</th><th class=\"column-5\">Class 3<br />\nper hour</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n	<td class=\"column-1\">Activity Room</td><td class=\"column-2\">40</td><td class=\"column-3\">$30</td><td class=\"column-4\">$40</td><td class=\"column-5\">$50</td>\n</tr>\n<tr class=\"row-3 odd\">\n	<td class=\"column-1\">Rotunda – Section</td><td class=\"column-2\">40</td><td class=\"column-3\">$20</td><td class=\"column-4\">$30</td><td class=\"column-5\">$35</td>\n</tr>\n<tr class=\"row-4 even\">\n	<td class=\"column-1\">Natatorium – Whole*</td><td class=\"column-2\">200</td><td class=\"column-3\">$150</td><td class=\"column-4\">$200</td><td class=\"column-5\">$300</td>\n</tr>\n<tr class=\"row-5 odd\">\n	<td class=\"column-1\">Natatorium – Lap Pool</td><td class=\"column-2\">100</td><td class=\"column-3\">$90</td><td class=\"column-4\">$100</td><td class=\"column-5\">$120</td>\n</tr>\n<tr class=\"row-6 even\">\n	<td class=\"column-1\">Natatorium – Activity Pool</td><td class=\"column-2\">75</td><td class=\"column-3\">$90</td><td class=\"column-4\">$100</td><td class=\"column-5\">$120</td>\n</tr>\n<tr class=\"row-7 odd\">\n	<td class=\"column-1\">Natatorium – Lap Lane</td><td class=\"column-2\">10</td><td class=\"column-3\">$20</td><td class=\"column-4\">$25</td><td class=\"column-5\">$30</td>\n</tr>\n</tbody>\n</table>\n','no');
/*!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) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6205 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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 (89,94,'_edit_last','1'),(90,94,'_edit_last','1'),(91,94,'_edit_last','1'),(92,94,'_edit_last','1'),(93,95,'_edit_last','1'),(94,95,'_edit_last','1'),(95,95,'_edit_last','1'),(96,95,'_edit_last','1'),(97,96,'_edit_last','1'),(98,96,'_edit_last','1'),(99,96,'_edit_last','1'),(100,96,'_edit_last','1'),(101,97,'_edit_last','1'),(102,97,'_edit_last','1'),(103,97,'_edit_last','1'),(104,97,'_edit_last','1'),(105,98,'_edit_last','1'),(106,98,'_edit_last','1'),(107,98,'_edit_last','1'),(108,98,'_edit_last','1'),(109,99,'_edit_last','1'),(110,99,'_edit_last','1'),(111,99,'_edit_last','1'),(112,99,'_edit_last','1'),(113,100,'_edit_last','1'),(114,100,'_edit_last','1'),(115,100,'_edit_last','1'),(116,100,'_edit_last','1'),(133,1792,'_wp_attached_file','2012/12/sound1.mp3'),(134,1793,'_wp_attached_file','2012/12/sound2.mp3'),(135,1794,'_wp_attached_file','2012/12/video1.m4v'),(136,1795,'_wp_attached_file','2012/12/video2.ogv'),(137,1796,'_wp_attached_file','2012/12/video3.flv'),(142,1797,'_edit_last','2'),(143,1797,'_wp_page_template','page-fullwidth.php'),(144,1797,'_edit_last','2'),(145,1797,'_wp_page_template','page-fullwidth.php'),(146,1797,'_edit_last','2'),(147,1797,'_wp_page_template','page-fullwidth.php'),(148,1797,'_edit_last','2'),(149,1797,'_wp_page_template','page-fullwidth.php'),(150,7,'_edit_last','1'),(151,7,'_wp_page_template','page-fullwidth.php'),(152,7,'_wp_page_template','page-fullwidth.php'),(153,7,'_edit_last','1'),(154,7,'_edit_last','1'),(155,7,'_wp_page_template','page-fullwidth.php'),(156,7,'_edit_last','1'),(157,7,'_wp_page_template','page-fullwidth.php'),(158,9,'_edit_last','1'),(159,9,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(160,9,'page-desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim.'),(161,9,'page-desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim.'),(162,9,'_edit_last','1'),(163,9,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(164,9,'page-desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim.'),(165,9,'_edit_last','1'),(166,9,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(167,9,'page-desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim.'),(168,9,'_edit_last','1'),(169,9,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(170,12,'_edit_last','1'),(171,12,'_wp_page_template','page-faq.php'),(172,12,'_edit_last','1'),(173,12,'_wp_page_template','page-faq.php'),(174,12,'_edit_last','1'),(175,12,'_wp_page_template','page-faq.php'),(176,12,'_edit_last','1'),(177,12,'_wp_page_template','page-faq.php'),(178,14,'_edit_last','1'),(179,14,'_wp_page_template','page-fullwidth.php'),(180,14,'_edit_last','1'),(181,14,'_wp_page_template','page-fullwidth.php'),(182,14,'_edit_last','1'),(183,14,'_wp_page_template','page-fullwidth.php'),(184,14,'_edit_last','1'),(185,14,'_wp_page_template','page-fullwidth.php'),(194,169,'_edit_last','1'),(195,169,'_wp_page_template','page-fullwidth.php'),(196,169,'_edit_last','1'),(197,169,'_wp_page_template','page-fullwidth.php'),(198,169,'_wp_page_template','page-fullwidth.php'),(199,169,'_edit_last','1'),(200,169,'_edit_last','1'),(201,169,'_wp_page_template','page-fullwidth.php'),(202,203,'_wp_page_template','page-home.php'),(203,203,'_edit_last','2'),(204,203,'_wp_page_template','page-home.php'),(205,203,'_edit_last','2'),(206,203,'_wp_page_template','page-home.php'),(207,203,'_edit_last','2'),(208,203,'_wp_page_template','page-home.php'),(209,203,'_edit_last','2'),(210,220,'_edit_last','1'),(211,220,'_wp_page_template','page-testi.php'),(212,220,'_edit_last','1'),(213,220,'_wp_page_template','page-testi.php'),(214,220,'_edit_last','1'),(215,220,'_wp_page_template','page-testi.php'),(216,220,'_edit_last','1'),(217,220,'_wp_page_template','page-testi.php'),(218,413,'_wp_page_template','page-archives.php'),(219,413,'_wp_page_template','page-archives.php'),(220,413,'_edit_last','1'),(221,413,'_wp_page_template','page-archives.php'),(222,413,'_edit_last','1'),(223,413,'_edit_last','1'),(224,413,'_wp_page_template','page-archives.php'),(225,413,'_edit_last','1'),(227,514,'_edit_last','1'),(228,514,'tz_portfolio_url','http://demolink.org'),(229,514,'tz_portfolio_type','Image'),(230,514,'tz_portfolio_date','07/07/2012'),(231,514,'_edit_last','1'),(233,514,'tz_audio_format','mp3'),(234,514,'tz_portfolio_date','07/07/2012'),(235,514,'tz_audio_format','mp3'),(237,514,'_edit_last','1'),(239,514,'tz_portfolio_client','Lorem ipsum'),(240,514,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(241,514,'tz_portfolio_url','http://demolink.org'),(242,514,'tz_portfolio_type','Image'),(243,514,'_edit_last','1'),(244,514,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(245,514,'tz_portfolio_client','Lorem ipsum'),(246,515,'tz_audio_format','mp3'),(247,515,'_edit_last','1'),(248,515,'tz_portfolio_date','07/07/2012'),(250,515,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(251,515,'tz_portfolio_url','http://demolink.org'),(252,515,'tz_portfolio_type','Image'),(253,515,'_edit_last','1'),(255,515,'tz_audio_format','mp3'),(256,515,'tz_portfolio_date','07/07/2012'),(257,515,'_edit_last','1'),(259,515,'tz_portfolio_client','Lorem ipsum'),(260,515,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(261,515,'tz_portfolio_url','http://demolink.org'),(262,515,'tz_portfolio_type','Image'),(264,515,'_edit_last','1'),(265,515,'tz_portfolio_client','Lorem ipsum'),(266,516,'_edit_last','1'),(268,516,'tz_audio_format','mp3'),(269,516,'tz_portfolio_date','07/07/2012'),(270,516,'_edit_last','1'),(272,516,'tz_portfolio_client','Lorem ipsum'),(273,516,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(274,516,'tz_portfolio_url','http://demolink.org'),(275,516,'tz_portfolio_type','Image'),(276,516,'_edit_last','1'),(278,516,'tz_audio_format','mp3'),(279,516,'tz_portfolio_date','07/07/2012'),(280,516,'_edit_last','1'),(282,516,'tz_portfolio_client','Lorem ipsum'),(283,516,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(284,516,'tz_portfolio_url','http://demolink.org'),(285,516,'tz_portfolio_type','Image'),(286,517,'tz_audio_format','mp3'),(287,517,'tz_portfolio_url','http://demolink.org'),(288,517,'tz_portfolio_type','Image'),(289,517,'_edit_last','1'),(290,517,'_edit_last','1'),(292,517,'tz_audio_format','mp3'),(293,517,'tz_portfolio_date','07/07/2012'),(294,517,'_edit_last','1'),(296,517,'tz_portfolio_client','Lorem ipsum'),(297,517,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(298,517,'_edit_last','1'),(300,517,'tz_portfolio_client','Lorem ipsum'),(301,517,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(302,517,'tz_portfolio_url','http://demolink.org'),(303,517,'tz_portfolio_type','Image'),(305,517,'tz_portfolio_date','07/07/2012'),(307,518,'tz_portfolio_client','Lorem ipsum'),(308,518,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(309,518,'tz_portfolio_url','http://demolink.org'),(310,518,'_edit_last','1'),(312,518,'tz_audio_format','mp3'),(313,518,'tz_portfolio_date','07/07/2012'),(314,518,'_edit_last','1'),(315,518,'_edit_last','1'),(317,518,'tz_audio_format','mp3'),(318,518,'tz_portfolio_date','07/07/2012'),(319,518,'_edit_last','1'),(321,518,'tz_portfolio_client','Lorem ipsum'),(322,518,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(323,518,'tz_portfolio_url','http://demolink.org'),(324,518,'tz_portfolio_type','Image'),(325,518,'tz_portfolio_type','Image'),(326,1278,'_edit_last','1'),(327,1278,'_wp_page_template','page-Portfolio2Cols-filterable.php'),(328,1278,'_edit_last','1'),(329,1278,'_wp_page_template','page-Portfolio2Cols-filterable.php'),(330,1280,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(331,1280,'_edit_last','1'),(332,1280,'_edit_last','1'),(333,1280,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(334,1282,'_edit_last','1'),(335,1282,'_wp_page_template','page-Portfolio4Cols-filterable.php'),(336,1282,'_edit_last','1'),(337,1282,'_wp_page_template','page-Portfolio4Cols-filterable.php'),(341,63,'_edit_last','1'),(344,63,'_edit_last','1'),(345,63,'_edit_last','1'),(347,63,'_edit_last','1'),(351,65,'_edit_last','1'),(352,65,'_edit_last','1'),(354,65,'_edit_last','1'),(356,65,'_edit_last','1'),(360,67,'tz_image_lightbox','yes'),(362,67,'_edit_last','1'),(363,67,'tz_audio_format','mp3'),(365,67,'_edit_last','1'),(366,67,'_edit_last','1'),(367,67,'tz_image_lightbox','yes'),(370,67,'_edit_last','1'),(371,67,'tz_audio_format','mp3'),(375,71,'_edit_last','1'),(378,71,'_edit_last','1'),(379,71,'_edit_last','1'),(381,71,'_edit_last','1'),(385,73,'_edit_last','1'),(387,73,'_edit_last','1'),(389,73,'_edit_last','1'),(391,73,'_edit_last','1'),(392,73,'tz_audio_format','mp3'),(393,73,'tz_image_lightbox','yes'),(394,73,'tz_audio_format','mp3'),(395,73,'tz_image_lightbox','yes'),(399,75,'_edit_last','1'),(400,75,'tz_image_lightbox','yes'),(402,75,'_edit_last','1'),(403,75,'tz_audio_format','mp3'),(405,75,'_edit_last','1'),(406,75,'tz_image_lightbox','yes'),(408,75,'_edit_last','1'),(409,75,'tz_audio_format','mp3'),(413,77,'_edit_last','1'),(414,77,'tz_audio_format','mp3'),(416,77,'_edit_last','1'),(417,77,'tz_image_lightbox','yes'),(419,77,'_edit_last','1'),(420,77,'tz_audio_format','mp3'),(422,77,'_edit_last','1'),(423,77,'tz_image_lightbox','yes'),(426,331,'tz_audio_format','mp3'),(427,331,'tz_image_lightbox','yes'),(428,331,'_edit_last','1'),(429,331,'_edit_last','1'),(430,331,'tz_audio_format','mp3'),(431,331,'tz_image_lightbox','yes'),(432,331,'_edit_last','1'),(433,331,'_edit_last','1'),(436,353,'_edit_last','1'),(437,353,'tz_audio_format','mp3'),(438,353,'tz_image_lightbox','yes'),(439,353,'_edit_last','1'),(440,353,'tz_link_url','https://www.google.com/'),(441,353,'_edit_last','1'),(442,353,'tz_audio_format','mp3'),(443,353,'tz_image_lightbox','yes'),(444,353,'_edit_last','1'),(445,353,'tz_link_url','https://www.google.com/'),(448,357,'_edit_last','1'),(449,357,'tz_audio_format','mp3'),(450,357,'tz_image_lightbox','yes'),(451,357,'_edit_last','1'),(452,357,'tz_quote','Etiam vitae ligula nulla, eget convallis erat. Nunc tortor sem, iaculis at rhoncus ac, molestie quis nunc. '),(453,357,'_edit_last','1'),(454,357,'tz_quote','Etiam vitae ligula nulla, eget convallis erat. Nunc tortor sem, iaculis at rhoncus ac, molestie quis nunc. '),(455,357,'tz_audio_format','mp3'),(456,357,'tz_image_lightbox','yes'),(457,357,'_edit_last','1'),(460,362,'_edit_last','1'),(461,362,'tz_image_lightbox','yes'),(463,362,'_wp_old_slug','362'),(464,362,'_edit_last','1'),(465,362,'tz_audio_format','mp3'),(467,362,'_wp_old_slug','362'),(468,362,'_edit_last','1'),(469,362,'tz_image_lightbox','yes'),(471,362,'_wp_old_slug','362'),(472,362,'_edit_last','1'),(473,362,'tz_audio_format','mp3'),(475,362,'_wp_old_slug','362'),(478,368,'_edit_last','1'),(479,368,'_edit_last','1'),(480,368,'tz_image_lightbox','yes'),(481,368,'tz_audio_format','mp3'),(482,368,'_edit_last','1'),(483,368,'_edit_last','1'),(484,368,'tz_audio_format','mp3'),(485,368,'tz_image_lightbox','yes'),(488,497,'_edit_last','1'),(489,497,'tz_portfolio_type','Image'),(490,497,'tz_portfolio_date','07/07/2012'),(491,497,'tz_portfolio_client','Lorem ipsum'),(492,497,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(493,497,'tz_portfolio_url','http://macrec.com/?p=2080'),(494,497,'_edit_last','1'),(495,497,'_edit_last','1'),(496,497,'tz_audio_format','mp3'),(497,497,'tz_portfolio_type','Image'),(498,497,'tz_portfolio_date','07/07/2012'),(499,497,'tz_portfolio_client','Lorem ipsum'),(500,497,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(501,497,'tz_portfolio_url','http://macrec.com/?p=2080'),(502,497,'_edit_last','1'),(503,497,'tz_audio_format','mp3'),(504,498,'_edit_last','1'),(505,498,'tz_audio_format','mp3'),(506,498,'_edit_last','1'),(507,498,'tz_audio_format','mp3'),(508,498,'_edit_last','1'),(509,498,'tz_portfolio_type','Slideshow'),(510,498,'tz_portfolio_date','07/07/2012'),(511,498,'tz_portfolio_client','Lorem ipsum'),(512,498,'tz_portfolio_info','Phasellus ultrices tellus'),(513,498,'tz_portfolio_url','http://demolink.org'),(514,498,'_edit_last','1'),(515,498,'tz_portfolio_type','Slideshow'),(516,498,'tz_portfolio_date','07/07/2012'),(517,498,'tz_portfolio_client','Lorem ipsum'),(518,498,'tz_portfolio_info','Phasellus ultrices tellus'),(519,498,'tz_portfolio_url','http://demolink.org'),(523,502,'tz_portfolio_url','http://demolink.org'),(524,502,'_edit_last','1'),(525,502,'tz_audio_format','mp3'),(526,502,'tz_portfolio_date','07/07/2012'),(527,502,'tz_portfolio_type','Grid Gallery'),(528,502,'_edit_last','1'),(529,502,'tz_portfolio_client','Lorem ipsum'),(530,502,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(531,502,'tz_portfolio_url','http://demolink.org'),(532,502,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(533,502,'tz_audio_format','mp3'),(534,502,'tz_portfolio_date','07/07/2012'),(535,502,'tz_portfolio_type','Grid Gallery'),(536,502,'_edit_last','1'),(537,502,'tz_portfolio_client','Lorem ipsum'),(538,502,'_edit_last','1'),(540,512,'tz_portfolio_url','http://demolink.org'),(541,512,'tz_video_title','Big Buc Bunny Trailer'),(542,512,'tz_video_artist','Artist Name'),(543,512,'tz_m4v_url','wp-content/uploads/2012/12/video1.m4v'),(544,512,'tz_ogv_url','wp-content/uploads/2012/12/video2.ogv'),(545,512,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(546,512,'tz_portfolio_type','Video'),(547,512,'tz_portfolio_date','07/07/2012'),(548,512,'_edit_last','1'),(549,512,'_edit_last','1'),(551,512,'tz_audio_format','mp3'),(552,512,'tz_portfolio_client','Lorem ipsum'),(553,512,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(554,512,'tz_portfolio_type','Video'),(555,512,'tz_portfolio_date','07/07/2012'),(556,512,'_edit_last','1'),(557,512,'_edit_last','1'),(559,512,'tz_audio_format','mp3'),(560,512,'tz_portfolio_url','http://demolink.org'),(561,512,'tz_video_title','Big Buc Bunny Trailer'),(562,512,'tz_video_artist','Artist Name'),(563,512,'tz_m4v_url','wp-content/uploads/2012/12/video1.m4v'),(564,512,'tz_ogv_url','wp-content/uploads/2012/12/video2.ogv'),(565,512,'tz_portfolio_client','Lorem ipsum'),(566,513,'_edit_last','1'),(568,513,'tz_portfolio_url','http://demolink.org'),(569,513,'tz_audio_title','Track 01'),(570,513,'tz_portfolio_type','Audio'),(571,513,'_edit_last','1'),(573,513,'tz_audio_format','mp3'),(576,94,'_edit_last','1'),(577,94,'_edit_last','1'),(578,94,'_edit_last','1'),(579,94,'_edit_last','1'),(580,95,'_edit_last','1'),(581,95,'_edit_last','1'),(582,95,'_edit_last','1'),(583,95,'_edit_last','1'),(584,96,'_edit_last','1'),(585,96,'_edit_last','1'),(586,96,'_edit_last','1'),(587,96,'_edit_last','1'),(588,97,'_edit_last','1'),(589,97,'_edit_last','1'),(590,97,'_edit_last','1'),(591,97,'_edit_last','1'),(592,98,'_edit_last','1'),(593,98,'_edit_last','1'),(594,98,'_edit_last','1'),(595,98,'_edit_last','1'),(596,99,'_edit_last','1'),(597,99,'_edit_last','1'),(598,99,'_edit_last','1'),(599,99,'_edit_last','1'),(600,100,'_edit_last','1'),(601,100,'_edit_last','1'),(602,100,'_edit_last','1'),(603,100,'_edit_last','1'),(608,1797,'_edit_last','2'),(609,1797,'_wp_page_template','page-fullwidth.php'),(610,1797,'_edit_last','2'),(611,1797,'_wp_page_template','page-fullwidth.php'),(612,1797,'_edit_last','2'),(613,1797,'_wp_page_template','page-fullwidth.php'),(614,1797,'_edit_last','2'),(615,1797,'_wp_page_template','page-fullwidth.php'),(616,7,'_edit_last','1'),(617,7,'_wp_page_template','page-fullwidth.php'),(618,7,'_wp_page_template','page-fullwidth.php'),(619,7,'_edit_last','1'),(620,7,'_edit_last','1'),(621,7,'_wp_page_template','page-fullwidth.php'),(622,7,'_edit_last','1'),(623,7,'_wp_page_template','page-fullwidth.php'),(624,9,'_edit_last','1'),(625,9,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(626,9,'page-desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim.'),(627,9,'page-desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim.'),(628,9,'_edit_last','1'),(629,9,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(630,9,'page-desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim.'),(631,9,'_edit_last','1'),(632,9,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(633,9,'page-desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim.'),(634,9,'_edit_last','1'),(635,9,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(636,12,'_edit_last','1'),(637,12,'_wp_page_template','page-faq.php'),(638,12,'_edit_last','1'),(639,12,'_wp_page_template','page-faq.php'),(640,12,'_edit_last','1'),(641,12,'_wp_page_template','page-faq.php'),(642,12,'_edit_last','1'),(643,12,'_wp_page_template','page-faq.php'),(644,14,'_edit_last','1'),(645,14,'_wp_page_template','page-fullwidth.php'),(646,14,'_edit_last','1'),(647,14,'_wp_page_template','page-fullwidth.php'),(648,14,'_edit_last','1'),(649,14,'_wp_page_template','page-fullwidth.php'),(650,14,'_edit_last','1'),(651,14,'_wp_page_template','page-fullwidth.php'),(660,169,'_edit_last','1'),(661,169,'_wp_page_template','page-fullwidth.php'),(662,169,'_edit_last','1'),(663,169,'_wp_page_template','page-fullwidth.php'),(664,169,'_wp_page_template','page-fullwidth.php'),(665,169,'_edit_last','1'),(666,169,'_edit_last','1'),(667,169,'_wp_page_template','page-fullwidth.php'),(668,203,'_wp_page_template','page-home.php'),(669,203,'_edit_last','2'),(670,203,'_wp_page_template','page-home.php'),(671,203,'_edit_last','2'),(672,203,'_wp_page_template','page-home.php'),(673,203,'_edit_last','2'),(674,203,'_wp_page_template','page-home.php'),(675,203,'_edit_last','2'),(676,220,'_edit_last','1'),(677,220,'_wp_page_template','page-testi.php'),(678,220,'_edit_last','1'),(679,220,'_wp_page_template','page-testi.php'),(680,220,'_edit_last','1'),(681,220,'_wp_page_template','page-testi.php'),(682,220,'_edit_last','1'),(683,220,'_wp_page_template','page-testi.php'),(684,413,'_wp_page_template','page-archives.php'),(685,413,'_wp_page_template','page-archives.php'),(686,413,'_edit_last','1'),(687,413,'_wp_page_template','page-archives.php'),(688,413,'_edit_last','1'),(689,413,'_edit_last','1'),(690,413,'_wp_page_template','page-archives.php'),(691,413,'_edit_last','1'),(693,514,'_edit_last','1'),(694,514,'tz_portfolio_url','http://demolink.org'),(695,514,'tz_portfolio_type','Image'),(696,514,'tz_portfolio_date','07/07/2012'),(697,514,'_edit_last','1'),(699,514,'tz_audio_format','mp3'),(700,514,'tz_portfolio_date','07/07/2012'),(701,514,'tz_audio_format','mp3'),(703,514,'_edit_last','1'),(705,514,'tz_portfolio_client','Lorem ipsum'),(706,514,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(707,514,'tz_portfolio_url','http://demolink.org'),(708,514,'tz_portfolio_type','Image'),(709,514,'_edit_last','1'),(710,514,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(711,514,'tz_portfolio_client','Lorem ipsum'),(712,515,'tz_audio_format','mp3'),(713,515,'_edit_last','1'),(714,515,'tz_portfolio_date','07/07/2012'),(716,515,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(717,515,'tz_portfolio_url','http://demolink.org'),(718,515,'tz_portfolio_type','Image'),(719,515,'_edit_last','1'),(721,515,'tz_audio_format','mp3'),(722,515,'tz_portfolio_date','07/07/2012'),(723,515,'_edit_last','1'),(725,515,'tz_portfolio_client','Lorem ipsum'),(726,515,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(727,515,'tz_portfolio_url','http://demolink.org'),(728,515,'tz_portfolio_type','Image'),(730,515,'_edit_last','1'),(731,515,'tz_portfolio_client','Lorem ipsum'),(732,516,'_edit_last','1'),(734,516,'tz_audio_format','mp3'),(735,516,'tz_portfolio_date','07/07/2012'),(736,516,'_edit_last','1'),(738,516,'tz_portfolio_client','Lorem ipsum'),(739,516,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(740,516,'tz_portfolio_url','http://demolink.org'),(741,516,'tz_portfolio_type','Image'),(742,516,'_edit_last','1'),(744,516,'tz_audio_format','mp3'),(745,516,'tz_portfolio_date','07/07/2012'),(746,516,'_edit_last','1'),(748,516,'tz_portfolio_client','Lorem ipsum'),(749,516,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(750,516,'tz_portfolio_url','http://demolink.org'),(751,516,'tz_portfolio_type','Image'),(752,517,'tz_audio_format','mp3'),(753,517,'tz_portfolio_url','http://demolink.org'),(754,517,'tz_portfolio_type','Image'),(755,517,'_edit_last','1'),(756,517,'_edit_last','1'),(758,517,'tz_audio_format','mp3'),(759,517,'tz_portfolio_date','07/07/2012'),(760,517,'_edit_last','1'),(762,517,'tz_portfolio_client','Lorem ipsum'),(763,517,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(764,517,'_edit_last','1'),(766,517,'tz_portfolio_client','Lorem ipsum'),(767,517,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(768,517,'tz_portfolio_url','http://demolink.org'),(769,517,'tz_portfolio_type','Image'),(771,517,'tz_portfolio_date','07/07/2012'),(773,518,'tz_portfolio_client','Lorem ipsum'),(774,518,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(775,518,'tz_portfolio_url','http://demolink.org'),(776,518,'_edit_last','1'),(778,518,'tz_audio_format','mp3'),(779,518,'tz_portfolio_date','07/07/2012'),(780,518,'_edit_last','1'),(781,518,'_edit_last','1'),(783,518,'tz_audio_format','mp3'),(784,518,'tz_portfolio_date','07/07/2012'),(785,518,'_edit_last','1'),(787,518,'tz_portfolio_client','Lorem ipsum'),(788,518,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(789,518,'tz_portfolio_url','http://demolink.org'),(790,518,'tz_portfolio_type','Image'),(791,518,'tz_portfolio_type','Image'),(792,1278,'_edit_last','1'),(793,1278,'_wp_page_template','page-Portfolio2Cols-filterable.php'),(794,1278,'_edit_last','1'),(795,1278,'_wp_page_template','page-Portfolio2Cols-filterable.php'),(796,1280,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(797,1280,'_edit_last','1'),(798,1280,'_edit_last','1'),(799,1280,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(800,1282,'_edit_last','1'),(801,1282,'_wp_page_template','page-Portfolio4Cols-filterable.php'),(802,1282,'_edit_last','1'),(803,1282,'_wp_page_template','page-Portfolio4Cols-filterable.php'),(805,63,'_edit_last','1'),(808,63,'_edit_last','1'),(809,63,'_edit_last','1'),(811,63,'_edit_last','1'),(813,65,'_edit_last','1'),(814,65,'_edit_last','1'),(816,65,'_edit_last','1'),(818,65,'_edit_last','1'),(820,67,'tz_image_lightbox','yes'),(822,67,'_edit_last','1'),(823,67,'tz_audio_format','mp3'),(825,67,'_edit_last','1'),(826,67,'_edit_last','1'),(827,67,'tz_image_lightbox','yes'),(830,67,'_edit_last','1'),(831,67,'tz_audio_format','mp3'),(833,71,'_edit_last','1'),(836,71,'_edit_last','1'),(837,71,'_edit_last','1'),(839,71,'_edit_last','1'),(841,73,'_edit_last','1'),(843,73,'_edit_last','1'),(845,73,'_edit_last','1'),(847,73,'_edit_last','1'),(848,73,'tz_audio_format','mp3'),(849,73,'tz_image_lightbox','yes'),(850,73,'tz_audio_format','mp3'),(851,73,'tz_image_lightbox','yes'),(853,75,'_edit_last','1'),(854,75,'tz_image_lightbox','yes'),(856,75,'_edit_last','1'),(857,75,'tz_audio_format','mp3'),(859,75,'_edit_last','1'),(860,75,'tz_image_lightbox','yes'),(862,75,'_edit_last','1'),(863,75,'tz_audio_format','mp3'),(865,77,'_edit_last','1'),(866,77,'tz_audio_format','mp3'),(868,77,'_edit_last','1'),(869,77,'tz_image_lightbox','yes'),(871,77,'_edit_last','1'),(872,77,'tz_audio_format','mp3'),(874,77,'_edit_last','1'),(875,77,'tz_image_lightbox','yes'),(876,331,'tz_audio_format','mp3'),(877,331,'tz_image_lightbox','yes'),(878,331,'_edit_last','1'),(879,331,'_edit_last','1'),(880,331,'tz_audio_format','mp3'),(881,331,'tz_image_lightbox','yes'),(882,331,'_edit_last','1'),(883,331,'_edit_last','1'),(884,353,'_edit_last','1'),(885,353,'tz_audio_format','mp3'),(886,353,'tz_image_lightbox','yes'),(887,353,'_edit_last','1'),(888,353,'tz_link_url','https://www.google.com/'),(889,353,'_edit_last','1'),(890,353,'tz_audio_format','mp3'),(891,353,'tz_image_lightbox','yes'),(892,353,'_edit_last','1'),(893,353,'tz_link_url','https://www.google.com/'),(894,357,'_edit_last','1'),(895,357,'tz_audio_format','mp3'),(896,357,'tz_image_lightbox','yes'),(897,357,'_edit_last','1'),(898,357,'tz_quote','Etiam vitae ligula nulla, eget convallis erat. Nunc tortor sem, iaculis at rhoncus ac, molestie quis nunc. '),(899,357,'_edit_last','1'),(900,357,'tz_quote','Etiam vitae ligula nulla, eget convallis erat. Nunc tortor sem, iaculis at rhoncus ac, molestie quis nunc. '),(901,357,'tz_audio_format','mp3'),(902,357,'tz_image_lightbox','yes'),(903,357,'_edit_last','1'),(904,362,'_edit_last','1'),(905,362,'tz_image_lightbox','yes'),(907,362,'_wp_old_slug','362'),(908,362,'_edit_last','1'),(909,362,'tz_audio_format','mp3'),(911,362,'_wp_old_slug','362'),(912,362,'_edit_last','1'),(913,362,'tz_image_lightbox','yes'),(915,362,'_wp_old_slug','362'),(916,362,'_edit_last','1'),(917,362,'tz_audio_format','mp3'),(919,362,'_wp_old_slug','362'),(920,368,'_edit_last','1'),(921,368,'_edit_last','1'),(922,368,'tz_image_lightbox','yes'),(923,368,'tz_audio_format','mp3'),(924,368,'_edit_last','1'),(925,368,'_edit_last','1'),(926,368,'tz_audio_format','mp3'),(927,368,'tz_image_lightbox','yes'),(930,497,'_edit_last','1'),(931,497,'tz_portfolio_type','Image'),(932,497,'tz_portfolio_date','07/07/2012'),(933,497,'tz_portfolio_client','Lorem ipsum'),(934,497,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(935,497,'tz_portfolio_url','http://macrec.com/?p=2080'),(936,497,'_edit_last','1'),(937,497,'_edit_last','1'),(938,497,'tz_audio_format','mp3'),(939,497,'tz_portfolio_type','Image'),(940,497,'tz_portfolio_date','07/07/2012'),(941,497,'tz_portfolio_client','Lorem ipsum'),(942,497,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(943,497,'tz_portfolio_url','http://macrec.com/?p=2080'),(944,497,'_edit_last','1'),(945,497,'tz_audio_format','mp3'),(946,498,'_edit_last','1'),(947,498,'tz_audio_format','mp3'),(948,498,'_edit_last','1'),(949,498,'tz_audio_format','mp3'),(950,498,'_edit_last','1'),(951,498,'tz_portfolio_type','Slideshow'),(952,498,'tz_portfolio_date','07/07/2012'),(953,498,'tz_portfolio_client','Lorem ipsum'),(954,498,'tz_portfolio_info','Phasellus ultrices tellus'),(955,498,'tz_portfolio_url','http://demolink.org'),(956,498,'_edit_last','1'),(957,498,'tz_portfolio_type','Slideshow'),(958,498,'tz_portfolio_date','07/07/2012'),(959,498,'tz_portfolio_client','Lorem ipsum'),(960,498,'tz_portfolio_info','Phasellus ultrices tellus'),(961,498,'tz_portfolio_url','http://demolink.org'),(965,502,'tz_portfolio_url','http://demolink.org'),(966,502,'_edit_last','1'),(967,502,'tz_audio_format','mp3'),(968,502,'tz_portfolio_date','07/07/2012'),(969,502,'tz_portfolio_type','Grid Gallery'),(970,502,'_edit_last','1'),(971,502,'tz_portfolio_client','Lorem ipsum'),(972,502,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(973,502,'tz_portfolio_url','http://demolink.org'),(974,502,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(975,502,'tz_audio_format','mp3'),(976,502,'tz_portfolio_date','07/07/2012'),(977,502,'tz_portfolio_type','Grid Gallery'),(978,502,'_edit_last','1'),(979,502,'tz_portfolio_client','Lorem ipsum'),(980,502,'_edit_last','1'),(982,512,'tz_portfolio_url','http://demolink.org'),(983,512,'tz_video_title','Big Buc Bunny Trailer'),(984,512,'tz_video_artist','Artist Name'),(985,512,'tz_m4v_url','wp-content/uploads/2012/12/video1.m4v'),(986,512,'tz_ogv_url','wp-content/uploads/2012/12/video2.ogv'),(987,512,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(988,512,'tz_portfolio_type','Video'),(989,512,'tz_portfolio_date','07/07/2012'),(990,512,'_edit_last','1'),(991,512,'_edit_last','1'),(993,512,'tz_audio_format','mp3'),(994,512,'tz_portfolio_client','Lorem ipsum'),(995,512,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(996,512,'tz_portfolio_type','Video'),(997,512,'tz_portfolio_date','07/07/2012'),(998,512,'_edit_last','1'),(999,512,'_edit_last','1'),(1001,512,'tz_audio_format','mp3'),(1002,512,'tz_portfolio_url','http://demolink.org'),(1003,512,'tz_video_title','Big Buc Bunny Trailer'),(1004,512,'tz_video_artist','Artist Name'),(1005,512,'tz_m4v_url','wp-content/uploads/2012/12/video1.m4v'),(1006,512,'tz_ogv_url','wp-content/uploads/2012/12/video2.ogv'),(1007,512,'tz_portfolio_client','Lorem ipsum'),(1008,513,'_edit_last','1'),(1010,513,'tz_portfolio_url','http://demolink.org'),(1011,513,'tz_audio_title','Track 01'),(1012,513,'tz_portfolio_type','Audio'),(1013,513,'_edit_last','1'),(1015,513,'tz_audio_format','mp3'),(1016,513,'tz_audio_url','wp-content/uploads/2012/12/sound2.mp3'),(1017,513,'_edit_last','1'),(1019,513,'tz_portfolio_url','http://demolink.org'),(1020,513,'tz_audio_title','Track 01'),(1021,513,'tz_portfolio_date','07/07/2012'),(1022,513,'tz_portfolio_client','Lorem ipsum'),(1023,513,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(1024,513,'tz_portfolio_type','Audio'),(1025,513,'_edit_last','1'),(1027,513,'tz_audio_format','mp3'),(1028,513,'tz_audio_url','wp-content/uploads/2012/12/sound2.mp3'),(1029,513,'tz_portfolio_date','07/07/2012'),(1030,513,'tz_portfolio_client','Lorem ipsum'),(1031,513,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(1032,519,'tz_portfolio_type','Image'),(1033,519,'_edit_last','1'),(1035,519,'tz_audio_format','mp3'),(1036,519,'tz_portfolio_date','07/07/2012'),(1037,519,'_edit_last','1'),(1039,519,'tz_portfolio_client','Lorem ipsum'),(1040,519,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(1041,519,'tz_portfolio_url','http://demolink.org'),(1042,519,'tz_portfolio_type','Image'),(1044,519,'tz_portfolio_client','Lorem ipsum'),(1045,519,'_edit_last','1'),(1046,519,'_edit_last','1'),(1048,519,'tz_audio_format','mp3'),(1049,519,'tz_portfolio_date','07/07/2012'),(1050,519,'tz_portfolio_url','http://demolink.org'),(1051,519,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(1052,520,'_edit_last','1'),(1053,520,'tz_portfolio_url','http://demolink.org'),(1054,520,'tz_portfolio_type','Image'),(1055,520,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(1056,520,'_edit_last','1'),(1058,520,'tz_audio_format','mp3'),(1059,520,'tz_portfolio_date','07/07/2012'),(1060,520,'_edit_last','1'),(1062,520,'tz_portfolio_client','Lorem ipsum'),(1063,520,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(1064,520,'tz_portfolio_url','http://demolink.org'),(1065,520,'tz_portfolio_type','Image'),(1067,520,'tz_audio_format','mp3'),(1068,520,'tz_portfolio_date','07/07/2012'),(1069,520,'_edit_last','1'),(1071,520,'tz_portfolio_client','Lorem ipsum'),(1072,521,'tz_portfolio_date','07/07/2012'),(1073,521,'tz_portfolio_client','Lorem ipsum'),(1074,521,'tz_portfolio_type','Image'),(1075,521,'tz_audio_format','mp3'),(1076,521,'_edit_last','1'),(1078,521,'tz_portfolio_url','http://demolink.org'),(1079,521,'_edit_last','1'),(1080,521,'_edit_last','1'),(1082,521,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(1083,521,'_edit_last','1'),(1085,521,'tz_portfolio_url','http://demolink.org'),(1086,521,'tz_audio_format','mp3'),(1087,521,'tz_portfolio_type','Image'),(1088,521,'tz_portfolio_date','07/07/2012'),(1089,521,'tz_portfolio_client','Lorem ipsum'),(1091,521,'tz_portfolio_info','Phasellus ultrices tellus eget ipsum'),(1146,134,'_edit_last','1'),(1148,134,'my_testi_caption','Mr. John Anderson'),(1149,134,'my_testi_url','http://demolink.org'),(1150,134,'my_testi_info','Designer'),(1151,134,'my_testi_caption','Mr. John Anderson'),(1153,134,'_edit_last','1'),(1154,134,'_edit_last','1'),(1155,134,'my_testi_info','Designer'),(1156,134,'my_testi_url','http://demolink.org'),(1157,134,'_edit_last','1'),(1158,138,'_edit_last','1'),(1161,138,'_edit_last','1'),(1163,138,'_edit_last','1'),(1164,138,'_edit_last','1'),(1166,138,'my_team_pos','Accountant'),(1167,138,'my_team_info','Additional Info'),(1168,138,'my_team_pos','Accountant'),(1169,138,'my_team_info','Additional Info'),(1170,141,'_edit_last','1'),(1172,141,'my_team_info','Additional Info'),(1173,141,'my_team_pos','Designer'),(1175,141,'_edit_last','1'),(1176,141,'_edit_last','1'),(1178,141,'my_team_pos','Designer'),(1179,141,'my_team_info','Additional Info'),(1180,141,'_edit_last','1'),(1182,142,'_edit_last','1'),(1184,142,'_wp_old_slug','jessica-priston'),(1185,142,'_wp_old_slug','jessica-priston'),(1187,142,'_edit_last','1'),(1188,142,'_edit_last','1'),(1190,142,'_wp_old_slug','jessica-priston'),(1191,142,'my_team_pos','Manager'),(1192,142,'my_team_info','Additional Info'),(1193,142,'my_team_info','Additional Info'),(1194,142,'my_team_pos','Manager'),(1195,142,'_wp_old_slug','jessica-priston'),(1197,142,'_edit_last','1'),(1198,143,'my_team_info','Additional Info'),(1199,143,'_wp_old_slug','tim-brown'),(1200,143,'_edit_last','1'),(1202,143,'my_team_pos','Consultant'),(1203,143,'_wp_old_slug','tim-brown'),(1204,143,'_edit_last','1'),(1207,143,'_edit_last','1'),(1208,143,'_wp_old_slug','tim-brown'),(1209,143,'my_team_pos','Consultant'),(1211,143,'_edit_last','1'),(1212,143,'_wp_old_slug','tim-brown'),(1213,143,'my_team_info','Additional Info'),(1247,303,'_edit_last','1'),(1248,303,'my_team_pos','CEO'),(1249,303,'my_team_info','Additional Info'),(1251,303,'_edit_last','1'),(1252,303,'_edit_last','1'),(1254,303,'my_team_info','Additional Info'),(1255,303,'my_team_pos','CEO'),(1256,303,'_edit_last','1'),(1260,394,'tz_audio_url','wp-content/uploads/2012/12/sound1.mp3'),(1261,394,'_edit_last','1'),(1262,394,'_edit_last','1'),(1263,394,'tz_image_lightbox','yes'),(1264,394,'tz_audio_title','Black plant'),(1265,394,'tz_audio_format','mp3'),(1266,394,'tz_audio_url','wp-content/uploads/2012/12/sound1.mp3'),(1267,394,'tz_audio_format','mp3'),(1268,394,'tz_audio_title','Black plant'),(1269,394,'tz_image_lightbox','yes'),(1270,394,'_edit_last','1'),(1271,394,'_edit_last','1'),(1274,646,'tz_image_lightbox','yes'),(1275,646,'_edit_last','1'),(1276,646,'tz_video_format','m4v'),(1277,646,'tz_video_url','http://192.168.9.29/Development/TB/wp-content/uploads/2012/10/Big_Buck_Bunny_Trailer.m4v'),(1278,646,'tz_video_embed','&lt;iframe width=&quot;600&quot; height=&quot;350&quot; src=&quot;http://www.youtube.com/embed/2kodXWejuy0&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;'),(1279,646,'tz_image_lightbox','yes'),(1280,646,'_edit_last','1'),(1281,646,'tz_video_format','m4v'),(1282,646,'tz_video_url','http://192.168.9.29/Development/TB/wp-content/uploads/2012/10/Big_Buck_Bunny_Trailer.m4v'),(1283,646,'tz_audio_format','mp3'),(1284,646,'_wp_old_slug','video-post-type-2'),(1285,646,'tz_video_embed','&lt;iframe width=&quot;600&quot; height=&quot;350&quot; src=&quot;http://www.youtube.com/embed/2kodXWejuy0&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;'),(1286,646,'tz_audio_format','mp3'),(1287,646,'_wp_old_slug','video-post-type-2'),(1290,1791,'tz_audio_format','mp3'),(1291,1791,'tz_video_title','video file'),(1293,1791,'tz_ogv_url','wp-content/uploads/2012/12/video2.ogv'),(1294,1791,'tz_image_lightbox','yes'),(1295,1791,'tz_m4v_url','wp-content/uploads/2012/12/video1.m4v'),(1296,1791,'tz_audio_format','mp3'),(1297,1791,'tz_video_title','video file'),(1299,1791,'tz_ogv_url','wp-content/uploads/2012/12/video2.ogv'),(1300,1791,'tz_image_lightbox','yes'),(1301,1791,'_edit_last','1'),(1302,1791,'tz_m4v_url','wp-content/uploads/2012/12/video1.m4v'),(1303,1791,'_edit_last','1'),(1306,1803,'tz_image_lightbox','yes'),(1307,1803,'tz_video_embed','&lt;iframe src=&quot;http://player.vimeo.com/video/37582150?badge=0&quot; width=&quot;600&quot; height=&quot;350&quot; frameborder=&quot;0&quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;'),(1308,1803,'tz_audio_format','mp3'),(1309,1803,'_edit_last','1'),(1310,1803,'tz_image_lightbox','yes'),(1311,1803,'tz_video_embed','&lt;iframe src=&quot;http://player.vimeo.com/video/37582150?badge=0&quot; width=&quot;600&quot; height=&quot;350&quot; frameborder=&quot;0&quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;'),(1312,1803,'tz_audio_format','mp3'),(1313,1803,'_edit_last','1'),(1314,136,'_edit_last','1'),(1316,136,'_edit_last','1'),(1318,136,'my_testi_info','Consultant'),(1319,136,'my_testi_caption','Fade Harper'),(1320,136,'my_testi_url','http://demolink.org'),(1321,136,'_edit_last','1'),(1323,136,'_edit_last','1'),(1325,136,'my_testi_info','Consultant'),(1326,136,'my_testi_caption','Fade Harper'),(1327,136,'my_testi_url','http://demolink.org'),(1328,137,'my_testi_info','Manager'),(1329,137,'_edit_last','1'),(1331,137,'my_testi_caption','James Brown'),(1332,137,'my_testi_url','http://demolink.org'),(1333,137,'_edit_last','1'),(1335,137,'my_testi_info','Manager'),(1336,137,'_edit_last','1'),(1338,137,'my_testi_caption','James Brown'),(1339,137,'my_testi_url','http://demolink.org'),(1340,137,'_edit_last','1'),(1342,208,'_old_cf7_unit_id','1'),(1343,208,'_mail','a:7:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:14:\"[your-message]\";s:9:\"recipient\";s:18:\"admin@demolink.org\";s:18:\"additional_headers\";s:12:\"[your-phone]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1344,208,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1345,208,'_messages','a:22:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(1346,208,'_additional_settings',''),(1347,208,'_form','<div class=\"row-fluid\">\n<p class=\"span4 field\">[text* your-name watermark \"Name:\"] </p>\n<p class=\"span4 field\">[email* your-email watermark \"E-mail:\"] </p>\n<p class=\"span4 field\">[text your-phone watermark \"Phone:\"] </p>\n</div>\n<p class=\"field\">[textarea your-message watermark \"Message:\"] </p>\n<p class=\"submit-wrap\"><input type=\"reset\" value=\"clear\" class=\"btn btn-primary\" />[submit class:btn class:btn-primary \"send\"]</p>'),(1348,208,'_old_cf7_unit_id','1'),(1349,208,'_mail','a:7:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:14:\"[your-message]\";s:9:\"recipient\";s:18:\"admin@demolink.org\";s:18:\"additional_headers\";s:12:\"[your-phone]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1350,208,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1351,208,'_messages','a:22:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(1352,208,'_additional_settings',''),(1353,208,'_form','<div class=\"row-fluid\">\n<p class=\"span4 field\">[text* your-name watermark \"Name:\"] </p>\n<p class=\"span4 field\">[email* your-email watermark \"E-mail:\"] </p>\n<p class=\"span4 field\">[text your-phone watermark \"Phone:\"] </p>\n</div>\n<p class=\"field\">[textarea your-message watermark \"Message:\"] </p>\n<p class=\"submit-wrap\"><input type=\"reset\" value=\"clear\" class=\"btn btn-primary\" />[submit class:btn class:btn-primary \"send\"]</p>'),(1354,208,'_old_cf7_unit_id','1'),(1355,208,'_mail','a:7:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:14:\"[your-message]\";s:9:\"recipient\";s:18:\"admin@demolink.org\";s:18:\"additional_headers\";s:12:\"[your-phone]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1356,208,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1357,208,'_messages','a:22:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(1358,208,'_additional_settings',''),(1359,208,'_form','<div class=\"row-fluid\">\n<p class=\"span4 field\">[text* your-name watermark \"Name:\"] </p>\n<p class=\"span4 field\">[email* your-email watermark \"E-mail:\"] </p>\n<p class=\"span4 field\">[text your-phone watermark \"Phone:\"] </p>\n</div>\n<p class=\"field\">[textarea your-message watermark \"Message:\"] </p>\n<p class=\"submit-wrap\"><input type=\"reset\" value=\"clear\" class=\"btn btn-primary\" />[submit class:btn class:btn-primary \"send\"]</p>'),(1360,208,'_old_cf7_unit_id','1'),(1361,208,'_mail','a:7:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:14:\"[your-message]\";s:9:\"recipient\";s:18:\"admin@demolink.org\";s:18:\"additional_headers\";s:12:\"[your-phone]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1362,208,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1363,208,'_messages','a:22:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(1364,208,'_additional_settings',''),(1365,208,'_form','<div class=\"row-fluid\">\n<p class=\"span4 field\">[text* your-name watermark \"Name:\"] </p>\n<p class=\"span4 field\">[email* your-email watermark \"E-mail:\"] </p>\n<p class=\"span4 field\">[text your-phone watermark \"Phone:\"] </p>\n</div>\n<p class=\"field\">[textarea your-message watermark \"Message:\"] </p>\n<p class=\"submit-wrap\"><input type=\"reset\" value=\"clear\" class=\"btn btn-primary\" />[submit class:btn class:btn-primary \"send\"]</p>'),(1462,1816,'_menu_item_type','post_type'),(1463,1816,'_menu_item_menu_item_parent','0'),(1464,1816,'_menu_item_object_id','203'),(1465,1816,'_menu_item_object','page'),(1466,1816,'_menu_item_target',''),(1467,1816,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1468,1816,'_menu_item_xfn',''),(1469,1816,'_menu_item_url',''),(1478,1818,'_menu_item_type','post_type'),(1479,1818,'_menu_item_menu_item_parent','0'),(1480,1818,'_menu_item_object_id','14'),(1481,1818,'_menu_item_object','page'),(1482,1818,'_menu_item_target',''),(1483,1818,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1484,1818,'_menu_item_xfn',''),(1485,1818,'_menu_item_url',''),(1502,1821,'_menu_item_type','post_type'),(1503,1821,'_menu_item_menu_item_parent','0'),(1504,1821,'_menu_item_object_id','1797'),(1505,1821,'_menu_item_object','page'),(1506,1821,'_menu_item_target',''),(1507,1821,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1508,1821,'_menu_item_xfn',''),(1509,1821,'_menu_item_url',''),(1510,203,'_edit_lock','1548974984:2'),(1511,1797,'_edit_lock','1538593535:2'),(1518,368,'_edit_lock','1379075390:1'),(1528,169,'_edit_lock','1521577150:2'),(1537,331,'_edit_lock','1379075534:1'),(1542,498,'_edit_lock','1379075982:1'),(1543,498,'tz_image_lightbox','no'),(1544,497,'_edit_lock','1416612423:1'),(1545,502,'_edit_lock','1416612333:1'),(1546,497,'tz_image_lightbox','no'),(1547,502,'tz_image_lightbox','yes'),(1550,100,'_edit_lock','1365603093:1'),(1551,220,'_edit_lock','1365684244:1'),(1554,63,'_edit_lock','1379327386:1'),(1557,65,'_edit_lock','1379323168:1'),(1560,67,'_edit_lock','1379323135:1'),(1563,71,'_edit_lock','1379330924:1'),(1566,73,'_edit_lock','1379323228:1'),(1569,75,'_edit_lock','1379323198:1'),(1572,77,'_edit_lock','1379323107:1'),(1577,137,'_edit_lock','1379333152:1'),(1589,521,'_edit_lock','1379076314:1'),(1590,513,'_edit_lock','1379076085:1'),(1591,519,'_edit_lock','1379076182:1'),(1592,517,'_edit_lock','1379076151:1'),(1593,14,'_edit_lock','1530897207:2'),(1594,1873,'_edit_last','1'),(1595,1873,'_edit_lock','1461423788:2'),(1596,1873,'tz_category_include','category-1'),(1597,1873,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(1598,1875,'_edit_last','1'),(1599,1875,'_edit_lock','1461419983:2'),(1600,1875,'tz_category_include','category-2'),(1601,1875,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(1602,1877,'_edit_last','1'),(1603,1877,'_edit_lock','1461419974:2'),(1604,1877,'tz_category_include','category-3'),(1605,1877,'_wp_page_template','page-Portfolio3Cols-filterable.php'),(1633,9,'_edit_lock','1378987744:1'),(1634,1278,'_edit_lock','1378987772:1'),(1635,1280,'_edit_lock','1461419375:2'),(1636,1282,'_edit_lock','1461419965:2'),(1637,1890,'_menu_item_type','custom'),(1638,1890,'_menu_item_menu_item_parent','0'),(1639,1890,'_menu_item_object_id','1890'),(1640,1890,'_menu_item_object','custom'),(1641,1890,'_menu_item_target',''),(1642,1890,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1643,1890,'_menu_item_xfn',''),(1644,1890,'_menu_item_url','#'),(1646,1891,'_menu_item_type','custom'),(1647,1891,'_menu_item_menu_item_parent','0'),(1648,1891,'_menu_item_object_id','1891'),(1649,1891,'_menu_item_object','custom'),(1650,1891,'_menu_item_target',''),(1651,1891,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1652,1891,'_menu_item_xfn',''),(1653,1891,'_menu_item_url','#'),(1655,1892,'_menu_item_type','custom'),(1656,1892,'_menu_item_menu_item_parent','0'),(1657,1892,'_menu_item_object_id','1892'),(1658,1892,'_menu_item_object','custom'),(1659,1892,'_menu_item_target',''),(1660,1892,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1661,1892,'_menu_item_xfn',''),(1662,1892,'_menu_item_url','#'),(1664,1893,'_menu_item_type','custom'),(1665,1893,'_menu_item_menu_item_parent','0'),(1666,1893,'_menu_item_object_id','1893'),(1667,1893,'_menu_item_object','custom'),(1668,1893,'_menu_item_target',''),(1669,1893,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1670,1893,'_menu_item_xfn',''),(1671,1893,'_menu_item_url','#'),(1673,1894,'_menu_item_type','custom'),(1674,1894,'_menu_item_menu_item_parent','0'),(1675,1894,'_menu_item_object_id','1894'),(1676,1894,'_menu_item_object','custom'),(1677,1894,'_menu_item_target',''),(1678,1894,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1679,1894,'_menu_item_xfn',''),(1680,1894,'_menu_item_url','#'),(1682,1895,'_menu_item_type','custom'),(1683,1895,'_menu_item_menu_item_parent','0'),(1684,1895,'_menu_item_object_id','1895'),(1685,1895,'_menu_item_object','custom'),(1686,1895,'_menu_item_target',''),(1687,1895,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1688,1895,'_menu_item_xfn',''),(1689,1895,'_menu_item_url','#'),(1691,1896,'_menu_item_type','custom'),(1692,1896,'_menu_item_menu_item_parent','0'),(1693,1896,'_menu_item_object_id','1896'),(1694,1896,'_menu_item_object','custom'),(1695,1896,'_menu_item_target',''),(1696,1896,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1697,1896,'_menu_item_xfn',''),(1698,1896,'_menu_item_url','#'),(1700,1897,'_menu_item_type','custom'),(1701,1897,'_menu_item_menu_item_parent','0'),(1702,1897,'_menu_item_object_id','1897'),(1703,1897,'_menu_item_object','custom'),(1704,1897,'_menu_item_target',''),(1705,1897,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1706,1897,'_menu_item_xfn',''),(1707,1897,'_menu_item_url','#'),(1709,1898,'_menu_item_type','custom'),(1710,1898,'_menu_item_menu_item_parent','0'),(1711,1898,'_menu_item_object_id','1898'),(1712,1898,'_menu_item_object','custom'),(1713,1898,'_menu_item_target',''),(1714,1898,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1715,1898,'_menu_item_xfn',''),(1716,1898,'_menu_item_url','#'),(1718,1899,'_menu_item_type','custom'),(1719,1899,'_menu_item_menu_item_parent','0'),(1720,1899,'_menu_item_object_id','1899'),(1721,1899,'_menu_item_object','custom'),(1722,1899,'_menu_item_target',''),(1723,1899,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1724,1899,'_menu_item_xfn',''),(1725,1899,'_menu_item_url','#'),(1727,1900,'_menu_item_type','custom'),(1728,1900,'_menu_item_menu_item_parent','0'),(1729,1900,'_menu_item_object_id','1900'),(1730,1900,'_menu_item_object','custom'),(1731,1900,'_menu_item_target',''),(1732,1900,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1733,1900,'_menu_item_xfn',''),(1734,1900,'_menu_item_url','#'),(1736,1901,'_menu_item_type','custom'),(1737,1901,'_menu_item_menu_item_parent','0'),(1738,1901,'_menu_item_object_id','1901'),(1739,1901,'_menu_item_object','custom'),(1740,1901,'_menu_item_target',''),(1741,1901,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1742,1901,'_menu_item_xfn',''),(1743,1901,'_menu_item_url','#'),(1755,1903,'_edit_last','2'),(1756,1903,'_edit_lock','1482179812:2'),(1757,1904,'_wp_attached_file','2013/09/slide_3.jpg'),(1758,1904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:425;s:4:\"file\";s:19:\"2013/09/slide_3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_3-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:19:\"slide_3-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_3-1024x371.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_3-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"slide_3-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1760,1905,'_edit_last','2'),(1761,1905,'_edit_lock','1482179651:2'),(1762,1906,'_wp_attached_file','2013/09/slide_2.jpg'),(1763,1906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:425;s:4:\"file\";s:19:\"2013/09/slide_2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_2-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:19:\"slide_2-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_2-1024x371.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"slide_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1765,1907,'_edit_last','2'),(1766,1907,'_edit_lock','1523557325:2'),(1767,1908,'_wp_attached_file','2013/09/slide_1.jpg'),(1768,1908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:425;s:4:\"file\";s:19:\"2013/09/slide_1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_1-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:19:\"slide_1-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_1-1024x371.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"slide_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1770,1907,'my_slider_caption','&lt;strong&gt;Fluidity Bar&lt;/strong&gt;\r\n&lt;em&gt;Increase your flexibility!&lt;/em&gt;\r\n\r\n\r\n'),(1771,1905,'my_slider_caption','&lt;strong&gt;Aquatics&lt;/strong&gt;\r\n&lt;br&gt;&lt;em&gt;Variety of Quality Workouts!&lt;/em&gt;\r\n'),(1772,1903,'my_slider_caption','&lt;strong&gt;Silver Sneakers&lt;/strong&gt;\r\n&lt;em&gt;Yoga for the Mind and Body&lt;/em&gt;\r\n'),(1775,71,'tz_audio_format','mp3'),(1776,71,'tz_image_lightbox','yes'),(1777,71,'_wp_old_slug','mauris-posuere'),(1780,77,'_wp_old_slug','donec-tempor-libero'),(1783,67,'_wp_old_slug','etiam-dictum-egestas'),(1786,65,'tz_audio_format','mp3'),(1787,65,'tz_image_lightbox','yes'),(1788,65,'_wp_old_slug','phasellus-fringilla'),(1789,1920,'_wp_attached_file','2013/09/img_1.jpg'),(1790,1920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:680;s:4:\"file\";s:17:\"2013/09/img_1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_1-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:17:\"img_1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_1-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1791,1921,'_wp_attached_file','2013/09/img_2.jpg'),(1792,1921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:17:\"2013/09/img_2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_2-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:17:\"img_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_2-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1793,1922,'_wp_attached_file','2013/09/img_3.jpg'),(1794,1922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1413;s:4:\"file\";s:17:\"2013/09/img_3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_3-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:17:\"img_3-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"img_3-742x1024.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_3-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_3-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_3-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1795,1923,'_wp_attached_file','2013/09/img_4.jpg'),(1796,1923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:717;s:4:\"file\";s:17:\"2013/09/img_4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_4-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:17:\"img_4-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_4-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_4-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_4-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1797,1924,'_wp_attached_file','2013/09/img_5.jpg'),(1798,1924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2013/09/img_5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_5-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:17:\"img_5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_5-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_5-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_5-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1799,1925,'_wp_attached_file','2013/09/img_6.jpg'),(1800,1925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:17:\"2013/09/img_6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_6-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:17:\"img_6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_6-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_6-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_6-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1801,1926,'_wp_attached_file','2013/09/img_7.jpg'),(1802,1926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:17:\"2013/09/img_7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_7-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:17:\"img_7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_7-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_7-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_7-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1803,1927,'_wp_attached_file','2013/09/img_8.jpg'),(1804,1927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:17:\"2013/09/img_8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_8-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:17:\"img_8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_8-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_8-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_8-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:11:\"Yuri Arcurs\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1805,1928,'_wp_attached_file','2013/09/img_9.jpg'),(1806,1928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:17:\"2013/09/img_9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img_9-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:17:\"img_9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"img_9-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_9-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"img_9-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:17:\"© by Yuri Arcurs\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1807,1929,'_wp_attached_file','2013/09/img_10.jpg'),(1808,1929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:18:\"2013/09/img_10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_10-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:18:\"img_10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_10-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_10-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_10-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:13:\"kuzmafoto.com\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1809,1930,'_wp_attached_file','2013/09/img_11.jpg'),(1810,1930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:18:\"2013/09/img_11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_11-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:18:\"img_11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_11-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_11-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_11-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1811,1931,'_wp_attached_file','2013/09/img_12.jpg'),(1812,1931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:18:\"2013/09/img_12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_12-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:18:\"img_12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_12-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_12-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_12-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1813,1932,'_wp_attached_file','2013/09/img_13.jpg'),(1814,1932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:18:\"2013/09/img_13.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_13-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:18:\"img_13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_13-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_13-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_13-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1815,1933,'_wp_attached_file','2013/09/img_14.jpg'),(1816,1933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:654;s:4:\"file\";s:18:\"2013/09/img_14.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_14-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:18:\"img_14-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_14-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_14-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_14-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1817,1934,'_wp_attached_file','2013/09/img_15.jpg'),(1818,1934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:18:\"2013/09/img_15.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_15-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:18:\"img_15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_15-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_15-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_15-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:11:\"Yuri Arcurs\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1819,1935,'_wp_attached_file','2013/09/img_16.jpg'),(1820,1935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:18:\"2013/09/img_16.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_16-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:18:\"img_16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_16-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_16-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_16-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:20:\"www.peopleimages.com\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1821,1936,'_wp_attached_file','2013/09/img_17.jpg'),(1822,1936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:573;s:4:\"file\";s:18:\"2013/09/img_17.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_17-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:18:\"img_17-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_17-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_17-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_17-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:24:\"HASLOO_PRODUCTION_STUDIO\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1823,1937,'_wp_attached_file','2013/09/img_18.jpg'),(1824,1937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2013/09/img_18.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_18-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:18:\"img_18-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_18-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_18-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_18-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1825,1938,'_wp_attached_file','2013/09/img_19.jpg'),(1826,1938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:18:\"2013/09/img_19.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_19-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:18:\"img_19-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_19-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_19-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_19-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:5:\"BENIS\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1827,1939,'_wp_attached_file','2013/09/img_20.jpg'),(1828,1939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:523;s:4:\"file\";s:18:\"2013/09/img_20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img_20-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:18:\"img_20-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"img_20-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"img_20-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"img_20-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1829,71,'_thumbnail_id','1920'),(1832,77,'_thumbnail_id','1921'),(1835,67,'_thumbnail_id','1922'),(1838,65,'_thumbnail_id','1923'),(1841,75,'_thumbnail_id','1924'),(1844,73,'_thumbnail_id','1925'),(1847,63,'_thumbnail_id','1926'),(1850,63,'tz_audio_format','mp3'),(1851,63,'tz_image_lightbox','yes'),(1852,1803,'_edit_lock','1379075252:1'),(1853,1803,'_thumbnail_id','1927'),(1856,646,'_edit_lock','1379075285:1'),(1857,646,'_thumbnail_id','1928'),(1860,1791,'_edit_lock','1379075321:1'),(1861,1791,'_thumbnail_id','1930'),(1864,394,'_edit_lock','1379075355:1'),(1865,394,'_thumbnail_id','1929'),(1868,368,'_thumbnail_id','1931'),(1871,362,'_edit_lock','1416611605:1'),(1872,362,'_thumbnail_id','1932'),(1875,357,'_edit_lock','1379075458:1'),(1876,357,'_thumbnail_id','1933'),(1879,353,'_edit_lock','1379075494:1'),(1880,353,'_thumbnail_id','1935'),(1883,331,'_thumbnail_id','1936'),(1887,498,'_thumbnail_id','1921'),(1888,502,'_thumbnail_id','1922'),(1889,512,'_edit_lock','1379076054:1'),(1890,512,'_thumbnail_id','1923'),(1891,512,'tz_image_lightbox','no'),(1892,513,'_thumbnail_id','1924'),(1893,513,'tz_image_lightbox','no'),(1894,515,'_edit_lock','1379076118:1'),(1895,515,'_thumbnail_id','1925'),(1896,515,'tz_image_lightbox','no'),(1897,517,'_thumbnail_id','1926'),(1898,517,'tz_image_lightbox','no'),(1899,519,'_thumbnail_id','1927'),(1900,519,'tz_image_lightbox','no'),(1901,520,'_edit_lock','1379076214:1'),(1902,520,'_thumbnail_id','1928'),(1903,520,'tz_image_lightbox','no'),(1904,518,'_edit_lock','1379076244:1'),(1905,518,'_thumbnail_id','1929'),(1906,518,'tz_image_lightbox','no'),(1907,514,'_edit_lock','1379076276:1'),(1908,514,'_thumbnail_id','1930'),(1909,514,'tz_image_lightbox','no'),(1910,521,'_thumbnail_id','1931'),(1911,521,'tz_image_lightbox','no'),(1912,516,'_edit_lock','1379076348:1'),(1913,516,'_thumbnail_id','1932'),(1914,516,'tz_image_lightbox','no'),(1915,1954,'_wp_attached_file','2011/09/image.jpg'),(1916,1954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:427;s:4:\"file\";s:17:\"2011/09/image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-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:17:\"image-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-518x425.jpg\";s:5:\"width\";i:518;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"image-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1917,1962,'_edit_last','1'),(1918,1962,'_edit_lock','1379321311:1'),(1919,1963,'_wp_attached_file','2013/09/client_5.png'),(1920,1963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:44;s:4:\"file\";s:20:\"2013/09/client_5.png\";s:5:\"sizes\";a:1:{s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"client_5-100x44.png\";s:5:\"width\";i:100;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}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:\"\";}}'),(1921,1962,'_thumbnail_id','1963'),(1922,1964,'_edit_last','1'),(1923,1964,'_edit_lock','1379321359:1'),(1924,1965,'_wp_attached_file','2013/09/client_4.png'),(1925,1965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:132;s:6:\"height\";i:44;s:4:\"file\";s:20:\"2013/09/client_4.png\";s:5:\"sizes\";a:1:{s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"client_4-100x44.png\";s:5:\"width\";i:100;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}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:\"\";}}'),(1926,1964,'_thumbnail_id','1965'),(1927,1966,'_edit_last','1'),(1928,1966,'_edit_lock','1379321387:1'),(1929,1967,'_wp_attached_file','2013/09/client_3.png'),(1930,1967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:154;s:6:\"height\";i:44;s:4:\"file\";s:20:\"2013/09/client_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"client_3-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"client_3-100x44.png\";s:5:\"width\";i:100;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}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:\"\";}}'),(1931,1966,'_thumbnail_id','1967'),(1932,1968,'_edit_last','1'),(1933,1968,'_edit_lock','1379321419:1'),(1934,1969,'_wp_attached_file','2013/09/client_2.png'),(1935,1969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:143;s:6:\"height\";i:44;s:4:\"file\";s:20:\"2013/09/client_2.png\";s:5:\"sizes\";a:1:{s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"client_2-100x44.png\";s:5:\"width\";i:100;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}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:\"\";}}'),(1936,1968,'_thumbnail_id','1969'),(1937,1970,'_edit_last','1'),(1938,1970,'_edit_lock','1379321457:1'),(1939,1971,'_wp_attached_file','2013/09/client_1.png'),(1940,1971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:44;s:4:\"file\";s:20:\"2013/09/client_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"client_1-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"client_1-100x44.png\";s:5:\"width\";i:100;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}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:\"\";}}'),(1941,1970,'_thumbnail_id','1971'),(1956,71,'post_views_count','1371'),(1957,77,'post_views_count','1478'),(1958,497,'post_views_count','531'),(1959,498,'post_views_count','571'),(1960,502,'post_views_count','722'),(1961,512,'post_views_count','539'),(1962,513,'post_views_count','560'),(1963,521,'post_views_count','507'),(1964,520,'post_views_count','456'),(1965,519,'post_views_count','549'),(1966,518,'post_views_count','492'),(1967,517,'post_views_count','529'),(1968,7,'_edit_lock','1499354419:2'),(1969,1982,'_wp_attached_file','2011/07/banner.jpg'),(1970,1982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:328;s:6:\"height\";i:363;s:4:\"file\";s:18:\"2011/07/banner.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"banner-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:18:\"banner-271x300.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"banner-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"banner-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1979,1985,'_edit_last','1'),(1980,1985,'_edit_lock','1379330719:1'),(1981,1985,'_thumbnail_id','1932'),(1982,1986,'_edit_last','1'),(1983,1986,'_edit_lock','1379330744:1'),(1984,1986,'_thumbnail_id','1931'),(1985,1987,'_edit_last','1'),(1986,1987,'_edit_lock','1379330772:1'),(1987,1987,'_thumbnail_id','1928'),(1988,1988,'_edit_last','1'),(1989,1988,'_edit_lock','1379330877:1'),(1990,1988,'_thumbnail_id','1929'),(1991,1989,'_edit_last','1'),(1992,1989,'_edit_lock','1379330928:1'),(1993,1989,'_thumbnail_id','1938'),(1994,1989,'post_views_count','428'),(1995,1994,'_wp_attached_file','2011/07/image_1.jpg'),(1996,1994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:258;s:6:\"height\";i:203;s:4:\"file\";s:19:\"2011/07/image_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"image_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:\"\";}}'),(1997,138,'_edit_lock','1441746131:1'),(1998,138,'_thumbnail_id','1926'),(1999,138,'_wp_old_slug','lisa-white'),(2000,141,'_edit_lock','1441746167:1'),(2001,141,'_thumbnail_id','1924'),(2002,141,'_wp_old_slug','alan-smith'),(2003,142,'_edit_lock','1441746196:1'),(2004,142,'_thumbnail_id','1934'),(2005,142,'_wp_old_slug','jessica-right'),(2006,143,'_edit_lock','1441747792:1'),(2007,143,'_thumbnail_id','1932'),(2008,143,'_wp_old_slug','adriana-spelling'),(2009,303,'_edit_lock','1441824793:1'),(2010,303,'_thumbnail_id','1936'),(2011,303,'_wp_old_slug','michael-freeman'),(2012,1999,'_edit_last','2'),(2013,1999,'_edit_lock','1519247032:2'),(2014,1999,'_thumbnail_id','2846'),(2017,2000,'_edit_last','2'),(2018,2000,'_edit_lock','1513179011:2'),(2020,2000,'my_team_pos','Open to ages 1½ to 8 years old.'),(2022,137,'_thumbnail_id','1926'),(2023,136,'_edit_lock','1379333185:1'),(2024,136,'_thumbnail_id','1936'),(2025,134,'_edit_lock','1379333503:1'),(2026,134,'_thumbnail_id','1934'),(2027,137,'post_views_count','63'),(2028,2000,'post_views_count','1374'),(2029,1970,'post_views_count','3'),(2030,141,'post_views_count','1'),(2031,1907,'my_slider_url',''),(2033,67,'post_views_count','744'),(2034,1903,'my_slider_url',''),(2035,2011,'_wp_attached_file','2011/07/logo_top4b.png'),(2036,2011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:84;s:4:\"file\";s:22:\"2011/07/logo_top4b.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_top4b-150x84.png\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo_top4b-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_top4b-258x84.png\";s:5:\"width\";i:258;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"logo_top4b-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2037,2012,'_wp_attached_file','2011/07/macrec_logo_color_330dpi.jpg'),(2038,2012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1201;s:6:\"height\";i:262;s:4:\"file\";s:36:\"2011/07/macrec_logo_color_330dpi.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"macrec_logo_color_330dpi-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:35:\"macrec_logo_color_330dpi-300x65.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"macrec_logo_color_330dpi-1024x223.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"macrec_logo_color_330dpi-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"macrec_logo_color_330dpi-1170x262.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"macrec_logo_color_330dpi-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2039,2013,'_wp_attached_file','2011/07/logo_top3b1.png'),(2040,2013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:84;s:4:\"file\";s:23:\"2011/07/logo_top3b1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_top3b1-150x84.png\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"logo_top3b1-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_top3b1-258x84.png\";s:5:\"width\";i:258;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"logo_top3b1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2041,2014,'_wp_attached_file','2013/09/slide01bnew2.jpg'),(2042,2014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:425;s:4:\"file\";s:24:\"2013/09/slide01bnew2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slide01bnew2-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:24:\"slide01bnew2-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slide01bnew2-1024x371.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"slide01bnew2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"slide01bnew2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"slide01bnew2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2045,2018,'_edit_last','2'),(2046,2018,'_edit_lock','1548193306:2'),(2047,2018,'_wp_page_template','default'),(2048,2037,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":false,\"datatables_paginate_entries\":12,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(2049,2037,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(2050,2061,'_edit_last','1'),(2051,2061,'_edit_lock','1442607001:1'),(2052,2061,'_wp_page_template','default'),(2053,2061,'page-desc','http://macrec.com/?p=2061'),(2056,2018,'page','http://macrec.com/?p=2061'),(2058,2067,'_menu_item_type','post_type'),(2059,2067,'_menu_item_menu_item_parent','0'),(2060,2067,'_menu_item_object_id','2018'),(2061,2067,'_menu_item_object','page'),(2062,2067,'_menu_item_target',''),(2063,2067,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2064,2067,'_menu_item_xfn',''),(2065,2067,'_menu_item_url',''),(2067,2068,'_menu_item_type','post_type'),(2068,2068,'_menu_item_menu_item_parent','2067'),(2069,2068,'_menu_item_object_id','2061'),(2070,2068,'_menu_item_object','page'),(2071,2068,'_menu_item_target',''),(2072,2068,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2073,2068,'_menu_item_xfn',''),(2074,2068,'_menu_item_url',''),(2085,2018,'_oembed_ac08aea0b01a2fd6a200fa73d5b52f73','{{unknown}}'),(2086,2073,'_edit_last','2'),(2087,2073,'_edit_lock','1514923800:2'),(2088,2073,'_wp_page_template','default'),(2089,2075,'_menu_item_type','post_type'),(2090,2075,'_menu_item_menu_item_parent','2067'),(2091,2075,'_menu_item_object_id','2073'),(2092,2075,'_menu_item_object','page'),(2093,2075,'_menu_item_target',''),(2094,2075,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2095,2075,'_menu_item_xfn',''),(2096,2075,'_menu_item_url',''),(2098,2080,'_edit_last','2'),(2099,2080,'_edit_lock','1548863695:2'),(2100,2080,'_oembed_9501bb70d7a3959c0dabb7c7d1770d28','{{unknown}}'),(2101,2080,'_oembed_e7de97d1c0de94609091ef684e12373a','{{unknown}}'),(2102,2080,'_oembed_e5a2f68be85ed906d47ea703ddda51b1','{{unknown}}'),(2103,2080,'_oembed_f7f58a04ed12e6646631962c8693e879','{{unknown}}'),(2104,2080,'_oembed_5f9e0b96d8a95c94393e7a4fed12d58a','{{unknown}}'),(2105,2080,'_oembed_14567f49b6b86cf72b3924ef4a669cf0','{{unknown}}'),(2106,2080,'_oembed_fbfc3a9e92e8594b1e172bc3f5dddccc','{{unknown}}'),(2107,2080,'_oembed_7093a46f7335361deae266d57f9dbf71','{{unknown}}'),(2108,2080,'_oembed_9a6dbbeb66bbfd201dbc446e9e0e740f','{{unknown}}'),(2109,2080,'_oembed_fb1759239af8354c054c8c1cf569e0f0','{{unknown}}'),(2110,2080,'_oembed_bd3d3b5b2fb894bb289c2da585152131','{{unknown}}'),(2111,2080,'_oembed_52b15f1061dc6ac56fe7c56ea626f6da','{{unknown}}'),(2112,2080,'_oembed_c0dd6fe4803ce4809915a03ae041a7a1','{{unknown}}'),(2113,2080,'_oembed_13d4847e1c6102c541c0933a4e15d95f','{{unknown}}'),(2114,2080,'_oembed_19f0977070373b3c6f127986eb4d2825','{{unknown}}'),(2115,2080,'_oembed_faad53a42973ad56ffbac0bb416f4a51','{{unknown}}'),(2116,2080,'_oembed_85172cc7af4319dccd1b739820c89a05','{{unknown}}'),(2117,2080,'_wp_page_template','default'),(2126,2083,'_wp_attached_file','2014/11/NOV-2014-Fitness-Schedule-1_Page_1.jpg'),(2127,2083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:46:\"2014/11/NOV-2014-Fitness-Schedule-1_Page_1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"NOV-2014-Fitness-Schedule-1_Page_1-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:46:\"NOV-2014-Fitness-Schedule-1_Page_1-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:47:\"NOV-2014-Fitness-Schedule-1_Page_1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"NOV-2014-Fitness-Schedule-1_Page_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:47:\"NOV-2014-Fitness-Schedule-1_Page_1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"NOV-2014-Fitness-Schedule-1_Page_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2128,2084,'_wp_attached_file','2014/11/NOV-2014-Fitness-Schedule-1_Page_2.jpg'),(2129,2084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:46:\"2014/11/NOV-2014-Fitness-Schedule-1_Page_2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"NOV-2014-Fitness-Schedule-1_Page_2-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:46:\"NOV-2014-Fitness-Schedule-1_Page_2-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:47:\"NOV-2014-Fitness-Schedule-1_Page_2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"NOV-2014-Fitness-Schedule-1_Page_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:47:\"NOV-2014-Fitness-Schedule-1_Page_2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"NOV-2014-Fitness-Schedule-1_Page_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2132,2087,'_edit_last','2'),(2133,2087,'_edit_lock','1501868864:2'),(2134,2087,'_wp_page_template','default'),(2143,2090,'_menu_item_type','post_type'),(2144,2090,'_menu_item_menu_item_parent','0'),(2145,2090,'_menu_item_object_id','2087'),(2146,2090,'_menu_item_object','page'),(2147,2090,'_menu_item_target',''),(2148,2090,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2149,2090,'_menu_item_xfn',''),(2150,2090,'_menu_item_url',''),(2163,2093,'_edit_last','2'),(2164,2093,'_edit_lock','1532983731:2'),(2165,2093,'_wp_page_template','default'),(2182,2097,'_menu_item_type','post_type'),(2183,2097,'_menu_item_menu_item_parent','0'),(2184,2097,'_menu_item_object_id','2093'),(2185,2097,'_menu_item_object','page'),(2186,2097,'_menu_item_target',''),(2187,2097,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2188,2097,'_menu_item_xfn',''),(2189,2097,'_menu_item_url',''),(2191,2098,'_menu_item_type','post_type'),(2192,2098,'_menu_item_menu_item_parent','2097'),(2193,2098,'_menu_item_object_id','2080'),(2194,2098,'_menu_item_object','page'),(2195,2098,'_menu_item_target',''),(2196,2098,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2197,2098,'_menu_item_xfn',''),(2198,2098,'_menu_item_url',''),(2200,2099,'_edit_last','2'),(2201,2099,'_edit_lock','1489086780:2'),(2202,2099,'_wp_page_template','default'),(2219,2103,'_edit_last','2'),(2220,2103,'_wp_page_template','default'),(2237,2103,'_edit_lock','1538079006:2'),(2238,2107,'_menu_item_type','post_type'),(2239,2107,'_menu_item_menu_item_parent','0'),(2240,2107,'_menu_item_object_id','2099'),(2241,2107,'_menu_item_object','page'),(2242,2107,'_menu_item_target',''),(2243,2107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2244,2107,'_menu_item_xfn',''),(2245,2107,'_menu_item_url',''),(2247,2108,'_menu_item_type','post_type'),(2248,2108,'_menu_item_menu_item_parent','0'),(2249,2108,'_menu_item_object_id','2103'),(2250,2108,'_menu_item_object','page'),(2251,2108,'_menu_item_target',''),(2252,2108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2253,2108,'_menu_item_xfn',''),(2254,2108,'_menu_item_url',''),(2256,2109,'_edit_last','2'),(2257,2109,'_edit_lock','1540841140:2'),(2258,2109,'_wp_page_template','default'),(2259,2112,'_menu_item_type','post_type'),(2260,2112,'_menu_item_menu_item_parent','2090'),(2261,2112,'_menu_item_object_id','2109'),(2262,2112,'_menu_item_object','page'),(2263,2112,'_menu_item_target',''),(2264,2112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2265,2112,'_menu_item_xfn',''),(2266,2112,'_menu_item_url',''),(2268,2113,'_edit_last','2'),(2269,2113,'_edit_lock','1545230136:2'),(2270,2113,'_wp_page_template','default'),(2279,2115,'_menu_item_type','post_type'),(2280,2115,'_menu_item_menu_item_parent','2090'),(2281,2115,'_menu_item_object_id','2113'),(2282,2115,'_menu_item_object','page'),(2283,2115,'_menu_item_target',''),(2284,2115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2285,2115,'_menu_item_xfn',''),(2286,2115,'_menu_item_url',''),(2295,2120,'_edit_last','2'),(2296,2120,'_edit_lock','1545230099:2'),(2297,2120,'_wp_page_template','default'),(2298,2122,'_edit_last','2'),(2299,2122,'_edit_lock','1548194199:2'),(2300,2122,'_wp_page_template','default'),(2301,2124,'_menu_item_type','post_type'),(2302,2124,'_menu_item_menu_item_parent','2090'),(2303,2124,'_menu_item_object_id','2122'),(2304,2124,'_menu_item_object','page'),(2305,2124,'_menu_item_target',''),(2306,2124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2307,2124,'_menu_item_xfn',''),(2308,2124,'_menu_item_url',''),(2310,2125,'_menu_item_type','post_type'),(2311,2125,'_menu_item_menu_item_parent','2090'),(2312,2125,'_menu_item_object_id','2120'),(2313,2125,'_menu_item_object','page'),(2314,2125,'_menu_item_target',''),(2315,2125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2316,2125,'_menu_item_xfn',''),(2317,2125,'_menu_item_url',''),(2320,2128,'_edit_last','2'),(2321,2128,'_edit_lock','1542821962:2'),(2322,2128,'_wp_page_template','default'),(2323,2128,'make_faq_page',''),(2324,2128,'make_faq_shortcode','yes'),(2325,2128,'bgFAQfoldup','yes'),(2326,2128,'bgFAQvisualCue','updown'),(2327,2153,'_menu_item_type','post_type'),(2328,2153,'_menu_item_menu_item_parent','2108'),(2329,2153,'_menu_item_object_id','2128'),(2330,2153,'_menu_item_object','page'),(2331,2153,'_menu_item_target',''),(2332,2153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2333,2153,'_menu_item_xfn',''),(2334,2153,'_menu_item_url',''),(2338,2221,'_edit_last','2'),(2339,2221,'_edit_lock','1548974799:2'),(2340,2222,'_wp_attached_file','2014/11/NOV-2014-Pool-Schedule_Page_1.jpg'),(2341,2222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:41:\"2014/11/NOV-2014-Pool-Schedule_Page_1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"NOV-2014-Pool-Schedule_Page_1-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:41:\"NOV-2014-Pool-Schedule_Page_1-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:42:\"NOV-2014-Pool-Schedule_Page_1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"NOV-2014-Pool-Schedule_Page_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:42:\"NOV-2014-Pool-Schedule_Page_1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:40:\"NOV-2014-Pool-Schedule_Page_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2342,2223,'_wp_attached_file','2014/11/NOV-2014-Pool-Schedule_Page_2.jpg'),(2343,2223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:41:\"2014/11/NOV-2014-Pool-Schedule_Page_2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"NOV-2014-Pool-Schedule_Page_2-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:41:\"NOV-2014-Pool-Schedule_Page_2-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:42:\"NOV-2014-Pool-Schedule_Page_2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"NOV-2014-Pool-Schedule_Page_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:42:\"NOV-2014-Pool-Schedule_Page_2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:40:\"NOV-2014-Pool-Schedule_Page_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2344,2221,'_wp_page_template','default'),(2345,2221,'make_faq_page',''),(2346,2221,'make_faq_shortcode',''),(2347,2221,'bgFAQfoldup','default'),(2348,2221,'bgFAQvisualCue','default'),(2349,2225,'_menu_item_type','post_type'),(2350,2225,'_menu_item_menu_item_parent','2108'),(2351,2225,'_menu_item_object_id','2221'),(2352,2225,'_menu_item_object','page'),(2353,2225,'_menu_item_target',''),(2354,2225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2355,2225,'_menu_item_xfn',''),(2356,2225,'_menu_item_url',''),(2358,2226,'_wp_attached_file','2014/11/Swim-Lesson-Info-FALL-2014_Page_1.jpg'),(2359,2226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:45:\"2014/11/Swim-Lesson-Info-FALL-2014_Page_1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Swim-Lesson-Info-FALL-2014_Page_1-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:\"Swim-Lesson-Info-FALL-2014_Page_1-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:46:\"Swim-Lesson-Info-FALL-2014_Page_1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Swim-Lesson-Info-FALL-2014_Page_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Swim-Lesson-Info-FALL-2014_Page_1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:44:\"Swim-Lesson-Info-FALL-2014_Page_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2360,2227,'_wp_attached_file','2014/11/Swim-Lesson-Info-FALL-2014_Page_2.jpg'),(2361,2227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:45:\"2014/11/Swim-Lesson-Info-FALL-2014_Page_2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Swim-Lesson-Info-FALL-2014_Page_2-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:\"Swim-Lesson-Info-FALL-2014_Page_2-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:46:\"Swim-Lesson-Info-FALL-2014_Page_2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Swim-Lesson-Info-FALL-2014_Page_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Swim-Lesson-Info-FALL-2014_Page_2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:44:\"Swim-Lesson-Info-FALL-2014_Page_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2362,2228,'_wp_attached_file','2014/11/Swim-Lessons-FALL-2014.jpg'),(2363,2228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1755;s:6:\"height\";i:1240;s:4:\"file\";s:34:\"2014/11/Swim-Lessons-FALL-2014.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Swim-Lessons-FALL-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:34:\"Swim-Lessons-FALL-2014-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:\"Swim-Lessons-FALL-2014-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Swim-Lessons-FALL-2014-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Swim-Lessons-FALL-2014-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"Swim-Lessons-FALL-2014-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2364,2230,'_edit_last','2'),(2365,2230,'_edit_lock','1548355539:2'),(2366,2230,'_wp_page_template','default'),(2391,2233,'make_faq_page',''),(2392,2233,'make_faq_shortcode',''),(2393,2233,'bgFAQfoldup','default'),(2394,2233,'bgFAQvisualCue','default'),(2395,2233,'_menu_item_type','post_type'),(2396,2233,'_menu_item_menu_item_parent','2108'),(2397,2233,'_menu_item_object_id','2230'),(2398,2233,'_menu_item_object','page'),(2399,2233,'_menu_item_target',''),(2400,2233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2401,2233,'_menu_item_xfn',''),(2402,2233,'_menu_item_url',''),(2403,2230,'make_faq_page',''),(2404,2230,'make_faq_shortcode',''),(2405,2230,'bgFAQfoldup','default'),(2406,2230,'bgFAQvisualCue','default'),(2423,203,'make_faq_page',''),(2424,203,'make_faq_shortcode',''),(2425,203,'bgFAQfoldup','default'),(2426,203,'bgFAQvisualCue','default'),(2427,2241,'_edit_last','2'),(2428,2241,'_edit_lock','1538425665:2'),(2429,2242,'_wp_attached_file','2014/11/Personal-Training-brochure-Update-2013_Page_1.jpg'),(2430,2242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:57:\"2014/11/Personal-Training-brochure-Update-2013_Page_1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Personal-Training-brochure-Update-2013_Page_1-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:57:\"Personal-Training-brochure-Update-2013_Page_1-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:58:\"Personal-Training-brochure-Update-2013_Page_1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Personal-Training-brochure-Update-2013_Page_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Personal-Training-brochure-Update-2013_Page_1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:56:\"Personal-Training-brochure-Update-2013_Page_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2431,2243,'_wp_attached_file','2014/11/Personal-Training-brochure-Update-2013_Page_2.jpg'),(2432,2243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:57:\"2014/11/Personal-Training-brochure-Update-2013_Page_2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Personal-Training-brochure-Update-2013_Page_2-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:57:\"Personal-Training-brochure-Update-2013_Page_2-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:58:\"Personal-Training-brochure-Update-2013_Page_2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Personal-Training-brochure-Update-2013_Page_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Personal-Training-brochure-Update-2013_Page_2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:56:\"Personal-Training-brochure-Update-2013_Page_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2433,2241,'_wp_page_template','default'),(2434,2241,'make_faq_page',''),(2435,2241,'make_faq_shortcode',''),(2436,2241,'bgFAQfoldup','default'),(2437,2241,'bgFAQvisualCue','default'),(2438,2245,'_edit_last','2'),(2439,2245,'_edit_lock','1538425478:2'),(2440,2246,'_wp_attached_file','2014/11/Massage_Page_1.jpg'),(2441,2246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:26:\"2014/11/Massage_Page_1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Massage_Page_1-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:\"Massage_Page_1-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:27:\"Massage_Page_1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Massage_Page_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Massage_Page_1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Massage_Page_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2442,2247,'_wp_attached_file','2014/11/Massage_Page_2.jpg'),(2443,2247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:26:\"2014/11/Massage_Page_2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Massage_Page_2-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:\"Massage_Page_2-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:27:\"Massage_Page_2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Massage_Page_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Massage_Page_2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Massage_Page_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2444,2245,'_wp_page_template','default'),(2445,2245,'make_faq_page',''),(2446,2245,'make_faq_shortcode',''),(2447,2245,'bgFAQfoldup','default'),(2448,2245,'bgFAQvisualCue','default'),(2449,2249,'_menu_item_type','post_type'),(2450,2249,'_menu_item_menu_item_parent','2097'),(2451,2249,'_menu_item_object_id','2245'),(2452,2249,'_menu_item_object','page'),(2453,2249,'_menu_item_target',''),(2454,2249,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2455,2249,'_menu_item_xfn',''),(2456,2249,'_menu_item_url',''),(2458,2250,'_menu_item_type','post_type'),(2459,2250,'_menu_item_menu_item_parent','2097'),(2460,2250,'_menu_item_object_id','2241'),(2461,2250,'_menu_item_object','page'),(2462,2250,'_menu_item_target',''),(2463,2250,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2464,2250,'_menu_item_xfn',''),(2465,2250,'_menu_item_url',''),(2467,2252,'_edit_last','2'),(2468,2252,'_edit_lock','1531236169:2'),(2469,2253,'_wp_attached_file','2014/11/Parks-Map.jpg'),(2470,2253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:21:\"2014/11/Parks-Map.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Parks-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:21:\"Parks-Map-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:22:\"Parks-Map-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Parks-Map-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Parks-Map-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"Parks-Map-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2471,2252,'_wp_page_template','default'),(2472,2252,'make_faq_page',''),(2473,2252,'make_faq_shortcode',''),(2474,2252,'bgFAQfoldup','default'),(2475,2252,'bgFAQvisualCue','default'),(2476,2255,'_wp_attached_file','2014/11/Field-Permit-Application-2012-1.pdf'),(2477,2099,'make_faq_page',''),(2478,2099,'make_faq_shortcode',''),(2479,2099,'bgFAQfoldup','default'),(2480,2099,'bgFAQvisualCue','default'),(2481,1797,'make_faq_page',''),(2482,1797,'make_faq_shortcode',''),(2483,1797,'bgFAQfoldup','default'),(2484,1797,'bgFAQvisualCue','default'),(2485,2263,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(2486,2263,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1],\"columns\":[1,1,1,1,1]}'),(2487,2276,'_wp_attached_file','2011/07/facility_policies-1.pdf'),(2488,2284,'_wp_attached_file','2012/07/ClassSchedule.jpg'),(2489,2284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:25:\"2012/07/ClassSchedule.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ClassSchedule-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"ClassSchedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"ClassSchedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2491,2285,'_wp_attached_file','2012/07/ClassSchedule1.jpg'),(2492,2285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:26:\"2012/07/ClassSchedule1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ClassSchedule1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"ClassSchedule1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"ClassSchedule1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2493,497,'_thumbnail_id','2285'),(2494,497,'_oembed_6847b403063390eb50c10378971230b9','{{unknown}}'),(2495,2294,'_wp_attached_file','2011/09/ClassSchedule.jpg'),(2496,2294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:25:\"2011/09/ClassSchedule.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ClassSchedule-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"ClassSchedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"ClassSchedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2497,2312,'_wp_attached_file','2011/09/ClassSchedule1.jpg'),(2498,2312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:26:\"2011/09/ClassSchedule1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ClassSchedule1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"ClassSchedule1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"ClassSchedule1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2499,203,'_oembed_174e817814d062e23c2f9927e6975253','{{unknown}}'),(2500,2362,'_wp_attached_file','2013/09/Banner-02.jpg'),(2501,2362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:425;s:4:\"file\";s:21:\"2013/09/Banner-02.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner-02-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:21:\"Banner-02-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Banner-02-1024x371.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner-02-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Banner-02-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"Banner-02-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2502,2363,'_wp_attached_file','2013/09/Banner-03.jpg'),(2503,2363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:425;s:4:\"file\";s:21:\"2013/09/Banner-03.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner-03-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:21:\"Banner-03-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Banner-03-1024x371.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner-03-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Banner-03-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"Banner-03-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2504,2365,'_wp_attached_file','2011/09/SwimScheduleIcon.jpg'),(2505,2365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:28:\"2011/09/SwimScheduleIcon.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SwimScheduleIcon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"SwimScheduleIcon-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"SwimScheduleIcon-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2508,2367,'_wp_attached_file','2011/09/Powerpoint-template-upcoming-event-logo-graphic-design.jpg'),(2509,2367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:527;s:6:\"height\";i:394;s:4:\"file\";s:66:\"2011/09/Powerpoint-template-upcoming-event-logo-graphic-design.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Powerpoint-template-upcoming-event-logo-graphic-design-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:66:\"Powerpoint-template-upcoming-event-logo-graphic-design-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Powerpoint-template-upcoming-event-logo-graphic-design-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:65:\"Powerpoint-template-upcoming-event-logo-graphic-design-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2510,2368,'_wp_attached_file','2011/09/UpcomingEvents.jpg'),(2511,2368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:26:\"2011/09/UpcomingEvents.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"UpcomingEvents-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"UpcomingEvents-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"UpcomingEvents-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2512,2373,'_wp_attached_file','2011/09/SwimClassSchedule.jpg'),(2513,2373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:29:\"2011/09/SwimClassSchedule.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SwimClassSchedule-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"SwimClassSchedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"SwimClassSchedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2514,2390,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":false,\"datatables_paginate_entries\":10,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(2515,2390,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1],\"columns\":[1,1,1]}'),(2516,2393,'_wp_attached_file','2011/09/PoolSchedule.jpg'),(2517,2393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:24:\"2011/09/PoolSchedule.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PoolSchedule-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"PoolSchedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"PoolSchedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2554,2405,'_wp_attached_file','2013/09/logo_footer.png'),(2555,2405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:37;s:4:\"file\";s:23:\"2013/09/logo_footer.png\";s:5:\"sizes\";a:1:{s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"logo_footer-100x37.png\";s:5:\"width\";i:100;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2556,2405,'su_slide_link',''),(2557,14,'_oembed_d1cc9c98e0f40e15922be45cf902baed','{{unknown}}'),(2560,14,'_oembed_aef45e39ef7f46e4371b09ba4d372fac','{{unknown}}'),(2561,2457,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(2562,2457,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(2563,2463,'_edit_last','2'),(2564,2463,'_edit_lock','1498841522:2'),(2565,2463,'_wp_page_template','default'),(2575,2471,'_wp_attached_file','2011/09/communityfestival.png'),(2576,2471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:29:\"2011/09/communityfestival.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"communityfestival-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"communityfestival-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"communityfestival-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2577,2473,'_wp_attached_file','2011/09/bigstock-Fireworks-148530-1.png'),(2578,2473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:39:\"2011/09/bigstock-Fireworks-148530-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"bigstock-Fireworks-148530-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"bigstock-Fireworks-148530-1-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:38:\"bigstock-Fireworks-148530-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2579,2476,'_wp_attached_file','2014/11/Aquatics01.jpg'),(2580,2476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:22:\"2014/11/Aquatics01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Aquatics01-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:22:\"Aquatics01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Aquatics01-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"Aquatics01-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2597,2103,'motopress-ce-save-in-version','1.5.8'),(2605,2487,'_wp_attached_file','2014/11/AquaticsBanner01.jpg'),(2606,2487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:28:\"2014/11/AquaticsBanner01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner01-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:28:\"AquaticsBanner01-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner01-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"AquaticsBanner01-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2607,2488,'_wp_attached_file','2014/11/AquaticsBanner02.jpg'),(2608,2488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:28:\"2014/11/AquaticsBanner02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner02-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:28:\"AquaticsBanner02-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner02-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"AquaticsBanner02-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2609,2489,'_wp_attached_file','2014/11/AquaticsBanner03.jpg'),(2610,2489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:28:\"2014/11/AquaticsBanner03.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner03-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:28:\"AquaticsBanner03-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner03-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"AquaticsBanner03-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2611,2490,'_wp_attached_file','2014/11/AquaticsBanner04.jpg'),(2612,2490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:28:\"2014/11/AquaticsBanner04.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner04-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:28:\"AquaticsBanner04-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner04-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"AquaticsBanner04-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2613,2491,'_wp_attached_file','2014/11/AquaticsBanner05.jpg'),(2614,2491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:28:\"2014/11/AquaticsBanner05.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner05-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:28:\"AquaticsBanner05-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"AquaticsBanner05-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"AquaticsBanner05-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2647,2498,'_wp_attached_file','2011/09/ClassScheduleIcon.jpg'),(2648,2498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:29:\"2011/09/ClassScheduleIcon.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ClassScheduleIcon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"ClassScheduleIcon-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"ClassScheduleIcon-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2667,2093,'motopress-ce-save-in-version','1.5.8'),(2713,2241,'motopress-ce-save-in-version','2.5.1'),(2739,2579,'_wp_attached_file','2014/11/Banner01.jpg'),(2740,2579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:20:\"2014/11/Banner01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner01-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:\"Banner01-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner01-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"Banner01-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"COOLPIX S3500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1418203894;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2741,2580,'_wp_attached_file','2014/11/Banner02.jpg'),(2742,2580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:20:\"2014/11/Banner02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner02-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:\"Banner02-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner02-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"Banner02-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"COOLPIX S3500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1420275618;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2743,2581,'_wp_attached_file','2014/11/Banner03.jpg'),(2744,2581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:20:\"2014/11/Banner03.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner03-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:\"Banner03-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner03-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"Banner03-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"COOLPIX S3500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1420274182;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2752,2599,'_wp_attached_file','2014/11/Pool-Facts.jpg'),(2753,2599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:22:\"2014/11/Pool-Facts.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Pool-Facts-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:22:\"Pool-Facts-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Pool-Facts-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Pool-Facts-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Pool-Facts-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"Pool-Facts-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2762,2018,'motopress-ce-save-in-version','3.0.2'),(2772,2605,'_wp_attached_file','2014/11/visamcdiscover.jpg'),(2773,2605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:482;s:6:\"height\";i:104;s:4:\"file\";s:26:\"2014/11/visamcdiscover.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"visamcdiscover-150x104.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"visamcdiscover-300x65.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"visamcdiscover-258x104.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"visamcdiscover-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2776,2610,'_wp_attached_file','2014/11/visaMCDisCashCheck.jpg'),(2777,2610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:141;s:4:\"file\";s:30:\"2014/11/visaMCDisCashCheck.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"visaMCDisCashCheck-150x141.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"visaMCDisCashCheck-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"visaMCDisCashCheck-258x141.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"visaMCDisCashCheck-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(2778,2613,'_edit_last','2'),(2779,2613,'_edit_lock','1548193306:2'),(2780,2613,'_wp_page_template','default'),(2781,2616,'_menu_item_type','post_type'),(2782,2616,'_menu_item_menu_item_parent','0'),(2783,2616,'_menu_item_object_id','2613'),(2784,2616,'_menu_item_object','page'),(2785,2616,'_menu_item_target',''),(2786,2616,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2787,2616,'_menu_item_xfn',''),(2788,2616,'_menu_item_url',''),(2800,2617,'_wp_attached_file','2014/11/baseballfieldscrop.jpg'),(2801,2617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:30:\"2014/11/baseballfieldscrop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"baseballfieldscrop-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:30:\"baseballfieldscrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"baseballfieldscrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"baseballfieldscrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441100500;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.000776397515528\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2802,2618,'_wp_attached_file','2014/11/panoramaviewpicniccrop.jpg'),(2803,2618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3912;s:6:\"height\";i:1440;s:4:\"file\";s:34:\"2014/11/panoramaviewpicniccrop.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"panoramaviewpicniccrop-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:\"panoramaviewpicniccrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"panoramaviewpicniccrop-1024x377.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"panoramaviewpicniccrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"panoramaviewpicniccrop-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"panoramaviewpicniccrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441099195;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:\"\";s:11:\"orientation\";i:1;}}'),(2804,2619,'_wp_attached_file','2014/11/picnic-shelter2crop.jpg'),(2805,2619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:31:\"2014/11/picnic-shelter2crop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"picnic-shelter2crop-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:\"picnic-shelter2crop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"picnic-shelter2crop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"picnic-shelter2crop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441098300;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00306748466258\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2806,2620,'_wp_attached_file','2014/11/picnic-sheltercrop.jpg'),(2807,2620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:30:\"2014/11/picnic-sheltercrop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"picnic-sheltercrop-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:30:\"picnic-sheltercrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"picnic-sheltercrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"picnic-sheltercrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441098588;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:15:\"0.0021978021978\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2808,2621,'_wp_attached_file','2014/11/pondanddeckcrop.jpg'),(2809,2621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:27:\"2014/11/pondanddeckcrop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pondanddeckcrop-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:\"pondanddeckcrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pondanddeckcrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"pondanddeckcrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441099517;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:15:\"0.0014450867052\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2810,2099,'motopress-ce-save-in-version','1.5.8'),(2818,2624,'_wp_attached_file','2014/11/bikescrop.jpg'),(2819,2624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:21:\"2014/11/bikescrop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bikescrop-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:21:\"bikescrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"bikescrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"bikescrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:6.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1437393820;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2820,2625,'_wp_attached_file','2014/11/kidcarecrop.jpg'),(2821,2625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:23:\"2014/11/kidcarecrop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"kidcarecrop-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:\"kidcarecrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"kidcarecrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"kidcarecrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441368974;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:15:\"0.0769230769231\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2822,2626,'_wp_attached_file','2014/11/treadmillscrop.jpg'),(2823,2626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:26:\"2014/11/treadmillscrop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"treadmillscrop-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:\"treadmillscrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"treadmillscrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"treadmillscrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1437394031;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2824,2627,'_wp_attached_file','2014/11/weightcrop.jpg'),(2825,2627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:22:\"2014/11/weightcrop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"weightcrop-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:22:\"weightcrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"weightcrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"weightcrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1437393975;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2826,2630,'_wp_attached_file','2014/11/Banner021.jpg'),(2827,2630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:21:\"2014/11/Banner021.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner021-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:21:\"Banner021-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner021-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"Banner021-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"COOLPIX S3500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1420275618;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2852,138,'post_views_count','4'),(2856,1797,'_oembed_7390678f113eda0cbffa0686ee6b1e06','{{unknown}}'),(2882,1797,'motopress-ce-save-in-version','1.6.5'),(2883,2646,'_wp_attached_file','2013/09/birthdaycrop.jpg'),(2884,2646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:265;s:4:\"file\";s:24:\"2013/09/birthdaycrop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"birthdaycrop-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:24:\"birthdaycrop-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"birthdaycrop-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"birthdaycrop-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1437394271;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2885,1999,'post_views_count','1747'),(2893,2000,'_wp_old_slug','mark-johnson'),(2894,1999,'_wp_old_slug','lisa-white'),(2895,2668,'_wp_attached_file','2014/11/SilverSneakers_Logo.jpg'),(2896,2668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:420;s:4:\"file\";s:31:\"2014/11/SilverSneakers_Logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SilverSneakers_Logo-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:\"SilverSneakers_Logo-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"SilverSneakers_Logo-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"SilverSneakers_Logo-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2904,2061,'motopress-ce-save-in-version','1.5.8'),(2905,2678,'_wp_attached_file','2014/11/PoolActivityAugust-2015-2.jpg'),(2906,2678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1260;s:4:\"file\";s:37:\"2014/11/PoolActivityAugust-2015-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"PoolActivityAugust-2015-2-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:37:\"PoolActivityAugust-2015-2-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"PoolActivityAugust-2015-2-1024x782.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"PoolActivityAugust-2015-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:38:\"PoolActivityAugust-2015-2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:36:\"PoolActivityAugust-2015-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2907,2679,'_wp_attached_file','2014/11/LapPoolAugust-2015-1.jpg'),(2908,2679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1224;s:4:\"file\";s:32:\"2014/11/LapPoolAugust-2015-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"LapPoolAugust-2015-1-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:\"LapPoolAugust-2015-1-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"LapPoolAugust-2015-1-1024x760.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"LapPoolAugust-2015-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"LapPoolAugust-2015-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"LapPoolAugust-2015-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2916,1907,'post_views_count','3'),(2917,2685,'_wp_attached_file','2013/09/MainBanner01.jpg'),(2918,2685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:425;s:4:\"file\";s:24:\"2013/09/MainBanner01.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MainBanner01-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:24:\"MainBanner01-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MainBanner01-1024x372.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"MainBanner01-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"MainBanner01-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2919,2686,'_wp_attached_file','2013/09/MainBanner02.jpg'),(2920,2686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:426;s:4:\"file\";s:24:\"2013/09/MainBanner02.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MainBanner02-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:24:\"MainBanner02-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MainBanner02-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"MainBanner02-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"MainBanner02-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"MainBanner02-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2921,2687,'_wp_attached_file','2013/09/MainBanner03.jpg'),(2922,2687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:425;s:4:\"file\";s:24:\"2013/09/MainBanner03.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MainBanner03-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:24:\"MainBanner03-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MainBanner03-1024x372.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"MainBanner03-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"MainBanner03-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2924,1905,'_thumbnail_id','2685'),(2926,1907,'_thumbnail_id','2686'),(2927,1903,'_thumbnail_id','2687'),(2928,2688,'_wp_attached_file','2014/11/10October-2015poolactivity-2.jpg'),(2929,2688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1220;s:4:\"file\";s:40:\"2014/11/10October-2015poolactivity-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"10October-2015poolactivity-2-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:40:\"10October-2015poolactivity-2-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:41:\"10October-2015poolactivity-2-1024x757.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:757;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"10October-2015poolactivity-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:41:\"10October-2015poolactivity-2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:39:\"10October-2015poolactivity-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:10:\"Cindy Funk\";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:28:\"March 2012 Lap Pool Schedule\";s:11:\"orientation\";i:1;}}'),(2930,2689,'_wp_attached_file','2014/11/10October-2015lappool-1.jpg'),(2931,2689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1292;s:4:\"file\";s:35:\"2014/11/10October-2015lappool-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"10October-2015lappool-1-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:35:\"10October-2015lappool-1-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"10October-2015lappool-1-1024x802.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"10October-2015lappool-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"10October-2015lappool-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"10October-2015lappool-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:10:\"Cindy Funk\";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:28:\"March 2012 Lap Pool Schedule\";s:11:\"orientation\";i:1;}}'),(2932,2691,'_wp_attached_file','2014/11/Oct-15-fitness-Schedule.jpg'),(2933,2691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1272;s:4:\"file\";s:35:\"2014/11/Oct-15-fitness-Schedule.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Oct-15-fitness-Schedule-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:35:\"Oct-15-fitness-Schedule-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:36:\"Oct-15-fitness-Schedule-1024x789.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:789;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Oct-15-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Oct-15-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"Oct-15-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:9:\"Cgriffith\";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:\"\";s:11:\"orientation\";i:1;}}'),(2941,2698,'_edit_lock','1452806446:1'),(2942,2698,'_edit_last','2'),(2943,2699,'_wp_attached_file','2015/10/Silver-and-Fit-Logo.png'),(2944,2699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:791;s:6:\"height\";i:252;s:4:\"file\";s:31:\"2015/10/Silver-and-Fit-Logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Silver-and-Fit-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Silver-and-Fit-Logo-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Silver-and-Fit-Logo-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"Silver-and-Fit-Logo-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2945,2700,'_wp_attached_file','2014/11/86148a4be3ad9e7c-Craft-Show.jpg'),(2946,2700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:273;s:4:\"file\";s:39:\"2014/11/86148a4be3ad9e7c-Craft-Show.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"86148a4be3ad9e7c-Craft-Show-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:39:\"86148a4be3ad9e7c-Craft-Show-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"86148a4be3ad9e7c-Craft-Show-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:38:\"86148a4be3ad9e7c-Craft-Show-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(2947,2703,'_wp_attached_file','2014/12/health-and-fitness.jpg'),(2948,2703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:582;s:4:\"file\";s:30:\"2014/12/health-and-fitness.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"health-and-fitness-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:30:\"health-and-fitness-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"health-and-fitness-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"health-and-fitness-825x425.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"health-and-fitness-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:6.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:137:\"Fresh appetizing apple and brightly colored dumbbells tied with a measuring tape. Slight reflection, white background, focus on the apple\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:26:\"Copyright Ioana Drutu 2007\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:17:\"Diet and exercise\";s:11:\"orientation\";i:1;}}'),(2952,203,'_oembed_59079398d0490ded196a615a6303184b','{{unknown}}'),(2979,203,'motopress-ce-save-in-version','2.5.1'),(2980,65,'post_views_count','728'),(2981,1986,'post_views_count','502'),(2982,136,'post_views_count','60'),(2983,1791,'post_views_count','1497'),(2984,646,'post_views_count','757'),(2985,1803,'post_views_count','672'),(2986,63,'post_views_count','851'),(2987,516,'post_views_count','470'),(2988,75,'post_views_count','709'),(2989,514,'post_views_count','406'),(2990,134,'post_views_count','51'),(2991,73,'post_views_count','988'),(2992,1987,'post_views_count','475'),(2993,1988,'post_views_count','368'),(2994,1985,'post_views_count','463'),(2995,515,'post_views_count','471'),(2996,368,'post_views_count','451'),(2997,394,'post_views_count','570'),(2998,357,'post_views_count','437'),(2999,331,'post_views_count','503'),(3000,353,'post_views_count','433'),(3001,362,'post_views_count','486'),(3025,2080,'motopress-ce-save-in-version','3.0.2'),(3026,2717,'_wp_attached_file','2014/11/Oct-15-fitness-Schedule.pdf'),(3027,2721,'_wp_attached_file','2015/10/10October-2015pool.pdf'),(3028,2723,'_wp_attached_file','2011/07/FitnessCenterPhotoCrop2.jpg'),(3029,2723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:258;s:6:\"height\";i:203;s:4:\"file\";s:35:\"2011/07/FitnessCenterPhotoCrop2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"FitnessCenterPhotoCrop2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"FitnessCenterPhotoCrop2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"FitnessCenterPhotoCrop2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"C3030Z\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";i:-62169984000;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.4\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";i:1;}}'),(3056,2786,'_edit_last','2'),(3057,2786,'_wp_page_template','page-home.php'),(3058,2786,'_edit_lock','1521577087:2'),(3069,2796,'_wp_attached_file','2014/11/Fall-2015-Chart.jpg'),(3070,2796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1755;s:6:\"height\";i:1240;s:4:\"file\";s:27:\"2014/11/Fall-2015-Chart.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Fall-2015-Chart-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:\"Fall-2015-Chart-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Fall-2015-Chart-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Fall-2015-Chart-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Fall-2015-Chart-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Fall-2015-Chart-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(3071,2599,'post_views_count','425'),(3072,2816,'_wp_attached_file','2014/11/11NovemberPoolSchedule-2015_Page_1.jpg'),(3073,2816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:46:\"2014/11/11NovemberPoolSchedule-2015_Page_1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"11NovemberPoolSchedule-2015_Page_1-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:46:\"11NovemberPoolSchedule-2015_Page_1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"11NovemberPoolSchedule-2015_Page_1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"11NovemberPoolSchedule-2015_Page_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:47:\"11NovemberPoolSchedule-2015_Page_1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"11NovemberPoolSchedule-2015_Page_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(3074,2817,'_wp_attached_file','2014/11/11NovemberPoolSchedule-2015_Page_2.jpg'),(3075,2817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:46:\"2014/11/11NovemberPoolSchedule-2015_Page_2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"11NovemberPoolSchedule-2015_Page_2-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:46:\"11NovemberPoolSchedule-2015_Page_2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"11NovemberPoolSchedule-2015_Page_2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"11NovemberPoolSchedule-2015_Page_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:47:\"11NovemberPoolSchedule-2015_Page_2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"11NovemberPoolSchedule-2015_Page_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(3076,2819,'_wp_attached_file','2015/10/11NovemberPoolSchedule-2015.pdf'),(3077,2821,'_wp_attached_file','2014/11/Nov-15-fitness-Schedule.jpg'),(3078,2821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:35:\"2014/11/Nov-15-fitness-Schedule.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Nov-15-fitness-Schedule-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:35:\"Nov-15-fitness-Schedule-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Nov-15-fitness-Schedule-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Nov-15-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Nov-15-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"Nov-15-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(3079,2823,'_wp_attached_file','2015/10/Nov-15-fitness-Schedule.pdf'),(3080,2829,'_wp_attached_file','2014/11/swimteam.jpg'),(3081,2829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:285;s:4:\"file\";s:20:\"2014/11/swimteam.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"swimteam-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:\"swimteam-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"swimteam-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"swimteam-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(3082,2831,'_wp_attached_file','2014/11/November-2015-Newsletter.docx'),(3083,2837,'_wp_attached_file','2014/11/Dinner-With-Santa-Detroit-Zoo.png'),(3084,2837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:144;s:4:\"file\";s:41:\"2014/11/Dinner-With-Santa-Detroit-Zoo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Dinner-With-Santa-Detroit-Zoo-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Dinner-With-Santa-Detroit-Zoo-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Dinner-With-Santa-Detroit-Zoo-258x144.png\";s:5:\"width\";i:258;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:40:\"Dinner-With-Santa-Detroit-Zoo-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(3085,2841,'_edit_lock','1455313322:2'),(3086,2841,'_edit_last','2'),(3087,2841,'_wp_page_template','default'),(3088,2846,'_wp_attached_file','2013/09/20151014_120353.jpg'),(3089,2846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4128;s:6:\"height\";i:2322;s:4:\"file\";s:27:\"2013/09/20151014_120353.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20151014_120353-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:\"20151014_120353-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20151014_120353-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20151014_120353-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20151014_120353-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"20151014_120353-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:14:\"??????????????\";s:17:\"created_timestamp\";i:1444824233;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3090,2848,'_wp_attached_file','2013/09/026.jpg'),(3091,2848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4128;s:6:\"height\";i:2322;s:4:\"file\";s:15:\"2013/09/026.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"026-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:15:\"026-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"026-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"026-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:16:\"026-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:14:\"026-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:14:\"??????????????\";s:17:\"created_timestamp\";i:1441043665;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3092,2000,'_thumbnail_id','4181'),(3093,2851,'_edit_lock','1482179759:2'),(3094,2851,'_edit_last','2'),(3095,2853,'_wp_attached_file','2015/11/20151007_182337-Copy.jpg'),(3096,2853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4128;s:6:\"height\";i:1631;s:4:\"file\";s:32:\"2015/11/20151007_182337-Copy.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"20151007_182337-Copy-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:\"20151007_182337-Copy-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"20151007_182337-Copy-1024x405.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"20151007_182337-Copy-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"20151007_182337-Copy-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"20151007_182337-Copy-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:14:\"??????????????\";s:17:\"created_timestamp\";i:1444242217;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00515463917526\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3097,2851,'_thumbnail_id','2856'),(3098,2851,'my_slider_caption','&lt;strong&gt;Youth Programs&lt;/strong&gt;\r\n&lt;em&gt; Join the Team! &lt;/em&gt;'),(3099,2851,'post_views_count','2'),(3100,2855,'_wp_attached_file','2015/11/20151010_104045-Copy.jpg'),(3101,2855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4128;s:6:\"height\";i:1956;s:4:\"file\";s:32:\"2015/11/20151010_104045-Copy.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"20151010_104045-Copy-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:\"20151010_104045-Copy-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"20151010_104045-Copy-1024x485.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"20151010_104045-Copy-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"20151010_104045-Copy-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"20151010_104045-Copy-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:14:\"??????????????\";s:17:\"created_timestamp\";i:1444473644;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00106609808102\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3102,2856,'_wp_attached_file','2015/11/20151010_105407-Copy.jpg'),(3103,2856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4128;s:6:\"height\";i:1430;s:4:\"file\";s:32:\"2015/11/20151010_105407-Copy.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"20151010_105407-Copy-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:\"20151010_105407-Copy-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"20151010_105407-Copy-1024x355.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"20151010_105407-Copy-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"20151010_105407-Copy-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"20151010_105407-Copy-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I545\";s:7:\"caption\";s:14:\"??????????????\";s:17:\"created_timestamp\";i:1444474446;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00137362637363\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3104,2857,'_edit_lock','1482179633:2'),(3105,2857,'_edit_last','2'),(3106,2858,'_wp_attached_file','2015/11/DSC_4495.jpg'),(3107,2858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4256;s:6:\"height\";i:2185;s:4:\"file\";s:20:\"2015/11/DSC_4495.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_4495-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:\"DSC_4495-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_4495-1024x526.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_4495-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_4495-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"DSC_4495-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:30:\"Kevin E. Blayney  816-225-6120\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";i:1382455974;s:9:\"copyright\";s:51:\"\"Kevin Blayney     copyright 2013    1 kbphotos.com\";s:12:\"focal_length\";s:2:\"86\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3108,2857,'_thumbnail_id','2858'),(3109,2857,'my_slider_caption','&lt;strong&gt;Swim Lessons&lt;/strong&gt;\r\n&lt;em&gt;Make a  Splash!&lt;/em&gt;'),(3110,2857,'post_views_count','1'),(3111,2863,'_wp_attached_file','2014/11/447.jpg'),(3112,2863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:172;s:4:\"file\";s:15:\"2014/11/447.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"447-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"447-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:14:\"447-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(3113,2869,'_wp_attached_file','2014/11/Dec-15-fitness-Schedule.jpg'),(3114,2869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:35:\"2014/11/Dec-15-fitness-Schedule.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Dec-15-fitness-Schedule-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:35:\"Dec-15-fitness-Schedule-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Dec-15-fitness-Schedule-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Dec-15-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Dec-15-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"Dec-15-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(3115,2870,'_wp_attached_file','2014/11/Dec-15-fitness-Schedule.pdf'),(3116,2080,'_oembed_8f5df3bb779c086db67b6be6f88d7283','{{unknown}}'),(3130,2897,'_wp_attached_file','2014/11/Copy-of-Winter-2016-Chart-e1449860947405.jpg'),(3131,2897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:792;s:6:\"height\";i:612;s:4:\"file\";s:52:\"2014/11/Copy-of-Winter-2016-Chart-e1449860947405.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Copy-of-Winter-2016-Chart-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:37:\"Copy-of-Winter-2016-Chart-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Copy-of-Winter-2016-Chart-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Copy-of-Winter-2016-Chart-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Copy-of-Winter-2016-Chart-792x425.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:36:\"Copy-of-Winter-2016-Chart-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3132,2897,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:792;s:6:\"height\";i:612;s:4:\"file\";s:29:\"Copy-of-Winter-2016-Chart.jpg\";}}'),(3133,2128,'_thumbnail_id','2897'),(3134,2900,'_wp_attached_file','2014/11/Copy-of-Winter-2016-Chart.pdf'),(3135,2907,'_wp_attached_file','2014/11/Jan-16-fitness-Schedule.jpg'),(3136,2907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:35:\"2014/11/Jan-16-fitness-Schedule.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Jan-16-fitness-Schedule-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:35:\"Jan-16-fitness-Schedule-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Jan-16-fitness-Schedule-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Jan-16-fitness-Schedule-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Jan-16-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Jan-16-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"Jan-16-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3138,2909,'_wp_attached_file','2014/11/Jan-16-fitness-Schedule.pdf'),(3139,2080,'_oembed_6229cc2d6494bad064dbc33788e53fba','{{unknown}}'),(3146,2918,'_wp_attached_file','2014/11/new-years-resolutions_healthy-e1451514592896.jpg'),(3147,2918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1238;s:4:\"file\";s:56:\"2014/11/new-years-resolutions_healthy-e1451514592896.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"new-years-resolutions_healthy-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:41:\"new-years-resolutions_healthy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"new-years-resolutions_healthy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"new-years-resolutions_healthy-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"new-years-resolutions_healthy-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:42:\"new-years-resolutions_healthy-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:40:\"new-years-resolutions_healthy-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3148,2918,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3456;s:6:\"height\";i:2592;s:4:\"file\";s:33:\"new-years-resolutions_healthy.jpg\";}}'),(3149,2919,'_wp_attached_file','2014/11/womens-self-defense-class.png'),(3150,2919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:291;s:4:\"file\";s:37:\"2014/11/womens-self-defense-class.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"womens-self-defense-class-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"womens-self-defense-class-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"womens-self-defense-class-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:36:\"womens-self-defense-class-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3152,2926,'_wp_attached_file','2014/11/1January-2016-2.pdf'),(3165,2949,'_wp_attached_file','2014/11/youth_soccer_2.jpg'),(3166,2949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:302;s:4:\"file\";s:26:\"2014/11/youth_soccer_2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"youth_soccer_2-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:\"youth_soccer_2-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"youth_soccer_2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"youth_soccer_2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(3167,2951,'_wp_attached_file','2014/11/black-tap-shoes.jpg'),(3168,2951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:282;s:4:\"file\";s:27:\"2014/11/black-tap-shoes.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"black-tap-shoes-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:\"black-tap-shoes-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"black-tap-shoes-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"black-tap-shoes-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3169,2953,'_wp_attached_file','2014/11/row-of-hearts-1.png'),(3170,2953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:223;s:4:\"file\";s:27:\"2014/11/row-of-hearts-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"row-of-hearts-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"row-of-hearts-1-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"row-of-hearts-1-768x214.png\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"row-of-hearts-1-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"row-of-hearts-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3171,2841,'_oembed_6e4e02fe16f44162ef9ea6bcc5832e09','{{unknown}}'),(3172,2958,'_wp_attached_file','2014/11/boatingsafety.png'),(3173,2958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:336;s:4:\"file\";s:25:\"2014/11/boatingsafety.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"boatingsafety-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"boatingsafety-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"boatingsafety-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"boatingsafety-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3174,2966,'_wp_attached_file','2011/09/Survey.jpg'),(3175,2966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:173;s:4:\"file\";s:18:\"2011/09/Survey.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Survey-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Survey-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"Survey-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(3176,2978,'_wp_attached_file','2014/11/1January-2016-page0001-Pool.jpg'),(3177,2978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:39:\"2014/11/1January-2016-page0001-Pool.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"1January-2016-page0001-Pool-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:39:\"1January-2016-page0001-Pool-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"1January-2016-page0001-Pool-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"1January-2016-page0001-Pool-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"1January-2016-page0001-Pool-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:40:\"1January-2016-page0001-Pool-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:38:\"1January-2016-page0001-Pool-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3178,2979,'_wp_attached_file','2014/11/1January-2016-page0002-pool.jpg'),(3179,2979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:39:\"2014/11/1January-2016-page0002-pool.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"1January-2016-page0002-pool-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:39:\"1January-2016-page0002-pool-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"1January-2016-page0002-pool-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"1January-2016-page0002-pool-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"1January-2016-page0002-pool-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:40:\"1January-2016-page0002-pool-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:38:\"1January-2016-page0002-pool-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3180,2982,'_wp_attached_file','2014/11/idea_family-cooking-class_311x175_rend_tccom_336_252.jpg'),(3181,2982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:252;s:4:\"file\";s:64:\"2014/11/idea_family-cooking-class_311x175_rend_tccom_336_252.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"idea_family-cooking-class_311x175_rend_tccom_336_252-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:64:\"idea_family-cooking-class_311x175_rend_tccom_336_252-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:64:\"idea_family-cooking-class_311x175_rend_tccom_336_252-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:63:\"idea_family-cooking-class_311x175_rend_tccom_336_252-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3182,2987,'_wp_attached_file','2014/11/Feb-16-fitness-Schedule.jpg'),(3183,2987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:35:\"2014/11/Feb-16-fitness-Schedule.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Feb-16-fitness-Schedule-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:35:\"Feb-16-fitness-Schedule-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Feb-16-fitness-Schedule-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Feb-16-fitness-Schedule-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Feb-16-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Feb-16-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"Feb-16-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3184,2989,'_wp_attached_file','2014/11/Feb-2016-Pool.xps'),(3185,2990,'_wp_attached_file','2014/11/Activity-Pool-Schedule-Feb-2016-e1454359139197.jpg'),(3186,2990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:781;s:4:\"file\";s:58:\"2014/11/Activity-Pool-Schedule-Feb-2016-e1454359139197.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Activity-Pool-Schedule-Feb-2016-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:43:\"Activity-Pool-Schedule-Feb-2016-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Activity-Pool-Schedule-Feb-2016-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Activity-Pool-Schedule-Feb-2016-1024x754.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Activity-Pool-Schedule-Feb-2016-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Activity-Pool-Schedule-Feb-2016-1060x425.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:42:\"Activity-Pool-Schedule-Feb-2016-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Christal Crosby\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1454340320;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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3187,2991,'_wp_attached_file','2014/11/Lap-pool-Schedule-Feb-2016-e1454359027516.jpg'),(3188,2991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:807;s:4:\"file\";s:53:\"2014/11/Lap-pool-Schedule-Feb-2016-e1454359027516.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Lap-pool-Schedule-Feb-2016-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:\"Lap-pool-Schedule-Feb-2016-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Lap-pool-Schedule-Feb-2016-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Lap-pool-Schedule-Feb-2016-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Lap-pool-Schedule-Feb-2016-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Lap-pool-Schedule-Feb-2016-1056x425.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"Lap-pool-Schedule-Feb-2016-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:15:\"Christal Crosby\";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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3189,2991,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1056;s:6:\"height\";i:807;s:4:\"file\";s:30:\"Lap-pool-Schedule-Feb-2016.jpg\";}}'),(3190,2990,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1060;s:6:\"height\";i:781;s:4:\"file\";s:35:\"Activity-Pool-Schedule-Feb-2016.jpg\";}}'),(3191,2993,'_wp_attached_file','2011/09/Feb-16-fitness-Schedule.jpg'),(3192,2993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:35:\"2011/09/Feb-16-fitness-Schedule.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Feb-16-fitness-Schedule-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:35:\"Feb-16-fitness-Schedule-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Feb-16-fitness-Schedule-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Feb-16-fitness-Schedule-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Feb-16-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Feb-16-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"Feb-16-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3193,2994,'_wp_attached_file','2011/09/Feb-16-fitness-Schedule.pdf'),(3194,2080,'_oembed_5b287731bfb75caf47c066d0b7525de0','{{unknown}}'),(3195,3001,'_wp_attached_file','2014/11/12345681_625195277583393_6854125227697329022_n.jpg'),(3196,3001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:58:\"2014/11/12345681_625195277583393_6854125227697329022_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"12345681_625195277583393_6854125227697329022_n-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:58:\"12345681_625195277583393_6854125227697329022_n-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"12345681_625195277583393_6854125227697329022_n-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"12345681_625195277583393_6854125227697329022_n-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:58:\"12345681_625195277583393_6854125227697329022_n-960x425.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:57:\"12345681_625195277583393_6854125227697329022_n-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3197,3007,'_wp_attached_file','2014/11/life.jpg'),(3198,3007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:332;s:4:\"file\";s:16:\"2014/11/life.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"life-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:16:\"life-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"life-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:15:\"life-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3199,3014,'_wp_attached_file','2014/11/Swim-Flyer-Final.pdf'),(3200,3017,'_wp_attached_file','2014/11/Swim_002_2013_08_23_06_58_24.jpg'),(3201,3017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:567;s:6:\"height\";i:194;s:4:\"file\";s:40:\"2014/11/Swim_002_2013_08_23_06_58_24.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Swim_002_2013_08_23_06_58_24-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:40:\"Swim_002_2013_08_23_06_58_24-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Swim_002_2013_08_23_06_58_24-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:39:\"Swim_002_2013_08_23_06_58_24-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3202,3020,'_wp_attached_file','2014/11/26330dd7a0bc4e60afe0b809969dc919.jpg'),(3203,3020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:736;s:6:\"height\";i:531;s:4:\"file\";s:44:\"2014/11/26330dd7a0bc4e60afe0b809969dc919.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"26330dd7a0bc4e60afe0b809969dc919-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:\"26330dd7a0bc4e60afe0b809969dc919-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"26330dd7a0bc4e60afe0b809969dc919-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:44:\"26330dd7a0bc4e60afe0b809969dc919-736x425.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:43:\"26330dd7a0bc4e60afe0b809969dc919-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3204,3023,'_wp_attached_file','2014/11/Flyer-pdf-format.pdf'),(3205,3025,'_wp_attached_file','2014/11/3march-2016-page-0-1-e1456780394161.jpg'),(3206,3025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:47:\"2014/11/3march-2016-page-0-1-e1456780394161.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"3march-2016-page-0-1-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:\"3march-2016-page-0-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"3march-2016-page-0-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"3march-2016-page-0-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"3march-2016-page-0-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"3march-2016-page-0-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"3march-2016-page-0-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3207,3026,'_wp_attached_file','2014/11/3march-2016-page-0-e1456780354831.jpg'),(3208,3026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1672;s:6:\"height\";i:1292;s:4:\"file\";s:45:\"2014/11/3march-2016-page-0-e1456780354831.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3209,3026,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:22:\"3march-2016-page-0.jpg\";}s:18:\"full-1456780331517\";a:3:{s:5:\"width\";i:1672;s:6:\"height\";i:1292;s:4:\"file\";s:37:\"3march-2016-page-0-e1456780066484.jpg\";}}'),(3210,3025,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:24:\"3march-2016-page-0-1.jpg\";}s:18:\"full-1456780383592\";a:3:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:39:\"3march-2016-page-0-1-e1456780088909.jpg\";}s:18:\"full-1456780394161\";a:3:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:39:\"3march-2016-page-0-1-e1456780383592.jpg\";}}'),(3217,3038,'_wp_attached_file','2014/11/March-16-fitness-Schedule-changing-format.jpg'),(3218,3038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:53:\"2014/11/March-16-fitness-Schedule-changing-format.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"March-16-fitness-Schedule-changing-format-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:53:\"March-16-fitness-Schedule-changing-format-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"March-16-fitness-Schedule-changing-format-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"March-16-fitness-Schedule-changing-format-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"March-16-fitness-Schedule-changing-format-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:54:\"March-16-fitness-Schedule-changing-format-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:52:\"March-16-fitness-Schedule-changing-format-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3219,3039,'_wp_attached_file','2014/11/March-16-fitness-Schedule-changing-format.pdf'),(3249,3053,'_edit_lock','1473538335:1'),(3250,3053,'_edit_last','1'),(3251,3053,'_wp_page_template','page-home.php'),(3252,3058,'_menu_item_type','post_type'),(3253,3058,'_menu_item_menu_item_parent','0'),(3254,3058,'_menu_item_object_id','2103'),(3255,3058,'_menu_item_object','page'),(3256,3058,'_menu_item_target',''),(3257,3058,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3258,3058,'_menu_item_xfn',''),(3259,3058,'_menu_item_url',''),(3261,3059,'_menu_item_type','post_type'),(3262,3059,'_menu_item_menu_item_parent','3058'),(3263,3059,'_menu_item_object_id','2230'),(3264,3059,'_menu_item_object','page'),(3265,3059,'_menu_item_target',''),(3266,3059,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3267,3059,'_menu_item_xfn',''),(3268,3059,'_menu_item_url',''),(3270,3060,'_menu_item_type','post_type'),(3271,3060,'_menu_item_menu_item_parent','3058'),(3272,3060,'_menu_item_object_id','2221'),(3273,3060,'_menu_item_object','page'),(3274,3060,'_menu_item_target',''),(3275,3060,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3276,3060,'_menu_item_xfn',''),(3277,3060,'_menu_item_url',''),(3279,3061,'_menu_item_type','post_type'),(3280,3061,'_menu_item_menu_item_parent','3058'),(3281,3061,'_menu_item_object_id','2128'),(3282,3061,'_menu_item_object','page'),(3283,3061,'_menu_item_target',''),(3284,3061,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3285,3061,'_menu_item_xfn',''),(3286,3061,'_menu_item_url',''),(3288,3062,'_menu_item_type','post_type'),(3289,3062,'_menu_item_menu_item_parent','0'),(3290,3062,'_menu_item_object_id','2093'),(3291,3062,'_menu_item_object','page'),(3292,3062,'_menu_item_target',''),(3293,3062,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3294,3062,'_menu_item_xfn',''),(3295,3062,'_menu_item_url',''),(3297,3063,'_menu_item_type','post_type'),(3298,3063,'_menu_item_menu_item_parent','3062'),(3299,3063,'_menu_item_object_id','2080'),(3300,3063,'_menu_item_object','page'),(3301,3063,'_menu_item_target',''),(3302,3063,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3303,3063,'_menu_item_xfn',''),(3304,3063,'_menu_item_url',''),(3306,3064,'_menu_item_type','post_type'),(3307,3064,'_menu_item_menu_item_parent','3062'),(3308,3064,'_menu_item_object_id','2245'),(3309,3064,'_menu_item_object','page'),(3310,3064,'_menu_item_target',''),(3311,3064,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3312,3064,'_menu_item_xfn',''),(3313,3064,'_menu_item_url',''),(3315,3065,'_menu_item_type','post_type'),(3316,3065,'_menu_item_menu_item_parent','3062'),(3317,3065,'_menu_item_object_id','2241'),(3318,3065,'_menu_item_object','page'),(3319,3065,'_menu_item_target',''),(3320,3065,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3321,3065,'_menu_item_xfn',''),(3322,3065,'_menu_item_url',''),(3324,3066,'_menu_item_type','post_type'),(3325,3066,'_menu_item_menu_item_parent','0'),(3326,3066,'_menu_item_object_id','203'),(3327,3066,'_menu_item_object','page'),(3328,3066,'_menu_item_target',''),(3329,3066,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3330,3066,'_menu_item_xfn',''),(3331,3066,'_menu_item_url',''),(3333,3067,'_menu_item_type','post_type'),(3334,3067,'_menu_item_menu_item_parent','0'),(3335,3067,'_menu_item_object_id','2463'),(3336,3067,'_menu_item_object','page'),(3337,3067,'_menu_item_target',''),(3338,3067,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3339,3067,'_menu_item_xfn',''),(3340,3067,'_menu_item_url',''),(3342,3068,'_menu_item_type','post_type'),(3343,3068,'_menu_item_menu_item_parent','0'),(3344,3068,'_menu_item_object_id','2018'),(3345,3068,'_menu_item_object','page'),(3346,3068,'_menu_item_target',''),(3347,3068,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3348,3068,'_menu_item_xfn',''),(3349,3068,'_menu_item_url',''),(3351,3069,'_menu_item_type','post_type'),(3352,3069,'_menu_item_menu_item_parent','3068'),(3353,3069,'_menu_item_object_id','2061'),(3354,3069,'_menu_item_object','page'),(3355,3069,'_menu_item_target',''),(3356,3069,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3357,3069,'_menu_item_xfn',''),(3358,3069,'_menu_item_url',''),(3360,3070,'_menu_item_type','post_type'),(3361,3070,'_menu_item_menu_item_parent','3068'),(3362,3070,'_menu_item_object_id','2073'),(3363,3070,'_menu_item_object','page'),(3364,3070,'_menu_item_target',''),(3365,3070,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3366,3070,'_menu_item_xfn',''),(3367,3070,'_menu_item_url',''),(3378,3072,'_menu_item_type','post_type'),(3379,3072,'_menu_item_menu_item_parent','0'),(3380,3072,'_menu_item_object_id','2099'),(3381,3072,'_menu_item_object','page'),(3382,3072,'_menu_item_target',''),(3383,3072,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3384,3072,'_menu_item_xfn',''),(3385,3072,'_menu_item_url',''),(3387,3073,'_menu_item_type','post_type'),(3388,3073,'_menu_item_menu_item_parent','3072'),(3389,3073,'_menu_item_object_id','2252'),(3390,3073,'_menu_item_object','page'),(3391,3073,'_menu_item_target',''),(3392,3073,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3393,3073,'_menu_item_xfn',''),(3394,3073,'_menu_item_url',''),(3396,3074,'_menu_item_type','post_type'),(3397,3074,'_menu_item_menu_item_parent','0'),(3398,3074,'_menu_item_object_id','2087'),(3399,3074,'_menu_item_object','page'),(3400,3074,'_menu_item_target',''),(3401,3074,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3402,3074,'_menu_item_xfn',''),(3403,3074,'_menu_item_url',''),(3405,3075,'_menu_item_type','post_type'),(3406,3075,'_menu_item_menu_item_parent','3074'),(3407,3075,'_menu_item_object_id','2113'),(3408,3075,'_menu_item_object','page'),(3409,3075,'_menu_item_target',''),(3410,3075,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3411,3075,'_menu_item_xfn',''),(3412,3075,'_menu_item_url',''),(3414,3076,'_menu_item_type','post_type'),(3415,3076,'_menu_item_menu_item_parent','3074'),(3416,3076,'_menu_item_object_id','2120'),(3417,3076,'_menu_item_object','page'),(3418,3076,'_menu_item_target',''),(3419,3076,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3420,3076,'_menu_item_xfn',''),(3421,3076,'_menu_item_url',''),(3423,3077,'_menu_item_type','post_type'),(3424,3077,'_menu_item_menu_item_parent','3074'),(3425,3077,'_menu_item_object_id','2122'),(3426,3077,'_menu_item_object','page'),(3427,3077,'_menu_item_target',''),(3428,3077,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3429,3077,'_menu_item_xfn',''),(3430,3077,'_menu_item_url',''),(3432,3078,'_menu_item_type','post_type'),(3433,3078,'_menu_item_menu_item_parent','3074'),(3434,3078,'_menu_item_object_id','2109'),(3435,3078,'_menu_item_object','page'),(3436,3078,'_menu_item_target',''),(3437,3078,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3438,3078,'_menu_item_xfn',''),(3439,3078,'_menu_item_url',''),(3441,3079,'_menu_item_type','post_type'),(3442,3079,'_menu_item_menu_item_parent','0'),(3443,3079,'_menu_item_object_id','1797'),(3444,3079,'_menu_item_object','page'),(3445,3079,'_menu_item_target',''),(3446,3079,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3447,3079,'_menu_item_xfn',''),(3448,3079,'_menu_item_url',''),(3450,3080,'_menu_item_type','post_type'),(3451,3080,'_menu_item_menu_item_parent','0'),(3452,3080,'_menu_item_object_id','14'),(3453,3080,'_menu_item_object','page'),(3454,3080,'_menu_item_target',''),(3455,3080,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3456,3080,'_menu_item_xfn',''),(3457,3080,'_menu_item_url',''),(3504,3088,'_wp_attached_file','2014/11/April-16-fitness-Schedule-changing-format.jpg'),(3505,3088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:53:\"2014/11/April-16-fitness-Schedule-changing-format.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"April-16-fitness-Schedule-changing-format-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:53:\"April-16-fitness-Schedule-changing-format-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"April-16-fitness-Schedule-changing-format-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"April-16-fitness-Schedule-changing-format-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"April-16-fitness-Schedule-changing-format-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:54:\"April-16-fitness-Schedule-changing-format-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:52:\"April-16-fitness-Schedule-changing-format-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3506,3089,'_wp_attached_file','2014/11/April-16-fitness-Schedule-changing-format.pdf'),(3507,3090,'_wp_attached_file','2014/11/4April-2016-3.pdf'),(3509,3093,'_wp_attached_file','2014/11/April-16-fitness-Schedule-changing-format-1.jpg'),(3510,3093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:55:\"2014/11/April-16-fitness-Schedule-changing-format-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"April-16-fitness-Schedule-changing-format-1-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:55:\"April-16-fitness-Schedule-changing-format-1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"April-16-fitness-Schedule-changing-format-1-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"April-16-fitness-Schedule-changing-format-1-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"April-16-fitness-Schedule-changing-format-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:56:\"April-16-fitness-Schedule-changing-format-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:54:\"April-16-fitness-Schedule-changing-format-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3511,3094,'_wp_attached_file','2014/11/April-16-fitness-Schedule-changing-format-2.jpg'),(3512,3094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:55:\"2014/11/April-16-fitness-Schedule-changing-format-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"April-16-fitness-Schedule-changing-format-2-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:55:\"April-16-fitness-Schedule-changing-format-2-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"April-16-fitness-Schedule-changing-format-2-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"April-16-fitness-Schedule-changing-format-2-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"April-16-fitness-Schedule-changing-format-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:56:\"April-16-fitness-Schedule-changing-format-2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:54:\"April-16-fitness-Schedule-changing-format-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3513,3095,'_wp_attached_file','2014/11/camp-macedonia.jpg'),(3514,3095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:407;s:6:\"height\";i:35;s:4:\"file\";s:26:\"2014/11/camp-macedonia.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"camp-macedonia-150x35.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"camp-macedonia-300x26.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"camp-macedonia-258x35.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"camp-macedonia-100x35.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3515,3099,'_wp_attached_file','2014/11/mini-kickers.png'),(3516,3099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:390;s:4:\"file\";s:24:\"2014/11/mini-kickers.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mini-kickers-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"mini-kickers-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"mini-kickers-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"mini-kickers-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3517,3102,'_wp_attached_file','2014/11/4April-2016-3-page0001.jpg'),(3518,3102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:34:\"2014/11/4April-2016-3-page0001.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"4April-2016-3-page0001-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:\"4April-2016-3-page0001-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"4April-2016-3-page0001-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"4April-2016-3-page0001-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"4April-2016-3-page0001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"4April-2016-3-page0001-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"4April-2016-3-page0001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3519,3103,'_wp_attached_file','2014/11/4April-2016-3-page0002.jpg'),(3520,3103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:34:\"2014/11/4April-2016-3-page0002.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"4April-2016-3-page0002-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:\"4April-2016-3-page0002-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"4April-2016-3-page0002-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"4April-2016-3-page0002-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"4April-2016-3-page0002-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"4April-2016-3-page0002-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"4April-2016-3-page0002-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3521,3108,'_wp_attached_file','2014/11/class-of-the-month.png'),(3522,3108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:34;s:4:\"file\";s:30:\"2014/11/class-of-the-month.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"class-of-the-month-150x34.png\";s:5:\"width\";i:150;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"class-of-the-month-300x26.png\";s:5:\"width\";i:300;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"class-of-the-month-258x34.png\";s:5:\"width\";i:258;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"class-of-the-month-100x34.png\";s:5:\"width\";i:100;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3523,3109,'_wp_attached_file','2014/11/save-the-date.png'),(3524,3109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:386;s:6:\"height\";i:45;s:4:\"file\";s:25:\"2014/11/save-the-date.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"save-the-date-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"save-the-date-300x35.png\";s:5:\"width\";i:300;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"save-the-date-258x45.png\";s:5:\"width\";i:258;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"save-the-date-100x45.png\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3525,3110,'_wp_attached_file','2014/11/water-ex-picture.jpg'),(3526,3110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:645;s:6:\"height\";i:282;s:4:\"file\";s:28:\"2014/11/water-ex-picture.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"water-ex-picture-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:28:\"water-ex-picture-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"water-ex-picture-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"water-ex-picture-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:40:\"(c) Wavebreakmediamicro | Dreamstime.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3610,3126,'_wp_attached_file','2014/11/Spring-2016-Swim-Lesson-Chart-4-6.pdf'),(3737,3147,'_wp_attached_file','2014/11/runners-in-a-race-with-bib-numbers.jpg'),(3738,3147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:46:\"2014/11/runners-in-a-race-with-bib-numbers.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"runners-in-a-race-with-bib-numbers-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:46:\"runners-in-a-race-with-bib-numbers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"runners-in-a-race-with-bib-numbers-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"runners-in-a-race-with-bib-numbers-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:46:\"runners-in-a-race-with-bib-numbers-849x425.jpg\";s:5:\"width\";i:849;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"runners-in-a-race-with-bib-numbers-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:322:\"Marathoners running. A large group of legs in a walking race with a pavement foreground.\r\r[url=http://www.istockphoto.com/search/lightbox/9786738][img]http://dl.dropbox.com/u/40117171/group.jpg[/img][/url]\r\r[url=http://www.istockphoto.com/search/lightbox/9786766][img]http://dl.dropbox.com/u/40117171/sport.jpg[/img][/url]\";s:17:\"created_timestamp\";s:10:\"1316968358\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"160\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:9:\"Marathon.\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:43:{i:0;s:6:\"action\";i:1;s:8:\"activity\";i:2;s:5:\"adult\";i:3;s:7:\"Athlete\";i:4;s:9:\"Caucasian\";i:5;s:11:\"Competition\";i:6;s:21:\"Cross-country Running\";i:7;s:5:\"Crowd\";i:8;s:9:\"diversity\";i:9;s:6:\"ethnic\";i:10;s:5:\"Event\";i:11;s:10:\"Exercising\";i:12;s:6:\"female\";i:13;s:15:\"group of people\";i:14;s:17:\"Healthy Lifestyle\";i:15;s:9:\"human leg\";i:16;s:7:\"Jogging\";i:17;s:21:\"large group of people\";i:18;s:4:\"male\";i:19;s:8:\"marathon\";i:20;s:6:\"moving\";i:21;s:8:\"Outdoors\";i:22;s:6:\"people\";i:23;s:4:\"Road\";i:24;s:12:\"Road Running\";i:25;s:7:\"running\";i:26;s:5:\"sport\";i:27;s:11:\"Sports Shoe\";i:28;s:15:\"Sports Training\";i:29;s:9:\"Sprinting\";i:30;s:6:\"Street\";i:31;s:11:\"Track Event\";i:32;s:9:\"Triathlon\";i:33;s:5:\"woman\";i:34;s:15:\"Organized Group\";i:35;s:3:\"Men\";i:36;s:2:\"5k\";i:37;s:8:\"10k race\";i:38;s:17:\"10 Kilometer Race\";i:39;s:12:\"10 Kilometer\";i:40;s:4:\"race\";i:41;s:5:\"speed\";i:42;s:10:\"human body\";}}}'),(3739,3148,'_wp_attached_file','2014/11/Registration-Form-2016.pdf'),(3740,3151,'_edit_lock','1528725832:2'),(3741,3151,'_edit_last','2'),(3742,3152,'_edit_lock','1494268757:2'),(3743,3152,'_edit_last','2'),(3744,3153,'_wp_attached_file','2016/04/spirit-of-macedonia-funfest-2016.png'),(3745,3153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:41;s:4:\"file\";s:44:\"2016/04/spirit-of-macedonia-funfest-2016.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"spirit-of-macedonia-funfest-2016-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"spirit-of-macedonia-funfest-2016-300x18.png\";s:5:\"width\";i:300;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"spirit-of-macedonia-funfest-2016-258x41.png\";s:5:\"width\";i:258;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:43:\"spirit-of-macedonia-funfest-2016-100x41.png\";s:5:\"width\";i:100;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3746,3152,'_wp_page_template','default'),(3747,3156,'_wp_attached_file','2016/04/Registration-Form-2016.pdf'),(3748,3157,'_wp_attached_file','2016/04/17159751_BG1.jpg'),(3749,3157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:24:\"2016/04/17159751_BG1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"17159751_BG1-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:24:\"17159751_BG1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"17159751_BG1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"17159751_BG1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"17159751_BG1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"17159751_BG1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"17159751_BG1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3750,3158,'_wp_attached_file','2016/04/NEW-HSGA-LOGO-2C-580x221.jpg'),(3751,3158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:221;s:4:\"file\";s:36:\"2016/04/NEW-HSGA-LOGO-2C-580x221.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"NEW-HSGA-LOGO-2C-580x221-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:36:\"NEW-HSGA-LOGO-2C-580x221-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"NEW-HSGA-LOGO-2C-580x221-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"NEW-HSGA-LOGO-2C-580x221-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3752,3160,'_wp_attached_file','2016/04/runners-in-a-race-with-bib-numbers.jpg'),(3753,3160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:46:\"2016/04/runners-in-a-race-with-bib-numbers.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"runners-in-a-race-with-bib-numbers-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:46:\"runners-in-a-race-with-bib-numbers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"runners-in-a-race-with-bib-numbers-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"runners-in-a-race-with-bib-numbers-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:46:\"runners-in-a-race-with-bib-numbers-849x425.jpg\";s:5:\"width\";i:849;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"runners-in-a-race-with-bib-numbers-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:322:\"Marathoners running. A large group of legs in a walking race with a pavement foreground.\r\r[url=http://www.istockphoto.com/search/lightbox/9786738][img]http://dl.dropbox.com/u/40117171/group.jpg[/img][/url]\r\r[url=http://www.istockphoto.com/search/lightbox/9786766][img]http://dl.dropbox.com/u/40117171/sport.jpg[/img][/url]\";s:17:\"created_timestamp\";s:10:\"1316968358\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"160\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:9:\"Marathon.\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:43:{i:0;s:6:\"action\";i:1;s:8:\"activity\";i:2;s:5:\"adult\";i:3;s:7:\"Athlete\";i:4;s:9:\"Caucasian\";i:5;s:11:\"Competition\";i:6;s:21:\"Cross-country Running\";i:7;s:5:\"Crowd\";i:8;s:9:\"diversity\";i:9;s:6:\"ethnic\";i:10;s:5:\"Event\";i:11;s:10:\"Exercising\";i:12;s:6:\"female\";i:13;s:15:\"group of people\";i:14;s:17:\"Healthy Lifestyle\";i:15;s:9:\"human leg\";i:16;s:7:\"Jogging\";i:17;s:21:\"large group of people\";i:18;s:4:\"male\";i:19;s:8:\"marathon\";i:20;s:6:\"moving\";i:21;s:8:\"Outdoors\";i:22;s:6:\"people\";i:23;s:4:\"Road\";i:24;s:12:\"Road Running\";i:25;s:7:\"running\";i:26;s:5:\"sport\";i:27;s:11:\"Sports Shoe\";i:28;s:15:\"Sports Training\";i:29;s:9:\"Sprinting\";i:30;s:6:\"Street\";i:31;s:11:\"Track Event\";i:32;s:9:\"Triathlon\";i:33;s:5:\"woman\";i:34;s:15:\"Organized Group\";i:35;s:3:\"Men\";i:36;s:2:\"5k\";i:37;s:8:\"10k race\";i:38;s:17:\"10 Kilometer Race\";i:39;s:12:\"10 Kilometer\";i:40;s:4:\"race\";i:41;s:5:\"speed\";i:42;s:10:\"human body\";}}}'),(3755,3163,'_wp_attached_file','2016/04/Booth-Space-Application-2016.pdf'),(3756,3170,'_wp_attached_file','2014/11/Summer-Camp-Information-Sheet-2016.pdf'),(3757,3173,'_edit_lock','1524686066:2'),(3758,3173,'_edit_last','2'),(3759,3151,'_wp_page_template','default'),(3760,3188,'_wp_attached_file','2016/04/2016-Spirit-of-Macedonia-FunFest-Sponsorship-Opportunities.pdf'),(3761,203,'_oembed_3ef02d775fef91fdad02def8c7cc43be','<blockquote data-secret=\"Kwdt90DAN0\" class=\"wp-embedded-content\"><a href=\"http://macrec.com/programs/kids-programs/\">Kids Programs</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://macrec.com/programs/kids-programs/embed/#?secret=Kwdt90DAN0\" data-secret=\"Kwdt90DAN0\" width=\"600\" height=\"338\" title=\"&#8220;Kids Programs&#8221; &#8212; Macedonia Recreation Center\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3762,203,'_oembed_time_3ef02d775fef91fdad02def8c7cc43be','1461783269'),(3763,203,'_oembed_00fe0c972cb5ae02275adafea0031bbf','{{unknown}}'),(3764,3173,'_wp_page_template','default'),(3774,3194,'_menu_item_type','post_type'),(3775,3194,'_menu_item_menu_item_parent','2090'),(3776,3194,'_menu_item_object_id','3173'),(3777,3194,'_menu_item_object','page'),(3778,3194,'_menu_item_target',''),(3779,3194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3780,3194,'_menu_item_xfn',''),(3781,3194,'_menu_item_url',''),(3783,3195,'_wp_attached_file','2016/04/Summer-Camp-2016-Registration-Form.pdf'),(3820,3204,'_menu_item_type','post_type'),(3821,3204,'_menu_item_menu_item_parent','0'),(3822,3204,'_menu_item_object_id','2103'),(3823,3204,'_menu_item_object','page'),(3824,3204,'_menu_item_target',''),(3825,3204,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3826,3204,'_menu_item_xfn',''),(3827,3204,'_menu_item_url',''),(3829,3205,'_menu_item_type','post_type'),(3830,3205,'_menu_item_menu_item_parent','3204'),(3831,3205,'_menu_item_object_id','2230'),(3832,3205,'_menu_item_object','page'),(3833,3205,'_menu_item_target',''),(3834,3205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3835,3205,'_menu_item_xfn',''),(3836,3205,'_menu_item_url',''),(3838,3206,'_menu_item_type','post_type'),(3839,3206,'_menu_item_menu_item_parent','3204'),(3840,3206,'_menu_item_object_id','2221'),(3841,3206,'_menu_item_object','page'),(3842,3206,'_menu_item_target',''),(3843,3206,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3844,3206,'_menu_item_xfn',''),(3845,3206,'_menu_item_url',''),(3847,3207,'_menu_item_type','post_type'),(3848,3207,'_menu_item_menu_item_parent','3204'),(3849,3207,'_menu_item_object_id','2128'),(3850,3207,'_menu_item_object','page'),(3851,3207,'_menu_item_target',''),(3852,3207,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3853,3207,'_menu_item_xfn',''),(3854,3207,'_menu_item_url',''),(3856,3208,'_menu_item_type','post_type'),(3857,3208,'_menu_item_menu_item_parent','0'),(3858,3208,'_menu_item_object_id','2093'),(3859,3208,'_menu_item_object','page'),(3860,3208,'_menu_item_target',''),(3861,3208,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3862,3208,'_menu_item_xfn',''),(3863,3208,'_menu_item_url',''),(3865,3209,'_menu_item_type','post_type'),(3866,3209,'_menu_item_menu_item_parent','3208'),(3867,3209,'_menu_item_object_id','2080'),(3868,3209,'_menu_item_object','page'),(3869,3209,'_menu_item_target',''),(3870,3209,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3871,3209,'_menu_item_xfn',''),(3872,3209,'_menu_item_url',''),(3874,3210,'_menu_item_type','post_type'),(3875,3210,'_menu_item_menu_item_parent','3208'),(3876,3210,'_menu_item_object_id','2245'),(3877,3210,'_menu_item_object','page'),(3878,3210,'_menu_item_target',''),(3879,3210,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3880,3210,'_menu_item_xfn',''),(3881,3210,'_menu_item_url',''),(3883,3211,'_menu_item_type','post_type'),(3884,3211,'_menu_item_menu_item_parent','3208'),(3885,3211,'_menu_item_object_id','2241'),(3886,3211,'_menu_item_object','page'),(3887,3211,'_menu_item_target',''),(3888,3211,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3889,3211,'_menu_item_xfn',''),(3890,3211,'_menu_item_url',''),(3910,3214,'_menu_item_type','post_type'),(3911,3214,'_menu_item_menu_item_parent','0'),(3912,3214,'_menu_item_object_id','2018'),(3913,3214,'_menu_item_object','page'),(3914,3214,'_menu_item_target',''),(3915,3214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3916,3214,'_menu_item_xfn',''),(3917,3214,'_menu_item_url',''),(3919,3215,'_menu_item_type','post_type'),(3920,3215,'_menu_item_menu_item_parent','3214'),(3921,3215,'_menu_item_object_id','2061'),(3922,3215,'_menu_item_object','page'),(3923,3215,'_menu_item_target',''),(3924,3215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3925,3215,'_menu_item_xfn',''),(3926,3215,'_menu_item_url',''),(3928,3216,'_menu_item_type','post_type'),(3929,3216,'_menu_item_menu_item_parent','3214'),(3930,3216,'_menu_item_object_id','2073'),(3931,3216,'_menu_item_object','page'),(3932,3216,'_menu_item_target',''),(3933,3216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3934,3216,'_menu_item_xfn',''),(3935,3216,'_menu_item_url',''),(3946,3218,'_menu_item_type','post_type'),(3947,3218,'_menu_item_menu_item_parent','0'),(3948,3218,'_menu_item_object_id','2099'),(3949,3218,'_menu_item_object','page'),(3950,3218,'_menu_item_target',''),(3951,3218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3952,3218,'_menu_item_xfn',''),(3953,3218,'_menu_item_url',''),(3955,3219,'_menu_item_type','post_type'),(3956,3219,'_menu_item_menu_item_parent','3218'),(3957,3219,'_menu_item_object_id','2252'),(3958,3219,'_menu_item_object','page'),(3959,3219,'_menu_item_target',''),(3960,3219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3961,3219,'_menu_item_xfn',''),(3962,3219,'_menu_item_url',''),(3964,3220,'_menu_item_type','post_type'),(3965,3220,'_menu_item_menu_item_parent','0'),(3966,3220,'_menu_item_object_id','2087'),(3967,3220,'_menu_item_object','page'),(3968,3220,'_menu_item_target',''),(3969,3220,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3970,3220,'_menu_item_xfn',''),(3971,3220,'_menu_item_url',''),(3973,3221,'_menu_item_type','post_type'),(3974,3221,'_menu_item_menu_item_parent','3220'),(3975,3221,'_menu_item_object_id','2113'),(3976,3221,'_menu_item_object','page'),(3977,3221,'_menu_item_target',''),(3978,3221,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3979,3221,'_menu_item_xfn',''),(3980,3221,'_menu_item_url',''),(3982,3222,'_menu_item_type','post_type'),(3983,3222,'_menu_item_menu_item_parent','3220'),(3984,3222,'_menu_item_object_id','2120'),(3985,3222,'_menu_item_object','page'),(3986,3222,'_menu_item_target',''),(3987,3222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3988,3222,'_menu_item_xfn',''),(3989,3222,'_menu_item_url',''),(3991,3223,'_menu_item_type','post_type'),(3992,3223,'_menu_item_menu_item_parent','3220'),(3993,3223,'_menu_item_object_id','2122'),(3994,3223,'_menu_item_object','page'),(3995,3223,'_menu_item_target',''),(3996,3223,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3997,3223,'_menu_item_xfn',''),(3998,3223,'_menu_item_url',''),(4000,3224,'_menu_item_type','post_type'),(4001,3224,'_menu_item_menu_item_parent','3220'),(4002,3224,'_menu_item_object_id','3173'),(4003,3224,'_menu_item_object','page'),(4004,3224,'_menu_item_target',''),(4005,3224,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4006,3224,'_menu_item_xfn',''),(4007,3224,'_menu_item_url',''),(4009,3225,'_menu_item_type','post_type'),(4010,3225,'_menu_item_menu_item_parent','3220'),(4011,3225,'_menu_item_object_id','2109'),(4012,3225,'_menu_item_object','page'),(4013,3225,'_menu_item_target',''),(4014,3225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4015,3225,'_menu_item_xfn',''),(4016,3225,'_menu_item_url',''),(4045,3230,'_wp_attached_file','2014/11/Copy-of-Summer-2016-Chart.pdf'),(4046,3232,'_wp_attached_file','2014/11/5May-2016-page-0-1.jpg'),(4047,3232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:30:\"2014/11/5May-2016-page-0-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"5May-2016-page-0-1-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:30:\"5May-2016-page-0-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"5May-2016-page-0-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"5May-2016-page-0-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"5May-2016-page-0-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"5May-2016-page-0-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"5May-2016-page-0-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4048,3233,'_wp_attached_file','2014/11/5May-2016-page-0-2.jpg'),(4049,3233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:30:\"2014/11/5May-2016-page-0-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"5May-2016-page-0-2-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:30:\"5May-2016-page-0-2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"5May-2016-page-0-2-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"5May-2016-page-0-2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"5May-2016-page-0-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"5May-2016-page-0-2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"5May-2016-page-0-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4052,3238,'_wp_attached_file','2014/11/page-0.jpg'),(4053,3238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:18:\"2014/11/page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"page-0-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:18:\"page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4054,3240,'_wp_attached_file','2014/11/May-16-fitness-Schedule.jpg'),(4055,3240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:35:\"2014/11/May-16-fitness-Schedule.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"May-16-fitness-Schedule-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:35:\"May-16-fitness-Schedule-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"May-16-fitness-Schedule-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"May-16-fitness-Schedule-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"May-16-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"May-16-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"May-16-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4056,3241,'_wp_attached_file','2014/11/May-16-fitness-Schedule.pdf'),(4057,3245,'_wp_attached_file','2014/11/5May-2016-page-0-1-1.jpg'),(4058,3245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:32:\"2014/11/5May-2016-page-0-1-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"5May-2016-page-0-1-1-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:\"5May-2016-page-0-1-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"5May-2016-page-0-1-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"5May-2016-page-0-1-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"5May-2016-page-0-1-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"5May-2016-page-0-1-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"5May-2016-page-0-1-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4059,3248,'_wp_attached_file','2014/12/male_female.jpg'),(4060,3248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:190;s:4:\"file\";s:23:\"2014/12/male_female.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"male_female-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"male_female-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"male_female-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4061,3249,'_wp_attached_file','2014/12/20070612dsslots_Smiles_450.jpg'),(4062,3249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:308;s:4:\"file\";s:38:\"2014/12/20070612dsslots_Smiles_450.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"20070612dsslots_Smiles_450-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:\"20070612dsslots_Smiles_450-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"20070612dsslots_Smiles_450-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"20070612dsslots_Smiles_450-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:32:\"photo posted on post-gazette.com\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"slots\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4063,3250,'_wp_attached_file','2014/12/MemorialDay2016logo.png'),(4064,3250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:77;s:4:\"file\";s:31:\"2014/12/MemorialDay2016logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"MemorialDay2016logo-150x77.png\";s:5:\"width\";i:150;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"MemorialDay2016logo-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"MemorialDay2016logo-258x77.png\";s:5:\"width\";i:258;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"MemorialDay2016logo-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4065,3251,'_wp_attached_file','2014/12/2016-Community-Flea-Market.pdf'),(4066,3252,'_wp_attached_file','2014/12/2016-Community-Flea-Market-Registration-Form.pdf'),(4067,3254,'_wp_attached_file','2014/11/art-party.png'),(4068,3254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:154;s:4:\"file\";s:21:\"2014/11/art-party.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"art-party-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"art-party-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4069,3255,'_wp_attached_file','2014/11/20070612dsslots_Smiles_450.jpg'),(4070,3255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:308;s:4:\"file\";s:38:\"2014/11/20070612dsslots_Smiles_450.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"20070612dsslots_Smiles_450-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:\"20070612dsslots_Smiles_450-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"20070612dsslots_Smiles_450-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"20070612dsslots_Smiles_450-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:32:\"photo posted on post-gazette.com\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"slots\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4071,3258,'_wp_attached_file','2011/07/Revised-Employment-Application.pdf'),(4072,3261,'_wp_attached_file','2014/11/5May-2016-New-page-0.jpg'),(4073,3261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:32:\"2014/11/5May-2016-New-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"5May-2016-New-page-0-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:\"5May-2016-New-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"5May-2016-New-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"5May-2016-New-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"5May-2016-New-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"5May-2016-New-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"5May-2016-New-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4074,3262,'_wp_attached_file','2014/11/5May-2016-New-page-1.jpg'),(4075,3262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:32:\"2014/11/5May-2016-New-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"5May-2016-New-page-1-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:\"5May-2016-New-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"5May-2016-New-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"5May-2016-New-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"5May-2016-New-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"5May-2016-New-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"5May-2016-New-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4076,3266,'_wp_attached_file','2014/11/5May-2016-New-.pdf'),(4077,3268,'_wp_attached_file','2011/07/Revised-Employment-Application-1.pdf'),(4078,3273,'_wp_attached_file','2016/04/Event-Description-Flyer-1-2016-5-17-16-press.pdf'),(4079,3278,'_wp_attached_file','2014/11/Flea-Market-West-End-Community-Centre.png'),(4080,3278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:300;s:4:\"file\";s:49:\"2014/11/Flea-Market-West-End-Community-Centre.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Flea-Market-West-End-Community-Centre-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Flea-Market-West-End-Community-Centre-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Flea-Market-West-End-Community-Centre-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:48:\"Flea-Market-West-End-Community-Centre-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4081,3281,'_wp_attached_file','2014/11/Babysitting_Course.png'),(4082,3281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:168;s:4:\"file\";s:30:\"2014/11/Babysitting_Course.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Babysitting_Course-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Babysitting_Course-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Babysitting_Course-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"Babysitting_Course-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4083,3288,'_wp_attached_file','2014/11/self-defense.jpg'),(4084,3288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:291;s:4:\"file\";s:24:\"2014/11/self-defense.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"self-defense-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:24:\"self-defense-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"self-defense-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"self-defense-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4085,3289,'_wp_attached_file','2014/11/self_defense.jpg'),(4086,3289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:190;s:4:\"file\";s:24:\"2014/11/self_defense.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"self_defense-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:24:\"self_defense-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"self_defense-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"self_defense-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4087,3292,'_wp_attached_file','2016/04/Car-Show-2016-Application-2.pdf'),(4088,3297,'_wp_attached_file','2014/11/June-16-fitness-Schedule.jpg'),(4089,3297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:36:\"2014/11/June-16-fitness-Schedule.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"June-16-fitness-Schedule-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:36:\"June-16-fitness-Schedule-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"June-16-fitness-Schedule-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"June-16-fitness-Schedule-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"June-16-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"June-16-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"June-16-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4090,3298,'_wp_attached_file','2014/11/June-16-fitness-Schedule.pdf'),(4091,3300,'_wp_attached_file','2014/11/6-June-2016-page-0.jpg'),(4092,3300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:30:\"2014/11/6-June-2016-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"6-June-2016-page-0-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:30:\"6-June-2016-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"6-June-2016-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"6-June-2016-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"6-June-2016-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"6-June-2016-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"6-June-2016-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4093,3301,'_wp_attached_file','2014/11/6-June-2016-page-1.jpg'),(4094,3301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:30:\"2014/11/6-June-2016-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"6-June-2016-page-1-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:30:\"6-June-2016-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"6-June-2016-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"6-June-2016-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"6-June-2016-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"6-June-2016-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"6-June-2016-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4095,3302,'_wp_attached_file','2014/11/6-June-2016.pdf'),(4096,3311,'_wp_attached_file','2014/11/1402164699000-fish001.jpg'),(4097,3311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:510;s:4:\"file\";s:33:\"2014/11/1402164699000-fish001.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"1402164699000-fish001-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:\"1402164699000-fish001-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"1402164699000-fish001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"1402164699000-fish001-680x425.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"1402164699000-fish001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4098,3321,'_wp_attached_file','2014/11/MIP-Poster-2016.jpeg'),(4099,3321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1243;s:4:\"file\";s:28:\"2014/11/MIP-Poster-2016.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MIP-Poster-2016-150x150.jpeg\";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:28:\"MIP-Poster-2016-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MIP-Poster-2016-768x994.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"MIP-Poster-2016-791x1024.jpeg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"MIP-Poster-2016-258x165.jpeg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"MIP-Poster-2016-960x425.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"MIP-Poster-2016-100x50.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4100,3322,'_wp_attached_file','2014/11/zootopiaposter1.jpg'),(4101,3322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:671;s:6:\"height\";i:404;s:4:\"file\";s:27:\"2014/11/zootopiaposter1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"zootopiaposter1-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:\"zootopiaposter1-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"zootopiaposter1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"zootopiaposter1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4119,3334,'_wp_attached_file','2014/11/page0001.jpg'),(4120,3334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:20:\"2014/11/page0001.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"page0001-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:\"page0001-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"page0001-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"page0001-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"page0001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"page0001-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"page0001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4121,3335,'_wp_attached_file','2014/11/page0002.jpg'),(4122,3335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:20:\"2014/11/page0002.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"page0002-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:\"page0002-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"page0002-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"page0002-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"page0002-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"page0002-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"page0002-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4123,3338,'_wp_attached_file','2014/11/July-16-fitness-Schedule.jpg'),(4124,3338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:36:\"2014/11/July-16-fitness-Schedule.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"July-16-fitness-Schedule-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:36:\"July-16-fitness-Schedule-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"July-16-fitness-Schedule-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"July-16-fitness-Schedule-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"July-16-fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"July-16-fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"July-16-fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4125,3339,'_wp_attached_file','2014/11/July-16-fitness-Schedule.pdf'),(4126,3342,'_wp_attached_file','2011/09/7July-2016-3.pdf'),(4127,3345,'_wp_attached_file','2014/11/swim-flyer-summer-2016-quarter-3.pdf'),(4128,3346,'_wp_attached_file','2014/11/Solutions-Beh-Consulting.jpg'),(4129,3346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:366;s:6:\"height\";i:139;s:4:\"file\";s:36:\"2014/11/Solutions-Beh-Consulting.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Solutions-Beh-Consulting-150x139.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Solutions-Beh-Consulting-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Solutions-Beh-Consulting-258x139.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"Solutions-Beh-Consulting-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4130,3350,'_wp_attached_file','2014/11/youth_flag_football.jpg'),(4131,3350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2014/11/youth_flag_football.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"youth_flag_football-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:\"youth_flag_football-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"youth_flag_football-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"youth_flag_football-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:21:\"THE COLUMBUS DISPATCH\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:382:\"(CQ) Erin McElroy, 6, passes the ball to her teammate Bradley Pomajevich, 6,  during a scrimmage at Havener Park on Sunday, August 28, 2011 in Powell, Ohio.  i9 Sports league\'s core values are fun, safety, convenience and integrity. Each child gets equal playing time on the field, and there is a no-contact policy to ensure each child\'s safety.  (Dispatch photo by Taylor Glascock)\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:11:\"nice_sports\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4132,3351,'_wp_attached_file','2014/11/youthffootball.jpg'),(4133,3351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:168;s:4:\"file\";s:26:\"2014/11/youthffootball.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"youthffootball-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:\"youthffootball-300x72.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"youthffootball-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"youthffootball-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4134,3352,'_wp_attached_file','2014/11/YouthFlagFootball_0-2.jpg'),(4135,3352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:295;s:4:\"file\";s:33:\"2014/11/YouthFlagFootball_0-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"YouthFlagFootball_0-2-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:\"YouthFlagFootball_0-2-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"YouthFlagFootball_0-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"YouthFlagFootball_0-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4136,3353,'_wp_attached_file','2014/11/soccer-picture.jpg'),(4137,3353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:351;s:4:\"file\";s:26:\"2014/11/soccer-picture.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"soccer-picture-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:\"soccer-picture-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"soccer-picture-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"soccer-picture-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4138,3354,'_wp_attached_file','2014/11/tot-t-ball.png'),(4139,3354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:220;s:4:\"file\";s:22:\"2014/11/tot-t-ball.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tot-t-ball-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tot-t-ball-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"tot-t-ball-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"tot-t-ball-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4140,3358,'_wp_attached_file','2014/11/8August-2016-page0001.jpg'),(4141,3358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:33:\"2014/11/8August-2016-page0001.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"8August-2016-page0001-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:\"8August-2016-page0001-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"8August-2016-page0001-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"8August-2016-page0001-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"8August-2016-page0001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"8August-2016-page0001-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"8August-2016-page0001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4142,3359,'_wp_attached_file','2014/11/8August-2016-page0002.jpg'),(4143,3359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:33:\"2014/11/8August-2016-page0002.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"8August-2016-page0002-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:\"8August-2016-page0002-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"8August-2016-page0002-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"8August-2016-page0002-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"8August-2016-page0002-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"8August-2016-page0002-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"8August-2016-page0002-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4144,3361,'_wp_attached_file','2014/11/Copy-of-Fall-2016-Chart.pdf'),(4145,3366,'_wp_attached_file','2014/11/August-16-Fitness-Schedule.jpg'),(4146,3366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:38:\"2014/11/August-16-Fitness-Schedule.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"August-16-Fitness-Schedule-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:\"August-16-Fitness-Schedule-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"August-16-Fitness-Schedule-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"August-16-Fitness-Schedule-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"August-16-Fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"August-16-Fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"August-16-Fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4147,3368,'_wp_attached_file','2011/09/August-16-Fitness-Schedule.pdf'),(4157,3373,'_wp_attached_file','2014/11/9September-2016.pdf'),(4186,3377,'_wp_attached_file','2014/11/Sept-16-Fitness-Schedule1.pdf'),(4187,3378,'_wp_attached_file','2014/11/Sept-16-Fitness-Schedule1-1.pdf'),(4188,3379,'_wp_attached_file','2014/11/Sept-16-Fitness-Schedule1.jpg'),(4189,3379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:37:\"2014/11/Sept-16-Fitness-Schedule1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Sept-16-Fitness-Schedule1-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:37:\"Sept-16-Fitness-Schedule1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Sept-16-Fitness-Schedule1-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Sept-16-Fitness-Schedule1-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Sept-16-Fitness-Schedule1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Sept-16-Fitness-Schedule1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:36:\"Sept-16-Fitness-Schedule1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4272,3398,'_wp_attached_file','2014/11/10-October-2016.pdf'),(4273,3400,'_wp_attached_file','2014/11/10-October-2016-page-0.jpg'),(4274,3400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:34:\"2014/11/10-October-2016-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"10-October-2016-page-0-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:\"10-October-2016-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"10-October-2016-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"10-October-2016-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"10-October-2016-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"10-October-2016-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"10-October-2016-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4275,3401,'_wp_attached_file','2014/11/10-October-2016-page-1.jpg'),(4276,3401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:34:\"2014/11/10-October-2016-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"10-October-2016-page-1-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:\"10-October-2016-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"10-October-2016-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"10-October-2016-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"10-October-2016-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"10-October-2016-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"10-October-2016-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4277,3412,'_wp_attached_file','2014/11/Oct-16-Fitness-Schedule1.pdf'),(4278,3413,'_wp_attached_file','2014/11/Oct-16-Fitness-Schedule1-page-0.jpg'),(4279,3413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:43:\"2014/11/Oct-16-Fitness-Schedule1-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Oct-16-Fitness-Schedule1-page-0-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:43:\"Oct-16-Fitness-Schedule1-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Oct-16-Fitness-Schedule1-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Oct-16-Fitness-Schedule1-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Oct-16-Fitness-Schedule1-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Oct-16-Fitness-Schedule1-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:42:\"Oct-16-Fitness-Schedule1-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4280,3416,'_edit_lock','1539632093:2'),(4281,3416,'_edit_last','2'),(4282,3416,'post_views_count','3'),(4283,3417,'_wp_attached_file','2016/10/Lifeguards-Wanted-Pic.jpg'),(4284,3417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:325;s:4:\"file\";s:33:\"2016/10/Lifeguards-Wanted-Pic.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Lifeguards-Wanted-Pic-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:\"Lifeguards-Wanted-Pic-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Lifeguards-Wanted-Pic-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"Lifeguards-Wanted-Pic-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4285,3416,'_thumbnail_id','3423'),(4286,3420,'_wp_attached_file','2011/09/Town-Hall-Image-3.jpg'),(4287,3420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:351;s:6:\"height\";i:185;s:4:\"file\";s:29:\"2011/09/Town-Hall-Image-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Town-Hall-Image-3-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:\"Town-Hall-Image-3-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Town-Hall-Image-3-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"Town-Hall-Image-3-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4288,3421,'_wp_attached_file','2011/09/Renewal-Pic.png'),(4289,3421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:185;s:4:\"file\";s:23:\"2011/09/Renewal-Pic.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Renewal-Pic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Renewal-Pic-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"Renewal-Pic-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4290,3423,'_wp_attached_file','2016/10/Lifeguard-Wanted-Pic.jpg'),(4291,3423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:325;s:4:\"file\";s:32:\"2016/10/Lifeguard-Wanted-Pic.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lifeguard-Wanted-Pic-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:\"Lifeguard-Wanted-Pic-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Lifeguard-Wanted-Pic-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"Lifeguard-Wanted-Pic-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4292,3426,'_wp_attached_file','2014/12/Issue-19-Fact-Sheet.pdf'),(4295,3436,'_wp_attached_file','2014/12/TOWNHALL-info-mtg-ltr.pdf'),(4296,3449,'_wp_attached_file','2014/12/townhall-FLYER-FINAL.pdf'),(4297,3462,'_wp_attached_file','2014/12/New-Renewal-Pic.png'),(4298,3462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:224;s:4:\"file\";s:27:\"2014/12/New-Renewal-Pic.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"New-Renewal-Pic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"New-Renewal-Pic-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"New-Renewal-Pic-768x215.png\";s:5:\"width\";i:768;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"New-Renewal-Pic-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"New-Renewal-Pic-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4299,3463,'_wp_attached_file','2014/12/Aquatic-Center.jpg'),(4300,3463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:414;s:4:\"file\";s:26:\"2014/12/Aquatic-Center.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Aquatic-Center-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:\"Aquatic-Center-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Aquatic-Center-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Aquatic-Center-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476210763\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4301,3464,'_wp_attached_file','2014/12/Concept-First-Floor-Axonometric.jpg'),(4302,3464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:414;s:4:\"file\";s:43:\"2014/12/Concept-First-Floor-Axonometric.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Concept-First-Floor-Axonometric-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:43:\"Concept-First-Floor-Axonometric-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Concept-First-Floor-Axonometric-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:42:\"Concept-First-Floor-Axonometric-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476258522\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4303,3465,'_wp_attached_file','2014/12/Gym1.jpg'),(4304,3465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:414;s:4:\"file\";s:16:\"2014/12/Gym1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Gym1-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:16:\"Gym1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Gym1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:15:\"Gym1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476205714\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4305,3466,'_wp_attached_file','2014/12/Longwood-Park-Concept-Rendering.jpg'),(4306,3466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:43:\"2014/12/Longwood-Park-Concept-Rendering.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Longwood-Park-Concept-Rendering-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:43:\"Longwood-Park-Concept-Rendering-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Longwood-Park-Concept-Rendering-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Longwood-Park-Concept-Rendering-640x425.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:42:\"Longwood-Park-Concept-Rendering-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"dschmitkons\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476209479\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:21:\"Concept Rendering.psd\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4307,3468,'_wp_attached_file','2014/12/Levy-Renewal-Fact-Sheet2.pdf'),(4308,3474,'_wp_attached_file','2014/11/Dodgeball.gif'),(4309,3474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1562;s:6:\"height\";i:1880;s:4:\"file\";s:21:\"2014/11/Dodgeball.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4310,3475,'_wp_attached_file','2016/10/Picture1-e1477343129223.png'),(4311,3475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:35:\"2016/10/Picture1-e1477343129223.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture1-250x300.png\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture1-257x165.png\";s:5:\"width\";i:257;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"Picture1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4312,3475,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:257;s:6:\"height\";i:309;s:4:\"file\";s:12:\"Picture1.png\";}s:18:\"full-1477343050422\";a:3:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:27:\"Picture1-e1477343042726.png\";}s:18:\"full-1477343061408\";a:3:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:27:\"Picture1-e1477343050422.png\";}s:18:\"full-1477343079147\";a:3:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:27:\"Picture1-e1477343061408.png\";}s:18:\"full-1477343129223\";a:3:{s:5:\"width\";i:25;s:6:\"height\";i:30;s:4:\"file\";s:27:\"Picture1-e1477343079147.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Picture1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"Picture1-250x300.png\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Picture1-257x165.png\";s:5:\"width\";i:257;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-thumb-orig\";a:4:{s:4:\"file\";s:19:\"Picture1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}'),(4313,3483,'_wp_attached_file','2016/10/Fall-Painting.jpg'),(4314,3483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2016/10/Fall-Painting.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Fall-Painting-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:\"Fall-Painting-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Fall-Painting-212x165.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Fall-Painting-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4315,3484,'_wp_attached_file','2016/10/Wine-botte-painting.jpg'),(4316,3484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:159;s:6:\"height\";i:289;s:4:\"file\";s:31:\"2016/10/Wine-botte-painting.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Wine-botte-painting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Wine-botte-painting-159x165.jpg\";s:5:\"width\";i:159;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"Wine-botte-painting-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4317,3494,'_wp_attached_file','2016/10/Nov-16-Fitness-Schedule1.pdf'),(4318,3495,'_wp_attached_file','2016/10/Nov-16-Fitness-Descriptions.pdf'),(4319,3496,'_wp_attached_file','2016/10/Nov-16-Fitness-Schedule1-1.pdf'),(4320,3497,'_wp_attached_file','2014/11/Nov-16-Fitness-Schedule1.pdf'),(4321,2080,'_oembed_123cd67936c16eb64d3e56f9db4f9964','{{unknown}}'),(4324,3504,'_wp_attached_file','2016/11/Nov-16-Fitness-Schedule1.jpg'),(4325,3504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:36:\"2016/11/Nov-16-Fitness-Schedule1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Nov-16-Fitness-Schedule1-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:36:\"Nov-16-Fitness-Schedule1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Nov-16-Fitness-Schedule1-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Nov-16-Fitness-Schedule1-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Nov-16-Fitness-Schedule1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Nov-16-Fitness-Schedule1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"Nov-16-Fitness-Schedule1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4328,3513,'_wp_attached_file','2014/11/11November-2016.pdf'),(4329,3516,'_wp_attached_file','2014/11/11November-2016-page0001.jpg'),(4330,3516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:36:\"2014/11/11November-2016-page0001.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"11November-2016-page0001-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:36:\"11November-2016-page0001-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"11November-2016-page0001-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"11November-2016-page0001-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"11November-2016-page0001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"11November-2016-page0001-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"11November-2016-page0001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4331,3517,'_wp_attached_file','2014/11/11November-2016-page0002.jpg'),(4332,3517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:36:\"2014/11/11November-2016-page0002.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"11November-2016-page0002-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:36:\"11November-2016-page0002-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"11November-2016-page0002-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"11November-2016-page0002-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"11November-2016-page0002-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"11November-2016-page0002-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"11November-2016-page0002-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4345,3531,'_wp_attached_file','2015/09/Lifeguard-Poster.jpg'),(4346,3531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:402;s:4:\"file\";s:28:\"2015/09/Lifeguard-Poster.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Lifeguard-Poster-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:28:\"Lifeguard-Poster-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Lifeguard-Poster-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Lifeguard-Poster-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4347,3532,'_wp_attached_file','2015/09/Babysitting-Pic.jpg'),(4348,3532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:227;s:4:\"file\";s:27:\"2015/09/Babysitting-Pic.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Babysitting-Pic-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:\"Babysitting-Pic-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Babysitting-Pic-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Babysitting-Pic-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4349,3539,'_wp_attached_file','2014/11/Level-1.pdf'),(4350,3540,'_wp_attached_file','2014/11/Level-2.pdf'),(4351,3541,'_wp_attached_file','2014/11/Level-3.pdf'),(4352,3542,'_wp_attached_file','2014/11/Level-4.pdf'),(4353,3543,'_wp_attached_file','2014/11/Level-5.pdf'),(4354,3544,'_wp_attached_file','2014/11/Level-6.pdf'),(4355,3545,'_wp_attached_file','2014/11/Parent-Child-1.pdf'),(4356,3546,'_wp_attached_file','2014/11/Parent-Child-2.pdf'),(4357,3547,'_wp_attached_file','2014/11/PS-Level-1.pdf'),(4358,3548,'_wp_attached_file','2014/11/PS-Level-2.pdf'),(4359,3549,'_wp_attached_file','2014/11/PS-Level-3.pdf'),(4360,3555,'_wp_attached_file','2014/11/12December-2016.pdf'),(4361,3556,'_wp_attached_file','2014/11/12December-2016-page0001.jpg'),(4362,3556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:36:\"2014/11/12December-2016-page0001.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"12December-2016-page0001-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:36:\"12December-2016-page0001-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"12December-2016-page0001-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"12December-2016-page0001-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"12December-2016-page0001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"12December-2016-page0001-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"12December-2016-page0001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4363,3557,'_wp_attached_file','2014/11/12December-2016-page0002.jpg'),(4364,3557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:36:\"2014/11/12December-2016-page0002.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"12December-2016-page0002-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:36:\"12December-2016-page0002-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"12December-2016-page0002-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"12December-2016-page0002-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"12December-2016-page0002-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"12December-2016-page0002-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"12December-2016-page0002-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4365,3559,'_wp_attached_file','2014/11/Dec-16-Fitness-Schedule.pdf'),(4366,3560,'_wp_attached_file','2014/11/Dec-16-Fitness-Schedule-page-0.jpg'),(4367,3560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:42:\"2014/11/Dec-16-Fitness-Schedule-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Dec-16-Fitness-Schedule-page-0-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:42:\"Dec-16-Fitness-Schedule-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Dec-16-Fitness-Schedule-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Dec-16-Fitness-Schedule-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Dec-16-Fitness-Schedule-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Dec-16-Fitness-Schedule-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:41:\"Dec-16-Fitness-Schedule-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4368,3563,'_wp_attached_file','2014/11/12December-2016-1.pdf'),(4369,3564,'_wp_attached_file','2014/11/12December-2016-page0001-1.jpg'),(4370,3564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:38:\"2014/11/12December-2016-page0001-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0001-1-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:\"12December-2016-page0001-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0001-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"12December-2016-page0001-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0001-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"12December-2016-page0001-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"12December-2016-page0001-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4371,3565,'_wp_attached_file','2014/11/12December-2016-page0002-1.jpg'),(4372,3565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:38:\"2014/11/12December-2016-page0002-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0002-1-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:\"12December-2016-page0002-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0002-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"12December-2016-page0002-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0002-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"12December-2016-page0002-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"12December-2016-page0002-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4373,3567,'_wp_attached_file','2014/11/Winter-2017-Chart.pdf'),(4374,3568,'_wp_attached_file','2014/11/Winter-2017-Chart-page-0.jpg'),(4375,3568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:36:\"2014/11/Winter-2017-Chart-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Winter-2017-Chart-page-0-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:36:\"Winter-2017-Chart-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Winter-2017-Chart-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Winter-2017-Chart-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Winter-2017-Chart-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Winter-2017-Chart-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"Winter-2017-Chart-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4376,3578,'_wp_attached_file','2016/12/Employment-Application.pdf'),(4377,3578,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Employment-Application-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Employment-Application-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Employment-Application-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:26:\"Employment-Application.jpg\";s:5:\"width\";i:1084;s:6:\"height\";i:1404;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4385,3589,'_wp_attached_file','2014/11/12December-2016-2.pdf'),(4386,3589,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"12December-2016-2-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"12December-2016-2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"12December-2016-2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:21:\"12December-2016-2.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4387,3590,'_wp_attached_file','2014/11/12December-2016-page0001-2.jpg'),(4388,3590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:38:\"2014/11/12December-2016-page0001-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0001-2-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:\"12December-2016-page0001-2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0001-2-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"12December-2016-page0001-2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0001-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"12December-2016-page0001-2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"12December-2016-page0001-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4389,3591,'_wp_attached_file','2014/11/12December-2016-page0002-2.jpg'),(4390,3591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:38:\"2014/11/12December-2016-page0002-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0002-2-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:\"12December-2016-page0002-2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0002-2-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"12December-2016-page0002-2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"12December-2016-page0002-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"12December-2016-page0002-2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"12December-2016-page0002-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4399,3597,'_wp_attached_file','2014/11/Jan-17-Fitness-Schedule-page-0.jpg'),(4400,3597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:42:\"2014/11/Jan-17-Fitness-Schedule-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Jan-17-Fitness-Schedule-page-0-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:42:\"Jan-17-Fitness-Schedule-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Jan-17-Fitness-Schedule-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Jan-17-Fitness-Schedule-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Jan-17-Fitness-Schedule-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Jan-17-Fitness-Schedule-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:41:\"Jan-17-Fitness-Schedule-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4407,3606,'_wp_attached_file','2014/11/1January-2017.pdf'),(4408,3606,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"1January-2017-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"1January-2017-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1January-2017-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:17:\"1January-2017.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4415,3612,'_wp_attached_file','2017/01/1January-2017-page-0.jpg'),(4416,3612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:32:\"2017/01/1January-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"1January-2017-page-0-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:\"1January-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"1January-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"1January-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"1January-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"1January-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"1January-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4417,3613,'_wp_attached_file','2014/11/1January-2017-page-1.jpg'),(4418,3613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:32:\"2014/11/1January-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"1January-2017-page-1-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:\"1January-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"1January-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"1January-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"1January-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"1January-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"1January-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4419,3615,'_wp_attached_file','2014/11/Jan-17-Fitness-Schedule.pdf'),(4420,3615,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Jan-17-Fitness-Schedule-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Jan-17-Fitness-Schedule-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Jan-17-Fitness-Schedule-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:27:\"Jan-17-Fitness-Schedule.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4421,3621,'_edit_lock','1533226695:2'),(4422,3621,'_edit_last','2'),(4423,3621,'_wp_page_template','default'),(4424,3625,'_wp_attached_file','2017/01/BSC2017-WebBanners-VariousSizes-612x288.jpg'),(4425,3625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:612;s:6:\"height\";i:288;s:4:\"file\";s:51:\"2017/01/BSC2017-WebBanners-VariousSizes-612x288.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"BSC2017-WebBanners-VariousSizes-612x288-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:51:\"BSC2017-WebBanners-VariousSizes-612x288-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"BSC2017-WebBanners-VariousSizes-612x288-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:50:\"BSC2017-WebBanners-VariousSizes-612x288-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4426,3625,'_edit_lock','1483733720:2'),(4427,3646,'_menu_item_type','post_type'),(4428,3646,'_menu_item_menu_item_parent','3220'),(4429,3646,'_menu_item_object_id','3621'),(4430,3646,'_menu_item_object','page'),(4431,3646,'_menu_item_target',''),(4432,3646,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4433,3646,'_menu_item_xfn',''),(4434,3646,'_menu_item_url',''),(4436,3647,'_wp_attached_file','2017/01/Field-Permit-Application.pdf'),(4437,3647,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Field-Permit-Application-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Field-Permit-Application-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Field-Permit-Application-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:28:\"Field-Permit-Application.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4438,2099,'_oembed_4ef475100ce7fead86931bbb1eaa0e54','{{unknown}}'),(4439,2099,'_oembed_85f6a6e41d6046713b3f78db998418ab','{{unknown}}'),(4443,3656,'_wp_attached_file','2017/01/IMG_8939.jpg'),(4444,3656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:503;s:6:\"height\";i:597;s:4:\"file\";s:20:\"2017/01/IMG_8939.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8939-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:\"IMG_8939-253x300.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8939-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8939-503x425.jpg\";s:5:\"width\";i:503;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"IMG_8939-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4448,3665,'_wp_attached_file','2017/01/LOGO_lms-0022.png'),(4449,3665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:143;s:4:\"file\";s:25:\"2017/01/LOGO_lms-0022.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"LOGO_lms-0022-150x143.png\";s:5:\"width\";i:150;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"LOGO_lms-0022-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4450,3666,'_wp_attached_file','2017/01/LOGO_lms-0022-1.png'),(4451,3666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:143;s:4:\"file\";s:27:\"2017/01/LOGO_lms-0022-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"LOGO_lms-0022-1-150x143.png\";s:5:\"width\";i:150;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"LOGO_lms-0022-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4452,3666,'post_views_count','1'),(4461,3678,'_edit_lock','1524255874:2'),(4462,3678,'_edit_last','2'),(4463,3678,'_wp_page_template','default'),(4464,3681,'_menu_item_type','post_type'),(4465,3681,'_menu_item_menu_item_parent','3220'),(4466,3681,'_menu_item_object_id','3678'),(4467,3681,'_menu_item_object','page'),(4468,3681,'_menu_item_target',''),(4469,3681,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4470,3681,'_menu_item_xfn',''),(4471,3681,'_menu_item_url',''),(4473,3684,'_menu_item_type','post_type'),(4474,3684,'_menu_item_menu_item_parent','2090'),(4475,3684,'_menu_item_object_id','3678'),(4476,3684,'_menu_item_object','page'),(4477,3684,'_menu_item_target',''),(4478,3684,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4479,3684,'_menu_item_xfn',''),(4480,3684,'_menu_item_url',''),(4483,3685,'_wp_attached_file','2014/11/2February-2017.pdf'),(4484,3685,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"2February-2017-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"2February-2017-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"2February-2017-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:18:\"2February-2017.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4485,3686,'_wp_attached_file','2014/11/2February-2017-page-0.jpg'),(4486,3686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:33:\"2014/11/2February-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2February-2017-page-0-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:\"2February-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"2February-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"2February-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"2February-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"2February-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"2February-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4487,3687,'_wp_attached_file','2014/11/2February-2017-page-1.jpg'),(4488,3687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:33:\"2014/11/2February-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2February-2017-page-1-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:\"2February-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"2February-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"2February-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"2February-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"2February-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"2February-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4489,3689,'_wp_attached_file','2014/11/Feb-17-Fitness-Schedule.pdf'),(4490,3689,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Feb-17-Fitness-Schedule-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Feb-17-Fitness-Schedule-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Feb-17-Fitness-Schedule-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:27:\"Feb-17-Fitness-Schedule.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4491,3690,'_wp_attached_file','2014/11/Feb-17-Fitness-Schedule-page-0.jpg'),(4492,3690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:42:\"2014/11/Feb-17-Fitness-Schedule-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Feb-17-Fitness-Schedule-page-0-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:42:\"Feb-17-Fitness-Schedule-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Feb-17-Fitness-Schedule-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Feb-17-Fitness-Schedule-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Feb-17-Fitness-Schedule-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Feb-17-Fitness-Schedule-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:41:\"Feb-17-Fitness-Schedule-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4493,2080,'_oembed_ffff33ca0528abc524a768b5495bb34e','{{unknown}}'),(4494,2221,'_oembed_18188d4c3af6da18a1097b4d9b39f6ba','{{unknown}}'),(4495,2221,'_oembed_90edd5260bdc09096c05f57375fec1e2','{{unknown}}'),(4496,3696,'_wp_attached_file','2014/11/2February-2017-1.pdf'),(4497,3696,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"2February-2017-1-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"2February-2017-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"2February-2017-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:20:\"2February-2017-1.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4498,3697,'_wp_attached_file','2014/11/2February-2017-page-0-1.jpg'),(4499,3697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:35:\"2014/11/2February-2017-page-0-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2February-2017-page-0-1-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:35:\"2February-2017-page-0-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2February-2017-page-0-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2February-2017-page-0-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"2February-2017-page-0-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"2February-2017-page-0-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"2February-2017-page-0-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4500,3698,'_wp_attached_file','2014/11/2February-2017-page-1-1.jpg'),(4501,3698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:35:\"2014/11/2February-2017-page-1-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2February-2017-page-1-1-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:35:\"2February-2017-page-1-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2February-2017-page-1-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2February-2017-page-1-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"2February-2017-page-1-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"2February-2017-page-1-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"2February-2017-page-1-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4502,2221,'_oembed_87b5cfe33f95aa4aabb8b50b4d0197b2','{{unknown}}'),(4503,2221,'_oembed_fde7887f620e157ac17aa0bb657bb22d','{{unknown}}'),(4513,3707,'_menu_item_type','post_type'),(4514,3707,'_menu_item_menu_item_parent','2090'),(4515,3707,'_menu_item_object_id','3621'),(4516,3707,'_menu_item_object','page'),(4517,3707,'_menu_item_target',''),(4518,3707,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4519,3707,'_menu_item_xfn',''),(4520,3707,'_menu_item_url',''),(4522,3716,'_wp_attached_file','2014/11/3March-2017.pdf'),(4523,3716,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"3March-2017-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"3March-2017-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"3March-2017-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:15:\"3March-2017.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4524,3717,'_wp_attached_file','2014/11/3March-2017-page0001-1.jpg'),(4525,3717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:34:\"2014/11/3March-2017-page0001-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"3March-2017-page0001-1-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:\"3March-2017-page0001-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"3March-2017-page0001-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"3March-2017-page0001-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"3March-2017-page0001-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"3March-2017-page0001-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"3March-2017-page0001-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4526,3718,'_wp_attached_file','2014/11/3March-2017-page0002-1.jpg'),(4527,3718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:34:\"2014/11/3March-2017-page0002-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"3March-2017-page0002-1-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:\"3March-2017-page0002-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"3March-2017-page0002-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"3March-2017-page0002-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"3March-2017-page0002-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"3March-2017-page0002-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"3March-2017-page0002-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4528,2221,'_oembed_dbc422ea717b3b03ab7678fd1c25fc18','{{unknown}}'),(4529,2221,'_oembed_ab8a2eec81e3023410c49f1dbd890ac8','{{unknown}}'),(4530,3722,'_wp_attached_file','2014/11/3March-2017-page0002-1-1.jpg'),(4531,3722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:36:\"2014/11/3March-2017-page0002-1-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"3March-2017-page0002-1-1-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:36:\"3March-2017-page0002-1-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"3March-2017-page0002-1-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"3March-2017-page0002-1-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"3March-2017-page0002-1-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"3March-2017-page0002-1-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"3March-2017-page0002-1-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4532,3723,'_wp_attached_file','2014/11/Mar-17-Fitness-Schedule-page-0.jpg'),(4533,3723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:42:\"2014/11/Mar-17-Fitness-Schedule-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Mar-17-Fitness-Schedule-page-0-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:42:\"Mar-17-Fitness-Schedule-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Mar-17-Fitness-Schedule-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Mar-17-Fitness-Schedule-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Mar-17-Fitness-Schedule-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Mar-17-Fitness-Schedule-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:41:\"Mar-17-Fitness-Schedule-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4534,3724,'_wp_attached_file','2014/11/Mar-17-Fitness-Schedule.pdf'),(4535,3724,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Mar-17-Fitness-Schedule-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Mar-17-Fitness-Schedule-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Mar-17-Fitness-Schedule-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:27:\"Mar-17-Fitness-Schedule.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4536,2080,'_oembed_ecc757fa8d519cb65c521bc0a6c355b9','{{unknown}}'),(4537,3731,'_wp_attached_file','2017/03/Longwood-Park-Map-2017.pdf'),(4538,3731,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Longwood-Park-Map-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Longwood-Park-Map-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Longwood-Park-Map-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:30:\"Longwood-Park-Map-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4539,3731,'_edit_lock','1489086876:2'),(4540,3742,'_wp_attached_file','2014/11/Lollipop-logo.jpg'),(4541,3742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:25:\"2014/11/Lollipop-logo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Lollipop-logo-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:\"Lollipop-logo-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Lollipop-logo-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Lollipop-logo-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Lollipop-logo-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4542,3745,'_wp_attached_file','2014/11/Spring-2017-Chart.pdf'),(4543,3745,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Spring-2017-Chart-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Spring-2017-Chart-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Spring-2017-Chart-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:25:\"Spring-2017-Chart-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4544,3746,'_wp_attached_file','2014/11/Spring-2017-Chart-page-0.jpg'),(4545,3746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:36:\"2014/11/Spring-2017-Chart-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Spring-2017-Chart-page-0-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:36:\"Spring-2017-Chart-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Spring-2017-Chart-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Spring-2017-Chart-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Spring-2017-Chart-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Spring-2017-Chart-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"Spring-2017-Chart-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4546,2128,'_oembed_0c314459d9a7dc8a3a3e7c8d96ab55ee','{{unknown}}'),(4547,3760,'_wp_attached_file','2014/11/4April-2017.pdf'),(4548,3760,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"4April-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"4April-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"4April-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:19:\"4April-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4549,2221,'_oembed_b00f0a7663292ec55020b90df5fe5f5b','{{unknown}}'),(4550,3761,'_wp_attached_file','2014/11/4April-2017-page-0.jpg'),(4551,3761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:30:\"2014/11/4April-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"4April-2017-page-0-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:30:\"4April-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"4April-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"4April-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"4April-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"4April-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"4April-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4552,3762,'_wp_attached_file','2014/11/4April-2017-page-1.jpg'),(4553,3762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:30:\"2014/11/4April-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"4April-2017-page-1-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:30:\"4April-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"4April-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"4April-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"4April-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"4April-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"4April-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4554,3764,'_wp_attached_file','2014/11/4April-2017-1.pdf'),(4555,3764,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"4April-2017-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"4April-2017-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"4April-2017-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:21:\"4April-2017-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4556,3766,'_wp_attached_file','2014/11/Apr-17-Fitness-Schedule.pdf'),(4557,3766,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Apr-17-Fitness-Schedule-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Apr-17-Fitness-Schedule-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Apr-17-Fitness-Schedule-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:31:\"Apr-17-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4558,3771,'_wp_attached_file','2014/11/4April-2017-2.pdf'),(4559,3771,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"4April-2017-2-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"4April-2017-2-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"4April-2017-2-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:21:\"4April-2017-2-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4560,3783,'_edit_lock','1545154698:1'),(4561,3783,'_edit_last','1'),(4562,3783,'_wp_page_template','default'),(4566,3788,'_wp_attached_file','2017/04/Macedonia-Citywide-Garage-Sale-Form.pdf'),(4567,3788,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Macedonia-Citywide-Garage-Sale-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Macedonia-Citywide-Garage-Sale-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Macedonia-Citywide-Garage-Sale-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:43:\"Macedonia-Citywide-Garage-Sale-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4568,3789,'_wp_attached_file','2017/04/Macedonia-Citywide-Garage-Sale-Form-1.pdf'),(4569,3789,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Macedonia-Citywide-Garage-Sale-Form-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Macedonia-Citywide-Garage-Sale-Form-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Macedonia-Citywide-Garage-Sale-Form-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:45:\"Macedonia-Citywide-Garage-Sale-Form-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4588,3799,'_wp_attached_file','2014/11/Summer-2017-Chart.pdf'),(4589,3799,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Summer-2017-Chart-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Summer-2017-Chart-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Summer-2017-Chart-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:25:\"Summer-2017-Chart-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4590,3800,'_wp_attached_file','2014/11/Summer-2017-Chart-0.jpg'),(4591,3800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2524;s:4:\"file\";s:31:\"2014/11/Summer-2017-Chart-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Summer-2017-Chart-0-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:\"Summer-2017-Chart-0-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Summer-2017-Chart-0-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Summer-2017-Chart-0-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Summer-2017-Chart-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Summer-2017-Chart-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"Summer-2017-Chart-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4592,2128,'_oembed_aad47c88b80c1a623d417000b3fa68d5','{{unknown}}'),(4593,3802,'_wp_attached_file','2014/11/Summer-2017-Chart-1.pdf'),(4594,3802,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Summer-2017-Chart-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Summer-2017-Chart-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Summer-2017-Chart-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:27:\"Summer-2017-Chart-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4595,3803,'_wp_attached_file','2014/11/Summer-2017-Chart-0-1.jpg'),(4596,3803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2524;s:4:\"file\";s:33:\"2014/11/Summer-2017-Chart-0-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Summer-2017-Chart-0-1-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:\"Summer-2017-Chart-0-1-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Summer-2017-Chart-0-1-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Summer-2017-Chart-0-1-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Summer-2017-Chart-0-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Summer-2017-Chart-0-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"Summer-2017-Chart-0-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4597,2128,'_oembed_c7b2db1a01c216d943b7fb5f562e3dfc','{{unknown}}'),(4598,3805,'_wp_attached_file','2014/11/May-17-Fitness-Schedule-new.pdf'),(4599,3805,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"May-17-Fitness-Schedule-new-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"May-17-Fitness-Schedule-new-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"May-17-Fitness-Schedule-new-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:35:\"May-17-Fitness-Schedule-new-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4600,3806,'_wp_attached_file','2014/11/May-17-Fitness-Schedule-new-page-0.jpg'),(4601,3806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:46:\"2014/11/May-17-Fitness-Schedule-new-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"May-17-Fitness-Schedule-new-page-0-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:46:\"May-17-Fitness-Schedule-new-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"May-17-Fitness-Schedule-new-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"May-17-Fitness-Schedule-new-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"May-17-Fitness-Schedule-new-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:47:\"May-17-Fitness-Schedule-new-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"May-17-Fitness-Schedule-new-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4602,2080,'_oembed_2c9c26cc087fc5b1d62be7899a9e08b2','{{unknown}}'),(4603,3809,'_wp_attached_file','2014/11/5May-2017.pdf'),(4604,3809,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5May-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5May-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"5May-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:17:\"5May-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4605,3810,'_wp_attached_file','2014/11/5May-2017-page0001.jpg'),(4606,3810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:30:\"2014/11/5May-2017-page0001.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"5May-2017-page0001-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:30:\"5May-2017-page0001-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"5May-2017-page0001-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"5May-2017-page0001-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"5May-2017-page0001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"5May-2017-page0001-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"5May-2017-page0001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4607,3811,'_wp_attached_file','2014/11/5May-2017-page0002.jpg'),(4608,3811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:30:\"2014/11/5May-2017-page0002.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"5May-2017-page0002-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:30:\"5May-2017-page0002-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"5May-2017-page0002-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"5May-2017-page0002-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"5May-2017-page0002-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"5May-2017-page0002-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"5May-2017-page0002-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4609,2221,'_oembed_77a0bb97e5aba3e97b1e204ec9486c47','{{unknown}}'),(4610,2221,'_oembed_fc21bb85d61be59d6b54123b1d803744','{{unknown}}'),(4620,3821,'_wp_attached_file','2017/05/Community-Booth-2017-Funfest.pdf'),(4621,3821,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Community-Booth-2017-Funfest-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Community-Booth-2017-Funfest-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Community-Booth-2017-Funfest-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"Community-Booth-2017-Funfest-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4622,3830,'_wp_attached_file','2017/05/Sponsorship.pdf'),(4623,3837,'_wp_attached_file','2017/05/Cruise-In-Registration-2017.pdf'),(4624,3837,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Cruise-In-Registration-2017-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Cruise-In-Registration-2017-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Cruise-In-Registration-2017-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:35:\"Cruise-In-Registration-2017-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4625,3843,'_wp_attached_file','2017/05/Mmbrship2017.pdf'),(4626,3843,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Mmbrship2017-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Mmbrship2017-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Mmbrship2017-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:20:\"Mmbrship2017-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4627,3850,'_wp_attached_file','2017/06/FunFest-Schedule.pdf'),(4628,3850,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FunFest-Schedule-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FunFest-Schedule-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"FunFest-Schedule-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:24:\"FunFest-Schedule-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4629,3854,'_wp_attached_file','2017/06/FunFest-2017.docx'),(4630,3855,'_wp_attached_file','2017/06/FunFest-Schedule-1.pdf'),(4631,3855,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"FunFest-Schedule-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"FunFest-Schedule-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"FunFest-Schedule-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:26:\"FunFest-Schedule-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4633,3863,'_menu_item_type','post_type'),(4634,3863,'_menu_item_menu_item_parent','2108'),(4635,3863,'_menu_item_object_id','3860'),(4636,3863,'_menu_item_object','page'),(4637,3863,'_menu_item_target',''),(4638,3863,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4639,3863,'_menu_item_xfn',''),(4640,3863,'_menu_item_url',''),(4643,3865,'_menu_item_type','post_type'),(4644,3865,'_menu_item_menu_item_parent','3204'),(4645,3865,'_menu_item_object_id','3860'),(4646,3865,'_menu_item_object','page'),(4647,3865,'_menu_item_target',''),(4648,3865,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4649,3865,'_menu_item_xfn',''),(4650,3865,'_menu_item_url',''),(4652,3866,'_wp_attached_file','2014/11/6June-2017.pdf'),(4653,3866,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"6June-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"6June-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"6June-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:18:\"6June-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4654,2221,'_oembed_fccac431e9a7eb3572bc2fe4b1bd1150','{{unknown}}'),(4655,3868,'_wp_attached_file','2014/11/6June-2017-page-0.jpg'),(4656,3868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:29:\"2014/11/6June-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"6June-2017-page-0-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:\"6June-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"6June-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"6June-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"6June-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"6June-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"6June-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4657,3869,'_wp_attached_file','2014/11/6June-2017-page-1.jpg'),(4658,3869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:29:\"2014/11/6June-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"6June-2017-page-1-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:\"6June-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"6June-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"6June-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"6June-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"6June-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"6June-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4659,3870,'_wp_attached_file','2014/11/page-0-1.jpg'),(4660,3870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:20:\"2014/11/page-0-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"page-0-1-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:\"page-0-1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"page-0-1-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"page-0-1-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"page-0-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"page-0-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"page-0-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4661,2221,'_oembed_e66b7a43729b341645936a0966b807fb','{{unknown}}'),(4662,2221,'_oembed_d7a02760f5acbf128774c3b2a1206b74','{{unknown}}'),(4663,3874,'_wp_attached_file','2016/04/Event-Description-Flyer-2017.pdf'),(4664,3874,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Event-Description-Flyer-2017-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Event-Description-Flyer-2017-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Event-Description-Flyer-2017-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"Event-Description-Flyer-2017-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4665,3151,'_oembed_ee817c93b8a4d054ab3cec2c80478b9e','{{unknown}}'),(4666,3876,'_edit_lock','1548193611:2'),(4667,3876,'_edit_last','2'),(4668,3876,'_wp_page_template','default'),(4669,3878,'_menu_item_type','post_type'),(4670,3878,'_menu_item_menu_item_parent','3204'),(4671,3878,'_menu_item_object_id','3876'),(4672,3878,'_menu_item_object','page'),(4673,3878,'_menu_item_target',''),(4674,3878,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4675,3878,'_menu_item_xfn',''),(4676,3878,'_menu_item_url',''),(4678,3876,'_oembed_02229685a6e0bef8575c12740725516e','<blockquote data-secret=\"sIGQYSYyJ2\" class=\"wp-embedded-content\"><a href=\"http://macrec.com/about/\">About</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://macrec.com/about/embed/#?secret=sIGQYSYyJ2\" data-secret=\"sIGQYSYyJ2\" width=\"600\" height=\"338\" title=\"&#8220;About&#8221; &#8212; Macedonia Recreation Center\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(4679,3876,'_oembed_time_02229685a6e0bef8575c12740725516e','1496347094'),(4680,3876,'_oembed_010cc9cd313e36e1eb39ed9e26f9a591','<blockquote data-secret=\"sFQ0o5HWkH\" class=\"wp-embedded-content\"><a href=\"http://macrec.com/team-view/birthday-party-package/\">Birthday Party Package</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://macrec.com/team-view/birthday-party-package/embed/#?secret=sFQ0o5HWkH\" data-secret=\"sFQ0o5HWkH\" width=\"600\" height=\"338\" title=\"&#8220;Birthday Party Package&#8221; &#8212; Macedonia Recreation Center\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(4681,3876,'_oembed_time_010cc9cd313e36e1eb39ed9e26f9a591','1496347145'),(4682,3860,'_edit_lock','1532007166:2'),(4683,3860,'_edit_last','2'),(4684,3860,'_wp_page_template','default'),(4685,3885,'_wp_attached_file','2016/04/Event-Description-Flyer-2017-1.pdf'),(4686,3885,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Event-Description-Flyer-2017-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Event-Description-Flyer-2017-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Event-Description-Flyer-2017-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:38:\"Event-Description-Flyer-2017-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4687,3886,'_wp_attached_file','2016/04/page-0.jpg'),(4688,3886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:18:\"2016/04/page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"page-0-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:18:\"page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4689,3151,'_oembed_02d4823cf3e170a227af6863a912b8ed','{{unknown}}'),(4690,3889,'_wp_attached_file','2014/11/6June-2017-1.pdf'),(4691,3889,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"6June-2017-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"6June-2017-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"6June-2017-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:20:\"6June-2017-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4692,3890,'_wp_attached_file','2014/11/page-0-2.jpg'),(4693,3890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:20:\"2014/11/page-0-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"page-0-2-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:\"page-0-2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"page-0-2-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"page-0-2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"page-0-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"page-0-2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"page-0-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4694,3891,'_wp_attached_file','2014/11/page-1.jpg'),(4695,3891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:18:\"2014/11/page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"page-1-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:18:\"page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4696,2221,'_oembed_0a8fdff9409eceb7001908d26ce06a5b','{{unknown}}'),(4697,2221,'_oembed_1b2730edb1f79f2d1f6315bf09c477ab','{{unknown}}'),(4709,3917,'_wp_attached_file','2014/11/June-17-Fitness-Schedule-new.pdf'),(4710,3917,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"June-17-Fitness-Schedule-new-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"June-17-Fitness-Schedule-new-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"June-17-Fitness-Schedule-new-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"June-17-Fitness-Schedule-new-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4711,3918,'_wp_attached_file','2014/11/June-17-Fitness-Schedule-new-page-0.jpg'),(4712,3918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:47:\"2014/11/June-17-Fitness-Schedule-new-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"June-17-Fitness-Schedule-new-page-0-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:47:\"June-17-Fitness-Schedule-new-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"June-17-Fitness-Schedule-new-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"June-17-Fitness-Schedule-new-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"June-17-Fitness-Schedule-new-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:48:\"June-17-Fitness-Schedule-new-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:46:\"June-17-Fitness-Schedule-new-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4713,3919,'_wp_attached_file','2014/11/6June-2017-2.pdf'),(4714,3919,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"6June-2017-2-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"6June-2017-2-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"6June-2017-2-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:20:\"6June-2017-2-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4715,3920,'_wp_attached_file','2014/11/6June-2017-page0001.jpg'),(4716,3920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:31:\"2014/11/6June-2017-page0001.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"6June-2017-page0001-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:\"6June-2017-page0001-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"6June-2017-page0001-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"6June-2017-page0001-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"6June-2017-page0001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"6June-2017-page0001-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"6June-2017-page0001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4717,3921,'_wp_attached_file','2014/11/6June-2017-page0002.jpg'),(4718,3921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:31:\"2014/11/6June-2017-page0002.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"6June-2017-page0002-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:\"6June-2017-page0002-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"6June-2017-page0002-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"6June-2017-page0002-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"6June-2017-page0002-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"6June-2017-page0002-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"6June-2017-page0002-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4719,2080,'_oembed_7b291d01d5df82cfdf5ba31086724799','{{unknown}}'),(4720,2221,'_oembed_a8aee37b1fbc68653c596f9b23772477','{{unknown}}'),(4730,3948,'_wp_attached_file','2017/06/Macedonia-Citywide-Garage-Sales-List.pdf'),(4731,3949,'_wp_attached_file','2017/06/Macedonia-Citywide-Garage-Sales-List-1.pdf'),(4732,3952,'_wp_attached_file','2014/11/7July-2017.pdf'),(4733,3952,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"7July-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"7July-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"7July-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:18:\"7July-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4734,3953,'_wp_attached_file','2014/11/7July-2017-page0001.jpg'),(4735,3953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:31:\"2014/11/7July-2017-page0001.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"7July-2017-page0001-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:\"7July-2017-page0001-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"7July-2017-page0001-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"7July-2017-page0001-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"7July-2017-page0001-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"7July-2017-page0001-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"7July-2017-page0001-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4736,3954,'_wp_attached_file','2014/11/7July-2017-page0002.jpg'),(4737,3954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:31:\"2014/11/7July-2017-page0002.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"7July-2017-page0002-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:\"7July-2017-page0002-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"7July-2017-page0002-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"7July-2017-page0002-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"7July-2017-page0002-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"7July-2017-page0002-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"7July-2017-page0002-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4738,2221,'_oembed_af4ab0a0d5c9e133d8885194ea98bc89','{{unknown}}'),(4739,2221,'_oembed_1c8347e3dda52135f308e68b60a8a886','{{unknown}}'),(4740,12,'_edit_lock','1498841865:2'),(4741,3973,'_wp_attached_file','2017/07/Soccer-Inforamtion.pdf'),(4742,3981,'_wp_attached_file','2014/11/July-17-Fitness-Schedule-new.pdf'),(4743,3981,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"July-17-Fitness-Schedule-new-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"July-17-Fitness-Schedule-new-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"July-17-Fitness-Schedule-new-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"July-17-Fitness-Schedule-new-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4744,3985,'_wp_attached_file','2014/11/Aug-17-Fitness-Schedule-new.pdf'),(4745,3985,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Aug-17-Fitness-Schedule-new-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Aug-17-Fitness-Schedule-new-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Aug-17-Fitness-Schedule-new-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:35:\"Aug-17-Fitness-Schedule-new-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4746,3986,'_wp_attached_file','2014/11/Aug-17-Fitness-Schedule-new-page-0.jpg'),(4747,3986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:46:\"2014/11/Aug-17-Fitness-Schedule-new-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Aug-17-Fitness-Schedule-new-page-0-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:46:\"Aug-17-Fitness-Schedule-new-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Aug-17-Fitness-Schedule-new-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Aug-17-Fitness-Schedule-new-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Aug-17-Fitness-Schedule-new-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Aug-17-Fitness-Schedule-new-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"Aug-17-Fitness-Schedule-new-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4748,3987,'_wp_attached_file','2014/11/8August-2017.pdf'),(4749,3987,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"8August-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"8August-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"8August-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:20:\"8August-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4750,3988,'_wp_attached_file','2014/11/8August-2017-page-0.jpg'),(4751,3988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:31:\"2014/11/8August-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"8August-2017-page-0-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:\"8August-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"8August-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"8August-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"8August-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"8August-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"8August-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4752,3989,'_wp_attached_file','2014/11/8August-2017-page-1.jpg'),(4753,3989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:31:\"2014/11/8August-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"8August-2017-page-1-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:\"8August-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"8August-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"8August-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"8August-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"8August-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"8August-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4754,2221,'_oembed_4efdef71ff23f7d503c5eb8867b16450','{{unknown}}'),(4755,2221,'_oembed_2573d486e70e4ef820a27c59d14b11fb','{{unknown}}'),(4756,2080,'_oembed_2a51c8c2f5679aa598a09c2629b0598b','{{unknown}}'),(4757,2221,'_oembed_1121309a4dfdea8cb63cf97232c5d96e','{{unknown}}'),(4758,4019,'_wp_attached_file','2014/11/Parent-Guardian-Information-Handout.pdf'),(4759,4019,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Parent-Guardian-Information-Handout-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Parent-Guardian-Information-Handout-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Parent-Guardian-Information-Handout-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:43:\"Parent-Guardian-Information-Handout-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4760,4020,'_wp_attached_file','2014/11/Parent-Guardian-Signature-Form.pdf'),(4761,4020,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Parent-Guardian-Signature-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Parent-Guardian-Signature-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Parent-Guardian-Signature-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:38:\"Parent-Guardian-Signature-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4762,4024,'_wp_attached_file','2014/11/Coach-Info.pdf'),(4763,4024,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Coach-Info-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Coach-Info-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Coach-Info-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:18:\"Coach-Info-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4764,4033,'_wp_attached_file','2011/09/Job-Posting.pdf'),(4765,4034,'_wp_attached_file','2011/09/Job-Posting-1.pdf'),(4766,4048,'_wp_attached_file','2014/11/Fall-2017-Chart.jpg'),(4767,4048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3508;s:6:\"height\";i:2479;s:4:\"file\";s:27:\"2014/11/Fall-2017-Chart.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Fall-2017-Chart-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:\"Fall-2017-Chart-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Fall-2017-Chart-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Fall-2017-Chart-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Fall-2017-Chart-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Fall-2017-Chart-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Fall-2017-Chart-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4768,4049,'_wp_attached_file','2014/11/Fall-2017-Chart.pdf'),(4769,4049,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Fall-2017-Chart-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Fall-2017-Chart-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Fall-2017-Chart-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"Fall-2017-Chart-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4770,2128,'_oembed_bf58530b3327c68b2ffbab53d28758bd','{{unknown}}'),(4771,4052,'_wp_attached_file','2014/11/9September-2017.pdf'),(4772,4052,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"9September-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"9September-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"9September-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"9September-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4773,4053,'_wp_attached_file','2014/11/9September-2017-page-0.jpg'),(4774,4053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:34:\"2014/11/9September-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"9September-2017-page-0-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:\"9September-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"9September-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"9September-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"9September-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"9September-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"9September-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4775,4054,'_wp_attached_file','2014/11/9September-2017-page-1.jpg'),(4776,4054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:34:\"2014/11/9September-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"9September-2017-page-1-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:\"9September-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"9September-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"9September-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"9September-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"9September-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"9September-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4777,2221,'_oembed_62d8dfc62db25c18f6bbe5bb08315f32','{{unknown}}'),(4778,2221,'_oembed_04f5f26090c2da77c180fb73e13559c9','{{unknown}}'),(4779,4057,'_wp_attached_file','2014/11/Sept-17-Fitness-Schedule-.pdf'),(4780,4057,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Sept-17-Fitness-Schedule-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Sept-17-Fitness-Schedule-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Sept-17-Fitness-Schedule-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:32:\"Sept-17-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4781,4058,'_wp_attached_file','2014/11/Sept-17-Fitness-Schedule-page-0.jpg'),(4782,4058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:43:\"2014/11/Sept-17-Fitness-Schedule-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Sept-17-Fitness-Schedule-page-0-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:43:\"Sept-17-Fitness-Schedule-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Sept-17-Fitness-Schedule-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Sept-17-Fitness-Schedule-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Sept-17-Fitness-Schedule-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Sept-17-Fitness-Schedule-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:42:\"Sept-17-Fitness-Schedule-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4783,2080,'_oembed_7de5d7b944c88db44f964a9250c22a9c','{{unknown}}'),(4784,4072,'_wp_attached_file','2014/11/October-17-Fitness-Schedule-page-0-e1509473622211.jpg'),(4785,4072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:61:\"2014/11/October-17-Fitness-Schedule-page-0-e1509473622211.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"October-17-Fitness-Schedule-page-0-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:46:\"October-17-Fitness-Schedule-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"October-17-Fitness-Schedule-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"October-17-Fitness-Schedule-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"October-17-Fitness-Schedule-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:47:\"October-17-Fitness-Schedule-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:45:\"October-17-Fitness-Schedule-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4786,4073,'_wp_attached_file','2014/11/October-17-Fitness-Schedule-.pdf'),(4787,4073,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"October-17-Fitness-Schedule-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"October-17-Fitness-Schedule-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"October-17-Fitness-Schedule-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:35:\"October-17-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4788,4074,'_wp_attached_file','2014/11/10October-2017.pdf'),(4789,4074,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"10October-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"10October-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"10October-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:22:\"10October-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4790,4075,'_wp_attached_file','2014/11/10October-2017-page-0.jpg'),(4791,4075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:33:\"2014/11/10October-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"10October-2017-page-0-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:\"10October-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"10October-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"10October-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"10October-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"10October-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"10October-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4792,4076,'_wp_attached_file','2014/11/10October-2017-page-1.jpg'),(4793,4076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:33:\"2014/11/10October-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"10October-2017-page-1-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:\"10October-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"10October-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"10October-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"10October-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"10October-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"10October-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4794,2221,'_oembed_5a83b6d8679447372e0439d48ee5b518','{{unknown}}'),(4795,2221,'_oembed_b31b618013ef8732f7c1dfdd98992995','{{unknown}}'),(4796,2080,'_oembed_6e0a8509b4b300f4a6340a418e01da0f','{{unknown}}'),(4822,4072,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:38:\"October-17-Fitness-Schedule-page-0.jpg\";}}'),(4823,4090,'_wp_attached_file','2014/11/11November-2017.pdf'),(4824,4090,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"11November-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"11November-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"11November-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"11November-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4825,4091,'_wp_attached_file','2014/11/11November-2017-page-0.jpg'),(4826,4091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:34:\"2014/11/11November-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"11November-2017-page-0-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:\"11November-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"11November-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"11November-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"11November-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"11November-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"11November-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4827,4092,'_wp_attached_file','2014/11/11November-2017-page-1.jpg'),(4828,4092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:34:\"2014/11/11November-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"11November-2017-page-1-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:\"11November-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"11November-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"11November-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"11November-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"11November-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"11November-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4829,2221,'_oembed_d84e4ea3514138c8eb1c8def8d48cee9','{{unknown}}'),(4830,2221,'_oembed_fa8d4974d7d1dec056f310bea931ecf4','{{unknown}}'),(4831,4098,'_wp_attached_file','2014/11/November-17-Fitness-Schedule-.pdf'),(4832,4098,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"November-17-Fitness-Schedule-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"November-17-Fitness-Schedule-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"November-17-Fitness-Schedule-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"November-17-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4833,4099,'_wp_attached_file','2014/11/November-17-Fitness-Schedule-page-0.jpg'),(4834,4099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:47:\"2014/11/November-17-Fitness-Schedule-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"November-17-Fitness-Schedule-page-0-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:47:\"November-17-Fitness-Schedule-page-0-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"November-17-Fitness-Schedule-page-0-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"November-17-Fitness-Schedule-page-0-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"November-17-Fitness-Schedule-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:48:\"November-17-Fitness-Schedule-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:46:\"November-17-Fitness-Schedule-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4835,4103,'_wp_attached_file','2017/11/EMPLOYMENT-APPLICATION.pdf'),(4836,4103,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"EMPLOYMENT-APPLICATION-pdf-150x97.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"EMPLOYMENT-APPLICATION-pdf-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"EMPLOYMENT-APPLICATION-pdf-1024x663.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:30:\"EMPLOYMENT-APPLICATION-pdf.jpg\";s:5:\"width\";i:2176;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4844,4107,'_wp_attached_file','2014/11/santa-mailbox-1904131_1920-e1512164901665.png'),(4845,4107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:947;s:6:\"height\";i:1420;s:4:\"file\";s:53:\"2014/11/santa-mailbox-1904131_1920-e1512164901665.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"santa-mailbox-1904131_1920-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"santa-mailbox-1904131_1920-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"santa-mailbox-1904131_1920-768x1151.png\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"santa-mailbox-1904131_1920-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"santa-mailbox-1904131_1920-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"santa-mailbox-1904131_1920-1170x425.png\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"santa-mailbox-1904131_1920-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4846,2120,'motopress-ce-save-in-version','3.0.2'),(4862,4112,'_wp_attached_file','2016/04/snow-man-555323_1920.jpg'),(4863,4112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1437;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2016/04/snow-man-555323_1920.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"snow-man-555323_1920-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:\"snow-man-555323_1920-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"snow-man-555323_1920-768x1026.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"snow-man-555323_1920-766x1024.jpg\";s:5:\"width\";i:766;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"snow-man-555323_1920-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"snow-man-555323_1920-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"snow-man-555323_1920-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4864,3173,'motopress-ce-save-in-version','2.5.1'),(4922,2109,'motopress-ce-save-in-version','3.0.2'),(4930,2613,'motopress-ce-save-in-version','2.5.1'),(4931,2080,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h1><a href=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png\"><img class=\"size-medium wp-image-4938 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color-300x223.png\" alt=\"\" width=\"300\" height=\"223\" /></a></h1>\r\n<h1></h1>\r\n<h1><a href=\"http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule.png\"><img class=\"size-medium wp-image-4939 alignnone\" src=\"http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule-300x227.png\" alt=\"\" width=\"300\" height=\"227\" /></a></h1>\r\n<h1><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png\">Click here for the February Fitness Schedule</a></span></h1>\r\n<p style=\"text-align: left;\">[mp_span col=\"12\"]</p>\r\n\r\n<h2><span style=\"color: #ff0000;\">Our group fitness classes are included in your purchase of a daily, monthly and annual membership.</span></h2>\r\n<h2>Class Cancellations/Updates</h2>\r\nReceive a text message for any class cancellations or changes! Sign-up at the front desk to join the list.\r\n<h4>Fluidity Bar Schedule</h4>\r\nTuesday: 9:00 - 10:00 AM\r\nThursday: 9:00 – 10:00 AM\r\nMember $12 / Resident $14 / Non Resident $16\r\n<h2><strong>Fitness Class Descriptions - All classes free for members </strong></h2>\r\n[su_spoiler title=\" Aqua Arthritis \" style=\"fancy\"]The program exercises are designed specifically for people with arthritis and related diseases.  Participants improve their joint flexibility and reduce there pain and stiffness while supported by the water’s buoyancy and resistance. The class also provides a friendly , fun atmosphere in which participants.<span style=\"color: #993300;\">[/su_spoiler][su_spoiler title=\"Aqua Fusion\" style=\"fancy\"]</span><span style=\"color: #993300;\"><span style=\"color: #000000;\">This class will combine multiple formats to improve your overall level of fitness. A mix of strength and endurance exercises held in the shallow lap lanes, the instructor may also take you into the deep water diving well.  Enjoy the buoyancy of the water while reducing impact on your joints.[/su_spoiler][su_spoiler title=\"Barre Intensity\" style=\"fancy\"]</span></span>Combines attributes of pilates, dance, and functional fitness training. Small isolated movement to fatigue the muscles, large range motion to elevate the heart rate, and sequencing that incorporates upper and lower body.  Mini-balls, resistance bands and light hand weights are used to sculpt, slim, and stretch your entire body.[/su_spoiler][su_spoiler title=\"Beyond Barre\" style=\"fancy\"]Think ballet meets ice skating! This class incorporates cardio, body-sculpting, fat burning, endurance. All levels are welcome to try the class. [/su_spoiler][su_spoiler title=\"Bike &amp; Body\" style=\"fancy\"]30 Minutes of intense Cycling followed by 30 minutes of weights. Instructor may do abdominals, upper or lower body or combination of all 3 components for an awesome workout. Instructor may also incorporate TRX® suspension bands.[/su_spoiler]<span style=\"color: #993300;\"><span style=\"color: #000000;\">[su_spoiler title=\"Dig Deep\" style=\"fancy\"]Water buoyancy belts are used in the deep end of the diving area. Water resistance improves cardio and strength. Cross training alternative without impact. Should be comfortable in deep water.</span></span>[/su_spoiler][su_spoiler title=\"Flow\" style=\"fancy\"]Grow longer and stronger in this invigorating mind-body workout. Flow incorporates yoga and pilates fundamentals with athletic training for balance, mobility, flexibility and the core.[/su_spoiler][su_spoiler title=\"H20 Boot Camp\" style=\"fancy\"]Based on traditional Boot Camp style with Aqua drills and thrills! A serious calorie burner and FUN!.[/su_spoiler][su_spoiler title=\"H20 Kickboxing\" style=\"fancy\"]Total body workout using kickboxing techniques.[/su_spoiler][su_spoiler title=\"H20 Total Splash\" style=\"fancy\"]Try a new twist to the traditional water work out! We use noodles, weights, bands and kickboxing drills to improve on cardio endurance and muscle strength without the impact on your joints.[/su_spoiler][su_spoiler title=\"Indoor Cycling / Location: 2nd Floor Cycling Area\" style=\"fancy\"]Our instructors lead you through a fun and challenging endurance strength workout. Cycling indoors will simulate cycling outdoors with sprints, climbs and cadence drills. Geared for all fitness levels from beginner to advanced come and give this class a try. Let’s Ride! Please bring a water bottle and towel with you to class.[/su_spoiler][su_spoiler title=\"Line Dance\" style=\"fancy\"]Learn the basic Level 1 line dancing steps. As the group progress\'s we will learn more advanced steps. Join us every Sunday for load\'s of fun &amp; line dancing also is excellent for memory.[/su_spoiler][su_spoiler title=\"Phase Pilates\" style=\"fancy\"]This class is for the true Pilates Student. Based on the Master Inventor Joseph Pilates we incorporate all of his fundamentals &amp; the 6 principals of Pilates. Instructor will demonstrate All Levels of Pilates from beginner to advanced. This class is true Mat Pilates we use our bodies and a mat in this class only. All fitness levels are welcome.[/su_spoiler][su_spoiler title=\"Pilates\" style=\"fancy\"]Based on Joseph Pilates basic techniques this class works the entire core. Instructor may also incorporate small balls, weights &amp; large stability balls and bands to add a very unique workout that you will truly enjoy. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"Power Yoga\" style=\"fancy\"]Linking breathing with movement, build strength, flexibility and balance. A dynamic warm up of the spine and full-body, followed by a sequence of poses focusing on balance, abs, hips, and twists to lengthen tone and detoxify the body and mind.  Ending with a deep rest, leaving you relaxed and rejuvenated. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"RIP\" style=\"fancy\"]60 minute class using barbells ant.d adjustable weights to tone and condition muscles while raising metabolic rate for rapid fat-burning. All major muscle groups are worked via a series of weight-bearing exercises including squats, presses and lifts, set to great, fun music! Weights are adjustable, so all fitness and ability levels are welcome in this class! This class style has confirmed higher than expected fat-burning effects alongside endurance, strength and \'wellness\' benefits.[/su_spoiler][su_spoiler title=\"Sunrise Yoga\" style=\"fancy\"]Start your morning out with a destressing breath of fresh morning air. Kick off your shoes and relax. Strengthen, stretch and balance. Classes are geared to fitness enthusiasts that want to learn and practice Hath a Yoga.[/su_spoiler][su_spoiler title=\"Tai Chi\" style=\"fancy\"]This low impact class will consist of basic stretching, gi gong (internal energy exercise), and basic tai chi postures and form. Students should expect to increase muscle strength, stamina and balance.[/su_spoiler][su_spoiler title=\"Tighten N Tone (T.N.T.)\" style=\"fancy\"]Learn proper body placement while using resistance. Your endurance, range of motion, flexibility, posture, muscle strength and bone density will improve. Weights and resistance tubing are used in this class. Bring a mat and a bottle of water.[/su_spoiler][su_spoiler title=\"Total Body Circuit\" style=\"fancy\"]Circuit intervals on weight machines focusing on muscle groups in both upper and lower body. Pair this class with Indoor Cycling for a great cardio and strength workout![/su_spoiler][su_spoiler title=\"Total Core\" style=\"fancy\"]Fast paced ab and core routine performed with different types of equipment that target different areas of the body.[/su_spoiler][su_spoiler title=\"TRX/Rip Trainer\" style=\"fancy\"]A weighted bar attached to a flexible cord to improve core, rotational power and increase stamina.[/su_spoiler][su_spoiler title=\"Vinyasa Flow \" style=\"fancy\"]This class uses breathing paired with Vinyasa movements to improve strength, flexibility &amp; endurance[/su_spoiler][su_spoiler title=\"Zumba\" style=\"fancy\"]ZUMBA is a fusion of Latin and International music-dance themes that create a dynamic, exciting, effective fitness workout! The routines feature easy to follow dance steps combined with body sculpting movements plus loads of fun[/su_spoiler][su_spoiler title=\"Zumba Kids\" style=\"fancy\"]<strong>D</strong>esigned for the younger Zumba fans ages 6-11. It’s an opportunity for them to move, dance and be active while enjoying some of their favorite music! Features routines based on Zumba choreography. The routines are kid friendly and the steps are designed to be easy to follow and fun for all![/su_spoiler]\r\n<h5></h5>\r\n<h5>Classes Below are FREE for SilverSneakers Members</h5>\r\n[su_spoiler title=\"Silver Sneakers® Classic\" style=\"fancy\"]Have fun and move to the music through a variety of exercises designed to increase muscular strength, range of movement, and activity for daily living skills. Hand-held weights, elastic tubing with handles, and a ball are offered for resistance, and a chair is used for seated and/or standing support.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Yoga\" style=\"fancy\"]YogaStretch will move your whole body through a complete series of seated and standing yoga poses. Chair support is offered to safely perform a variety of postures designed to increase flexibility, balance and range of movement. Restorative breathing exercises and final relaxation will promote stress reduction and mental clarity.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Splash\" style=\"fancy\"]Activate your aqua exercise urge for variety! SilverSplash® offers LOTS of fun and shallow water moves to improve agility, flexibility and cardiovascular endurance. No swimming ability is required, and a special Silver Sneakers® kickboard is used to develop strength, balance and coordination.[/su_spoiler][su_spoiler title=\"Silver Sneakers® CardioFit\" style=\"fancy\"]Get up and go with an aerobics class that’s safe, heart-healthy and gentle on the joints. The workout includes easy-to-follow low-impact movement and upper-body strength, abdominal conditioning, stretching and relaxation exercises designed to energize your active lifestyle.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Boom\" style=\"fancy\"]BOOM is a three-tiered program specially designed to service the needs of the active older adult population. Each class will include actin (BOOM Muscle), dance (BOOM Move It) and mind/body (BOOM Mind) formats to cater to the specific needs of this growing segment of the fitness center program.[/su_spoiler]\r\n<h3><strong>Fluidity Bar Class Schedule</strong></h3>\r\n<h3>Tuesday 9:00am- 10:00am</h3>\r\n<h3>Thursday 9:00am - 10:00am</h3>\r\n[/mp_span]\r\n\r\n[/mp_row]'),(4932,2080,'_mpce_enabled','1'),(4933,2080,'_motopress-ce-private-styles','{}'),(4934,2122,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]<a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"> </a>\r\n<h2></h2>\r\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\r\n<img class=\"size-medium wp-image-4676 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />\r\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\r\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\" classes=\" motopress-space\"]\r\n\r\n[mp_space]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(4935,2122,'_mpce_enabled','1'),(4936,4120,'_wp_attached_file','2014/11/Tree-Light-Up-with-Santa.jpg'),(4937,4120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:36:\"2014/11/Tree-Light-Up-with-Santa.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Tree-Light-Up-with-Santa-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:36:\"Tree-Light-Up-with-Santa-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Tree-Light-Up-with-Santa-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Tree-Light-Up-with-Santa-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tree-Light-Up-with-Santa-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tree-Light-Up-with-Santa-816x425.jpg\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"Tree-Light-Up-with-Santa-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4938,2122,'motopress-ce-save-in-version','3.0.2'),(4939,2122,'_motopress-ce-private-styles','{}'),(4940,4123,'_wp_attached_file','2017/11/Santa-Final.png'),(4941,4123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:23:\"2017/11/Santa-Final.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Santa-Final-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Santa-Final-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Santa-Final-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Santa-Final-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Santa-Final-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Santa-Final-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"Santa-Final-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4942,3876,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone  wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" alt=\"\" width=\"330\" height=\"186\" /></a>\r\n\r\nBirthday Party\r\n\r\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\r\n<p style=\"padding-left: 30px;\">Pricing: $150/Member     $175/Resident     $200/Non-Resident</p>\r\n[/mp_span]\r\n\r\n[/mp_row]'),(4943,3876,'_mpce_enabled','1'),(4944,3876,'motopress-ce-save-in-version','2.5.1'),(4945,3876,'_motopress-ce-private-styles','{}'),(4946,1797,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[row][span4]\r\n<h2>What does MacRec offer you?</h2>\r\n[dropcap]1.[/dropcap]\r\n<h6>Amenities</h6>\r\nThe City of Macedonia Family Recreation Center is a 55,000 sq. ft. community and fitness center located in Macedonia, Ohio. In addition to providing a wide variety of recreational and educational programming for all ages, we offer the following features for your enjoyment:\r\n<div id=\"content\">\r\n<ul>\r\n 	<li>Lap Pool, Activity Pool, Steam, Sauna, Whirlpool</li>\r\n 	<li>Indoor Track, Cardio and Resistance Equipment</li>\r\n 	<li>Fully Equipped Weight Room</li>\r\n 	<li>Learn to Swim Classes for all ages and abilities</li>\r\n 	<li>Land and Aquatic Fitness Classes</li>\r\n 	<li>Fitness Classes geared for Older Adults, including the SilverSneakers® Program</li>\r\n 	<li>Tot Room Babysitting</li>\r\n 	<li>Youth Programming &amp; Sports</li>\r\n 	<li>Summer Day Camp</li>\r\n 	<li>Special Events</li>\r\n 	<li>Rental Opportunities</li>\r\n 	<li>Birthday Parties</li>\r\n 	<li>FREE WIFI!</li>\r\n 	<li>Much More!</li>\r\n</ul>\r\n<strong>\r\nStop in and ask for a free tour!  We look forward to serving you!</strong>\r\n\r\n</div>\r\n[clear][dropcap]2.[/dropcap]\r\n<div class=\"none\">\r\n<h6>Employment Opportunities</h6>\r\n</div>\r\n<div id=\"content\">\r\n<h4>Join the MacRec team!</h4>\r\n&nbsp;\r\n\r\nPlease download the <a href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">EMPLOYMENT APPLICATION</a>, complete, and return to the front desk at the rec center.\r\nNOTE:  Employment applications are accepted year-round for current and future positions.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>• Daytime Lifeguards</strong>\r\n<strong> • WSI Instructors</strong>\r\n<strong> • Front Desk</strong></div>\r\n<div></div>\r\n[clear][dropcap]3.[/dropcap]\r\n<h6>Registration Guidelines</h6>\r\nAll registration is done at the Macedonia Family Recreation Center. Priority is given to members first. Register promptly to ensure your position in the program and to prevent possible cancellation due to low enrollment. We reserve the right to cancel classes due to insufficient enrollment prior to the start of the class. We accept registrations until the class is full or as noted:\r\n<h4>Swim Lessons</h4>\r\nBecause of the progressive nature of swim lessons no registration will be accepted after the second class begins.\r\n<h4>Fitness Classes (Land &amp; Water)</h4>\r\nRegistration is accepted throughout the entire session. No prorated fees available. Drop ins welcome for some classes; see course description for details.\r\n<h4>Youth Sports Organizations</h4>\r\nRegistration dates are published as available for these programs.\r\n<h4>Drop In Fee Guidelines</h4>\r\nA drop in fee is available for some programs (see program description for drop in availability and pricing). When classes are full, dropping in will not be possible. All classes require a minimum number of pre-registered participants to operate. If minimum enrollment is not met, classes will be cancelled. The best way to ensure a spot in a class is to pre-register. All drop in registrations must be done in person at the front desk before entering the class.\r\n<h4>Waiting Lists</h4>\r\nWaiting lists are available for popular programs. If a class is full please leave your name and phone number for the waiting list.\r\n<h4>Fee Information</h4>\r\nFees must be paid at the time of registration. Only receipt of payment reserves registration. Members of the Macedonia Family Recreation Center will receive a discount on classes that take place at the Recreation Center. Classes have limited enrollment. Fees for programs may be paid by cash, check, Visa or MasterCard.\r\n<strong>Checks may be made payable to: City of Macedonia</strong>\r\n<h4>Refund Policy</h4>\r\nActivity, program, or class refund or credit: Participant will receive a full refund or credit if the Parks &amp; Recreation Department cancels an activity. Participant cancels 5 business days prior to first day of activity, a full refund or credit will be issued minus an $5.00 administration fee. If participant cancels less than 5 business days prior to first day of activity, participant will receive prorated refund or credit minus $5.00 an administration fee from date of notification.\r\n<h4>Special Refund</h4>\r\nRefund for bus trips will be issued if spot can be filled. If expenditure has been made on behalf of a participant, that amount will be deducted from the total refund. Any refund of $5 or less will be credited to an account at the Rec. Center. Department supervisors reserve the right to adjust the policy and request documentation, depending upon the circumstances and the severity of the situation. Department supervisors reserve the right not to grant all refund requests. Participants should recognize and understand that activities of a physical nature involve some level or risk, and by registering for the class/program/activity the participant (or participant’s guardian) has assumed responsibility for that risk.\r\nMemberships and daily passes are non-refundable or non-transferable.\r\n<h4>Returned Check Policy</h4>\r\nA returned check from the bank will be charged a $13.00 fee.\r\n\r\n[clear][dropcap]4.[/dropcap]\r\n<h6>Facility Policies</h6>\r\nDownload the Facilities Policy Document:[su_button url=\"http://macrec.com/wp-content/uploads/2011/07/facility_policies-1.pdf\" radius=\"round\"]Download pdf[/su_button][clear][spacer]\r\n<h2>Facility Rental Info</h2>\r\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\r\n\r\n[table id=2 /]\r\n\r\n* The entire natatorium can only be rented outside of the regular hours of operation.\r\n<h4>Class 1</h4>\r\nCity of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\r\n<h4>Class 2</h4>\r\nMacedonia based, Non profit, tax exempt corporations as established by the IRS (examples: civic organizations, churches, fraternal bodies) not charging admissions.\r\n<h4>Class 3</h4>\r\nAny organization, institution, agency, group or individual not included in Class 1 – 2; or anyone in Class 2 charging admission.\r\n<h4>Rental Policies and Fees</h4>\r\n<strong>1.</strong>  The application for use of areas within the Macedonia Family Recreation Center shall be in writing and submitted to the Macedonia Family Recreation Center Staff. All areas of the application must be filled out completely and must be signed by a responsible representative of the requesting organization or party.\r\n<strong>2.</strong>  Rental requests will be accepted on a quarterly basis to correspond with program registration dates. Requests must be received a minimum of 2 weeks in advance.\r\n<strong>3.</strong>  Your rental fee payment and completed Rental Agreement must be received prior to approval and confirmation.\r\n<strong>4.</strong>  When events are scheduled outside of the normal business day, a fee of $25.00 per hour will be assessed. A minimum of two hours will be charged.\r\n<strong>5.</strong>  SECURITY DEPOSIT – A $50.00 Security Deposit is required for all rentals. The Security Deposit will be refunded (a check to be mailed from the City of Macedonia within 4 weeks) unless:\r\n\r\n<strong>a.</strong>  You cancel the rental with less than 2 weeks notice.\r\n<strong>b.</strong>  The facility is left dirty.\r\n<strong>c.</strong>  Any damage has occurred to City property as a result of your rental\r\n<strong>d.</strong>  You or your party violates the terms of the Rental Agreement.\r\n\r\n<strong>6.</strong>  Macedonia Family Recreation Center lifeguards will supervise all activities in the natatorium. Please have an accurate estimate of attendance at the time of the rental so we may plan accordingly. The rental fee includes up to 25 people. There will be an additional fee of $35.00 per hour for each additional 25 persons, or portion there of, in attendance.\r\n<strong>7.</strong>  Any time the Colorado Timing system is in use, Macedonia Family Recreation Center staff will set-up, run and remove the system. The fee is an additional $25.00 per hour.\r\n<h2>Special Services</h2>\r\nTot Room\r\n<figure class=\"featured-thumbnail\"><img src=\"http://macrec.com/wp-content/uploads/2013/09/Tot-Room-120x120.jpg\" alt=\"Tot Room\" /></figure>\r\n<div class=\"team-content post-content\">\r\n\r\n<strong>Open to ages 1½ to 8 years old.</strong>\r\n\r\nThe Tot Room will be available for babysitting services for anyone using the facility. Enrollment in to room is complementary for members. Non-Members pay $2.00 per hour per child. Utilization for the tot room shall not exceed two hours per visit per day.\r\n\r\nHours\r\nMonday-Saturday Mornings 9:00am-1:00pm\r\nMonday-Thursday Evenings 5:00pm-8:00pm\r\n<ul>\r\n 	<li>Parents must remain in the center during the child’s visit to the Tot Room.</li>\r\n 	<li>A maximum number of 8 children will be accepted in the Tot Room at any given time.</li>\r\n 	<li>The Tot Room staff will not be able to feed, diaper or supply medicine to the children.</li>\r\n 	<li>No sick children will be accepted.</li>\r\n 	<li>We require that the same guardian that signs the child into the Tot Room is the same guardian that picks the child up, unless prior arrangements are made with Tot Room Staff.</li>\r\n 	<li>All belongings should be labeled.</li>\r\n 	<li>Please do not send your child with food or beverages.</li>\r\n</ul>\r\nA current Tot Room Medical Information Form must be on file.\r\n\r\n</div>\r\n<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" sizes=\"(max-width: 330px) 100vw, 330px\" srcset=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg 300w, http://macrec.com/wp-content/uploads/2013/09/20151014_120353-1024x576.jpg 1024w\" alt=\"\" width=\"330\" height=\"186\" /></a>\r\n\r\nBirthday Party\r\n\r\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\r\n\r\nPricing: $150/Member     $175/Resident     $200/Non-Resident'),(4947,1797,'_mpce_enabled','1'),(4948,4130,'_wp_attached_file','2017/11/12December-2017.pdf'),(4949,4130,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"12December-2017-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"12December-2017-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"12December-2017-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"12December-2017-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4950,4131,'_wp_attached_file','2017/11/12December-2017-page-0.jpg'),(4951,4131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:34:\"2017/11/12December-2017-page-0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"12December-2017-page-0-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:\"12December-2017-page-0-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"12December-2017-page-0-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"12December-2017-page-0-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"12December-2017-page-0-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"12December-2017-page-0-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"12December-2017-page-0-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4952,4132,'_wp_attached_file','2017/11/12December-2017-page-1.jpg'),(4953,4132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2550;s:4:\"file\";s:34:\"2017/11/12December-2017-page-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"12December-2017-page-1-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:\"12December-2017-page-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"12December-2017-page-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"12December-2017-page-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"12December-2017-page-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"12December-2017-page-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"12December-2017-page-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4954,2221,'_oembed_81d7dc5535be8be87b2b10e797f39752','{{unknown}}'),(4955,2221,'_oembed_20af519dea51314df373b6230b453245','{{unknown}}'),(4956,4137,'_wp_attached_file','2017/11/December-17-Fitness-Schedule.pdf'),(4957,4138,'_wp_attached_file','2017/11/December-17-Fitness-Schedule-page-0.jpg'),(4958,4138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:47:\"2017/11/December-17-Fitness-Schedule-page-0.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4959,4139,'_wp_attached_file','2017/11/December-17-Fitness-Schedule-1.pdf'),(4960,4107,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:30:\"santa-mailbox-1904131_1920.png\";}}'),(4961,4144,'_wp_attached_file','2017/12/December-17-Fitness-Schedule.pdf'),(4962,4144,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"December-17-Fitness-Schedule-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"December-17-Fitness-Schedule-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"December-17-Fitness-Schedule-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"December-17-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4963,4145,'_wp_attached_file','2017/12/December-17-Fitness-Schedule-1.pdf'),(4964,4145,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"December-17-Fitness-Schedule-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"December-17-Fitness-Schedule-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"December-17-Fitness-Schedule-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:38:\"December-17-Fitness-Schedule-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4965,4146,'_wp_attached_file','2017/12/December-17-Fitness-Schedule-2.pdf'),(4966,4146,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"December-17-Fitness-Schedule-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"December-17-Fitness-Schedule-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"December-17-Fitness-Schedule-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:38:\"December-17-Fitness-Schedule-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4967,4138,'post_views_count','1'),(4968,4138,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:39:\"December-17-Fitness-Schedule-page-0.jpg\";}s:18:\"full-1512412035473\";a:3:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:54:\"December-17-Fitness-Schedule-page-0-e1512412028835.jpg\";}}'),(4969,4147,'_wp_attached_file','2017/12/December-17-Fitness-Schedule.jpg'),(4970,4147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:40:\"2017/12/December-17-Fitness-Schedule.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"December-17-Fitness-Schedule-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:40:\"December-17-Fitness-Schedule-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"December-17-Fitness-Schedule-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"December-17-Fitness-Schedule-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"December-17-Fitness-Schedule-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:41:\"December-17-Fitness-Schedule-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:39:\"December-17-Fitness-Schedule-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4971,2241,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n<h4><span style=\"color: #0000ff;\">Bethann barto, fitness consultant,    email:  </span><em><a href=\"mailto:bethann946@roadrunner.com\"><span style=\"color: #0000ff;\">bethann946@roadrunner.com</span></a></em></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n\r\n<!-- [if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG></o:AllowPNG>\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]--><!-- [if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves></w:TrackMoves>\r\n<w:TrackFormatting></w:TrackFormatting>\r\n<w:PunctuationKerning></w:PunctuationKerning>\r\n<w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables></w:BreakWrappedTables>\r\n<w:SnapToGridInCell></w:SnapToGridInCell>\r\n<w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n<w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n<w:DontGrowAutofit></w:DontGrowAutofit>\r\n<w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n<w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n<w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n<w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n<m:brkBin m:val=\"before\"></m:brkBin>\r\n<m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n<m:smallFrac m:val=\"off\"></m:smallFrac>\r\n<m:dispDef></m:dispDef>\r\n<m:lMargin m:val=\"0\"></m:lMargin>\r\n<m:rMargin m:val=\"0\"></m:rMargin>\r\n<m:defJc m:val=\"centerGroup\"></m:defJc>\r\n<m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n<m:intLim m:val=\"subSup\"></m:intLim>\r\n<m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!-- [if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n</w:LatentStyles>\r\n</xml><![endif]--><!-- [if gte mso 10]>\r\n\r\n<style>\r\n /* Style Definitions */<br />table.MsoNormalTable<br />{mso-style-name:\"Table Normal\";<br />mso-tstyle-rowband-size:0;<br />mso-tstyle-colband-size:0;<br />mso-style-noshow:yes;<br />mso-style-priority:99;<br />mso-style-parent:\"\";<br />mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />mso-para-margin-top:0in;<br />mso-para-margin-right:0in;<br />mso-para-margin-bottom:10.0pt;<br />mso-para-margin-left:0in;<br />line-height:115%;<br />mso-pagination:widow-orphan;<br />font-size:11.0pt;<br />font-family:\"Calibri\",\"sans-serif\";<br />mso-ascii-font-family:Calibri;<br />mso-ascii-theme-font:minor-latin;<br />mso-hansi-font-family:Calibri;<br />mso-hansi-theme-font:minor-latin;}<br /></style><![endif]-->\r\n\r\n<span style=\"font-size: 14px;\">Personal trainers can help start you on a path towards reaching your health and wellness goals. Whether you\'re seeking general conditioning, sports-specific training, motivation or nutrition advice,  we are trained to work with people of all ages and fitness levels.</span>\r\n\r\n<span style=\"font-size: 14px;\">1 on 1 Personal Training</span> <span style=\"font-size: 14px;\">Package Includes:\r\n</span>\r\n<ul>\r\n 	<li><span style=\"font-size: 14px;\">Fitness Assessment Challenge</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Body Fat Testing &amp; Measurements</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Professional Stretching</span></li>\r\n 	<li><span style=\"font-size: 14px;\">All Programs Custom Designed</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Diet and Nutrition Suggestions</span></li>\r\n</ul>\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/09/1-on-1-training.png\"><img class=\"alignnone size-medium wp-image-4652\" src=\"http://macrec.com/wp-content/uploads/2018/09/1-on-1-training-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>\r\n<h4><span style=\"font-size: 18px; font-family: Calibri, sans-serif;\">-All one hour massage services now include a steamed, hot towel service</span></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><span style=\"color: #000000;\">Personal Training Packages</span></h4>\r\n<span style=\"color: #000000;\"><em>All personal training and services must be redeemed within 1 year of purchase date.</em></span>\r\n\r\n[su_spoiler title=\"30 Minute Express Personal Training\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\r\n\r\n(Receive 1 FREE session with purchase of 5)\r\n\r\n[/su_spoiler]\r\n\r\n[su_spoiler title=\"1 Hour Personal Training\" style=\"fancy\"]Session Members -$55.00     Macedonia Residence -$60.00        General Public- $65.00 [/su_spoiler]\r\n[su_spoiler title=\"5 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$275.00     Macedonia Residence -$300.00        General Public- $325.00\r\n\r\n(Receive 1 FREE session with purchase) [/su_spoiler]\r\n[su_spoiler title=\"10 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$550.00     Macedonia Residence -$600.00        General Public- $650.00\r\n\r\n(Receive 2 FREE sessions with purchase) [/su_spoiler]\r\n[su_spoiler title=\"20 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1100.00     Macedonia Residence -$1200.00        General Public- $1300.00\r\n\r\n(Receive 4 FREE sessions with purchase) [/su_spoiler]\r\n\r\n[su_spoiler title=\"30- 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1650.00     Macedonia Residence -$1800.00        General Public- $1950.00\r\n\r\n(Receive 6 FREE sessions with purchase) [/su_spoiler]\r\n[su_spoiler title=\"40 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$2200.00     Macedonia Residence -$2400.00        General Public- $2600.00\r\n\r\n(Receive 8 FREE sessions with purchase) [/su_spoiler]\r\n\r\n[su_spoiler title=\"Private Pilates Personal Training Session\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\r\n\r\n(Receive 3 FREE sessions with purchase of 5)\r\n\r\n[su_spoiler title=\"Additional Personal Training Services\" style=\"fancy\"]\r\n\r\n•Teen Training Program\r\nMember $20 / Macedonia Resident $25 / General Public $30\r\n\r\n•New Member Workout\r\nMember $20 / Macedonia Resident $25 / General Public $30\r\n\r\n•Small Group Personal Training [/su_spoiler]\r\n<h4><span style=\"color: #000000;\">Personal Services</span></h4>\r\n[su_accordion]\r\n[su_spoiler title=\"Body Fat Testing and Measurements\" style=\"fancy\"]A Personal Trainer will measure your body fat with a body fat caliper to determine your correct percentage. We will also take accurate measurements and document the information for you.\r\nGeneral Public: - $12.00     Macedonia Residence Fee $10.00     Member Fee-$8.00 [/su_spoiler]\r\n[su_spoiler title=\"Professional Stretching (30 Min.)\" style=\"fancy\"]Let our Personal Trainers professionally stretch out your entire body. This session is 30 minutes long. It helps relieve muscle soreness, increase range of motion, and leaves you feeling great!\r\nGeneral Public: - $49.00     Macedonia Residence Fee $47.00     Member Fee-$45.00\r\n\r\nPurchase 10  Stretching Sessions get 1 Free\r\n\r\nGeneral Public: - $490.00 Macedonia Residence Fee $470.00     Member Fee-$450.00\r\n\r\n[/su_spoiler]\r\n[su_spoiler title=\"Fitness Assessment\" style=\"fancy\"]What areas should you be working harder on: flexibility, cardiovascular, strength. Our personal Trainers will help determined the area of need. Bring water and wear workout clothing. Assessment is roughly 15 minutes. For men and women ages 15 years and older.\r\nGeneral Public: - $15.00     Macedonia Residence Fee $12.00     Member Fee-$10.00 [/su_spoiler]\r\n[su_spoiler title=\"Fluidity Bar Group Training\" style=\"fancy\"]Fluidity Bar training is designed to improve our ability to function in everyday life– that is, multi-dimensional, weight-bearing movements that challenge our balance, stability and mobility. Fluidity Bar strengthens and lengthens muscles and improves the pelvic floor girdle area by 360 degrees of challenging poses. This training is done by appointment only and is a 60 minute session.\r\n1 - 1 Hour Session: General Public Fee: - $16.00     Macedonia Residence Fee $14.00     Member Fee-$12.00\r\n5 - 1 Hour Sessions: General Public Fee: - $80.00     Macedonia Residence Fee $70.00     Member Fee-$60.00\r\n\r\nClass Schedule\r\nTuesday: 9:00 - 10:00 AM\r\nThursday: 9:00 – 10:00 AM\r\n\r\n<em> *Registration for Fluidity Bar classes can be done at the front desk*</em>\r\n\r\n[/su_spoiler]\r\n[su_spoiler title=\"Kinesiology Therapeutic Tape\" style=\"fancy\"]Our Certified KT Specialist is certified in: Kinesiology Taping. This method aids in the healing process of most injuries. The direction method applied &amp; the compression of the tape helps heal your injury faster. Most Professional Athlete\'s use KT to help with performance &amp; healing.\r\n\r\nCost: $10.00 to $20.00 (depending on how much tape is used &amp; how many times the client will have to return for more taping) [/su_spoiler]\r\n<h3><span style=\"color: #ff0000;\">Personal Trainers not affiliated with the Macedonia Recreation Center can enter the center to train at a $50 fee per hour.</span></h3>\r\n[/mp_span]\r\n\r\n[/mp_row]'),(4972,2241,'_mpce_enabled','1'),(4973,2241,'_motopress-ce-private-styles','{}'),(4974,203,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h1><span style=\"color: #ff0000;\"> </span>[row]</h1>\r\n&nbsp;\r\n<h2><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">Click here for our employment application.</a></span></h2>\r\n<h2><span style=\"color: #00ff00;\"><a style=\"color: #00ff00;\" href=\"https://visitor.r20.constantcontact.com/manage/optin?v=001R5ZVVsTX-LBC2uf-EiljG5pZzN396tuuFTWDkQXVrwXBSjY8_oF_W7M4EnGL8TYJL3Je0cZqKAWQDyABiwUV_v4qcIT1wjPj-57B09oNQ0PAtPiMZhmjiyCTHLx62bD9Ur0VfqBhvyABKpPQnenDip6OG1Rh-vuFXYPvBUXvIHoSOnQjHYsBhUMkkoYI5SzUmbk-qpiIJpZOVElbxhvt2GG4j6QLrZnXeL2qWaZc0io2L_9aQJ8miSss5A4K2EdbUbQmR7PcVq0%3D\">Click here to join the recreation newsletter! </a></span></h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://macrec.com/fitness/schedule/\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=http://macrec.com/wp-content/uploads/2019/01/February-19-Schedule-color.pdf]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf\"]Click Here[/su_button]\r\n\r\n[/ezcol_1quarter][ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]\r\n\r\n[su_spacer size=\"50\"]\r\n[table id=3 /]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(4975,203,'_mpce_enabled','1'),(4976,203,'_motopress-ce-private-styles','{}'),(4977,4168,'_wp_attached_file','2017/12/Winter-2018-Chart-Color.pdf'),(4978,4168,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Winter-2018-Chart-Color-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Winter-2018-Chart-Color-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Winter-2018-Chart-Color-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:31:\"Winter-2018-Chart-Color-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4979,1797,'_motopress-ce-private-styles','{}'),(4980,4181,'_wp_attached_file','2013/09/Tot-Room.jpg'),(4981,4181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:20:\"2013/09/Tot-Room.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Tot-Room-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:\"Tot-Room-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Tot-Room-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Tot-Room-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Tot-Room-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tot-Room-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"Tot-Room-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1513010245\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4982,2120,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h2><span style=\"color: #ff0000;\">Lego Club Connection<a href=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection.png\"><img class=\"size-medium wp-image-4773 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></span></h2>\r\nTuesday, January 15 - February 19\r\n\r\nAges 5-7: 5:30-6:30 pm. Ages 8-11: 6:45-7:45 pm\r\n\r\nJoin friends as we imagine, build and create. Each class will explore a different design that students can build and more.  All materials are provided.\r\n\r\n$50 per person for six class sessions\r\n<h2></h2>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"size-medium wp-image-4676 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\r\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n&nbsp;\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(4983,2120,'_mpce_enabled','1'),(4984,4182,'_wp_attached_file','2017/12/Plate.png'),(4985,4182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:458;s:4:\"file\";s:17:\"2017/12/Plate.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Plate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Plate-300x229.png\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Plate-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Plate-600x425.png\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:16:\"Plate-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4986,2120,'_motopress-ce-private-styles','{}'),(4987,3173,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"8\"]\r\n<h2 style=\"text-align: center;\"><strong>Camp Macedonia</strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>Monday - Friday, June 11 - August 10</strong><strong> </strong></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>Registration Open Now</strong></span></h2>\r\nCamp Macedonia is packed with a variety of activities and non-stop excitement to keep kids ages 6 through 12\r\n\r\nactive and engaged (must be 6 yrs old at start of camp week).  Children can develop new skills, interests, and hobbies while building life long memories as they participate in many activities, games, and more.\r\n\r\nCamp Macedonia Summer Day Camp offers you the opportunity to enroll your child for the weeks that work best. Day camp will begin at 9:00am and end at 3:00pm. PM &amp; AM extenders are available for enrollment. Before Care starts at 7:30am and ends at 9:00am and After Care starts at 3:00pm and ends at 6:00pm.  Camp is primarily held outside at the pavilion area of Longwood Park within walking distance to fields/open grass areas, lake, trails, &amp; rec center.\r\n\r\nCamp Macedonia campers swim up to four times a week at the Macedonia Family Recreation Center.  Macedonia Rec. Center offers 2 pools (0-4ft &amp; 3.5-11ft) for the campers to use.  Swim activities include games and open play.\r\n\r\nSpecial field trips are scheduled each week excluding July 4th week.  Campers are transported by school bus. Each week offers a new theme and activities surrounding that theme.  Your camper can enjoy cookouts every Friday instead of bringing a lunch.  Field trips include: Water Works Park, Fun N Stuff, Cleveland Metroparks Zoo, Nickajack Farm, Camp Hi, Akron Rubberducks, Roseland Bowling.\r\n\r\nThrough the day campers rotate through social, art and craft, and physical activities before heading off to interest groups (a special activity provided by counselors that campers can pick to do at the start of the week) and lunch.  Swimming activity and group activity follows lunch.\r\n\r\n<strong><em>Registration deadline is one week prior to the desired camp week start. </em></strong>\r\n\r\nDay Camp per week:  Resident $113 Non Resident $128\r\n\r\nJuly 4th week: Macedonia Resident $90/ Non-Resident $102\r\n\r\n<strong><u>Extenders</u></strong>\r\n\r\nBefore Care:  7:30 - 9:00am             Non Resident $36 / Resident $26\r\n\r\n(July 4th week: Macedonia Resident $21/ Non-Resident $29)\r\n\r\nAfter Care:  3:00 - 6:00pm                Non Resident $56 / Resident $46\r\n\r\n(July 4th week: Macedonia Resident $37/ Non-Resident $45)\r\n\r\n<strong><em><u>A $15 late fee will be assessed for registrations accepted passed the deadline</u></em></strong>\r\n\r\nDuring the weeks of June 11– July 13 Camp Macedonia is partnering with Solutions Behavioral Consulting to offer day camp for children with ASD and other  developmental disorders or behavioral needs. Camp SBC offers a 1 on 1 ratio.  <em>All SBC counselors are background screened. Registration is required through Solutions Behavioral Consulting. This 5-week program provides SBC campers with full inclusion opportunities. Camp activities include specially designed opportunities for instruction in social skills, academics, and other educational goals as designated by each student’s IEP. SLP and OT services are provided at an additional cost.  For more information: <a href=\"http://www.solutionsbehavioral.com\">www.solutionsbehavioral.com</a></em>\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"4\"]\r\n\r\n[mp_image id=\"4394\" size=\"full\" link_type=\"custom_url\" link=\"#\" target=\"false\" caption=\"false\" align=\"left\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(4988,3173,'_mpce_enabled','1'),(4989,3173,'_motopress-ce-private-styles','{}'),(4990,4190,'_wp_attached_file','2017/12/1January-2018.pdf'),(4991,4190,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"1January-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"1January-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"1January-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:21:\"1January-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4992,4193,'_wp_attached_file','2018/01/Janurary-18-Fitness-Schedule.png'),(4993,4193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:40:\"2018/01/Janurary-18-Fitness-Schedule.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Janurary-18-Fitness-Schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Janurary-18-Fitness-Schedule-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Janurary-18-Fitness-Schedule-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Janurary-18-Fitness-Schedule-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Janurary-18-Fitness-Schedule-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Janurary-18-Fitness-Schedule-1170x425.png\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:39:\"Janurary-18-Fitness-Schedule-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4994,3621,'_oembed_20dc1cadb1f3ff0cc7a4507c4b0d4eaf','{{unknown}}'),(4995,2120,'_oembed_7aaf5468d20197a3d1632fe19308b23b','{{unknown}}'),(4996,4218,'_wp_attached_file','2018/01/1January-2018.pdf'),(4997,4218,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"1January-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"1January-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"1January-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:21:\"1January-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4998,4224,'_wp_attached_file','2018/01/sunday.png'),(4999,4224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:18:\"2018/01/sunday.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sunday-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sunday-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sunday-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"sunday-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"sunday-940x425.png\";s:5:\"width\";i:940;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"sunday-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5000,4226,'_wp_attached_file','2018/01/Essential-Oils.png'),(5001,4226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:688;s:4:\"file\";s:26:\"2018/01/Essential-Oils.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Essential-Oils-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Essential-Oils-260x300.png\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Essential-Oils-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Essential-Oils-596x425.png\";s:5:\"width\";i:596;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Essential-Oils-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5002,4235,'_wp_attached_file','2018/02/2February-2018.pdf'),(5003,4235,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2February-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2February-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"2February-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:22:\"2February-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5004,4238,'_wp_attached_file','2018/02/February-18-Fitness-Schedule.png'),(5005,4238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:40:\"2018/02/February-18-Fitness-Schedule.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"February-18-Fitness-Schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"February-18-Fitness-Schedule-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"February-18-Fitness-Schedule-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"February-18-Fitness-Schedule-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"February-18-Fitness-Schedule-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:41:\"February-18-Fitness-Schedule-1170x425.png\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:39:\"February-18-Fitness-Schedule-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5006,4244,'_wp_attached_file','2018/02/Soccer-Information-Spring-2018.pdf'),(5007,4245,'_wp_attached_file','2018/02/Soccer-Information-Spring-2018-1.pdf'),(5008,4246,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":true,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(5009,4246,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(5010,4248,'_wp_attached_file','2018/02/Dive-In-Movie-Flyer.png'),(5011,4248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:997;s:6:\"height\";i:701;s:4:\"file\";s:31:\"2018/02/Dive-In-Movie-Flyer.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Dive-In-Movie-Flyer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Dive-In-Movie-Flyer-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Dive-In-Movie-Flyer-768x540.png\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Dive-In-Movie-Flyer-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Dive-In-Movie-Flyer-997x425.png\";s:5:\"width\";i:997;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"Dive-In-Movie-Flyer-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5012,4254,'_wp_attached_file','2018/02/General-Application.pdf'),(5013,4254,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"General-Application-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"General-Application-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"General-Application-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:27:\"General-Application-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5014,2113,'_mpce_post_content','<h2><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"alignnone size-medium wp-image-4676\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h2>\r\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\r\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5015,2113,'_mpce_enabled','1'),(5016,2113,'motopress-ce-save-in-version','2.5.1'),(5017,2113,'_motopress-ce-private-styles','{}'),(5018,3151,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"11\"]\r\n\r\n[mp_code mp_custom_style=\"mpce-prvt-3151-5a871db9e4a62\"]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Macedonia FunFest 2018 Community Festival presented by City Tire Pros</strong></span></h3>\r\n<p style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS.png\"><img class=\"alignnone size-medium wp-image-4494\" src=\"http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS-300x29.png\" alt=\"\" width=\"300\" height=\"29\" /></a></p>\r\n\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>June 7-10, 2018\r\n</strong></span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Longwoo</strong></span><span style=\"color: #000000;\"><strong>d Park</strong> </span></h2>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\">1494 E. Aurora Rd., Macedonia, OH 44056</span></h4>\r\n[embed]https://www.youtube.com/watch?time_continue=6&v=OfHmXA93xOQ[/embed]\r\n<h1><a href=\"http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1.jpg\"><img class=\" wp-image-4496 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1-225x300.jpg\" alt=\"\" width=\"282\" height=\"376\" /></a></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000080;\">  </span><strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://macrec.com/wp-content/uploads/2018/02/FunFest-Sponsorship-Categories-2018.pdf\"><span style=\"color: #ff0000;\">Click Here</span> for our FunFest Sponsorship Categories</a></span></strong></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://www.hermescleveland.com/roadracing/events/macrec.asp\"><span style=\"color: #ff0000;\">Click Here</span> for MacRec 5K for the Rescue Registration </a></span></strong></h1>\r\n<h1 style=\"text-align: center;\"><strong><a href=\"http://macrec.com/wp-content/uploads/2018/05/Cruise-In-Form-2.pdf\"><span style=\"color: #ff0000;\">Click Here</span> <span style=\"color: #000000;\">for the Classic Car Cruise In Registration Form</span></a></strong></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://macrec.com/wp-content/uploads/2018/03/Booth-Space-Application-2018.pdf\"><span style=\"color: #ff0000;\">Click Here</span> for our FunFest Community Booth Application</a></strong>   </span></h1>\r\n<h1 style=\"text-align: center;\"><strong><a href=\"http://nordoniahills.news/spirit-of-macedonia-fun-fest-2017-photos/#prettyPhoto\"><span style=\"color: #ff0000;\">Click Here</span> <span style=\"color: #000000;\">to checkout photos from last year!</span></a></strong></h1>\r\n[/mp_code]\r\n\r\n[/mp_span]\r\n\r\n[mp_span col=\"1\" classes=\" motopress-empty mp-hidden-phone\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5019,3151,'_mpce_enabled','1'),(5020,4263,'_wp_attached_file','2018/02/Booth-Space-Application-2018.pdf'),(5021,4263,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Booth-Space-Application-2018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Booth-Space-Application-2018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Booth-Space-Application-2018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"Booth-Space-Application-2018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5022,4264,'_wp_attached_file','2018/02/FunFest-Sponsorship-Agreement-Form-2018.pdf'),(5023,4264,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"FunFest-Sponsorship-Agreement-Form-2018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"FunFest-Sponsorship-Agreement-Form-2018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"FunFest-Sponsorship-Agreement-Form-2018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:47:\"FunFest-Sponsorship-Agreement-Form-2018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5024,4265,'_wp_attached_file','2018/02/FunFest-Sponsorship-Categories-2018.pdf'),(5025,4265,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"FunFest-Sponsorship-Categories-2018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"FunFest-Sponsorship-Categories-2018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"FunFest-Sponsorship-Categories-2018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:43:\"FunFest-Sponsorship-Categories-2018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5035,3151,'motopress-ce-save-in-version','2.5.1'),(5036,3151,'_motopress-ce-private-styles','{\"mpce-prvt-3151-5a871db9e4a62\":{\"settings\":{\"up\":{\"background-color\":\"rgb(255, 255, 255)\"}},\"css\":\".mpce-prvt-3151-5a871db9e4a62:not(.mpce-dsbl-background-color){background-color:rgb(255, 255, 255) !important;}\"}}'),(5037,4270,'_wp_attached_file','2018/02/FunFest-Save-the-Date-Flyer.pdf'),(5038,4270,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"FunFest-Save-the-Date-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"FunFest-Save-the-Date-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"FunFest-Save-the-Date-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:35:\"FunFest-Save-the-Date-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5039,4271,'_wp_attached_file','2018/02/FunFest-Save-the-Date-Flyer.png'),(5040,4271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:834;s:4:\"file\";s:39:\"2018/02/FunFest-Save-the-Date-Flyer.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"FunFest-Save-the-Date-Flyer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"FunFest-Save-the-Date-Flyer-226x300.png\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"FunFest-Save-the-Date-Flyer-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"FunFest-Save-the-Date-Flyer-628x425.png\";s:5:\"width\";i:628;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:38:\"FunFest-Save-the-Date-Flyer-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5041,4273,'_wp_attached_file','2018/02/little-vet-school.jpg'),(5042,4273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:118;s:4:\"file\";s:29:\"2018/02/little-vet-school.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"little-vet-school-150x118.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"little-vet-school-258x118.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"little-vet-school-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5043,4274,'_wp_attached_file','2018/02/Stem.jpg'),(5044,4274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:402;s:4:\"file\";s:16:\"2018/02/Stem.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Stem-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:16:\"Stem-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Stem-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:15:\"Stem-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5045,4275,'_wp_attached_file','2018/02/Tap-Class.jpg'),(5046,4275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2018/02/Tap-Class.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Tap-Class-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:\"Tap-Class-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Tap-Class-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Tap-Class-1024x288.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tap-Class-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Tap-Class-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"Tap-Class-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5047,4278,'_wp_attached_file','2018/02/Description.pdf'),(5048,4279,'_wp_attached_file','2018/02/Description-1.pdf'),(5049,4281,'_wp_attached_file','2018/02/Summer-Camp-Counselor-Job-Posting.pdf'),(5050,2252,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<div id=\"sub_nav\"></div>\r\n<div id=\"content\">\r\n<h4>Shelter Reservation Policy</h4>\r\n<strong>1.</strong> Shelters may be reserved by Macedonia Residents beginning January 1st for that current year. Non-residents may reserve shelters after February 1st for that current year.\r\nProof of residency required.\r\n<strong>2.</strong> Shelters available to reserve on a ﬁrst come ﬁrst serve basis.\r\n<strong>3.</strong> Electrical Outlets are available at Longwood only. Sanitary facilities are also available. Water is available at Longwood, and features hiking trails, softball ﬁelds, and playgrounds. Sugarbush offers a basketball court, softball ﬁeld, playground, and hiking trails.\r\n<strong>4.</strong> Alcoholic Beverages are Prohibited.\r\n<strong>5.</strong> The Shelter reservation will not exempt you from the rules of the park or the City of Macedonia.\r\n<strong>6.</strong> Park hours are from 8:00am to 8:00pm. Shelters are reserved for the entire day. (Dawn to Dusk)\r\n<strong>7.</strong> Cost of reserving shelters:\r\n\r\n<strong>Residents: $25 weekdays (M-F) $50 weekends/holidays</strong>\r\n<strong>Non-residents: $50 weekdays (M-F) $75 weekends/holidays</strong>\r\n\r\n<strong>8.</strong> Refunds will be issued only when shelter is deemed unusable by the Parks and Recreation Administrative Staff or when a request for a refund is made 30 days before the event.\r\n\r\n<strong>Longwood 1</strong> — accommodates up to 100 people and has 10 tables.\r\n<strong>Longwood 2</strong> — accommodates up to 100 people and has 10 tables.\r\n<strong>Longwood 3</strong> — accommodates up to 65 people and has 6 tables.\r\n<strong>Sugarbush</strong> — accommodates up to 85 people and has 8 tables.\r\n\r\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/02/Shelter-Form.pdf\">Download the Shelter Form Application Here</a></span>\r\n\r\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2017/01/Field-Permit-Application.pdf\">Download the Field Permit Application Here</a></span>\r\n\r\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2017/03/Longwood-Park-Map-2017.pdf\">Longwood Park Map </a></span>\r\n\r\n</div>\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5051,2252,'_mpce_enabled','1'),(5052,4285,'_wp_attached_file','2018/02/Shelter-Form.pdf'),(5053,4285,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Shelter-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Shelter-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Shelter-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:20:\"Shelter-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5054,2252,'motopress-ce-save-in-version','2.5.1'),(5055,2252,'_motopress-ce-private-styles','{}'),(5056,4287,'_edit_lock','1528726256:2'),(5057,4287,'_edit_last','2'),(5058,4287,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"10\"]\r\n\r\n[mp_image id=\"4473\" size=\"large\" link_type=\"custom_url\" link=\"#\" target=\"false\" caption=\"false\" align=\"left\"]\r\n\r\n[/mp_span]\r\n\r\n[mp_span col=\"2\" classes=\" motopress-empty mp-hidden-phone\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://www.hermescleveland.com/roadracing/events/macrec.asp\">Click here</a> </span><span style=\"color: #000000;\">to register for the 5K for the Rescue.</span></strong></h1>\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5059,4287,'_mpce_enabled','1'),(5060,4287,'_wp_page_template','default'),(5061,4289,'_wp_attached_file','2018/02/5K-for-the-Rescue.png'),(5062,4289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:997;s:6:\"height\";i:634;s:4:\"file\";s:29:\"2018/02/5K-for-the-Rescue.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"5K-for-the-Rescue-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"5K-for-the-Rescue-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"5K-for-the-Rescue-768x488.png\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"5K-for-the-Rescue-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"5K-for-the-Rescue-997x425.png\";s:5:\"width\";i:997;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"5K-for-the-Rescue-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5063,4287,'motopress-ce-save-in-version','2.5.1'),(5064,4287,'_motopress-ce-private-styles','{}'),(5074,2245,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n<h4>Bethann Barto, fitness consultant,    email:  <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row]\r\n<h2>Massage Services</h2>\r\nMassage is the manipulation of the soft tissues of the body which helps ease stress, and muscular tension, relieve pain from injuries and speed healing.\r\n\r\nLooking to add on additional services?  We offer 90 minute massage and 180 minute massage as well.\r\n\r\nAll one-hour massage services now include a steamed, hot towel.\r\n\r\n<strong>Our Policies:</strong>\r\n\r\nA $25 reservation fee to hold appointment time for non-members of the Macedonia Family Recreation Center.\r\nFee will be put towards price of service as long as appointment is held.\r\nA $25 fee will be assessed for any cancellation not made 24 hours before appointment.\r\n\r\n<strong>*Massage prices do not include gratuity.*</strong>\r\n\r\n<strong>*Draping is REQUIRED for all massage services.*</strong>\r\n<h4><a href=\"http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy.png\"><img class=\"alignnone size-medium wp-image-4649\" src=\"http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h4>\r\n<h4>Massage Service Descriptions</h4>\r\n[su_accordion]\r\n[su_spoiler title=\"Deep Tissue Massage\" style=\"fancy\"]This massage focuses on deep layers of muscle tissue to release tension in the body by using slow stokes with extra pressure.\r\nMembers $65     Residents $70      General Public $75   (price per hour) [/su_spoiler]\r\n\r\n[su_spoiler title=\"Swedish Massage\" style=\"fancy\"]Swedish massage therapy involves soft, long, kneading strokes, as well as light, rhythmic, tapping strokes, on topmost layers of muscles.\r\nMembers $60     Residents $65      General Public $70  (price per hour)\r\n\r\n[/su_spoiler]\r\n\r\n[su_spoiler title=\"Athletic Massage\" style=\"fancy\"]This massage is geared toward athletes-runners, swimmers, tri-athletes people who need specific areas worked on.\r\nMembers $65     Residents $70      General Public $75   (price per hour)[/su_spoiler]\r\n[su_spoiler title=\"Chair Massage\" style=\"fancy\"]In a hurry? Remain fully dressed while enjoying an invigorating massage in chair. Minimum 10 min. required.\r\nFee: $1.25 per minute [/su_spoiler]\r\n\r\n[su_spoiler title=\"Cupping Therapy\" style=\"fancy\"] Over 7,000 years old dating back to Egyptian and Chinese doctors to heal patients. The Massage Therapist uses silicone cups to pull the muscle outward instead of pressing down on the muscle tissue. The method is safe and highly effective for most people. This method relieves muscle soreness, helps heal and remove toxins and helps in circulation.  Minimum 10 min. required.\r\nFee: $1.00 per minute [/su_spoiler]\r\n\r\n[su_spoiler title=\"Massage Package Deals\" style=\"fancy\"]\r\n\r\nPurchase 5 Swedish at regular price and get 1 hour FREE\r\nMembers $300     Residents $325      General Public $375\r\n\r\nPurchase 5 Deep Tissue at regular price and get 1 hour FREE\r\nMembers $325     Residents $350      General Public $375\r\n\r\n[/su_spoiler]\r\n[/su_accordion]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5075,2245,'_mpce_enabled','1'),(5076,2245,'motopress-ce-save-in-version','2.5.1'),(5077,2245,'_motopress-ce-private-styles','{}'),(5078,4298,'_wp_attached_file','2018/02/March-18-Fitness-Schedule.png'),(5079,4298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:750;s:4:\"file\";s:37:\"2018/02/March-18-Fitness-Schedule.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"March-18-Fitness-Schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"March-18-Fitness-Schedule-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"March-18-Fitness-Schedule-768x596.png\";s:5:\"width\";i:768;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"March-18-Fitness-Schedule-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"March-18-Fitness-Schedule-966x425.png\";s:5:\"width\";i:966;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:36:\"March-18-Fitness-Schedule-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5080,4306,'_wp_attached_file','2018/03/3March-2018.pdf'),(5081,4306,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"3March-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"3March-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"3March-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:19:\"3March-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5082,4309,'_edit_lock','1528135079:2'),(5083,4309,'_edit_last','2'),(5084,4310,'_wp_attached_file','2018/03/Funfest-Postcard.png'),(5085,4310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:739;s:6:\"height\";i:477;s:4:\"file\";s:28:\"2018/03/Funfest-Postcard.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Funfest-Postcard-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Funfest-Postcard-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Funfest-Postcard-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Funfest-Postcard-739x425.png\";s:5:\"width\";i:739;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Funfest-Postcard-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5086,4309,'_wp_page_template','default'),(5087,4309,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"11\"]\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/05/funfest-current-sponsors.png\"><img class=\" wp-image-4483 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/05/funfest-current-sponsors-300x154.png\" alt=\"\" width=\"423\" height=\"217\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Thank you to our 2018 sponsors!</strong></span></h2>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Platinum Sponsor: City Tire Pros</span></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Gold Sponsor: Faith Fellowship</span></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fireworks Show Sponsor: Universal Windows Direct</span></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Beer Garden Sponsor: Jackson Comfort Heating &amp; Cooling</span></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Car Cruise In Sponsor: Century Cart Connection</span></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">List Sponsor: Cable Nine and Ferfolia Funeral Homes</span></h1>\r\n[/mp_span]\r\n\r\n[mp_span col=\"1\" classes=\" motopress-empty mp-hidden-phone\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5088,4309,'_mpce_enabled','1'),(5089,4309,'_motopress-ce-private-styles','{}'),(5108,4309,'motopress-ce-save-in-version','2.5.1'),(5109,3151,'_oembed_6495fc371a6ae61e201b19e246bd4ea7','{{unknown}}'),(5110,3151,'_oembed_20c802c69f8dcfc749238ad14e154b47','<iframe width=\"604\" height=\"340\" src=\"https://www.youtube.com/embed/OfHmXA93xOQ?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(5111,3151,'_oembed_time_20c802c69f8dcfc749238ad14e154b47','1528725942'),(5112,3151,'_oembed_763d2559e97f8889331f70c7b2097c78','<iframe width=\"604\" height=\"340\" src=\"https://www.youtube.com/embed/OfHmXA93xOQ?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(5113,3151,'_oembed_time_763d2559e97f8889331f70c7b2097c78','1520285084'),(5114,3151,'_oembed_7f2c83d797ebd49b868bdfbb25c531b1','<iframe width=\"604\" height=\"340\" src=\"https://www.youtube.com/embed/OfHmXA93xOQ?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(5115,3151,'_oembed_time_7f2c83d797ebd49b868bdfbb25c531b1','1520285179'),(5116,3151,'_oembed_70d81717077a58fc86aa2206a591dd2d','<iframe width=\"604\" height=\"340\" src=\"https://www.youtube.com/embed/OfHmXA93xOQ?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(5117,3151,'_oembed_time_70d81717077a58fc86aa2206a591dd2d','1520285188'),(5118,4327,'_wp_attached_file','2018/03/Aquatic-Egg-Hunt.png'),(5119,4327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:28:\"2018/03/Aquatic-Egg-Hunt.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Aquatic-Egg-Hunt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Aquatic-Egg-Hunt-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Aquatic-Egg-Hunt-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Aquatic-Egg-Hunt-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Aquatic-Egg-Hunt-940x425.png\";s:5:\"width\";i:940;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Aquatic-Egg-Hunt-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5120,4329,'_wp_attached_file','2018/03/spring-break.png'),(5121,4329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:261;s:6:\"height\";i:193;s:4:\"file\";s:24:\"2018/03/spring-break.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"spring-break-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"spring-break-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"spring-break-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5122,4334,'_menu_item_type','post_type'),(5123,4334,'_menu_item_menu_item_parent','3220'),(5124,4334,'_menu_item_object_id','2613'),(5125,4334,'_menu_item_object','page'),(5126,4334,'_menu_item_target',''),(5127,4334,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5128,4334,'_menu_item_xfn',''),(5129,4334,'_menu_item_url',''),(5131,4336,'_wp_attached_file','2018/03/April-2018-Lifeguarding-Class-Flyer.pdf'),(5132,4336,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"April-2018-Lifeguarding-Class-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"April-2018-Lifeguarding-Class-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"April-2018-Lifeguarding-Class-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:43:\"April-2018-Lifeguarding-Class-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5133,2613,'_oembed_c3d9fe8cadda8c7a19f161cde49315ee','{{unknown}}'),(5134,4338,'_wp_attached_file','2018/03/April-2018.jpg'),(5135,4338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:673;s:6:\"height\";i:782;s:4:\"file\";s:22:\"2018/03/April-2018.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"April-2018-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:22:\"April-2018-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"April-2018-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"April-2018-673x425.jpg\";s:5:\"width\";i:673;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"April-2018-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5136,2613,'_oembed_df4b5e31302c88b47a9e11764a9f3d03','{{unknown}}'),(5137,4339,'_wp_attached_file','2018/03/April-2018-1.jpg'),(5138,4339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:24:\"2018/03/April-2018-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"April-2018-1-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:24:\"April-2018-1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"April-2018-1-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"April-2018-1-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"April-2018-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"April-2018-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"April-2018-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5139,2613,'_oembed_a7f19f8e801ae2d6221a24ff200bc0b8','{{unknown}}'),(5140,2613,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h3><span style=\"color: #000080;\"><strong>Babysitter’s Training Course<a href=\"http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course.png\"><img class=\"alignright size-medium wp-image-4921\" src=\"http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a> </strong></span></h3>\r\n&nbsp;\r\n\r\nThis course provides the knowledge and skills necessary to safely and responsibly care for infants and children up to the age of 10, as well as to manage a babysitting business. Plus it offers hands-on skills practice and additional training in first aid.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #000080;\"><strong>First Aid, CPR and AED</strong></span></h3>\r\nRed Cross First Aid, CPR (cardiopulmonary resuscitation) and AED (automated external defibrillator) training and certification meets the needs of workplace responders, professional rescuers school staffs, professional responders and healthcare providers, as well as the general public.  <em>No Classes currently scheduled.</em>\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5141,2613,'_mpce_enabled','1'),(5142,2613,'_motopress-ce-private-styles','{}'),(5143,4345,'_wp_attached_file','2018/03/April-2018-Lifeguarding-Class-Flyer.jpg'),(5144,4345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:47:\"2018/03/April-2018-Lifeguarding-Class-Flyer.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"April-2018-Lifeguarding-Class-Flyer-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:47:\"April-2018-Lifeguarding-Class-Flyer-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"April-2018-Lifeguarding-Class-Flyer-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"April-2018-Lifeguarding-Class-Flyer-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"April-2018-Lifeguarding-Class-Flyer-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:48:\"April-2018-Lifeguarding-Class-Flyer-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:46:\"April-2018-Lifeguarding-Class-Flyer-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5145,4346,'_wp_attached_file','2018/03/April-2018-Lifeguarding-Class-Flyer-1.pdf'),(5146,4346,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"April-2018-Lifeguarding-Class-Flyer-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"April-2018-Lifeguarding-Class-Flyer-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"April-2018-Lifeguarding-Class-Flyer-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:45:\"April-2018-Lifeguarding-Class-Flyer-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5147,2613,'_oembed_622eed10e216c5be6d8b2d2d94f38b59','{{unknown}}'),(5148,2230,'_mpce_post_content','<div class=\"main-holder\">\r\n<div id=\"content\">\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3><a href=\"https://hytek.active.com/swimming-software.html\"><img class=\"size-medium wp-image-4931 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Hy-Tek-Logo-300x164.jpg\" alt=\"\" width=\"300\" height=\"164\" /></a></h3>\r\n</div>\r\n&nbsp;\r\n<div id=\"content\">\r\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>We proudly use Active HY-TEK software to power our swim team!</strong></span></h4>\r\n<h3></h3>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"><strong><span style=\"color: #0000ff;\">2019 Swim Meet Schedule</span></strong></h3>\r\n<div class=\"main-holder\">\r\n<div id=\"content\">\r\n<h4 style=\"text-align: center;\">Jan. 26 @ Youngstown JCC</h4>\r\n<p style=\"text-align: center;\"><i>5:30 pm warm up - 6:00 pm start time</i></p>\r\n\r\n<h4 style=\"text-align: center;\">Feb. 2 vs. Akron JCC</h4>\r\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\r\n\r\n<h4 style=\"text-align: center;\">Feb. 9 @ Kent State</h4>\r\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\r\n\r\n<h4 style=\"text-align: center;\">Feb. 23 @ Kent Seariders</h4>\r\n<p style=\"text-align: center;\"><i>5:30 pm warm up - 6:00 pm start time</i></p>\r\n\r\n<h4 style=\"text-align: center;\">Mar. 2 vs Medina</h4>\r\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h4 style=\"text-align: center;\">March 9th Championships</h4>\r\n<p style=\"text-align: center;\">Wooster YMCA/High School</p>\r\n<p style=\"text-align: center;\"><i>9:00 am - Warm-ups - </i><i>10:00 am - Start Time</i></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"main-holder\">\r\n<div id=\"content\">\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Manta Rays Swim Team</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Swimmers who have knowledge of the competitive strokes will train three times per week to develop their strokes, starts and turns, and compete in dual meets throughout the season.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Required:</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-Be able to swim 25 yards freestyle and backstroke without stopping and have a good idea for how to breathe to their side in the freestyle.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-swim team experience or have passed levels 2-6 of swimming lessons.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Cost includes a team t-shirt and swim cap, and championship entry fee and t-shirt!</span></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season.png\"><img class=\" wp-image-4868 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season-232x300.png\" alt=\"\" width=\"335\" height=\"433\" /></a>\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;'),(5149,2230,'_mpce_enabled','1'),(5150,2230,'_motopress-ce-private-styles','{}'),(5151,2128,'_mpce_post_content','<img class=\"alignnone size-full wp-image-3017\" src=\"http://macrec.com/wp-content/uploads/2014/11/Swim_002_2013_08_23_06_58_24.jpg\" alt=\"Swim_002_2013_08_23_06_58_24\" width=\"567\" height=\"194\" />\r\n<h3></h3>\r\n<h3><span style=\"color: #0000ff;\">Registration opens December 1, 2018!</span></h3>\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic.jpg\"><img class=\" wp-image-4759 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic-300x230.jpg\" alt=\"\" width=\"580\" height=\"445\" /></a>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3> [su_button url=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Chart-Color-.pdf\"]Click  Here  For  Winter  2019  Information [/su_button]\r\n[su_spacer size=\"30\"]</h3>\r\n<p style=\"text-align: left;\"></p>\r\n\r\n<h3></h3>\r\n<h1></h1>\r\n<h1></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h1></h1>\r\n<h1><strong><span style=\"color: #0000ff;\">Swim Lessons</span></strong></h1>\r\nWhen choosing a class for your child it is important to look at both the age and skill level. Improper placement can lead to frustration for the parent, instructor and child. Because this is a motor skill activity, every child will progress at their own pace. In swimming lessons, the child must master basic skills for each stroke prior to moving to the next level. In many cases, children will repeat a level in order to perfect these skills. If you have questions regarding placement, please do not hesitate to ask the staff for assistance.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4>Class Descriptions</h4>\r\n[su_accordion][su_spoiler title=\"Aqua Swim Kids-Adapted Swim Lessons\" style=\"fancy\"]\r\n\r\nPartnering with Solutions Behavioral Consulting, our aquatics program is committed to providing  small group swim lessons adapted to your child. We are dedicated to promoting water safety skills in a structured environment for students with autism and other developmental disabilities.\r\n\r\nClasses are designed by a certified Red Cross water safety instructor and Board Certified Behavior Analyst (BCBA)\r\n\r\n[/su_spoiler]\r\n\r\n[su_accordion][su_spoiler title=\"The Little Splashers\" style=\"fancy\"]The Little Splashers class is for children who are 6 months to 2 years old and have either no water experience or one previous session of water adjustment lessons. The goals of Little Splashers are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge, explore buoyancy in a front and back position, change body position in the water, and learn about choosing and using life jackets.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                          <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-1.pdf\">Parent/Child 1 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Big Waves\" style=\"fancy\"] The Big Waves class is for children: 18 months to 4 years old and have had two or more previous sessions of water adjustment lessons, submerge only reluctantly or not at all, or require flotation support at all times, OR are up to 5 years old and have little or no previous experience in water adjustment lessons, are reluctant to enter the water or submerge, requires floatation support at all times, or may benefit from parental presence and support in the water. The Big Waves class builds upon the skills learned in Little Splashers. The goals of the Big Waves class are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge in a rhythmic pattern, explore buoyancy in a front and back position, perform combined stroke on front and back, change body position in the water, and learn about choosing and using life jackets.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                           <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-2.pdf\">Parent/Child 2 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 1* (Ages 3-5)\" style=\"fancy\"]To orient preschool-age children to the aquatics environment and to help them acquire rudimentary levels of basic aquatic skills.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                      <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-1.pdf\">Preschool 1 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 2* (Ages 3-5)\" style=\"fancy\"]Students will build on the skills learned in Level 1, learning combined arm and leg movement, as well as learning to be self-supporting.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                 <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-2.pdf\">Preschool 2 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 3* (Ages 3-5)\" style=\"fancy\"] Students will increase proficiency and build on the skills learned in Levels 1 and 2 by providing additional guided practice with increased distances and times.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                  <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-3.pdf\">Preschool 3 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Level 1 – Intro to Water Skills (Ages 5-12)\" style=\"fancy\"] There are no prerequisites for this course. The objective of Level 1 is to help students feel comfortable in the water and enjoy the water safely.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                        <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-1.pdf\">Level 1 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Level 2 - Fundamental Aquatic Skill (Ages 5-12)\" style=\"fancy\"] The objective of Level 2 is to give students success with fundamental skills. Students will learn to float without support and to recover to vertical position. This level marks the beginning of true locomotion skills. Students explore simultaneous and alternating arm and leg actions on the front and back to lay the foundation for future strokes.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-2.pdf\">Level 2 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Level 3 - Stroke Development (Ages 5-12) \" style=\"fancy\"] Students will build on the skills in Level 2 by providing additional guided practice. The students will be taught to coordinate the front crawl and back crawl. Elements of the butterfly and treading water will be introduced. Students will also learn rules for head first entries and will begin to learn to enter the water head first from the side of the pool.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-3.pdf\">Level 3 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Level 4 - Stroke Improvement (ages 5 -12)\" style=\"fancy\"] The objective of Level 4 is to develop confidence in the strokes learned thus far and to improve other aquatic skills. Students can expect to improve their skills and increase their endurance by swimming familiar strokes for greater distances. Students will continue to build on the butterfly and introduce the elementary backstroke, breaststroke, sidestroke, and basic turns.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-4.pdf\">Level 4 Skills Checklist</a>       [/su_spoiler]\r\n\r\n[su_spoiler title=\"Level 5 - Stroke Refinement (ages 5 -12)\" style=\"fancy\"] To further learn how to coordinate and refine all strokes as well as progress into shallow angle dives, flip turns and backstroke flip turns.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-5.pdf\">Level 5 Skills Checklist</a>       [/su_spoiler]\r\n\r\n[su_spoiler title=\"Level 6 - Fitness Swimmer (ages 5 -12)\" style=\"fancy\"] To refine strokes so participants swim them with more ease, efficiency, power and smoothness and over greater distances.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-6.pdf\">Level 6 Skills checklist</a>       [/su_spoiler]\r\n[su_spoiler title=\"Adult Swimming Program\" style=\"fancy\"] This swimming program has a little bit for everyone. Did you always wish that you had learned how to swim as a child? Well it’s never too late to get started. The purpose of this program is what YOU want to get out of it. For some of you that may mean personal safety, “I want to be able to save myself.” For others it may be learning to swim the basic strokes so that you can later use them for fitness swimming. Your needs will be discussed at the beginning of the class, and the class will be geared towards meeting your personal goals. [/su_spoiler]\r\n[su_spoiler title=\"Private Swim Lessons\" style=\"fancy\"] If your swimming skills aren’t ready for public viewing, or if our group lessons don’t fit your schedule, we can provide one on one sessions with experienced instructors tailored to meet your needs. Whether you’ve never learned to swim or just want to improve your technique, we can match you with the appropriate level of instruction. Call today for an appointment. <strong>No coupon.</strong>\r\n\r\n<strong>Program Fee</strong> $30.00/ half hr./ per student\r\n<strong>Macedonia Resident Fee</strong> $25.00/ half hr./per student\r\n<strong>Member Fee</strong> $20.00/ half hr./per student [/su_spoiler]\r\n[su_spoiler title=\"Semi-Private Swim Lessons\" style=\"fancy\"] Receive the benefits of a private lesson with a friend or family member. The following fees are in addition to the private lesson fee. The first participant pays the private lesson fee, each participant after pays the following fee.  By appointment only. (Maximum of 4 participants in a semi-private lesson.) <strong>No coupon.</strong>\r\n\r\n<strong>Program Fee</strong> $15.00/ half hr./ per student\r\n<strong>Macedonia Resident Fee</strong> $13.00/ half hr./per student\r\n<strong>Member Fee</strong> $10.00/ half hr./per student [/su_spoiler]\r\n\r\n<strong>*All swim classes have limited space available. No make-up lessons for missed lessons. Participants will receive a full refund or credit if the Parks &amp; Recreation Department cancels a lesson.</strong> <strong>No drop-ins. Coupon accepted.</strong>'),(5152,2128,'_mpce_enabled','1'),(5153,4348,'_wp_attached_file','2018/03/Sprin-2018-Pic.jpg'),(5154,4348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1087;s:6:\"height\";i:847;s:4:\"file\";s:26:\"2018/03/Sprin-2018-Pic.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sprin-2018-Pic-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:\"Sprin-2018-Pic-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Sprin-2018-Pic-768x598.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Sprin-2018-Pic-1024x798.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:798;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Sprin-2018-Pic-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Sprin-2018-Pic-1087x425.jpg\";s:5:\"width\";i:1087;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Sprin-2018-Pic-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1520951226\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5155,4349,'_wp_attached_file','2018/03/Spring-2018-Chart.pdf'),(5156,4349,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Spring-2018-Chart-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Spring-2018-Chart-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Spring-2018-Chart-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:25:\"Spring-2018-Chart-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5157,2128,'_oembed_04bcd2f9d327e2dae0f9fe9633560a19','{{unknown}}'),(5158,4350,'_wp_attached_file','2018/03/Summer-2018-Pic.jpg'),(5159,4350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1086;s:6:\"height\";i:844;s:4:\"file\";s:27:\"2018/03/Summer-2018-Pic.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Summer-2018-Pic-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:\"Summer-2018-Pic-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Summer-2018-Pic-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Summer-2018-Pic-1024x796.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Summer-2018-Pic-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Summer-2018-Pic-1086x425.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Summer-2018-Pic-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5160,4351,'_wp_attached_file','2018/03/Summer-2018-Chart-Color.pdf'),(5161,4351,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Summer-2018-Chart-Color-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Summer-2018-Chart-Color-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Summer-2018-Chart-Color-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:31:\"Summer-2018-Chart-Color-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5162,2128,'_oembed_b8ecb7d22d5a4731e2846c8a78396de4','{{unknown}}'),(5163,2128,'_motopress-ce-private-styles','{}'),(5164,2109,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><a href=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football.png\"><img class=\"alignnone wp-image-4544 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football-232x300.png\" alt=\"\" width=\"255\" height=\"330\" /></a><strong>Fall Soccer </strong></h4>\r\n<h4>Recreation soccer league play for boys and girls ages 6-15. Practices to start mid-August through October. Most games will be played on Saturday, starting in September. Practices are held throughout the week. U7 &amp; U8 leage play in-house. U9, U11, U13, U15 divisions play in the Suburban Recreational Soccer League. Shin guards with socks covering are required, soccer cleats are recommended. Volunteer coaches are needed. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> Single Season fee is $60. Register for both Fall 2018 and Spring 2019 season for $100. Please fill out below forms and bring to the Rec Center with payment.</h4>\r\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></strong></span></h4>\r\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></strong></span></h4>\r\n<h4><strong>Flag Football </strong></h4>\r\nLeague play for kids 5-11 years old. Kids will learn football skills and play games. Most games will be on Saturday mornings. Volunteer coaches are needed. The season starts in August and runs through October. All players must wear a mouth guard. Must be age 5 prior to 7/31/18 to register. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> League Play: 5-6 years; 7-8 years; 9-11 years. Fee is $60. Please fill out below forms and bring to the Rec Center with payment.\r\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></span></h4>\r\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></span></h4>\r\n<h4></h4>\r\n&nbsp;\r\n<h5><strong>Concussion Information</strong></h5>\r\n<a href=\"http://www.healthy.ohio.gov/~/media/HealthyOhio/ASSETS/Files/injury%20prevention/concussion/4Youth%20Sports%20Organization%20Concussion%20Form%20%20ODH%20Revised%203pdf.pdf\">Ohio Department of Health Concussion Information Sheet</a>\r\n\r\n<a href=\"https://www.cdc.gov/headsup/youthsports/training/index.html\">Concussion Video</a>\r\n<h5><strong>Sudden Cardiac Arrest &amp; Lindsay\'s Law </strong></h5>\r\n<a href=\"https://www.youtube.com/watch?v=s-YfCWQPeqw&amp;feature=youtu.be\">Parent-Guardian Video</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Information-Handout.pdf\">Parent-Guardian Information Handout</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Signature-Form.pdf\">Parent-Guardian Signature Form</a>\r\n\r\n<a href=\"https://www.youtube.com/watch?v=h3teQ3e_hoQ&amp;feature=youtu.be\">Coach Video</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Coach-Info.pdf\">Coach Information Handout </a>\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5165,2109,'_mpce_enabled','1'),(5166,2109,'_motopress-ce-private-styles','{}'),(5167,4359,'_wp_attached_file','2018/03/Booth-Space-Application-2018.pdf'),(5168,4359,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Booth-Space-Application-2018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Booth-Space-Application-2018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Booth-Space-Application-2018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"Booth-Space-Application-2018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5169,4368,'_wp_attached_file','2018/03/April-2018-LG-Class.jpg'),(5170,4368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:584;s:6:\"height\";i:756;s:4:\"file\";s:31:\"2018/03/April-2018-LG-Class.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"April-2018-LG-Class-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:\"April-2018-LG-Class-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"April-2018-LG-Class-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"April-2018-LG-Class-584x425.jpg\";s:5:\"width\";i:584;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"April-2018-LG-Class-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521545300\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5171,4369,'_wp_attached_file','2018/03/April-2018-Lifeguarding-Class-Flyer-2.pdf'),(5172,4369,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"April-2018-Lifeguarding-Class-Flyer-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"April-2018-Lifeguarding-Class-Flyer-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"April-2018-Lifeguarding-Class-Flyer-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:45:\"April-2018-Lifeguarding-Class-Flyer-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5173,2613,'_oembed_c5045ab3bcdc944a312e4eb89753ab18','{{unknown}}'),(5174,4375,'_wp_attached_file','2018/03/Sring-2018-Flyer.jpg'),(5175,4375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:845;s:4:\"file\";s:28:\"2018/03/Sring-2018-Flyer.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Sring-2018-Flyer-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:28:\"Sring-2018-Flyer-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Sring-2018-Flyer-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Sring-2018-Flyer-1024x785.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Sring-2018-Flyer-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Sring-2018-Flyer-1102x425.jpg\";s:5:\"width\";i:1102;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Sring-2018-Flyer-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521546197\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5176,4376,'_wp_attached_file','2018/03/Spring-2018-Flyer.pdf'),(5177,4376,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Spring-2018-Flyer-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Spring-2018-Flyer-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Spring-2018-Flyer-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:25:\"Spring-2018-Flyer-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5178,2128,'_oembed_e19d71dd30dc56fc0fd8e6e74bd66a9e','{{unknown}}'),(5179,2786,'_mpce_post_content','[row]\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n&nbsp;\r\n<h2>[box]\r\nQuick Links to Important Information</h2>\r\n<h2>[/box]</h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2080\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2017/11/12December-2017.pdf\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2122\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter]\r\n\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png\"><img class=\"alignleft wp-image-2473 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2080\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter][su_spacer]\r\n\r\n[table id=3 /]'),(5180,2786,'_mpce_enabled','1'),(5181,14,'_mpce_post_content','[row]\r\n[span12]\r\n{google_map}https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.93320421498!2d-81.48431134337767!3d41.31031669665224!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88311fbc7b937d45%3A0x16df91ae28faf493!2s1494+E+Aurora+Rd%2C+Macedonia%2C+OH+44056!5e0!3m2!1sen!2sus!4v1420476320946{/google_map}\r\n[/span12]\r\n[span4]\r\n<h2>Contact info</h2>\r\n[table id=4 /]\r\n\r\n<strong>Macedonia Family Recreation Center</strong>\r\n<strong>1494 East Aurora Rd.</strong>\r\n<strong> Macedonia, Oh 44056\r\nMain Line:</strong> 330-468-8370\r\n<strong>Hotline:</strong>  330-468-8369\r\n<strong>Fax:</strong>  330-468-8377\r\n<strong>E-mail:</strong> <a href=\"mailto:info@demolink.org\">mail@macrec.org</a>\r\n[/span4]\r\n[span8]\r\n<h2>Contact form</h2>\r\n[contact-form-7 id=\"208\" title=\"Cherry contact form\"]\r\n[/span8]\r\n[/row]'),(5182,14,'_mpce_enabled','1'),(5183,169,'_mpce_post_content','[row]\r\n[span12]\r\n\r\nMorbi pretium pretium adipiscing. Phasellus nisl arcu, faucibus ornare commodo a, molestie a nibh. Mauris rutrum quam id dolor tempus pretium. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed gravida adipiscing scelerisque. Sed mollis, nisl volutpat interdum iaculis, diam libero hendrerit tellus, et dictum leo tortor nec nisi. In eu lacinia risus. Cras dolor mi, placerat in malesuada eget, luctus sit amet sem. Etiam fringilla urna sit amet sapien suscipit cursus. Nulla tristique pretium sapien in ornare. Ut urna arcu, cursus a venenatis a, accumsan at elit.\r\n\r\nAenean lacinia, nulla nec faucibus egestas, libero arcu iaculis massa, et ullamcorper nisi enim ac erat. Phasellus quis magna id magna imperdiet dapibus. Morbi pulvinar dignissim tristique. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nunc fermentum sagittis tortor at placerat. Integer mollis adipiscing orci, id molestie elit aliquam at. Sed tincidunt mi eget tortor sodales non aliquet magna fermentum. Phasellus cursus orci eu tellus auctor blandit. Suspendisse potenti.\r\n\r\nDuis volutpat pulvinar urna ac mollis. Nulla dapibus, lacus vel malesuada ullamcorper, leo mauris lobortis velit, eget tristique dolor ipsum id nulla. Aliquam consequat turpis sed justo varius nec pellentesque nunc pretium. Morbi hendrerit dignissim ligula id molestie. Donec elementum turpis sit amet sapien convallis eget lobortis lectus porttitor. Mauris vel purus eget libero pretium aliquet. Fusce at nunc a metus venenatis tristique. Maecenas eget metus et nulla malesuada blandit eu at purus. Curabitur pharetra, neque a vestibulum pharetra, tortor leo porttitor nisl, vitae bibendum elit ligula eget felis. Cras eu lorem justo, eget lobortis mi. Aliquam sem lacus, consectetur a adipiscing quis, tincidunt in libero. Curabitur volutpat dictum nunc, et sodales lacus malesuada quis.\r\n\r\nPraesent lacinia congue velit vitae mollis. Phasellus porta viverra volutpat. Vestibulum turpis lacus, volutpat quis adipiscing sit amet, aliquet ac dui. Quisque mauris nulla, condimentum sit amet vestibulum nec, ornare quis massa. Curabitur dignissim adipiscing nunc eget consequat. Aliquam a sapien enim, ut tristique nulla. Nam iaculis erat quis purus tincidunt dapibus. Aliquam vitae ante ut dolor pretium rutrum eu at sapien. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce malesuada massa urna, ac feugiat tellus. Vivamus eget aliquam odio.\r\n\r\nPellentesque aliquet libero eu arcu iaculis ut consequat sapien euismod. Nam eget ligula ut felis vulputate bibendum ac fringilla ligula. Sed in dui mi, consequat facilisis magna. In hac habitasse platea dictumst. Donec tristique faucibus suscipit. Maecenas semper condimentum quam sed rhoncus. Pellentesque quis sem eget orci tincidunt iaculis. Phasellus ornare, odio a rhoncus bibendum, nunc enim congue eros, vel gravida mauris leo eu metus.\r\n\r\nVestibulum sit amet feugiat metus. Aliquam egestas, urna at mattis convallis, metus erat malesuada libero, non tincidunt urna est sed tortor. Donec tristique eros non magna gravida vitae adipiscing arcu rhoncus. Etiam a consectetur nisi. Quisque et ante nibh. Curabitur bibendum, justo at eleifend euismod, turpis urna vestibulum arcu, non sagittis erat massa at arcu. Maecenas eget nunc eu risus elementum lobortis eu at metus. Sed id mauris vel lacus pretium vestibulum. Nam lacinia rutrum quam, tristique condimentum lacus ultrices nec.\r\n\r\nSuspendisse potenti. Phasellus et imperdiet mauris. Sed in enim eget erat rutrum tristique. Curabitur sollicitudin interdum dui quis fermentum. Maecenas consectetur pharetra tristique. Mauris ipsum quam, faucibus ut dictum luctus, eleifend vel ante. Vivamus pulvinar metus id mi malesuada sed dictum odio eleifend. Ut nibh nibh, iaculis sed dignissim vitae, euismod quis ante. Quisque scelerisque, velit id pellentesque elementum, ante leo volutpat risus, id molestie velit est eu lectus.\r\n\r\nE-mail: <a href=\"mailto:info@demolink.org\">info@demolink.org</a>\r\n\r\n[/span12]\r\n[/row]'),(5184,169,'_mpce_enabled','1'),(5185,4380,'_wp_attached_file','2018/03/4April-2018.pdf'),(5186,4380,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"4April-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"4April-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"4April-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:19:\"4April-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5187,4386,'_wp_attached_file','2018/03/April-Fitness.png'),(5188,4386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:990;s:6:\"height\";i:764;s:4:\"file\";s:25:\"2018/03/April-Fitness.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"April-Fitness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"April-Fitness-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"April-Fitness-768x593.png\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"April-Fitness-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"April-Fitness-990x425.png\";s:5:\"width\";i:990;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"April-Fitness-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5189,4394,'_wp_attached_file','2018/03/Summer-camp.png'),(5190,4394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1022;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/03/Summer-camp.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Summer-camp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Summer-camp-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Summer-camp-768x451.png\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Summer-camp-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Summer-camp-1022x425.png\";s:5:\"width\";i:1022;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"Summer-camp-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5191,4398,'_wp_attached_file','2018/04/Tot-Tball.png'),(5192,4398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:21:\"2018/04/Tot-Tball.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Tot-Tball-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Tot-Tball-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Tot-Tball-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tot-Tball-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tot-Tball-940x425.png\";s:5:\"width\";i:940;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"Tot-Tball-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5193,3621,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n<strong> </strong>\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5194,3621,'_mpce_enabled','1'),(5195,4400,'_wp_attached_file','2018/04/Youth-Soccer.png'),(5196,4400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2272;s:6:\"height\";i:2538;s:4:\"file\";s:24:\"2018/04/Youth-Soccer.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Youth-Soccer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Youth-Soccer-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Youth-Soccer-768x858.png\";s:5:\"width\";i:768;s:6:\"height\";i:858;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Youth-Soccer-917x1024.png\";s:5:\"width\";i:917;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Youth-Soccer-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Youth-Soccer-1170x425.png\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"Youth-Soccer-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5197,3621,'motopress-ce-save-in-version','2.5.1'),(5198,3621,'_motopress-ce-private-styles','{}'),(5199,4409,'_wp_attached_file','2018/04/Garage-Sale-form-2018.pdf'),(5200,4409,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Garage-Sale-form-2018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Garage-Sale-form-2018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Garage-Sale-form-2018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:29:\"Garage-Sale-form-2018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5219,4418,'_wp_attached_file','2018/04/5May-2018.jpg'),(5220,4418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1051;s:6:\"height\";i:814;s:4:\"file\";s:21:\"2018/04/5May-2018.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"5May-2018-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:21:\"5May-2018-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"5May-2018-768x595.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"5May-2018-1024x793.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:793;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"5May-2018-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"5May-2018-1051x425.jpg\";s:5:\"width\";i:1051;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"5May-2018-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524755310\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5221,4419,'_wp_attached_file','2018/04/5May-2018.pdf'),(5222,4419,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5May-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5May-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"5May-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:17:\"5May-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5223,4420,'_wp_attached_file','2018/04/5May.Act-2018.jpg'),(5224,4420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1049;s:6:\"height\";i:814;s:4:\"file\";s:25:\"2018/04/5May.Act-2018.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5May.Act-2018-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:\"5May.Act-2018-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5May.Act-2018-768x596.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"5May.Act-2018-1024x795.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"5May.Act-2018-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"5May.Act-2018-1049x425.jpg\";s:5:\"width\";i:1049;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"5May.Act-2018-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5225,4423,'_wp_attached_file','2018/04/May-Fitness-Schedule.pdf'),(5226,4423,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"May-Fitness-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"May-Fitness-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"May-Fitness-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:28:\"May-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5227,4424,'_wp_attached_file','2018/04/May-Fitness.png'),(5228,4424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1038;s:6:\"height\";i:802;s:4:\"file\";s:23:\"2018/04/May-Fitness.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"May-Fitness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"May-Fitness-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"May-Fitness-768x593.png\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"May-Fitness-1024x791.png\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"May-Fitness-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"May-Fitness-1038x425.png\";s:5:\"width\";i:1038;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"May-Fitness-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5229,4430,'_wp_attached_file','2018/04/Fishing-Day.png'),(5230,4430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:23:\"2018/04/Fishing-Day.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Fishing-Day-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Fishing-Day-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Fishing-Day-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Fishing-Day-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Fishing-Day-940x425.png\";s:5:\"width\";i:940;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"Fishing-Day-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5231,4433,'_wp_attached_file','2018/05/Faq-2018.docx'),(5232,4435,'_wp_attached_file','2018/05/Citywide-Garage-Sale-Faq.pdf'),(5233,4436,'_wp_attached_file','2018/05/Citywide-Garage-Sale-Faq-1.pdf'),(5234,4440,'_wp_attached_file','2018/05/Manta-Rays-Summer-2018.pdf'),(5235,4441,'_wp_attached_file','2018/05/Manta-Rays-Summer-2018-1.pdf'),(5237,4443,'_wp_attached_file','2018/05/Manta-Rays-Summer-2016.pdf'),(5238,4444,'_wp_attached_file','2018/05/Manta-Rays-Summer-2018-2.pdf'),(5239,4444,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Manta-Rays-Summer-2018-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Manta-Rays-Summer-2018-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Manta-Rays-Summer-2018-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:32:\"Manta-Rays-Summer-2018-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5240,2230,'_oembed_a922bc62e28699fe622efd4cfc58fa80','{{unknown}}'),(5241,4445,'_wp_attached_file','2018/05/Summer-2018.jpg'),(5242,4445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:789;s:4:\"file\";s:23:\"2018/05/Summer-2018.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Summer-2018-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:\"Summer-2018-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Summer-2018-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Summer-2018-604x425.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"Summer-2018-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525866507\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5255,4454,'_wp_attached_file','2018/05/Cruise-In-Form.pdf'),(5256,4454,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Cruise-In-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Cruise-In-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Cruise-In-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:22:\"Cruise-In-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5257,4455,'_wp_attached_file','2018/05/Cruise-In-Form-1.pdf'),(5258,4455,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Cruise-In-Form-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Cruise-In-Form-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Cruise-In-Form-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:24:\"Cruise-In-Form-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5259,4456,'_wp_attached_file','2018/05/Cruise-In-Form.docx'),(5260,4457,'_wp_attached_file','2018/05/Cruise-In-Form-2.pdf'),(5261,4457,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Cruise-In-Form-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Cruise-In-Form-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Cruise-In-Form-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:24:\"Cruise-In-Form-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5262,4457,'_edit_lock','1526399008:2'),(5263,4461,'_wp_attached_file','2018/05/FunFest-presale.png'),(5264,4461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:672;s:4:\"file\";s:27:\"2018/05/FunFest-presale.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"FunFest-presale-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"FunFest-presale-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"FunFest-presale-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"FunFest-presale-480x425.png\";s:5:\"width\";i:480;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"FunFest-presale-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5265,4462,'_wp_attached_file','2018/05/FunFest-Flyer-pic.png'),(5266,4462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:635;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2018/05/FunFest-Flyer-pic.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FunFest-Flyer-pic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"FunFest-Flyer-pic-223x300.png\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"FunFest-Flyer-pic-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"FunFest-Flyer-pic-635x425.png\";s:5:\"width\";i:635;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"FunFest-Flyer-pic-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5267,4464,'_wp_attached_file','2018/05/Car-Show-Flyer.png'),(5268,4464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:26:\"2018/05/Car-Show-Flyer.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Car-Show-Flyer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Car-Show-Flyer-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Car-Show-Flyer-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Car-Show-Flyer-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Car-Show-Flyer-940x425.png\";s:5:\"width\";i:940;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Car-Show-Flyer-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5269,3783,'_oembed_2bf5189037e117c2fbaa4f1f09dc662d','{{unknown}}'),(5270,3783,'_oembed_3a45bfb437135b39a93bfac9c26f655b','{{unknown}}'),(5271,4468,'_wp_attached_file','2018/05/June-Fitness.png'),(5272,4468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:997;s:6:\"height\";i:765;s:4:\"file\";s:24:\"2018/05/June-Fitness.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"June-Fitness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"June-Fitness-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"June-Fitness-768x589.png\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"June-Fitness-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"June-Fitness-997x425.png\";s:5:\"width\";i:997;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"June-Fitness-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5273,4473,'_wp_attached_file','2018/05/5K-flyer.png'),(5274,4473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:851;s:4:\"file\";s:20:\"2018/05/5K-flyer.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"5K-flyer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"5K-flyer-228x300.png\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"5K-flyer-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:20:\"5K-flyer-647x425.png\";s:5:\"width\";i:647;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"5K-flyer-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5275,4476,'_wp_attached_file','2018/05/2018-Sponsors.png'),(5276,4476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:715;s:6:\"height\";i:407;s:4:\"file\";s:25:\"2018/05/2018-Sponsors.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"2018-Sponsors-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"2018-Sponsors-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"2018-Sponsors-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"2018-Sponsors-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5277,2221,'_mpce_post_content','&nbsp;\r\n\r\n[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf\"]Click Here For February Pool Schedule [/su_button]\r\n[su_spacer size=\"30\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1.jpg\"><img class=\" wp-image-4946 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1-300x229.jpg\" alt=\"\" width=\"619\" height=\"473\" /></a>\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\r\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act.jpg\"><img class=\" wp-image-4934 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act-300x230.jpg\" alt=\"\" width=\"626\" height=\"480\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;'),(5278,2221,'_mpce_enabled','1'),(5279,2221,'_motopress-ce-private-styles','{}'),(5280,4479,'_wp_attached_file','2018/05/6June-2018.pdf'),(5281,4479,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"6June-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"6June-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"6June-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:18:\"6June-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5282,4480,'_wp_attached_file','2018/05/June-Act.jpg'),(5283,4480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:782;s:4:\"file\";s:20:\"2018/05/June-Act.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"June-Act-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:\"June-Act-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"June-Act-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"June-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"June-Act-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"June-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1527252505\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5284,4481,'_wp_attached_file','2018/05/June-Lap.jpg'),(5285,4481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:783;s:4:\"file\";s:20:\"2018/05/June-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"June-Lap-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:\"June-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"June-Lap-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"June-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"June-Lap-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"June-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1527252429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5286,4483,'_wp_attached_file','2018/05/funfest-current-sponsors.png'),(5287,4483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:791;s:6:\"height\";i:405;s:4:\"file\";s:36:\"2018/05/funfest-current-sponsors.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"funfest-current-sponsors-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"funfest-current-sponsors-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"funfest-current-sponsors-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"funfest-current-sponsors-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:35:\"funfest-current-sponsors-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5288,4485,'_wp_attached_file','2018/06/June-2018.jpg'),(5289,4485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:852;s:4:\"file\";s:21:\"2018/06/June-2018.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"June-2018-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:21:\"June-2018-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"June-2018-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"June-2018-1024x786.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"June-2018-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"June-2018-1110x425.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"June-2018-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1527864508\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5290,4486,'_wp_attached_file','2018/06/June-Fitness-Schedule.pdf'),(5291,4486,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"June-Fitness-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"June-Fitness-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"June-Fitness-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:29:\"June-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5292,4493,'_wp_attached_file','2018/06/FunFest-Flyer.jpg'),(5293,4493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:25:\"2018/06/FunFest-Flyer.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"FunFest-Flyer-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:\"FunFest-Flyer-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"FunFest-Flyer-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"FunFest-Flyer-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"FunFest-Flyer-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"FunFest-Flyer-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"FunFest-Flyer-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5294,4494,'_wp_attached_file','2018/06/CityTire_Logo_BANNERS.png'),(5295,4494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1662;s:6:\"height\";i:158;s:4:\"file\";s:33:\"2018/06/CityTire_Logo_BANNERS.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"CityTire_Logo_BANNERS-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"CityTire_Logo_BANNERS-300x29.png\";s:5:\"width\";i:300;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"CityTire_Logo_BANNERS-768x73.png\";s:5:\"width\";i:768;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"CityTire_Logo_BANNERS-1024x97.png\";s:5:\"width\";i:1024;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"CityTire_Logo_BANNERS-258x158.png\";s:5:\"width\";i:258;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:34:\"CityTire_Logo_BANNERS-1170x158.png\";s:5:\"width\";i:1170;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"CityTire_Logo_BANNERS-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5296,4496,'_wp_attached_file','2018/06/FunFest-Flyer-1.jpg'),(5297,4496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:27:\"2018/06/FunFest-Flyer-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"FunFest-Flyer-1-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:\"FunFest-Flyer-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"FunFest-Flyer-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"FunFest-Flyer-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"FunFest-Flyer-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"FunFest-Flyer-1-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"FunFest-Flyer-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5310,4512,'_wp_attached_file','2018/06/Join-Our-Team.png'),(5311,4512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:162;s:4:\"file\";s:25:\"2018/06/Join-Our-Team.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Join-Our-Team-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Join-Our-Team-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Join-Our-Team-258x162.png\";s:5:\"width\";i:258;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Join-Our-Team-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5320,4527,'_wp_attached_file','2018/06/Macedonia-Citywide-Garage-Sale-List-2018-1.pdf'),(5321,4527,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Macedonia-Citywide-Garage-Sale-List-2018-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Macedonia-Citywide-Garage-Sale-List-2018-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Macedonia-Citywide-Garage-Sale-List-2018-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:50:\"Macedonia-Citywide-Garage-Sale-List-2018-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5322,4529,'_wp_attached_file','2018/06/ACT-Test.png'),(5323,4529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:20:\"2018/06/ACT-Test.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ACT-Test-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ACT-Test-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"ACT-Test-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"ACT-Test-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"ACT-Test-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:20:\"ACT-Test-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"ACT-Test-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5327,4537,'_wp_attached_file','2018/06/7July-2018.pdf'),(5328,4537,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"7July-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"7July-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"7July-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:18:\"7July-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5329,4538,'_wp_attached_file','2018/06/July-Act.jpg'),(5330,4538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:852;s:4:\"file\";s:20:\"2018/06/July-Act.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"July-Act-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:\"July-Act-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"July-Act-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"July-Act-1024x786.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"July-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"July-Act-1110x425.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"July-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5331,4539,'_wp_attached_file','2018/06/July-Lap.jpg'),(5332,4539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:852;s:4:\"file\";s:20:\"2018/06/July-Lap.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"July-Lap-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:\"July-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"July-Lap-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"July-Lap-1024x786.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"July-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"July-Lap-1110x425.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"July-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1530023609\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5333,4542,'_wp_attached_file','2018/06/July-Fitness.png'),(5334,4542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:989;s:6:\"height\";i:765;s:4:\"file\";s:24:\"2018/06/July-Fitness.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"July-Fitness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"July-Fitness-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"July-Fitness-768x594.png\";s:5:\"width\";i:768;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"July-Fitness-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"July-Fitness-989x425.png\";s:5:\"width\";i:989;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"July-Fitness-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5335,4544,'_wp_attached_file','2018/07/Soccer-and-football.png'),(5336,4544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:31:\"2018/07/Soccer-and-football.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Soccer-and-football-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Soccer-and-football-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Soccer-and-football-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Soccer-and-football-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Soccer-and-football-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Soccer-and-football-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"Soccer-and-football-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5337,4546,'_wp_attached_file','2018/07/New-Yoga.png'),(5338,4546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:20:\"2018/07/New-Yoga.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"New-Yoga-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"New-Yoga-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"New-Yoga-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"New-Yoga-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"New-Yoga-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:20:\"New-Yoga-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"New-Yoga-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5339,4550,'_wp_attached_file','2018/07/Ultimate_Warrior_Camp_4_1.jpg'),(5340,4550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:377;s:6:\"height\";i:503;s:4:\"file\";s:37:\"2018/07/Ultimate_Warrior_Camp_4_1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Ultimate_Warrior_Camp_4_1-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:37:\"Ultimate_Warrior_Camp_4_1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Ultimate_Warrior_Camp_4_1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Ultimate_Warrior_Camp_4_1-377x425.jpg\";s:5:\"width\";i:377;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:36:\"Ultimate_Warrior_Camp_4_1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5341,4557,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<div id=\"sub_nav\"></div>\r\n<div id=\"content\">\r\n<h4>Shelter Reservation Policy</h4>\r\n<strong>1.</strong> Shelters may be reserved by Macedonia Residents beginning January 1st for that current year. Non-residents may reserve shelters after February 1st for that current year.\r\nProof of residency required.\r\n<strong>2.</strong> Shelters available to reserve on a ﬁrst come ﬁrst serve basis.\r\n<strong>3.</strong> Electrical Outlets are available at Longwood only. Sanitary facilities are also available. Water is available at Longwood, and features hiking trails, softball ﬁelds, and playgrounds. Sugarbush offers a basketball court, softball ﬁeld, playground, and hiking trails.\r\n<strong>4.</strong> Alcoholic Beverages are Prohibited.\r\n<strong>5.</strong> The Shelter reservation will not exempt you from the rules of the park or the City of Macedonia.\r\n<strong>6.</strong> Park hours are from 8:00am to 8:00pm. Shelters are reserved for the entire day. (Dawn to Dusk)\r\n<strong>7.</strong> Cost of reserving shelters:\r\n\r\n<strong>Residents: $25 weekdays (M-F) $50 weekends/holidays</strong>\r\n<strong>Non-residents: $50 weekdays (M-F) $75 weekends/holidays</strong>\r\n\r\n<strong>8.</strong> Refunds will be issued only when shelter is deemed unusable by the Parks and Recreation Administrative Staff or when a request for a refund is made 30 days before the event.\r\n\r\n<strong>Longwood 1</strong> — accommodates up to 100 people and has 10 tables.\r\n<strong>Longwood 2</strong> — accommodates up to 100 people and has 10 tables.\r\n<strong>Longwood 3</strong> — accommodates up to 65 people and has 6 tables.\r\n<strong>Sugarbush</strong> — accommodates up to 85 people and has 8 tables.\r\n\r\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/02/Shelter-Form.pdf\">Download the Shelter Form Application Here</a></span>\r\n\r\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2017/01/Field-Permit-Application.pdf\">Download the Field Permit Application Here</a></span>\r\n\r\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2017/03/Longwood-Park-Map-2017.pdf\">Longwood Park Map </a></span>\r\n\r\n</div>\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5342,4557,'_mpce_enabled','1'),(5343,4557,'motopress-ce-save-in-version','2.5.1'),(5344,4557,'_motopress-ce-private-styles','{}'),(5353,4561,'_wp_attached_file','2018/07/July-Fitness-Schedule.pdf'),(5354,4561,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"July-Fitness-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"July-Fitness-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"July-Fitness-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:29:\"July-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5359,2103,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><span style=\"color: #000080;\">John Doyle, Aquatics Coordinator-email:  <em><a style=\"color: #000080;\" href=\"mailto:jdoyle@macedonia.oh.us\">jdoyle@macedonia.oh.us</a></em></span></h4>\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg\"><img class=\"size-full wp-image-3417 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg\" alt=\"lifeguards-wanted-pic\" width=\"650\" height=\"325\" /></a>\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\">*NOW HIRING LIFEGAURDS AND SWIM INSTRUCTORS*  Call 330.468.8372 for more information!</span></h4>\r\n<h4><span style=\"color: #000080;\"> </span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2491,2490,2489,2488,2487\" size=\"large\" animation=\"slide\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\">Our Aquatics facility is designed to accommodate all types of swimming needs.</span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h2><span style=\"color: #000080;\">Macedonia Recreation Pool Facts</span></h2>\r\n<h4><span style=\"color: #000080;\">Lap Pool:</span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">208,000 gallons</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">84 degrees Fahrenheit </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">1 mile = 35.2 laps or 70.4 lengths </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point- 3\'6\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'6\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #00ff00;\"><span style=\"color: #000080;\">Diving Well Depth- 11\'6\"</span></span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Activity Pool: </span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">37, 000 gallons </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">87 degrees Fahrenheit </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point- 0\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'0\"</span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Whirlpool:</span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">7,000 gallons </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">102 Degrees Fahrenheit</span></h4>\r\n</li>\r\n</ul>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5360,2103,'_mpce_enabled','1'),(5368,4567,'_wp_attached_file','2018/07/8August-2018.pdf'),(5369,4567,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"8August-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"8August-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"8August-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:20:\"8August-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5370,4568,'_wp_attached_file','2018/07/8August-Act.jpg'),(5371,4568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:783;s:4:\"file\";s:23:\"2018/07/8August-Act.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"8August-Act-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:\"8August-Act-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"8August-Act-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"8August-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"8August-Act-1021x425.jpg\";s:5:\"width\";i:1021;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"8August-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532512063\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5372,4569,'_wp_attached_file','2018/07/8August-Lap.jpg'),(5373,4569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:782;s:4:\"file\";s:23:\"2018/07/8August-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"8August-Lap-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:\"8August-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"8August-Lap-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"8August-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"8August-Lap-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"8August-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532510614\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5380,4572,'_wp_attached_file','2018/07/August-Fitness.png'),(5381,4572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:985;s:6:\"height\";i:737;s:4:\"file\";s:26:\"2018/07/August-Fitness.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"August-Fitness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"August-Fitness-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"August-Fitness-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"August-Fitness-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"August-Fitness-985x425.png\";s:5:\"width\";i:985;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"August-Fitness-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5382,4573,'_wp_attached_file','2018/07/August-Fitness-Schedule.pdf'),(5383,4573,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"August-Fitness-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"August-Fitness-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"August-Fitness-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:31:\"August-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5400,4578,'_wp_attached_file','2018/07/Tai-Chi-2.png'),(5401,4578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:21:\"2018/07/Tai-Chi-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Tai-Chi-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Tai-Chi-2-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Tai-Chi-2-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Tai-Chi-2-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tai-Chi-2-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tai-Chi-2-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"Tai-Chi-2-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5406,2122,'_mpce_page_settings','a:1:{s:10:\"hide_title\";i:0;}'),(5407,4580,'_wp_attached_file','2018/07/New-Yoga-1.png'),(5408,4580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:22:\"2018/07/New-Yoga-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"New-Yoga-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"New-Yoga-1-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"New-Yoga-1-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"New-Yoga-1-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"New-Yoga-1-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"New-Yoga-1-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"New-Yoga-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5413,2080,'_mpce_page_settings','a:1:{s:10:\"hide_title\";i:0;}'),(5426,2087,'_mpce_post_content','The Macedonia Recreation Department offers a variety of recreation programs and activities throughout the year.\r\n\r\nPrograms are listed following the links below and flyers are posted at the Rec Center.  Contact the Macedonia Rec Center at (330) 468-8370 for more information.\r\n<h4><a href=\"http://macrec.com/programs/kids-programs/\"><span style=\"color: #3366ff;\">Youth Programs</span></a></h4>\r\n<h4><a href=\"http://macrec.com/programs/adult-programs/\"><span style=\"color: #3366ff;\">Adult Programs</span></a></h4>\r\n<h4><a href=\"http://macrec.com/programs/special-events/\"><span style=\"color: #3366ff;\">Special Events</span></a></h4>\r\n<h4><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://macrec.com/programs/youth-sports/\">Youth Sports</a></span></h4>\r\n<h4><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://macrec.com/programs/http://macrec.com/programs/camp-summer-2016/\">Day Camp (Summer, Spring Break, Winter Break)</a></span></h4>\r\n<h4><a href=\"http://macrec.com/programs/sport-camps/\"><span style=\"color: #3366ff;\">Sport Camps </span></a></h4>\r\n<h4><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/programs/rec-hotline-alert/\"><span style=\"color: #0000ff;\"><span style=\"color: #3366ff;\">Rec. Hotline</span></span> </a></span></h4>\r\n<h4></h4>\r\n&nbsp;\r\n<h4></h4>\r\n<h5><span style=\"color: #ff0000;\">Interested in teaching a class</span></h5>\r\nIf you would like to lead/instruct a new program (adult, teen and youth classes in a variety of areas including sport, dance, arts and crafts, general education, and other), please contact Alan Hamski at 330-468-8376 or <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:ahamski@macedonia.oh.us\">ahamski@macedonia.oh.us</a></span> with your ideas or any questions that you may have.  We’d love to hear from you!\r\n<h4></h4>\r\n<h4></h4>'),(5427,2087,'_mpce_enabled','1'),(5432,2109,'_mpce_page_settings','a:1:{s:10:\"hide_title\";i:0;}'),(5433,4587,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n<strong> </strong>\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5434,4587,'_mpce_enabled','1'),(5435,4587,'motopress-ce-save-in-version','2.5.1'),(5436,4587,'_motopress-ce-private-styles','{}'),(5437,4588,'_edit_lock','1547052151:2'),(5438,4588,'_edit_last','2'),(5439,4589,'_wp_attached_file','2018/08/Fall.jpg'),(5440,4589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:808;s:6:\"height\";i:1224;s:4:\"file\";s:16:\"2018/08/Fall.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Fall-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:16:\"Fall-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Fall-768x1163.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Fall-676x1024.jpg\";s:5:\"width\";i:676;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Fall-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Fall-808x425.jpg\";s:5:\"width\";i:808;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:15:\"Fall-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5441,4588,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_code mp_custom_style=\"mpce-prvt-4588-5b63631249290\"]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Looking to have your business recognized by more than 30,000 people each season?</span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join our Light Pole Banner Program!</span></p>\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors.png\"><img class=\"size-medium wp-image-4877 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors-300x245.png\" alt=\"\" width=\"300\" height=\"245\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2019/01/Banner-Program.pdf\">CLICK HERE for the Banner Program Flyer!</a> </span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Thank you to our winter sponsors: </span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">So So Artsy, Merit Dental &amp; SummaCare!</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">CLICK HERE for the Banner Application!</a></span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Spring Applications due by February 15!</span></h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>What:</strong> The Macedonia Family Recreation Center is beautifying the parking lot by adding large, colorful banners to the light poles. We hope to partner with local businesses to build a better community.  We are looking for area businesses to sponsor a banner by adding your logo!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>When</strong>: We have four display periods available: Fall (September-November), Winter (December-February), Spring (March-May), and Summer (June-August). Banners will be displayed for a 90-day period.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Who: </strong>Who will see your banner? During any 3-month period, the Rec Center has more than 30,000 member visits. That\'s not counting special events, practices and games, swim meets and an array of events that draw people to the Recreation Center and Longwood Park.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>How: </strong>Looking to add your business logo? Please fill out our</span> <strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">Banner Application</a></span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Details: </strong>All banners will be provided, installed and removed by the City. Banners are 30\" x 60\" and double-sided. Banner applications are approved on a first come first serve basis. We have the right to refuse any banner application. Applications received for a period that is already full will be first for the next upcoming season. </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Cost: </strong>Each 30\" x 60\" double-sided banner costs $300 for any 90-day period. The cost of the banner includes: design, hardware, material, installation and removal of each banner. That\'s $300 for 90 days of advertising that will reach over 30,000 people, roughly $3.33 a day!!!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Contact: </strong>If you have any questions about the Banner Program, call 330-468-8375 or email bwisniewski@macedonia.oh.us</span></p>\r\n[/mp_code]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5442,4588,'_mpce_enabled','1'),(5443,4588,'_wp_page_template','default'),(5444,4591,'_wp_attached_file','2018/08/City-of-Macedonia-Banner-Application.pdf'),(5445,4591,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"City-of-Macedonia-Banner-Application-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"City-of-Macedonia-Banner-Application-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"City-of-Macedonia-Banner-Application-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:44:\"City-of-Macedonia-Banner-Application-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5446,4592,'_wp_attached_file','2018/08/Banner-Program.png'),(5447,4592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:26:\"2018/08/Banner-Program.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Banner-Program-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Banner-Program-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Banner-Program-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Banner-Program-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Banner-Program-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Banner-Program-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Banner-Program-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5448,4588,'_motopress-ce-private-styles','{\"mpce-prvt-4588-5b63631249290\":{\"settings\":{\"up\":{\"background-color\":\"rgb(215, 247, 250)\",\"color\":\"rgb(214, 148, 148)\",\"background-image-type\":\"gradient\",\"background-gradient\":\"0 ,  , \"}},\"objectType\":\"\",\"css\":\".mpce-prvt-4588-5b63631249290:not(.mpce-dsbl-background-color){background-color:rgb(215, 247, 250) !important;}.mpce-prvt-4588-5b63631249290:not(.mpce-dsbl-color){color:rgb(214, 148, 148) !important;}\"}}'),(5452,4588,'_mpce_page_settings','a:1:{s:10:\"hide_title\";i:0;}'),(5453,4588,'motopress-ce-save-in-version','3.0.2'),(5454,4594,'_menu_item_type','post_type'),(5455,4594,'_menu_item_menu_item_parent','0'),(5456,4594,'_menu_item_object_id','4588'),(5457,4594,'_menu_item_object','page'),(5458,4594,'_menu_item_target',''),(5459,4594,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5460,4594,'_menu_item_xfn',''),(5461,4594,'_menu_item_url',''),(5471,4597,'_wp_attached_file','2018/08/Tai-Chi.png'),(5472,4597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:19:\"2018/08/Tai-Chi.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tai-Chi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Tai-Chi-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Tai-Chi-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Tai-Chi-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Tai-Chi-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Tai-Chi-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"Tai-Chi-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5489,4602,'_wp_attached_file','2018/08/Sports-Registration-Form.pdf'),(5490,4603,'_wp_attached_file','2018/08/Sports-Registration-Form-1.pdf'),(5491,4604,'_wp_attached_file','2018/08/Parent-Guardian-Signature-Form.pdf'),(5492,4604,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Parent-Guardian-Signature-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Parent-Guardian-Signature-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Parent-Guardian-Signature-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:38:\"Parent-Guardian-Signature-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5493,4605,'_wp_attached_file','2018/08/Sports-Registration-Form-2.pdf'),(5494,4606,'_wp_attached_file','2018/08/Official-Sports-Registration-Form.png'),(5495,4606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:862;s:4:\"file\";s:45:\"2018/08/Official-Sports-Registration-Form.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Official-Sports-Registration-Form-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Official-Sports-Registration-Form-226x300.png\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Official-Sports-Registration-Form-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Official-Sports-Registration-Form-650x425.png\";s:5:\"width\";i:650;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:44:\"Official-Sports-Registration-Form-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5519,4616,'_wp_attached_file','2018/08/Fall-2018-Chart-Color.pdf'),(5520,4616,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Fall-2018-Chart-Color-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Fall-2018-Chart-Color-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Fall-2018-Chart-Color-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:29:\"Fall-2018-Chart-Color-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5527,4619,'_wp_attached_file','2018/08/Fall-2018-Pic.jpg'),(5528,4619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1130;s:6:\"height\";i:835;s:4:\"file\";s:25:\"2018/08/Fall-2018-Pic.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Fall-2018-Pic-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:\"Fall-2018-Pic-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Fall-2018-Pic-768x568.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Fall-2018-Pic-1024x757.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:757;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Fall-2018-Pic-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Fall-2018-Pic-1130x425.jpg\";s:5:\"width\";i:1130;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Fall-2018-Pic-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5535,4622,'_wp_attached_file','2018/08/Fall-Baseball.png'),(5536,4622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:25:\"2018/08/Fall-Baseball.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Fall-Baseball-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Fall-Baseball-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Fall-Baseball-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Fall-Baseball-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Fall-Baseball-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Fall-Baseball-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Fall-Baseball-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5545,4625,'_wp_attached_file','2018/08/Line-Dance.png'),(5546,4625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:22:\"2018/08/Line-Dance.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Line-Dance-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Line-Dance-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Line-Dance-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Line-Dance-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Line-Dance-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Line-Dance-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"Line-Dance-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5579,4634,'_wp_attached_file','2018/08/September-Fitness-Schedule.pdf'),(5580,4634,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"September-Fitness-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"September-Fitness-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"September-Fitness-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:34:\"September-Fitness-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5581,4635,'_wp_attached_file','2018/08/September-Fitness.png'),(5582,4635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1154;s:6:\"height\";i:897;s:4:\"file\";s:29:\"2018/08/September-Fitness.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"September-Fitness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"September-Fitness-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"September-Fitness-768x597.png\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"September-Fitness-1024x796.png\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"September-Fitness-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"September-Fitness-1154x425.png\";s:5:\"width\";i:1154;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"September-Fitness-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5591,4638,'_wp_attached_file','2018/08/City-of-Macedonia-Banner-Application-1.pdf'),(5592,4638,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"City-of-Macedonia-Banner-Application-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"City-of-Macedonia-Banner-Application-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"City-of-Macedonia-Banner-Application-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:46:\"City-of-Macedonia-Banner-Application-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5597,4641,'_wp_attached_file','2018/08/9September-2018.pdf'),(5598,4641,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"9September-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"9September-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"9September-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"9September-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5599,4642,'_wp_attached_file','2018/08/9September-Lap.jpg'),(5600,4642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:829;s:4:\"file\";s:26:\"2018/08/9September-Lap.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"9September-Lap-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:\"9September-Lap-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"9September-Lap-768x573.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"9September-Lap-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"9September-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"9September-Lap-1112x425.jpg\";s:5:\"width\";i:1112;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"9September-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5601,4643,'_wp_attached_file','2018/08/9September-Act.jpg'),(5602,4643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1113;s:6:\"height\";i:836;s:4:\"file\";s:26:\"2018/08/9September-Act.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"9September-Act-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:\"9September-Act-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"9September-Act-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"9September-Act-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"9September-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"9September-Act-1113x425.jpg\";s:5:\"width\";i:1113;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"9September-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1535450980\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5618,4649,'_wp_attached_file','2018/09/Cupping-Therapy.png'),(5619,4649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:27:\"2018/09/Cupping-Therapy.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Cupping-Therapy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Cupping-Therapy-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Cupping-Therapy-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Cupping-Therapy-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Cupping-Therapy-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Cupping-Therapy-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Cupping-Therapy-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5624,4651,'_wp_attached_file','2018/09/September-Special.png'),(5625,4651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:29:\"2018/09/September-Special.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"September-Special-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"September-Special-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"September-Special-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"September-Special-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"September-Special-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"September-Special-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"September-Special-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5626,4652,'_wp_attached_file','2018/09/1-on-1-training.png'),(5627,4652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:27:\"2018/09/1-on-1-training.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"1-on-1-training-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"1-on-1-training-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"1-on-1-training-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"1-on-1-training-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"1-on-1-training-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"1-on-1-training-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"1-on-1-training-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5632,4654,'_wp_attached_file','2018/09/Dining-Etiquette.png'),(5633,4654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:28:\"2018/09/Dining-Etiquette.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Dining-Etiquette-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Dining-Etiquette-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Dining-Etiquette-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Dining-Etiquette-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Dining-Etiquette-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Dining-Etiquette-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"Dining-Etiquette-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5638,4656,'_wp_attached_file','2018/09/Pumpkin-Final-1.png'),(5639,4656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:27:\"2018/09/Pumpkin-Final-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Pumpkin-Final-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Pumpkin-Final-1-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Pumpkin-Final-1-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Pumpkin-Final-1-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Pumpkin-Final-1-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Pumpkin-Final-1-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Pumpkin-Final-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5656,4662,'_wp_attached_file','2018/09/Movie-in-the-Park.jpg'),(5657,4662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:960;s:4:\"file\";s:29:\"2018/09/Movie-in-the-Park.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Movie-in-the-Park-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:\"Movie-in-the-Park-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Movie-in-the-Park-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Movie-in-the-Park-742x425.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"Movie-in-the-Park-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5658,4663,'_wp_attached_file','2018/09/dive-in-oz.jpg'),(5659,4663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:22:\"2018/09/dive-in-oz.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dive-in-oz-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:22:\"dive-in-oz-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"dive-in-oz-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dive-in-oz-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"dive-in-oz-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:23:\"dive-in-oz-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:21:\"dive-in-oz-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5680,4669,'_wp_attached_file','2018/09/Banner-Program.png'),(5681,4669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:26:\"2018/09/Banner-Program.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Banner-Program-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Banner-Program-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Banner-Program-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Banner-Program-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Banner-Program-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Banner-Program-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Banner-Program-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5686,4671,'_wp_attached_file','2018/09/Winter.jpg'),(5687,4671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1267;s:6:\"height\";i:1920;s:4:\"file\";s:18:\"2018/09/Winter.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Winter-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:18:\"Winter-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Winter-768x1164.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Winter-676x1024.jpg\";s:5:\"width\";i:676;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Winter-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Winter-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:17:\"Winter-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1442392329\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5692,4673,'_wp_attached_file','2018/09/Automotive-Adv-Banner-Hanging.jpg'),(5693,4673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:41:\"2018/09/Automotive-Adv-Banner-Hanging.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Automotive-Adv-Banner-Hanging-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:41:\"Automotive-Adv-Banner-Hanging-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Automotive-Adv-Banner-Hanging-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Automotive-Adv-Banner-Hanging-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Automotive-Adv-Banner-Hanging-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Automotive-Adv-Banner-Hanging-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:40:\"Automotive-Adv-Banner-Hanging-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536161258\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:17:\"0.000176991150442\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5694,4674,'_wp_attached_file','2018/09/Capture.png'),(5695,4674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:217;s:6:\"height\";i:431;s:4:\"file\";s:19:\"2018/09/Capture.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Capture-151x300.png\";s:5:\"width\";i:151;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-217x165.png\";s:5:\"width\";i:217;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-217x425.png\";s:5:\"width\";i:217;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:18:\"Capture-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5700,4676,'_wp_attached_file','2018/09/Monsters-Ticket-Form.png'),(5701,4676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:908;s:4:\"file\";s:32:\"2018/09/Monsters-Ticket-Form.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Monsters-Ticket-Form-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Monsters-Ticket-Form-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Monsters-Ticket-Form-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Monsters-Ticket-Form-702x425.png\";s:5:\"width\";i:702;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"Monsters-Ticket-Form-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5722,4683,'_edit_lock','1541613694:2'),(5723,4683,'_edit_last','2'),(5724,4684,'_wp_attached_file','2018/09/Merchandise-1.png'),(5725,4684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:25:\"2018/09/Merchandise-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Merchandise-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Merchandise-1-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Merchandise-1-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Merchandise-1-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Merchandise-1-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Merchandise-1-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:24:\"Merchandise-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5726,4683,'_wp_page_template','default'),(5727,4686,'_menu_item_type','post_type'),(5728,4686,'_menu_item_menu_item_parent','0'),(5729,4686,'_menu_item_object_id','4683'),(5730,4686,'_menu_item_object','page'),(5731,4686,'_menu_item_target',''),(5732,4686,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5733,4686,'_menu_item_xfn',''),(5734,4686,'_menu_item_url',''),(5736,4689,'_wp_attached_file','2018/09/October-Schedule.pdf'),(5737,4689,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"October-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"October-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"October-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:24:\"October-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5738,4690,'_wp_attached_file','2018/09/October-Fitness-18.png'),(5739,4690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:883;s:4:\"file\";s:30:\"2018/09/October-Fitness-18.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"October-Fitness-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"October-Fitness-18-300x229.png\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"October-Fitness-18-768x587.png\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"October-Fitness-18-1024x783.png\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"October-Fitness-18-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"October-Fitness-18-1155x425.png\";s:5:\"width\";i:1155;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"October-Fitness-18-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5748,4693,'_wp_attached_file','2018/10/SilverSneakers-Schedule.png'),(5749,4693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1121;s:6:\"height\";i:860;s:4:\"file\";s:35:\"2018/10/SilverSneakers-Schedule.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"SilverSneakers-Schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"SilverSneakers-Schedule-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"SilverSneakers-Schedule-768x589.png\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"SilverSneakers-Schedule-1024x786.png\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"SilverSneakers-Schedule-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"SilverSneakers-Schedule-1121x425.png\";s:5:\"width\";i:1121;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"SilverSneakers-Schedule-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5754,4695,'_wp_attached_file','2018/10/10October-2018.pdf'),(5755,4695,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"10October-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"10October-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"10October-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:22:\"10October-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5756,4696,'_wp_attached_file','2018/10/10October-2018-Lap.jpg'),(5757,4696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1048;s:6:\"height\";i:811;s:4:\"file\";s:30:\"2018/10/10October-2018-Lap.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"10October-2018-Lap-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:30:\"10October-2018-Lap-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"10October-2018-Lap-768x594.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"10October-2018-Lap-1024x792.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:792;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"10October-2018-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"10October-2018-Lap-1048x425.jpg\";s:5:\"width\";i:1048;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"10October-2018-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538386837\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5758,4697,'_wp_attached_file','2018/10/10October-2108-Act.jpg'),(5759,4697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1048;s:6:\"height\";i:813;s:4:\"file\";s:30:\"2018/10/10October-2108-Act.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"10October-2108-Act-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:30:\"10October-2108-Act-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"10October-2108-Act-768x596.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"10October-2108-Act-1024x794.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:794;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"10October-2108-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"10October-2108-Act-1048x425.jpg\";s:5:\"width\";i:1048;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"10October-2108-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538386898\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5774,4702,'_wp_attached_file','2018/10/Tap-Class.jpg'),(5775,4702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2018/10/Tap-Class.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Tap-Class-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:\"Tap-Class-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Tap-Class-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Tap-Class-1024x288.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tap-Class-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Tap-Class-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"Tap-Class-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5804,4710,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n<h4>Bethann Barto, fitness consultant,    email:  <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row]\r\n<h2>Massage Services</h2>\r\nMassage is the manipulation of the soft tissues of the body which helps ease stress, and muscular tension, relieve pain from injuries and speed healing.\r\n\r\nLooking to add on additional services?  We offer 90 minute massage and 180 minute massage as well.\r\n\r\nAll one-hour massage services now include a steamed, hot towel.\r\n\r\n<strong>Our Policies:</strong>\r\n\r\nA $25 reservation fee to hold appointment time for non-members of the Macedonia Family Recreation Center.\r\nFee will be put towards price of service as long as appointment is held.\r\nA $25 fee will be assessed for any cancellation not made 24 hours before appointment.\r\n\r\n<strong>*Massage prices do not include gratuity.*</strong>\r\n\r\n<strong>*Draping is REQUIRED for all massage services.*</strong>\r\n<h4><a href=\"http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy.png\"><img class=\"alignnone size-medium wp-image-4649\" src=\"http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h4>\r\n<h4>Massage Service Descriptions</h4>\r\n[su_accordion]\r\n[su_spoiler title=\"Deep Tissue Massage\" style=\"fancy\"]This massage focuses on deep layers of muscle tissue to release tension in the body by using slow stokes with extra pressure.\r\nMembers $65     Residents $70      General Public $75   (price per hour) [/su_spoiler]\r\n\r\n[su_spoiler title=\"Swedish Massage\" style=\"fancy\"]Swedish massage therapy involves soft, long, kneading strokes, as well as light, rhythmic, tapping strokes, on topmost layers of muscles.\r\nMembers $60     Residents $65      General Public $70  (price per hour)\r\n\r\n[/su_spoiler]\r\n\r\n[su_spoiler title=\"Athletic Massage\" style=\"fancy\"]This massage is geared toward athletes-runners, swimmers, tri-athletes people who need specific areas worked on.\r\nMembers $65     Residents $70      General Public $75   (price per hour)[/su_spoiler]\r\n[su_spoiler title=\"Chair Massage\" style=\"fancy\"]In a hurry? Remain fully dressed while enjoying an invigorating massage in chair. Minimum 10 min. required.\r\nFee: $1.25 per minute [/su_spoiler]\r\n\r\n[su_spoiler title=\"Cupping Therapy\" style=\"fancy\"] Over 7,000 years old dating back to Egyptian and Chinese doctors to heal patients. The Massage Therapist uses silicone cups to pull the muscle outward instead of pressing down on the muscle tissue. The method is safe and highly effective for most people. This method relieves muscle soreness, helps heal and remove toxins and helps in circulation.  Minimum 10 min. required.\r\nFee: $1.00 per minute [/su_spoiler]\r\n\r\n[su_spoiler title=\"Massage Package Deals\" style=\"fancy\"]\r\n\r\nPurchase 5 Swedish at regular price and get 1 hour FREE\r\nMembers $300     Residents $325      General Public $375\r\n\r\nPurchase 5 Deep Tissue at regular price and get 1 hour FREE\r\nMembers $325     Residents $350      General Public $375\r\n\r\n[/su_spoiler]\r\n[/su_accordion]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5805,4710,'_mpce_enabled','1'),(5806,4710,'motopress-ce-save-in-version','2.5.1'),(5807,4710,'_motopress-ce-private-styles','{}'),(5808,4711,'motopress-ce-save-in-version','2.5.1'),(5809,4711,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n<h4><span style=\"color: #0000ff;\">Bethann barto, fitness consultant,    email:  </span><em><a href=\"mailto:bethann946@roadrunner.com\"><span style=\"color: #0000ff;\">bethann946@roadrunner.com</span></a></em></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n\r\n<!-- [if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG></o:AllowPNG>\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]--><!-- [if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves></w:TrackMoves>\r\n<w:TrackFormatting></w:TrackFormatting>\r\n<w:PunctuationKerning></w:PunctuationKerning>\r\n<w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables></w:BreakWrappedTables>\r\n<w:SnapToGridInCell></w:SnapToGridInCell>\r\n<w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n<w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n<w:DontGrowAutofit></w:DontGrowAutofit>\r\n<w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n<w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n<w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n<w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n<m:brkBin m:val=\"before\"></m:brkBin>\r\n<m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n<m:smallFrac m:val=\"off\"></m:smallFrac>\r\n<m:dispDef></m:dispDef>\r\n<m:lMargin m:val=\"0\"></m:lMargin>\r\n<m:rMargin m:val=\"0\"></m:rMargin>\r\n<m:defJc m:val=\"centerGroup\"></m:defJc>\r\n<m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n<m:intLim m:val=\"subSup\"></m:intLim>\r\n<m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!-- [if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n</w:LatentStyles>\r\n</xml><![endif]--><!-- [if gte mso 10]>\r\n\r\n<style>\r\n /* Style Definitions */<br />table.MsoNormalTable<br />{mso-style-name:\"Table Normal\";<br />mso-tstyle-rowband-size:0;<br />mso-tstyle-colband-size:0;<br />mso-style-noshow:yes;<br />mso-style-priority:99;<br />mso-style-parent:\"\";<br />mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />mso-para-margin-top:0in;<br />mso-para-margin-right:0in;<br />mso-para-margin-bottom:10.0pt;<br />mso-para-margin-left:0in;<br />line-height:115%;<br />mso-pagination:widow-orphan;<br />font-size:11.0pt;<br />font-family:\"Calibri\",\"sans-serif\";<br />mso-ascii-font-family:Calibri;<br />mso-ascii-theme-font:minor-latin;<br />mso-hansi-font-family:Calibri;<br />mso-hansi-theme-font:minor-latin;}<br /></style><![endif]-->\r\n\r\n<span style=\"font-size: 14px;\">Personal trainers can help start you on a path towards reaching your health and wellness goals. Whether you\'re seeking general conditioning, sports-specific training, motivation or nutrition advice,  we are trained to work with people of all ages and fitness levels.</span>\r\n\r\n<span style=\"font-size: 14px;\">1 on 1 Personal Training</span> <span style=\"font-size: 14px;\">Package Includes:\r\n</span>\r\n<ul>\r\n 	<li><span style=\"font-size: 14px;\">Fitness Assessment Challenge</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Body Fat Testing &amp; Measurements</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Professional Stretching</span></li>\r\n 	<li><span style=\"font-size: 14px;\">All Programs Custom Designed</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Diet and Nutrition Suggestions</span></li>\r\n</ul>\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/09/1-on-1-training.png\"><img class=\"alignnone size-medium wp-image-4652\" src=\"http://macrec.com/wp-content/uploads/2018/09/1-on-1-training-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>\r\n<h4><span style=\"font-size: 18px; font-family: Calibri, sans-serif;\">-All one hour massage services now include a steamed, hot towel service</span></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><span style=\"color: #000000;\">Personal Training Packages</span></h4>\r\n<span style=\"color: #000000;\"><em>All personal training and services must be redeemed within 1 year of purchase date.</em></span>\r\n\r\n[su_spoiler title=\"30 Minute Express Personal Training\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\r\n\r\n(Receive 1 FREE session with purchase of 5)\r\n\r\n[/su_spoiler]\r\n\r\n[su_spoiler title=\"1 Hour Personal Training\" style=\"fancy\"]Session Members -$55.00     Macedonia Residence -$60.00        General Public- $65.00 [/su_spoiler]\r\n[su_spoiler title=\"5 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$275.00     Macedonia Residence -$300.00        General Public- $325.00\r\n\r\n(Receive 1 FREE session with purchase) [/su_spoiler]\r\n[su_spoiler title=\"10 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$550.00     Macedonia Residence -$600.00        General Public- $650.00\r\n\r\n(Receive 2 FREE sessions with purchase) [/su_spoiler]\r\n[su_spoiler title=\"20 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1100.00     Macedonia Residence -$1200.00        General Public- $1300.00\r\n\r\n(Receive 4 FREE sessions with purchase) [/su_spoiler]\r\n\r\n[su_spoiler title=\"30- 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1650.00     Macedonia Residence -$1800.00        General Public- $1950.00\r\n\r\n(Receive 6 FREE sessions with purchase) [/su_spoiler]\r\n[su_spoiler title=\"40 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$2200.00     Macedonia Residence -$2400.00        General Public- $2600.00\r\n\r\n(Receive 8 FREE sessions with purchase) [/su_spoiler]\r\n\r\n[su_spoiler title=\"Private Pilates Personal Training Session\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\r\n\r\n(Receive 3 FREE sessions with purchase of 5)\r\n\r\n[su_spoiler title=\"Additional Personal Training Services\" style=\"fancy\"]\r\n\r\n•Teen Training Program\r\nMember $20 / Macedonia Resident $25 / General Public $30\r\n\r\n•New Member Workout\r\nMember $20 / Macedonia Resident $25 / General Public $30\r\n\r\n•Small Group Personal Training [/su_spoiler]\r\n<h4><span style=\"color: #000000;\">Personal Services</span></h4>\r\n[su_accordion]\r\n[su_spoiler title=\"Body Fat Testing and Measurements\" style=\"fancy\"]A Personal Trainer will measure your body fat with a body fat caliper to determine your correct percentage. We will also take accurate measurements and document the information for you.\r\nGeneral Public: - $12.00     Macedonia Residence Fee $10.00     Member Fee-$8.00 [/su_spoiler]\r\n[su_spoiler title=\"Professional Stretching (30 Min.)\" style=\"fancy\"]Let our Personal Trainers professionally stretch out your entire body. This session is 30 minutes long. It helps relieve muscle soreness, increase range of motion, and leaves you feeling great!\r\nGeneral Public: - $49.00     Macedonia Residence Fee $47.00     Member Fee-$45.00\r\n\r\nPurchase 10  Stretching Sessions get 1 Free\r\n\r\nGeneral Public: - $490.00 Macedonia Residence Fee $470.00     Member Fee-$450.00\r\n\r\n[/su_spoiler]\r\n[su_spoiler title=\"Fitness Assessment\" style=\"fancy\"]What areas should you be working harder on: flexibility, cardiovascular, strength. Our personal Trainers will help determined the area of need. Bring water and wear workout clothing. Assessment is roughly 15 minutes. For men and women ages 15 years and older.\r\nGeneral Public: - $15.00     Macedonia Residence Fee $12.00     Member Fee-$10.00 [/su_spoiler]\r\n[su_spoiler title=\"Fluidity Bar Group Training\" style=\"fancy\"]Fluidity Bar training is designed to improve our ability to function in everyday life– that is, multi-dimensional, weight-bearing movements that challenge our balance, stability and mobility. Fluidity Bar strengthens and lengthens muscles and improves the pelvic floor girdle area by 360 degrees of challenging poses. This training is done by appointment only and is a 60 minute session.\r\n1 - 1 Hour Session: General Public Fee: - $16.00     Macedonia Residence Fee $14.00     Member Fee-$12.00\r\n5 - 1 Hour Sessions: General Public Fee: - $80.00     Macedonia Residence Fee $70.00     Member Fee-$60.00\r\n\r\nClass Schedule\r\nTuesday: 9:00 - 10:00 AM\r\nThursday: 9:00 – 10:00 AM\r\n\r\n<em> *Registration for Fluidity Bar classes can be done at the front desk*</em>\r\n\r\n[/su_spoiler]\r\n[su_spoiler title=\"Kinesiology Therapeutic Tape\" style=\"fancy\"]Our Certified KT Specialist is certified in: Kinesiology Taping. This method aids in the healing process of most injuries. The direction method applied &amp; the compression of the tape helps heal your injury faster. Most Professional Athlete\'s use KT to help with performance &amp; healing.\r\n\r\nCost: $10.00 to $20.00 (depending on how much tape is used &amp; how many times the client will have to return for more taping) [/su_spoiler]\r\n<h3><span style=\"color: #ff0000;\">Personal Trainers not affiliated with the Macedonia Recreation Center can enter the center to train at a $50 fee per hour.</span></h3>\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5810,4711,'_mpce_enabled','1'),(5811,4711,'_motopress-ce-private-styles','{}'),(5816,4716,'_wp_attached_file','2018/10/General-Application-Fillable.pdf'),(5817,4716,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"General-Application-Fillable-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"General-Application-Fillable-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"General-Application-Fillable-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:36:\"General-Application-Fillable-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5822,4718,'motopress-ce-save-in-version','1.6.5'),(5823,4718,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[row][span4]\r\n<h2>What does MacRec offer you?</h2>\r\n[dropcap]1.[/dropcap]\r\n<h6>Amenities</h6>\r\nThe City of Macedonia Family Recreation Center is a 55,000 sq. ft. community and fitness center located in Macedonia, Ohio. In addition to providing a wide variety of recreational and educational programming for all ages, we offer the following features for your enjoyment:\r\n<div id=\"content\">\r\n<ul>\r\n 	<li>Lap Pool, Activity Pool, Steam, Sauna, Whirlpool</li>\r\n 	<li>Indoor Track, Cardio and Resistance Equipment</li>\r\n 	<li>Fully Equipped Weight Room</li>\r\n 	<li>Learn to Swim Classes for all ages and abilities</li>\r\n 	<li>Land and Aquatic Fitness Classes</li>\r\n 	<li>Fitness Classes geared for Older Adults, including the SilverSneakers® Program</li>\r\n 	<li>Tot Room Babysitting</li>\r\n 	<li>Youth Programming &amp; Sports</li>\r\n 	<li>Summer Day Camp</li>\r\n 	<li>Special Events</li>\r\n 	<li>Rental Opportunities</li>\r\n 	<li>Birthday Parties</li>\r\n 	<li>FREE WIFI!</li>\r\n 	<li>Much More!</li>\r\n</ul>\r\n<strong>\r\nStop in and ask for a free tour!  We look forward to serving you!</strong>\r\n\r\n</div>\r\n[clear][dropcap]2.[/dropcap]\r\n<div class=\"none\">\r\n<h6>Employment Opportunities</h6>\r\n</div>\r\n<div id=\"content\">\r\n<h4>Join the MacRec team!</h4>\r\n&nbsp;\r\n\r\nPlease download the <a href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">EMPLOYMENT APPLICATION</a>, complete, and return to the front desk at the rec center.\r\nNOTE:  Employment applications are accepted year-round for current and future positions.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>• Daytime Lifeguards</strong>\r\n<strong> • WSI Instructors</strong>\r\n<strong> • Front Desk</strong></div>\r\n<div></div>\r\n[clear][dropcap]3.[/dropcap]\r\n<h6>Registration Guidelines</h6>\r\nAll registration is done at the Macedonia Family Recreation Center. Priority is given to members first. Register promptly to ensure your position in the program and to prevent possible cancellation due to low enrollment. We reserve the right to cancel classes due to insufficient enrollment prior to the start of the class. We accept registrations until the class is full or as noted:\r\n<h4>Swim Lessons</h4>\r\nBecause of the progressive nature of swim lessons no registration will be accepted after the second class begins.\r\n<h4>Fitness Classes (Land &amp; Water)</h4>\r\nRegistration is accepted throughout the entire session. No prorated fees available. Drop ins welcome for some classes; see course description for details.\r\n<h4>Youth Sports Organizations</h4>\r\nRegistration dates are published as available for these programs.\r\n<h4>Drop In Fee Guidelines</h4>\r\nA drop in fee is available for some programs (see program description for drop in availability and pricing). When classes are full, dropping in will not be possible. All classes require a minimum number of pre-registered participants to operate. If minimum enrollment is not met, classes will be cancelled. The best way to ensure a spot in a class is to pre-register. All drop in registrations must be done in person at the front desk before entering the class.\r\n<h4>Waiting Lists</h4>\r\nWaiting lists are available for popular programs. If a class is full please leave your name and phone number for the waiting list.\r\n<h4>Fee Information</h4>\r\nFees must be paid at the time of registration. Only receipt of payment reserves registration. Members of the Macedonia Family Recreation Center will receive a discount on classes that take place at the Recreation Center. Classes have limited enrollment. Fees for programs may be paid by cash, check, Visa or MasterCard.\r\n<strong>Checks may be made payable to: City of Macedonia</strong>\r\n<h4>Refund Policy</h4>\r\nActivity, program, or class refund or credit: Participant will receive a full refund or credit if the Parks &amp; Recreation Department cancels an activity. Participant cancels 5 business days prior to first day of activity, a full refund or credit will be issued minus an $5.00 administration fee. If participant cancels less than 5 business days prior to first day of activity, participant will receive prorated refund or credit minus $5.00 an administration fee from date of notification.\r\n<h4>Special Refund</h4>\r\nRefund for bus trips will be issued if spot can be filled. If expenditure has been made on behalf of a participant, that amount will be deducted from the total refund. Any refund of $5 or less will be credited to an account at the Rec. Center. Department supervisors reserve the right to adjust the policy and request documentation, depending upon the circumstances and the severity of the situation. Department supervisors reserve the right not to grant all refund requests. Participants should recognize and understand that activities of a physical nature involve some level or risk, and by registering for the class/program/activity the participant (or participant’s guardian) has assumed responsibility for that risk.\r\nMemberships and daily passes are non-refundable or non-transferable.\r\n<h4>Returned Check Policy</h4>\r\nA returned check from the bank will be charged a $13.00 fee.\r\n\r\n[clear][dropcap]4.[/dropcap]\r\n<h6>Facility Policies</h6>\r\nDownload the Facilities Policy Document:[su_button url=\"http://macrec.com/wp-content/uploads/2011/07/facility_policies-1.pdf\" radius=\"round\"]Download pdf[/su_button][clear][spacer]\r\n<h2>Facility Rental Info</h2>\r\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\r\n\r\n[table id=2 /]\r\n\r\n* The entire natatorium can only be rented outside of the regular hours of operation.\r\n<h4>Class 1</h4>\r\nCity of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\r\n<h4>Class 2</h4>\r\nMacedonia based, Non profit, tax exempt corporations as established by the IRS (examples: civic organizations, churches, fraternal bodies) not charging admissions.\r\n<h4>Class 3</h4>\r\nAny organization, institution, agency, group or individual not included in Class 1 – 2; or anyone in Class 2 charging admission.\r\n<h4>Rental Policies and Fees</h4>\r\n<strong>1.</strong>  The application for use of areas within the Macedonia Family Recreation Center shall be in writing and submitted to the Macedonia Family Recreation Center Staff. All areas of the application must be filled out completely and must be signed by a responsible representative of the requesting organization or party.\r\n<strong>2.</strong>  Rental requests will be accepted on a quarterly basis to correspond with program registration dates. Requests must be received a minimum of 2 weeks in advance.\r\n<strong>3.</strong>  Your rental fee payment and completed Rental Agreement must be received prior to approval and confirmation.\r\n<strong>4.</strong>  When events are scheduled outside of the normal business day, a fee of $25.00 per hour will be assessed. A minimum of two hours will be charged.\r\n<strong>5.</strong>  SECURITY DEPOSIT – A $50.00 Security Deposit is required for all rentals. The Security Deposit will be refunded (a check to be mailed from the City of Macedonia within 4 weeks) unless:\r\n\r\n<strong>a.</strong>  You cancel the rental with less than 2 weeks notice.\r\n<strong>b.</strong>  The facility is left dirty.\r\n<strong>c.</strong>  Any damage has occurred to City property as a result of your rental\r\n<strong>d.</strong>  You or your party violates the terms of the Rental Agreement.\r\n\r\n<strong>6.</strong>  Macedonia Family Recreation Center lifeguards will supervise all activities in the natatorium. Please have an accurate estimate of attendance at the time of the rental so we may plan accordingly. The rental fee includes up to 25 people. There will be an additional fee of $35.00 per hour for each additional 25 persons, or portion there of, in attendance.\r\n<strong>7.</strong>  Any time the Colorado Timing system is in use, Macedonia Family Recreation Center staff will set-up, run and remove the system. The fee is an additional $25.00 per hour.\r\n<h2>Special Services</h2>\r\nTot Room\r\n<figure class=\"featured-thumbnail\"><img src=\"http://macrec.com/wp-content/uploads/2013/09/Tot-Room-120x120.jpg\" alt=\"Tot Room\" /></figure>\r\n<div class=\"team-content post-content\">\r\n\r\n<strong>Open to ages 1½ to 8 years old.</strong>\r\n\r\nThe Tot Room will be available for babysitting services for anyone using the facility. Enrollment in to room is complementary for members. Non-Members pay $2.00 per hour per child. Utilization for the tot room shall not exceed two hours per visit per day.\r\n\r\nHours\r\nMonday-Saturday Mornings 9:00am-1:00pm\r\nMonday-Thursday Evenings 5:00pm-8:00pm\r\n<ul>\r\n 	<li>Parents must remain in the center during the child’s visit to the Tot Room.</li>\r\n 	<li>A maximum number of 8 children will be accepted in the Tot Room at any given time.</li>\r\n 	<li>The Tot Room staff will not be able to feed, diaper or supply medicine to the children.</li>\r\n 	<li>No sick children will be accepted.</li>\r\n 	<li>We require that the same guardian that signs the child into the Tot Room is the same guardian that picks the child up, unless prior arrangements are made with Tot Room Staff.</li>\r\n 	<li>All belongings should be labeled.</li>\r\n 	<li>Please do not send your child with food or beverages.</li>\r\n</ul>\r\nA current Tot Room Medical Information Form must be on file.\r\n\r\n</div>\r\n<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" sizes=\"(max-width: 330px) 100vw, 330px\" srcset=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg 300w, http://macrec.com/wp-content/uploads/2013/09/20151014_120353-1024x576.jpg 1024w\" alt=\"\" width=\"330\" height=\"186\" /></a>\r\n\r\nBirthday Party\r\n\r\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\r\n\r\nPricing: $150/Member     $175/Resident     $200/Non-Resident'),(5824,4718,'_mpce_enabled','1'),(5825,4718,'_motopress-ce-private-styles','{}'),(5834,4722,'_wp_attached_file','2018/10/Facility-Shutdown.png'),(5835,4722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:29:\"2018/10/Facility-Shutdown.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Facility-Shutdown-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Facility-Shutdown-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Facility-Shutdown-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Facility-Shutdown-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Facility-Shutdown-940x425.png\";s:5:\"width\";i:940;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"Facility-Shutdown-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5844,4725,'_mpce_post_content','<h2><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"alignnone size-medium wp-image-4676\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h2>\r\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\r\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5845,4725,'_mpce_enabled','1'),(5846,4725,'motopress-ce-save-in-version','2.5.1'),(5847,4725,'_motopress-ce-private-styles','{}'),(5856,4728,'motopress-ce-save-in-version','3.0.2'),(5857,4728,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><a href=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football.png\"><img class=\"alignnone wp-image-4544 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football-232x300.png\" alt=\"\" width=\"255\" height=\"330\" /></a><strong>Fall Soccer </strong></h4>\r\n<h4>Recreation soccer league play for boys and girls ages 6-15. Practices to start mid-August through October. Most games will be played on Saturday, starting in September. Practices are held throughout the week. U7 &amp; U8 leage play in-house. U9, U11, U13, U15 divisions play in the Suburban Recreational Soccer League. Shin guards with socks covering are required, soccer cleats are recommended. Volunteer coaches are needed. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> Single Season fee is $60. Register for both Fall 2018 and Spring 2019 season for $100. Please fill out below forms and bring to the Rec Center with payment.</h4>\r\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></strong></span></h4>\r\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></strong></span></h4>\r\n<h4><strong>Flag Football </strong></h4>\r\nLeague play for kids 5-11 years old. Kids will learn football skills and play games. Most games will be on Saturday mornings. Volunteer coaches are needed. The season starts in August and runs through October. All players must wear a mouth guard. Must be age 5 prior to 7/31/18 to register. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> League Play: 5-6 years; 7-8 years; 9-11 years. Fee is $60. Please fill out below forms and bring to the Rec Center with payment.\r\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></span></h4>\r\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></span></h4>\r\n<h4></h4>\r\n&nbsp;\r\n<h5><strong>Concussion Information</strong></h5>\r\n<a href=\"http://www.healthy.ohio.gov/~/media/HealthyOhio/ASSETS/Files/injury%20prevention/concussion/4Youth%20Sports%20Organization%20Concussion%20Form%20%20ODH%20Revised%203pdf.pdf\">Ohio Department of Health Concussion Information Sheet</a>\r\n\r\n<a href=\"https://www.cdc.gov/headsup/youthsports/training/index.html\">Concussion Video</a>\r\n<h5><strong>Sudden Cardiac Arrest &amp; Lindsay\'s Law </strong></h5>\r\n<a href=\"https://www.youtube.com/watch?v=s-YfCWQPeqw&amp;feature=youtu.be\">Parent-Guardian Video</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Information-Handout.pdf\">Parent-Guardian Information Handout</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Signature-Form.pdf\">Parent-Guardian Signature Form</a>\r\n\r\n<a href=\"https://www.youtube.com/watch?v=h3teQ3e_hoQ&amp;feature=youtu.be\">Coach Video</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Coach-Info.pdf\">Coach Information Handout </a>\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(5858,4728,'_mpce_enabled','1'),(5859,4728,'_motopress-ce-private-styles','{}'),(5860,4733,'_wp_attached_file','2018/10/11November-2018.pdf'),(5861,4733,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"11November-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"11November-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"11November-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"11November-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5862,4734,'_wp_attached_file','2018/10/11November-Lap.jpg'),(5863,4734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:781;s:4:\"file\";s:26:\"2018/10/11November-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"11November-Lap-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:\"11November-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"11November-Lap-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"11November-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"11November-Lap-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"11November-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540981310\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5864,4735,'_wp_attached_file','2018/10/11November-Act.jpg'),(5865,4735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:782;s:4:\"file\";s:26:\"2018/10/11November-Act.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"11November-Act-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:\"11November-Act-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"11November-Act-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"11November-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"11November-Act-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"11November-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540981407\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5873,4738,'_wp_attached_file','2018/10/November-18-Schedule.pdf'),(5874,4738,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"November-18-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"November-18-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"November-18-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:28:\"November-18-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5875,4739,'_wp_attached_file','2018/10/November-18-Schedule.png'),(5876,4739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1151;s:6:\"height\";i:886;s:4:\"file\";s:32:\"2018/10/November-18-Schedule.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"November-18-Schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"November-18-Schedule-300x231.png\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"November-18-Schedule-768x591.png\";s:5:\"width\";i:768;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"November-18-Schedule-1024x788.png\";s:5:\"width\";i:1024;s:6:\"height\";i:788;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"November-18-Schedule-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"November-18-Schedule-1151x425.png\";s:5:\"width\";i:1151;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"November-18-Schedule-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5885,4742,'_wp_attached_file','2018/11/Manta-Rays-Pre-Season.png'),(5886,4742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:33:\"2018/11/Manta-Rays-Pre-Season.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Manta-Rays-Pre-Season-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Manta-Rays-Pre-Season-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Manta-Rays-Pre-Season-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Manta-Rays-Pre-Season-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Manta-Rays-Pre-Season-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Manta-Rays-Pre-Season-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:32:\"Manta-Rays-Pre-Season-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5887,4744,'_wp_attached_file','2018/11/Nordonia-School-Open-House.png'),(5888,4744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:38:\"2018/11/Nordonia-School-Open-House.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Nordonia-School-Open-House-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Nordonia-School-Open-House-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Nordonia-School-Open-House-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Nordonia-School-Open-House-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Nordonia-School-Open-House-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Nordonia-School-Open-House-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"Nordonia-School-Open-House-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5897,4749,'_wp_attached_file','2018/11/2018-Holiday-Tree-Lighting.png'),(5898,4749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:38:\"2018/11/2018-Holiday-Tree-Lighting.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2018-Holiday-Tree-Lighting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"2018-Holiday-Tree-Lighting-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"2018-Holiday-Tree-Lighting-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"2018-Holiday-Tree-Lighting-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"2018-Holiday-Tree-Lighting-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:38:\"2018-Holiday-Tree-Lighting-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"2018-Holiday-Tree-Lighting-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5907,4754,'notification_id','784'),(5908,4754,'type','success'),(5909,4754,'dismissable','1'),(5910,4754,'location','[\"everywhere\"]'),(5911,4754,'version',''),(5912,4754,'viewed','1'),(5913,4754,'expiration','1543276740'),(5914,4754,'plans','[]'),(5915,4755,'_wp_attached_file','2018/11/Santas-Mailbox.png'),(5916,4755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:26:\"2018/11/Santas-Mailbox.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Santas-Mailbox-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Santas-Mailbox-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Santas-Mailbox-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Santas-Mailbox-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Santas-Mailbox-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Santas-Mailbox-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"Santas-Mailbox-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5921,2120,'_mpce_page_settings','a:1:{s:10:\"hide_title\";i:0;}'),(5926,4759,'_wp_attached_file','2018/11/Winter-2019-Pic.jpg'),(5927,4759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:811;s:4:\"file\";s:27:\"2018/11/Winter-2019-Pic.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Winter-2019-Pic-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:\"Winter-2019-Pic-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Winter-2019-Pic-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Winter-2019-Pic-1024x786.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Winter-2019-Pic-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Winter-2019-Pic-1056x425.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:26:\"Winter-2019-Pic-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542802861\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5928,4760,'_wp_attached_file','2018/11/Winter-2019-Chart-Color-.pdf'),(5929,4760,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Winter-2019-Chart-Color-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Winter-2019-Chart-Color-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Winter-2019-Chart-Color-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:31:\"Winter-2019-Chart-Color-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5933,4762,'_mpce_post_content','<img class=\"alignnone size-full wp-image-3017\" src=\"http://macrec.com/wp-content/uploads/2014/11/Swim_002_2013_08_23_06_58_24.jpg\" alt=\"Swim_002_2013_08_23_06_58_24\" width=\"567\" height=\"194\" />\r\n<h3></h3>\r\n<h3><span style=\"color: #0000ff;\">Registration opens December 1, 2018!</span></h3>\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic.jpg\"><img class=\" wp-image-4759 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic-300x230.jpg\" alt=\"\" width=\"580\" height=\"445\" /></a>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3> [su_button url=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Chart-Color-.pdf\"]Click  Here  For  Winter  2019  Information [/su_button]\r\n[su_spacer size=\"30\"]</h3>\r\n<p style=\"text-align: left;\"></p>\r\n\r\n<h3></h3>\r\n<h1></h1>\r\n<h1></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h1></h1>\r\n<h1><strong><span style=\"color: #0000ff;\">Swim Lessons</span></strong></h1>\r\nWhen choosing a class for your child it is important to look at both the age and skill level. Improper placement can lead to frustration for the parent, instructor and child. Because this is a motor skill activity, every child will progress at their own pace. In swimming lessons, the child must master basic skills for each stroke prior to moving to the next level. In many cases, children will repeat a level in order to perfect these skills. If you have questions regarding placement, please do not hesitate to ask the staff for assistance.\r\n\r\n&nbsp;\r\n<h4></h4>\r\n<h4>Class Descriptions</h4>\r\n[su_accordion][su_spoiler title=\"Aqua Swim Kids-Adapted Swim Lessons\" style=\"fancy\"]\r\n\r\nPartnering with Solutions Behavioral Consulting, our aquatics program is committed to providing  small group swim lessons adapted to your child. We are dedicated to promoting water safety skills in a structured environment for students with autism and other developmental disabilities.\r\n\r\nClasses are designed by a certified Red Cross water safety instructor and Board Certified Behavior Analyst (BCBA)\r\n\r\n[/su_spoiler]\r\n\r\n[su_accordion][su_spoiler title=\"The Little Splashers\" style=\"fancy\"]The Little Splashers class is for children who are 6 months to 2 years old and have either no water experience or one previous session of water adjustment lessons. The goals of Little Splashers are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge, explore buoyancy in a front and back position, change body position in the water, and learn about choosing and using life jackets.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                          <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-1.pdf\">Parent/Child 1 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Big Waves\" style=\"fancy\"] The Big Waves class is for children: 18 months to 4 years old and have had two or more previous sessions of water adjustment lessons, submerge only reluctantly or not at all, or require flotation support at all times, OR are up to 5 years old and have little or no previous experience in water adjustment lessons, are reluctant to enter the water or submerge, requires floatation support at all times, or may benefit from parental presence and support in the water. The Big Waves class builds upon the skills learned in Little Splashers. The goals of the Big Waves class are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge in a rhythmic pattern, explore buoyancy in a front and back position, perform combined stroke on front and back, change body position in the water, and learn about choosing and using life jackets.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                           <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-2.pdf\">Parent/Child 2 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 1* (Ages 3-5)\" style=\"fancy\"]To orient preschool-age children to the aquatics environment and to help them acquire rudimentary levels of basic aquatic skills.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                      <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-1.pdf\">Preschool 1 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 2* (Ages 3-5)\" style=\"fancy\"]Students will build on the skills learned in Level 1, learning combined arm and leg movement, as well as learning to be self-supporting.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                 <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-2.pdf\">Preschool 2 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 3* (Ages 3-5)\" style=\"fancy\"] Students will increase proficiency and build on the skills learned in Levels 1 and 2 by providing additional guided practice with increased distances and times.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                  <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-3.pdf\">Preschool 3 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Level 1 – Intro to Water Skills (Ages 5-12)\" style=\"fancy\"] There are no prerequisites for this course. The objective of Level 1 is to help students feel comfortable in the water and enjoy the water safely.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                        <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-1.pdf\">Level 1 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Level 2 - Fundamental Aquatic Skill (Ages 5-12)\" style=\"fancy\"] The objective of Level 2 is to give students success with fundamental skills. Students will learn to float without support and to recover to vertical position. This level marks the beginning of true locomotion skills. Students explore simultaneous and alternating arm and leg actions on the front and back to lay the foundation for future strokes.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-2.pdf\">Level 2 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Level 3 - Stroke Development (Ages 5-12) \" style=\"fancy\"] Students will build on the skills in Level 2 by providing additional guided practice. The students will be taught to coordinate the front crawl and back crawl. Elements of the butterfly and treading water will be introduced. Students will also learn rules for head first entries and will begin to learn to enter the water head first from the side of the pool.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-3.pdf\">Level 3 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Level 4 - Stroke Improvement (ages 5 -12)\" style=\"fancy\"] The objective of Level 4 is to develop confidence in the strokes learned thus far and to improve other aquatic skills. Students can expect to improve their skills and increase their endurance by swimming familiar strokes for greater distances. Students will continue to build on the butterfly and introduce the elementary backstroke, breaststroke, sidestroke, and basic turns.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-4.pdf\">Level 4 Skills Checklist</a>       [/su_spoiler]\r\n\r\n[su_spoiler title=\"Level 5 - Stroke Refinement (ages 5 -12)\" style=\"fancy\"] To further learn how to coordinate and refine all strokes as well as progress into shallow angle dives, flip turns and backstroke flip turns.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-5.pdf\">Level 5 Skills Checklist</a>       [/su_spoiler]\r\n\r\n[su_spoiler title=\"Level 6 - Fitness Swimmer (ages 5 -12)\" style=\"fancy\"] To refine strokes so participants swim them with more ease, efficiency, power and smoothness and over greater distances.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-6.pdf\">Level 6 Skills checklist</a>       [/su_spoiler]\r\n[su_spoiler title=\"Adult Swimming Program\" style=\"fancy\"] This swimming program has a little bit for everyone. Did you always wish that you had learned how to swim as a child? Well it’s never too late to get started. The purpose of this program is what YOU want to get out of it. For some of you that may mean personal safety, “I want to be able to save myself.” For others it may be learning to swim the basic strokes so that you can later use them for fitness swimming. Your needs will be discussed at the beginning of the class, and the class will be geared towards meeting your personal goals. [/su_spoiler]\r\n[su_spoiler title=\"Private Swim Lessons\" style=\"fancy\"] If your swimming skills aren’t ready for public viewing, or if our group lessons don’t fit your schedule, we can provide one on one sessions with experienced instructors tailored to meet your needs. Whether you’ve never learned to swim or just want to improve your technique, we can match you with the appropriate level of instruction. Call today for an appointment. <strong>No coupon.</strong>\r\n\r\n<strong>Program Fee</strong> $30.00/ half hr./ per student\r\n<strong>Macedonia Resident Fee</strong> $25.00/ half hr./per student\r\n<strong>Member Fee</strong> $20.00/ half hr./per student [/su_spoiler]\r\n[su_spoiler title=\"Semi-Private Swim Lessons\" style=\"fancy\"] Receive the benefits of a private lesson with a friend or family member. The following fees are in addition to the private lesson fee. The first participant pays the private lesson fee, each participant after pays the following fee.  By appointment only. (Maximum of 4 participants in a semi-private lesson.) <strong>No coupon.</strong>\r\n\r\n<strong>Program Fee</strong> $15.00/ half hr./ per student\r\n<strong>Macedonia Resident Fee</strong> $13.00/ half hr./per student\r\n<strong>Member Fee</strong> $10.00/ half hr./per student [/su_spoiler]\r\n\r\n<strong>*All swim classes have limited space available. No make-up lessons for missed lessons. Participants will receive a full refund or credit if the Parks &amp; Recreation Department cancels a lesson.</strong> <strong>No drop-ins. Coupon accepted.</strong>'),(5934,4762,'_mpce_enabled','1'),(5935,4762,'_motopress-ce-private-styles','{}'),(5936,4763,'_wp_attached_file','2018/11/December-Schedule.png'),(5937,4763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1145;s:6:\"height\";i:878;s:4:\"file\";s:29:\"2018/11/December-Schedule.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"December-Schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"December-Schedule-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"December-Schedule-768x589.png\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"December-Schedule-1024x785.png\";s:5:\"width\";i:1024;s:6:\"height\";i:785;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"December-Schedule-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"December-Schedule-1145x425.png\";s:5:\"width\";i:1145;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"December-Schedule-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5938,4764,'_wp_attached_file','2018/11/December-Schedule.pdf'),(5939,4764,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"December-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"December-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"December-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:25:\"December-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5952,4769,'_wp_attached_file','2018/11/11November-2018.pdf'),(5953,4769,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"11November-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"11November-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"11November-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"11November-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5954,4770,'_wp_attached_file','2018/11/11Nov-Lap.jpg'),(5955,4770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1022;s:6:\"height\";i:781;s:4:\"file\";s:21:\"2018/11/11Nov-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"11Nov-Lap-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:21:\"11Nov-Lap-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"11Nov-Lap-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"11Nov-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"11Nov-Lap-1022x425.jpg\";s:5:\"width\";i:1022;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:20:\"11Nov-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543327857\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5963,4773,'_wp_attached_file','2018/11/Lego-Club-Connection.png'),(5964,4773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:32:\"2018/11/Lego-Club-Connection.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lego-Club-Connection-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lego-Club-Connection-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Lego-Club-Connection-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Lego-Club-Connection-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Lego-Club-Connection-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Lego-Club-Connection-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"Lego-Club-Connection-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5969,4775,'_wp_attached_file','2018/11/12December-2018.pdf'),(5970,4775,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"12December-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"12December-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"12December-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"12December-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5971,4776,'_wp_attached_file','2018/11/12December-Lap.jpg'),(5972,4776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:782;s:4:\"file\";s:26:\"2018/11/12December-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"12December-Lap-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:\"12December-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"12December-Lap-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"12December-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"12December-Lap-1021x425.jpg\";s:5:\"width\";i:1021;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"12December-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543583576\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5973,4777,'_wp_attached_file','2018/11/12December-Act.jpg'),(5974,4777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:783;s:4:\"file\";s:26:\"2018/11/12December-Act.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"12December-Act-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:\"12December-Act-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"12December-Act-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"12December-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"12December-Act-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"12December-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543583623\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5990,4785,'_wp_attached_file','2018/12/12December-2018.pdf'),(5991,4785,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"12December-2018-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"12December-2018-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"12December-2018-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:23:\"12December-2018-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5992,4790,'_wp_attached_file','2018/12/12December-Lap.jpg'),(5993,4790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1018;s:6:\"height\";i:782;s:4:\"file\";s:26:\"2018/12/12December-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"12December-Lap-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:\"12December-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"12December-Lap-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"12December-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"12December-Lap-1018x425.jpg\";s:5:\"width\";i:1018;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"12December-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1544435151\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5994,4794,'_wp_attached_file','2018/12/12December-Lap-1.jpg'),(5995,4794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1019;s:6:\"height\";i:782;s:4:\"file\";s:28:\"2018/12/12December-Lap-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"12December-Lap-1-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:28:\"12December-Lap-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"12December-Lap-1-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"12December-Lap-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"12December-Lap-1-1019x425.jpg\";s:5:\"width\";i:1019;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"12December-Lap-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1544436718\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5996,4795,'_wp_attached_file','2018/12/12December-2018-1.pdf'),(5997,4795,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"12December-2018-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"12December-2018-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"12December-2018-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:25:\"12December-2018-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(5998,4868,'_wp_attached_file','2018/12/Manta-Rays-Swim-Team-Reg-Season.png'),(5999,4868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:43:\"2018/12/Manta-Rays-Swim-Team-Reg-Season.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Manta-Rays-Swim-Team-Reg-Season-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Manta-Rays-Swim-Team-Reg-Season-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Manta-Rays-Swim-Team-Reg-Season-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Manta-Rays-Swim-Team-Reg-Season-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Manta-Rays-Swim-Team-Reg-Season-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Manta-Rays-Swim-Team-Reg-Season-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:42:\"Manta-Rays-Swim-Team-Reg-Season-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6002,2093,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n<h4>Bethann barto, fitness consultant,    email: <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2579,2581,2624,2626,2627,2630\" size=\"full\" animation=\"fade\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"7\"]\r\n\r\n[mp_text]\r\n\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG/>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"&#45;-\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />\r\ntable.MsoNormalTable<br />\r\n{mso-style-name:\"Table Normal\";<br />\r\nmso-tstyle-rowband-size:0;<br />\r\nmso-tstyle-colband-size:0;<br />\r\nmso-style-noshow:yes;<br />\r\nmso-style-priority:99;<br />\r\nmso-style-parent:\"\";<br />\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;<br />\r\nmso-para-margin-top:0in;<br />\r\nmso-para-margin-right:0in;<br />\r\nmso-para-margin-bottom:10.0pt;<br />\r\nmso-para-margin-left:0in;<br />\r\nline-height:115%;<br />\r\nmso-pagination:widow-orphan;<br />\r\nfont-size:11.0pt;<br />\r\nfont-family:\"Calibri\",\"sans-serif\";<br />\r\nmso-ascii-font-family:Calibri;<br />\r\nmso-ascii-theme-font:minor-latin;<br />\r\nmso-hansi-font-family:Calibri;<br />\r\nmso-hansi-theme-font:minor-latin;}<br />\r\n</style><!&#091;endif&#093;-->\r\n<h4 class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal; mso-layout-grid-align: none; text-autospace: none;\"><strong><span style=\"font-size: 12.0pt; mso-bidi-font-family: \'Arial Black\';\">Fitness Center <span style=\"font-size: 16px;\">Guidelines</span></span></strong></h4>\r\n<ol>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\"> New patrons should request a fitness orientation during the posted hours to acquaint themselves with the proper use of the equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Fitness center users must be a minimum of 15 years old to be on the floor. 12 – 14 year olds can workout on equipment if they have received their certification card from taking a Teen Training or a Personal Training session. 12 &amp; 13 year olds must have an adult present at all t<span style=\"font-size: 14px;\">i</span>mes. Your certification card must be with you at all times or you cannot use the equipment. 12 years of age and under permitted to used track during “Family Track Hours”</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Please clean equipment after use.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Water bottles only will be permitted in this area. No other beverage or food please.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Please do not bang or slam the weights.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Be courteous to others who are waiting. Do not rest on equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">The buddy system of training is highly recommended.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Spotters will be required when working with free weights.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Appropriate attire is required at all times.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Lockers must be used for storage of gym bags and personal items.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">During peak hours there may be time restrictions on the cardiovascular equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\"> Do not operate any equipment with damaged or loose parts. Notify staff if problems exist.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Clean non-marking athletic footwear required.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">During wet weather please bring an additional pair of dry, clean shoes.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; line-height: 115%; mso-bidi-font-family: \'Times New Roman\';\">If you need help, please see the fitness attendant for assistance (evenings after 5pm or on weekends).</span></li>\r\n</ol>\r\n&nbsp;\r\n\r\n[/mp_text]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"1\" classes=\"motopress-space\"]\r\n\r\n[mp_space]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"4\"]\r\n\r\n[mp_text]\r\n\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG/>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"&#45;-\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />\r\ntable.MsoNormalTable<br />\r\n{mso-style-name:\"Table Normal\";<br />\r\nmso-tstyle-rowband-size:0;<br />\r\nmso-tstyle-colband-size:0;<br />\r\nmso-style-noshow:yes;<br />\r\nmso-style-priority:99;<br />\r\nmso-style-parent:\"\";<br />\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;<br />\r\nmso-para-margin-top:0in;<br />\r\nmso-para-margin-right:0in;<br />\r\nmso-para-margin-bottom:10.0pt;<br />\r\nmso-para-margin-left:0in;<br />\r\nline-height:115%;<br />\r\nmso-pagination:widow-orphan;<br />\r\nfont-size:11.0pt;<br />\r\nfont-family:\"Calibri\",\"sans-serif\";<br />\r\nmso-ascii-font-family:Calibri;<br />\r\nmso-ascii-theme-font:minor-latin;<br />\r\nmso-hansi-font-family:Calibri;<br />\r\nmso-hansi-theme-font:minor-latin;}<br />\r\n</style><!&#091;endif&#093;-->\r\n<h4 style=\"text-align: left;\"><span style=\"font-size: 16px;\">Indoor Track Facts</span></h4>\r\n<span style=\"font-size: 14px;\">Inside Lane -14 Laps = 1 mile</span>\r\n<span style=\"font-size: 14px;\">Middle Lane 13 .5 Laps = 1 mile</span>\r\n<span style=\"font-size: 14px;\">Outside Lane 12.5 Laps = 1 mile</span>\r\n\r\n<span style=\"font-size: 14px;\">Family Track hours</span>\r\n<span style=\"font-size: 14px;\">Tuesday 3:30pm – 5:30pm</span>\r\n<span style=\"font-size: 14px;\">Friday 6:00pm – 9:00pm</span>\r\n<span style=\"font-size: 14px;\">Saturday 11:30 am – 2:30pm</span>\r\n<span style=\"font-size: 14px;\">Sunday 11:00am – 6:00pm</span>\r\n\r\n<span style=\"font-size: 14px;\">The running track is for those 13 years and older. Strollers are not permitted on the track.</span>\r\n\r\n[/mp_text]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6003,2093,'_mpce_enabled','1'),(6004,4875,'motopress-ce-save-in-version','3.0.2'),(6005,4875,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h2><span style=\"color: #ff0000;\">Lego Club Connection<a href=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection.png\"><img class=\"size-medium wp-image-4773 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></span></h2>\r\nTuesday, January 15 - February 19\r\n\r\nAges 5-7: 5:30-6:30 pm. Ages 8-11: 6:45-7:45 pm\r\n\r\nJoin friends as we imagine, build and create. Each class will explore a different design that students can build and more.  All materials are provided.\r\n\r\n$50 per person for six class sessions\r\n<h2></h2>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"size-medium wp-image-4676 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\r\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n&nbsp;\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6006,4875,'_mpce_enabled','1'),(6007,4875,'_motopress-ce-private-styles','{}'),(6008,4877,'_wp_attached_file','2018/12/3-winter-sponsors.png'),(6009,4877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:711;s:6:\"height\";i:580;s:4:\"file\";s:29:\"2018/12/3-winter-sponsors.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"3-winter-sponsors-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"3-winter-sponsors-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"3-winter-sponsors-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"3-winter-sponsors-711x425.png\";s:5:\"width\";i:711;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"3-winter-sponsors-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6010,4878,'_mpce_post_content','[mp_row]\n\n[mp_span col=\"12\"]\n\n[mp_code mp_custom_style=\"mpce-prvt-4588-5b63631249290\"]\n\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Looking to have your business recognized by more than 30,000 people each season?</span></h3><p style=\"text-align: center;\"><span style=\"color: #000000;\">Join our Light Pole Banner Program!</span></p><p><a href=\"http://macrec.com/wp-content/uploads/2018/09/Capture.png\"><img class=\"size-medium wp-image-4674 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/09/Capture-151x300.png\" alt=\"\" width=\"151\" height=\"300\" /></a></p><h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/09/Banner-Program.png\">CLICK HERE for the Banner Program Flyer!</a> </span></h2><h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\">Winter sponsors due by Nov. 7!</span></h2><h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">CLICK HERE for the Banner Application!</a></span></h2><p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>What:</strong> The Macedonia Family Recreation Center is beautifying the parking lot by adding large, colorful banners to the light poles. We hope to partner with local businesses to build a better community.  We are looking for area businesses to sponsor a banner by adding your logo!</span></p><p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>When</strong>: We have four display periods available: Fall (September-November), Winter (December-February), Spring (March-May), and Summer (June-August). Banners will be displayed for a 90-day period.</span></p><p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Who: </strong>Who will see your banner? During any 3-month period, the Rec Center has more than 30,000 member visits. That\'s not counting special events, practices and games, swim meets and an array of events that draw people to the Recreation Center and Longwood Park.</span></p><p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>How: </strong>Looking to add your business logo? Please fill out our</span> <strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">Banner Application</a></span></strong></p><p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Details: </strong>All banners will be provided, installed and removed by the City. Banners are 30\" x 60\" and double-sided. Banner applications are approved on a first come first serve basis. We have the right to refuse any banner application. Applications received for a period that is already full will be first for the next upcoming season. </span></p><p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Cost: </strong>Each 30\" x 60\" double-sided banner costs $300 for any 90-day period. The cost of the banner includes: design, hardware, material, installation and removal of each banner. That\'s $300 for 90 days of advertising that will reach over 30,000 people, roughly $3.33 a day!!!</span></p><p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Contact: </strong>If you have any questions about the Banner Program, call 330-468-8375 or email bwisniewski@macedonia.oh.us</span></p>\n\n[/mp_code]\n\n[/mp_span]\n\n[/mp_row]'),(6011,4878,'_mpce_enabled','1'),(6012,4878,'_motopress-ce-private-styles','{\"mpce-prvt-4588-5b63631249290\":{\"settings\":{\"up\":{\"background-color\":\"rgb(215, 247, 250)\",\"color\":\"rgb(214, 148, 148)\",\"background-image-type\":\"gradient\",\"background-gradient\":\"0 ,  , \"}},\"objectType\":\"\",\"css\":\".mpce-prvt-4588-5b63631249290:not(.mpce-dsbl-background-color){background-color:rgb(215, 247, 250) !important;}.mpce-prvt-4588-5b63631249290:not(.mpce-dsbl-color){color:rgb(214, 148, 148) !important;}\"}}'),(6013,4878,'motopress-ce-save-in-version','3.0.2'),(6018,4880,'_wp_attached_file','2018/12/January-Schedule.png'),(6019,4880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1162;s:6:\"height\";i:888;s:4:\"file\";s:28:\"2018/12/January-Schedule.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"January-Schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"January-Schedule-300x229.png\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"January-Schedule-768x587.png\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"January-Schedule-1024x783.png\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"January-Schedule-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"January-Schedule-1162x425.png\";s:5:\"width\";i:1162;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"January-Schedule-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6020,4881,'_wp_attached_file','2018/12/January-Schedule.pdf'),(6021,4881,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"January-Schedule-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"January-Schedule-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"January-Schedule-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:24:\"January-Schedule-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(6022,4883,'_wp_attached_file','2018/12/1January-2019.pdf'),(6023,4883,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"1January-2019-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"1January-2019-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"1January-2019-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:21:\"1January-2019-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(6024,4884,'_wp_attached_file','2018/12/1January-2019-Act.jpg'),(6025,4884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:781;s:4:\"file\";s:29:\"2018/12/1January-2019-Act.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"1January-2019-Act-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:\"1January-2019-Act-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"1January-2019-Act-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"1January-2019-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"1January-2019-Act-1021x425.jpg\";s:5:\"width\";i:1021;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"1January-2019-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1545401435\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6026,4885,'_wp_attached_file','2018/12/1January-2019-Lap.jpg'),(6027,4885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:781;s:4:\"file\";s:29:\"2018/12/1January-2019-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"1January-2019-Lap-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:\"1January-2019-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"1January-2019-Lap-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"1January-2019-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"1January-2019-Lap-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:28:\"1January-2019-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1545401371\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6028,4886,'_mpce_post_content','[su_button url=\"http://macrec.com/wp-content/uploads/2018/11/12December-2018.pdf\"]Click Here For December Pool Schedule [/su_button]\r\n[su_spacer size=\"30\"]\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/11/12December-Lap.jpg\"><img class=\" wp-image-4776 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/12December-Lap-300x230.jpg\" alt=\"\" width=\"643\" height=\"492\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><a href=\"http://macrec.com/wp-content/uploads/2018/11/12December-Act.jpg\"><img class=\" wp-image-4777 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/12December-Act-300x230.jpg\" alt=\"\" width=\"643\" height=\"493\" /></a></p>\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\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\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\r\n&nbsp;\r\n\r\n&nbsp;'),(6029,4886,'_mpce_enabled','1'),(6030,4886,'_motopress-ce-private-styles','{}'),(6034,4888,'_wp_attached_file','2018/12/12December-2018-2.pdf'),(6035,4888,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"12December-2018-2-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"12December-2018-2-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"12December-2018-2-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:25:\"12December-2018-2-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(6036,4889,'_wp_attached_file','2018/12/12December-Act.jpg'),(6037,4889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:783;s:4:\"file\";s:26:\"2018/12/12December-Act.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"12December-Act-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:\"12December-Act-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"12December-Act-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"12December-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:27:\"12December-Act-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:25:\"12December-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543583623\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6038,4890,'_wp_attached_file','2018/12/12December-Lap-2.jpg'),(6039,4890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1019;s:6:\"height\";i:782;s:4:\"file\";s:28:\"2018/12/12December-Lap-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"12December-Lap-2-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:28:\"12December-Lap-2-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"12December-Lap-2-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"12December-Lap-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:29:\"12December-Lap-2-1019x425.jpg\";s:5:\"width\";i:1019;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:27:\"12December-Lap-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1544436718\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6046,4893,'_edit_lock','1545420939:2'),(6047,4893,'_edit_last','2'),(6048,4893,'_wp_page_template','default'),(6049,4895,'_menu_item_type','post_type'),(6050,4895,'_menu_item_menu_item_parent','2108'),(6051,4895,'_menu_item_object_id','4893'),(6052,4895,'_menu_item_object','page'),(6053,4895,'_menu_item_target',''),(6054,4895,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6055,4895,'_menu_item_xfn',''),(6056,4895,'_menu_item_url',''),(6058,4896,'_wp_attached_file','2018/12/Diving-Flyer.png'),(6059,4896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:24:\"2018/12/Diving-Flyer.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Diving-Flyer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Diving-Flyer-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Diving-Flyer-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Diving-Flyer-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Diving-Flyer-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Diving-Flyer-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"Diving-Flyer-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6073,4903,'motopress-ce-save-in-version','2.5.1'),(6074,4903,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h1><span style=\"color: #ff0000;\"> </span>[row]</h1>\r\n&nbsp;\r\n<h2><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">Click here for our employment application.</a></span></h2>\r\n<h2><span style=\"color: #00ff00;\"><a style=\"color: #00ff00;\" href=\"https://visitor.r20.constantcontact.com/manage/optin?v=001R5ZVVsTX-LBC2uf-EiljG5pZzN396tuuFTWDkQXVrwXBSjY8_oF_W7M4EnGL8TYJL3Je0cZqKAWQDyABiwUV_v4qcIT1wjPj-57B09oNQ0PAtPiMZhmjiyCTHLx62bD9Ur0VfqBhvyABKpPQnenDip6OG1Rh-vuFXYPvBUXvIHoSOnQjHYsBhUMkkoYI5SzUmbk-qpiIJpZOVElbxhvt2GG4j6QLrZnXeL2qWaZc0io2L_9aQJ8miSss5A4K2EdbUbQmR7PcVq0%3D\">Click here to join the recreation newsletter! </a></span></h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://macrec.com/fitness/schedule/\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=http://macrec.com/wp-content/uploads/2018/11/December-Schedule.pdf]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2018/11/12December-2018.pdf\"]Click Here[/su_button]\r\n\r\n[/ezcol_1quarter][ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]\r\n\r\n[su_spacer size=\"50\"]\r\n[table id=3 /]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6075,4903,'_mpce_enabled','1'),(6076,4903,'_motopress-ce-private-styles','{}'),(6088,2018,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale.png\"><img class=\"alignright size-medium wp-image-4924\" src=\"http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a> <a href=\"http://macrec.com/wp-content/uploads/2019/01/January-Sale.png\"><img class=\"size-medium wp-image-4923 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/January-Sale-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>\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\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMembership packages are available to Macedonia residents/Macedonia commercial property owners and the general public. In addition to being able to use the entire facility during open hours, members enjoy priority registration, discounted prices for programs and facility rental, and a New Rec. Center PERKS card. (Monthly and Military Memberships are excluded.) <strong>Please keep these passes/coupons in a safe place. They are non-replaceable. Memberships are non-transferable and non-refundable.</strong>\r\n<h4><span style=\"color: #0000ff;\">Membership Rates - Group Fitness Classes are included in membership price</span></h4>\r\n<h4 style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019.png\"><span style=\"color: #ff0000;\">Click here to view our current rates &amp; discounts!</span><img class=\" wp-image-4908 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019-198x300.png\" alt=\"\" width=\"302\" height=\"458\" /></a></h4>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Pricing Policy</span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">It is the policy of the Parks and Recreation Department to provide our residents and members with a discount for programs for which they are already making significant contributions through property tax, income tax or membership fees. This policy is designed to help equalize fees among members and Macedonia residents versus residents of other communities. Prices are set to cover the cost to operate the individual program and to contribute to the overall financing of the department. It is our goal to price programs fairly and competitively, and to operate in a fiscally responsible fashion. Prices are subject to change without notice.</span></p>\r\n<strong>Identification is required when purchasing a membership:</strong>\r\n\r\n<strong>1. Photo ID:</strong> Driver’s License, state ID or school ID\r\n<strong>2. Proof of Residency (Macedonia Residents):</strong> Current utility bill: gas, cable, electric, landline telephone, car registration, water or sewer. Envelopes with addresses displayed will not be accepted.\r\n<strong>3. Birth certificate:</strong> Upon request.\r\n<strong>4. Full time college:</strong> Class schedule with 12 hours for current quarter/semester, student name and official college schedule.\r\n<strong>5. Macedonia commercial property owners:</strong> Deed and current tax bill. Commercial property owners will receive resident rate for membership packages.\r\n<strong>6. Military:</strong> Active duty Military identification.\r\n<strong>7. Same household proof:</strong> Upon request.\r\n<strong>8. Nordonia Hills Safety Forces:</strong> Employment verification letter required on their Township or Village letterhead stating that they are with twp. or village Police, Fire or EMS in the Nordonia Hills School District.\r\n<h4><span style=\"color: #0000ff;\">Returned Check Policy</span></h4>\r\nA returned check from the bank will be charged a $13.00 fee.\r\n<h4><span style=\"color: #0000ff;\">Payment Plan</span></h4>\r\nFor your convenience, a Payment Plan Program is available for annual memberships. First payment is due at time of sign-up along with a $40.00 processing fee. Additional payments will be electronically withdrawn quarterly from your checking/savings account. <strong>When signing up for this program, please bring a voided check and a valid credit card. (debit cards not accepted)</strong>\r\n<h4><span style=\"color: #0000ff;\">Daily Pass</span></h4>\r\n<strong>The daily pass is available to anyone not wishing to purchase a membership.</strong>\r\n<strong>Residency verification required.</strong>\r\n<strong> Children under two are free when accompanied by an adult</strong>\r\n\r\n<strong>All guests age 16 and over are required to show a valid state issue ID upon entering the Rec Center and must be register with at the member services desk.</strong>\r\n\r\nMacedonia Resident Adult $9.00\r\nMacedonia Resident Child/Senior $7.00\r\n(12 yrs. &amp; under or 62+)\r\n\r\nNordonia High School Student $5.00\r\n\r\nGeneral Public Adult $11.00\r\nGeneral Public Child/Senior $9.00\r\n(12 yrs. &amp; under or 62+)\r\n<h4><span style=\"color: #0000ff;\">Individual – Youth</span></h4>\r\nIndividual is considered 3-17 years of age. Standard proof of residency required from parent. Age verification required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Individual – Adult</span></h4>\r\nIndividual is considered 19-61 years of age. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Family 2</span></h4>\r\nConsists of 2 adults living in the same household or 1 adult and 1 legally dependent child between the ages of 3-18 living in the same household. Children 2 and under are free. Standard proof of residency and ID required for both adults. Age verification of child required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Family 3 or More</span></h4>\r\nConsists of 2 adults living in the same household and any legally dependent children 3 – 18 years of age and/or children 19 – 23 who are full-time college students living in the same household. Full-time college verification (class schedule with 12 hours for current quarter/semester, student name and official college schedule.) Children 2 and under are free. Standard proof of residency and ID required for both adults &amp; full-time college student. Age verification of children required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Senior Single</span></h4>\r\nA senior is considered 62 years of age and older. No other senior discounts apply. Standard proof of residency and ID required. Age verification required.\r\n<h4><span style=\"color: #0000ff;\">Senior Couple</span></h4>\r\nConsists of 2 senior adults 62 years of age and older living in the same household. No other senior discounts apply. Standard proof of residency and ID required for both adults. Age verification required.\r\n<h4><span style=\"color: #0000ff;\">Individual Monthly</span></h4>\r\nIndividual is considered 3 years and older. Age verification of children required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Business Membership</span></h4>\r\nRequires a pay stub from a Macedonia business showing a Macedonia City Tax. Businesses in the JEDD subject to review by the Administrative Staff.\r\n<h4><span style=\"color: #0000ff;\">Military Membership</span></h4>\r\nAn individual membership for all active duty United States Armed Forces that are on an authorized leave will receive this membership at no cost for a period of up to four weeks per year. Must provide military identification. Annual membership discount of $100.00 is given to all veteran and active military.\r\n<h4><span style=\"color: #0000ff;\">Nordonia Hills Safety Forces</span></h4>\r\nAnnual membership discount of $100.00 is given to all current Safety Forces employees that work for a Township or Village in the Nordonia Hills School District. This will be available for Police, Fire and EMS employees only. Employment verification letter required on their Township or Village letterhead stating that they are with Police, Fire or EMS in the Nordonia Hills School District. Not available for the Sheriff’s Department. Safety Forces memberships must be paid in full. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Corporate Memberships</span></h4>\r\nAvailable to companies located inside or outside of Macedonia. Minimum number of participating employees required. For more details call (330)468-8375.\r\n<h4><span style=\"color: #0000ff;\">SilverSneakers/Renew Active / AARP UHC Medicare Supplement </span></h4>\r\nSeniors may be eligible for a free/discounted membership to the Macedonia Family Recreation Center at no cost through participating insurance companies.\r\n<h4><span style=\"color: #0000ff;\">Free 5 Day Membership</span></h4>\r\nIf you have not been a member at the Recreation center in the last 12 months, you are eligible for a free 5 day membership! Membership is good for 5 consecutive days.\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"4\"]\r\n\r\n[mp_heading]\r\n<h2>We accept:</h2>\r\n[/mp_heading]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"8\" classes=\" motopress-empty mp-hidden-phone\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image id=\"2610\" size=\"large\" link_type=\"custom_url\" link=\"#\" target=\"false\" align=\"left\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6089,2018,'_mpce_enabled','1'),(6090,4908,'_wp_attached_file','2019/01/Membership-Pricing-2019.png'),(6091,4908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:773;s:4:\"file\";s:35:\"2019/01/Membership-Pricing-2019.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Membership-Pricing-2019-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Membership-Pricing-2019-198x300.png\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Membership-Pricing-2019-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Membership-Pricing-2019-510x425.png\";s:5:\"width\";i:510;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"Membership-Pricing-2019-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6092,2018,'_motopress-ce-private-styles','{}'),(6097,2018,'_mpce_page_settings','a:1:{s:10:\"hide_title\";i:0;}'),(6114,4914,'_wp_attached_file','2019/01/Banner-Program.pdf'),(6115,4914,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Banner-Program-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Banner-Program-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Banner-Program-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:22:\"Banner-Program-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(6116,4915,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_code mp_custom_style=\"mpce-prvt-4588-5b63631249290\"]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Looking to have your business recognized by more than 30,000 people each season?</span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join our Light Pole Banner Program!</span></p>\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors.png\"><img class=\"size-medium wp-image-4877 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors-300x245.png\" alt=\"\" width=\"300\" height=\"245\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2019/01/Banner-Program.pdf\">CLICK HERE for the Banner Program Flyer!</a> </span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Thank you to our winter sponsors: </span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">So So Artsy, Merit Dental &amp; SummaCare!</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">CLICK HERE for the Banner Application!</a></span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Spring Applications due by February 15!</span></h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>What:</strong> The Macedonia Family Recreation Center is beautifying the parking lot by adding large, colorful banners to the light poles. We hope to partner with local businesses to build a better community.  We are looking for area businesses to sponsor a banner by adding your logo!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>When</strong>: We have four display periods available: Fall (September-November), Winter (December-February), Spring (March-May), and Summer (June-August). Banners will be displayed for a 90-day period.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Who: </strong>Who will see your banner? During any 3-month period, the Rec Center has more than 30,000 member visits. That\'s not counting special events, practices and games, swim meets and an array of events that draw people to the Recreation Center and Longwood Park.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>How: </strong>Looking to add your business logo? Please fill out our</span> <strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">Banner Application</a></span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Details: </strong>All banners will be provided, installed and removed by the City. Banners are 30\" x 60\" and double-sided. Banner applications are approved on a first come first serve basis. We have the right to refuse any banner application. Applications received for a period that is already full will be first for the next upcoming season. </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Cost: </strong>Each 30\" x 60\" double-sided banner costs $300 for any 90-day period. The cost of the banner includes: design, hardware, material, installation and removal of each banner. That\'s $300 for 90 days of advertising that will reach over 30,000 people, roughly $3.33 a day!!!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Contact: </strong>If you have any questions about the Banner Program, call 330-468-8375 or email bwisniewski@macedonia.oh.us</span></p>\r\n[/mp_code]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6117,4915,'_mpce_enabled','1'),(6118,4915,'_motopress-ce-private-styles','{\"mpce-prvt-4588-5b63631249290\":{\"settings\":{\"up\":{\"background-color\":\"rgb(215, 247, 250)\",\"color\":\"rgb(214, 148, 148)\",\"background-image-type\":\"gradient\",\"background-gradient\":\"0 ,  , \"}},\"objectType\":\"\",\"css\":\".mpce-prvt-4588-5b63631249290:not(.mpce-dsbl-background-color){background-color:rgb(215, 247, 250) !important;}.mpce-prvt-4588-5b63631249290:not(.mpce-dsbl-color){color:rgb(214, 148, 148) !important;}\"}}'),(6119,4915,'motopress-ce-save-in-version','3.0.2'),(6120,4917,'_wp_attached_file','2019/01/1January-2019.pdf'),(6121,4917,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"1January-2019-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"1January-2019-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"1January-2019-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:21:\"1January-2019-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(6122,4918,'_wp_attached_file','2019/01/1-January-2019-Lap.jpg'),(6123,4918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:782;s:4:\"file\";s:30:\"2019/01/1-January-2019-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"1-January-2019-Lap-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:30:\"1-January-2019-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"1-January-2019-Lap-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"1-January-2019-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"1-January-2019-Lap-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"1-January-2019-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547135863\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6131,4921,'_wp_attached_file','2019/01/Babysitters-Course.png'),(6132,4921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:30:\"2019/01/Babysitters-Course.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Babysitters-Course-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Babysitters-Course-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Babysitters-Course-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Babysitters-Course-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Babysitters-Course-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Babysitters-Course-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"Babysitters-Course-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6133,4922,'motopress-ce-save-in-version','2.5.1'),(6134,4922,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h3><span style=\"color: #000080;\"><strong>Babysitter’s Training Course<a href=\"http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course.png\"><img class=\"alignright size-medium wp-image-4921\" src=\"http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a> </strong></span></h3>\r\n&nbsp;\r\n\r\nThis course provides the knowledge and skills necessary to safely and responsibly care for infants and children up to the age of 10, as well as to manage a babysitting business. Plus it offers hands-on skills practice and additional training in first aid.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #000080;\"><strong>First Aid, CPR and AED</strong></span></h3>\r\nRed Cross First Aid, CPR (cardiopulmonary resuscitation) and AED (automated external defibrillator) training and certification meets the needs of workplace responders, professional rescuers school staffs, professional responders and healthcare providers, as well as the general public.  <em>No Classes currently scheduled.</em>\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6135,4922,'_mpce_enabled','1'),(6136,4922,'_motopress-ce-private-styles','{}'),(6137,4923,'_wp_attached_file','2019/01/January-Sale.png'),(6138,4923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:24:\"2019/01/January-Sale.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"January-Sale-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"January-Sale-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"January-Sale-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"January-Sale-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"January-Sale-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"January-Sale-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"January-Sale-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6139,4924,'_wp_attached_file','2019/01/Monthly-Membership-Sale.png'),(6140,4924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:35:\"2019/01/Monthly-Membership-Sale.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Monthly-Membership-Sale-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Monthly-Membership-Sale-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Monthly-Membership-Sale-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Monthly-Membership-Sale-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Monthly-Membership-Sale-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Monthly-Membership-Sale-816x425.png\";s:5:\"width\";i:816;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"Monthly-Membership-Sale-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6141,4925,'motopress-ce-save-in-version','3.0.2'),(6142,4925,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale.png\"><img class=\"alignright size-medium wp-image-4924\" src=\"http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a> <a href=\"http://macrec.com/wp-content/uploads/2019/01/January-Sale.png\"><img class=\"size-medium wp-image-4923 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/January-Sale-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>\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\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMembership packages are available to Macedonia residents/Macedonia commercial property owners and the general public. In addition to being able to use the entire facility during open hours, members enjoy priority registration, discounted prices for programs and facility rental, and a New Rec. Center PERKS card. (Monthly and Military Memberships are excluded.) <strong>Please keep these passes/coupons in a safe place. They are non-replaceable. Memberships are non-transferable and non-refundable.</strong>\r\n<h4><span style=\"color: #0000ff;\">Membership Rates - Group Fitness Classes are included in membership price</span></h4>\r\n<h4 style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019.png\"><span style=\"color: #ff0000;\">Click here to view our current rates &amp; discounts!</span><img class=\" wp-image-4908 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019-198x300.png\" alt=\"\" width=\"302\" height=\"458\" /></a></h4>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Pricing Policy</span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">It is the policy of the Parks and Recreation Department to provide our residents and members with a discount for programs for which they are already making significant contributions through property tax, income tax or membership fees. This policy is designed to help equalize fees among members and Macedonia residents versus residents of other communities. Prices are set to cover the cost to operate the individual program and to contribute to the overall financing of the department. It is our goal to price programs fairly and competitively, and to operate in a fiscally responsible fashion. Prices are subject to change without notice.</span></p>\r\n<strong>Identification is required when purchasing a membership:</strong>\r\n\r\n<strong>1. Photo ID:</strong> Driver’s License, state ID or school ID\r\n<strong>2. Proof of Residency (Macedonia Residents):</strong> Current utility bill: gas, cable, electric, landline telephone, car registration, water or sewer. Envelopes with addresses displayed will not be accepted.\r\n<strong>3. Birth certificate:</strong> Upon request.\r\n<strong>4. Full time college:</strong> Class schedule with 12 hours for current quarter/semester, student name and official college schedule.\r\n<strong>5. Macedonia commercial property owners:</strong> Deed and current tax bill. Commercial property owners will receive resident rate for membership packages.\r\n<strong>6. Military:</strong> Active duty Military identification.\r\n<strong>7. Same household proof:</strong> Upon request.\r\n<strong>8. Nordonia Hills Safety Forces:</strong> Employment verification letter required on their Township or Village letterhead stating that they are with twp. or village Police, Fire or EMS in the Nordonia Hills School District.\r\n<h4><span style=\"color: #0000ff;\">Returned Check Policy</span></h4>\r\nA returned check from the bank will be charged a $13.00 fee.\r\n<h4><span style=\"color: #0000ff;\">Payment Plan</span></h4>\r\nFor your convenience, a Payment Plan Program is available for annual memberships. First payment is due at time of sign-up along with a $40.00 processing fee. Additional payments will be electronically withdrawn quarterly from your checking/savings account. <strong>When signing up for this program, please bring a voided check and a valid credit card. (debit cards not accepted)</strong>\r\n<h4><span style=\"color: #0000ff;\">Daily Pass</span></h4>\r\n<strong>The daily pass is available to anyone not wishing to purchase a membership.</strong>\r\n<strong>Residency verification required.</strong>\r\n<strong> Children under two are free when accompanied by an adult</strong>\r\n\r\n<strong>All guests age 16 and over are required to show a valid state issue ID upon entering the Rec Center and must be register with at the member services desk.</strong>\r\n\r\nMacedonia Resident Adult $9.00\r\nMacedonia Resident Child/Senior $7.00\r\n(12 yrs. &amp; under or 62+)\r\n\r\nNordonia High School Student $5.00\r\n\r\nGeneral Public Adult $11.00\r\nGeneral Public Child/Senior $9.00\r\n(12 yrs. &amp; under or 62+)\r\n<h4><span style=\"color: #0000ff;\">Individual – Youth</span></h4>\r\nIndividual is considered 3-17 years of age. Standard proof of residency required from parent. Age verification required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Individual – Adult</span></h4>\r\nIndividual is considered 19-61 years of age. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Family 2</span></h4>\r\nConsists of 2 adults living in the same household or 1 adult and 1 legally dependent child between the ages of 3-18 living in the same household. Children 2 and under are free. Standard proof of residency and ID required for both adults. Age verification of child required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Family 3 or More</span></h4>\r\nConsists of 2 adults living in the same household and any legally dependent children 3 – 18 years of age and/or children 19 – 23 who are full-time college students living in the same household. Full-time college verification (class schedule with 12 hours for current quarter/semester, student name and official college schedule.) Children 2 and under are free. Standard proof of residency and ID required for both adults &amp; full-time college student. Age verification of children required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Senior Single</span></h4>\r\nA senior is considered 62 years of age and older. No other senior discounts apply. Standard proof of residency and ID required. Age verification required.\r\n<h4><span style=\"color: #0000ff;\">Senior Couple</span></h4>\r\nConsists of 2 senior adults 62 years of age and older living in the same household. No other senior discounts apply. Standard proof of residency and ID required for both adults. Age verification required.\r\n<h4><span style=\"color: #0000ff;\">Individual Monthly</span></h4>\r\nIndividual is considered 3 years and older. Age verification of children required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Business Membership</span></h4>\r\nRequires a pay stub from a Macedonia business showing a Macedonia City Tax. Businesses in the JEDD subject to review by the Administrative Staff.\r\n<h4><span style=\"color: #0000ff;\">Military Membership</span></h4>\r\nAn individual membership for all active duty United States Armed Forces that are on an authorized leave will receive this membership at no cost for a period of up to four weeks per year. Must provide military identification. Annual membership discount of $100.00 is given to all veteran and active military.\r\n<h4><span style=\"color: #0000ff;\">Nordonia Hills Safety Forces</span></h4>\r\nAnnual membership discount of $100.00 is given to all current Safety Forces employees that work for a Township or Village in the Nordonia Hills School District. This will be available for Police, Fire and EMS employees only. Employment verification letter required on their Township or Village letterhead stating that they are with Police, Fire or EMS in the Nordonia Hills School District. Not available for the Sheriff’s Department. Safety Forces memberships must be paid in full. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Corporate Memberships</span></h4>\r\nAvailable to companies located inside or outside of Macedonia. Minimum number of participating employees required. For more details call (330)468-8375.\r\n<h4><span style=\"color: #0000ff;\">SilverSneakers/Renew Active / AARP UHC Medicare Supplement </span></h4>\r\nSeniors may be eligible for a free/discounted membership to the Macedonia Family Recreation Center at no cost through participating insurance companies.\r\n<h4><span style=\"color: #0000ff;\">Free 5 Day Membership</span></h4>\r\nIf you have not been a member at the Recreation center in the last 12 months, you are eligible for a free 5 day membership! Membership is good for 5 consecutive days.\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"4\"]\r\n\r\n[mp_heading]\r\n<h2>We accept:</h2>\r\n[/mp_heading]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"8\" classes=\" motopress-empty mp-hidden-phone\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image id=\"2610\" size=\"large\" link_type=\"custom_url\" link=\"#\" target=\"false\" align=\"left\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6143,4925,'_mpce_enabled','1'),(6144,4925,'_motopress-ce-private-styles','{}'),(6145,4926,'_wp_attached_file','2019/01/Cake-Balloons-Group.jpg'),(6146,4926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1428;s:4:\"file\";s:31:\"2019/01/Cake-Balloons-Group.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Cake-Balloons-Group-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:\"Cake-Balloons-Group-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Cake-Balloons-Group-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Cake-Balloons-Group-1024x714.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Cake-Balloons-Group-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Cake-Balloons-Group-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"Cake-Balloons-Group-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6147,4927,'_wp_attached_file','2019/01/Pool-Group-2.jpg'),(6148,4927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2019/01/Pool-Group-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Pool-Group-2-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:24:\"Pool-Group-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Pool-Group-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Pool-Group-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Pool-Group-2-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Pool-Group-2-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:23:\"Pool-Group-2-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6149,4928,'_wp_attached_file','2019/01/Table-setup.jpg'),(6150,4928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:23:\"2019/01/Table-setup.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Table-setup-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:\"Table-setup-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Table-setup-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Table-setup-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Table-setup-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Table-setup-1170x425.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"Table-setup-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6151,4929,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]<a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"> </a>\r\n<h2></h2>\r\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\r\n<img class=\"size-medium wp-image-4676 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />\r\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\r\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\" classes=\" motopress-space\"]\r\n\r\n[mp_space]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6152,4929,'_mpce_enabled','1'),(6153,4929,'motopress-ce-save-in-version','3.0.2'),(6154,4929,'_motopress-ce-private-styles','{}'),(6155,4931,'_wp_attached_file','2019/01/Hy-Tek-Logo.jpg'),(6156,4931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:164;s:4:\"file\";s:23:\"2019/01/Hy-Tek-Logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Hy-Tek-Logo-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:\"Hy-Tek-Logo-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Hy-Tek-Logo-258x164.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:22:\"Hy-Tek-Logo-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6157,4932,'_mpce_post_content','<div class=\"main-holder\">\r\n<div id=\"content\">\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3><a href=\"https://hytek.active.com/swimming-software.html\"><img class=\"size-medium wp-image-4931 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Hy-Tek-Logo-300x164.jpg\" alt=\"\" width=\"300\" height=\"164\" /></a></h3>\r\n</div>\r\n&nbsp;\r\n<div id=\"content\">\r\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>We proudly use Active HY-TEK software to power our swim team!</strong></span></h4>\r\n<h3></h3>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\"><strong><span style=\"color: #0000ff;\">2019 Swim Meet Schedule</span></strong></h3>\r\n<div class=\"main-holder\">\r\n<div id=\"content\">\r\n<h4 style=\"text-align: center;\">Jan. 26 @ Youngstown JCC</h4>\r\n<p style=\"text-align: center;\"><i>5:30 pm warm up - 6:00 pm start time</i></p>\r\n\r\n<h4 style=\"text-align: center;\">Feb. 2 vs. Akron JCC</h4>\r\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\r\n\r\n<h4 style=\"text-align: center;\">Feb. 9 @ Kent State</h4>\r\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\r\n\r\n<h4 style=\"text-align: center;\">Feb. 23 @ Kent Seariders</h4>\r\n<p style=\"text-align: center;\"><i>5:30 pm warm up - 6:00 pm start time</i></p>\r\n\r\n<h4 style=\"text-align: center;\">Mar. 2 vs Medina</h4>\r\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h4 style=\"text-align: center;\">March 9th Championships</h4>\r\n<p style=\"text-align: center;\">Wooster YMCA/High School</p>\r\n<p style=\"text-align: center;\"><i>9:00 am - Warm-ups - </i><i>10:00 am - Start Time</i></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"main-holder\">\r\n<div id=\"content\">\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Manta Rays Swim Team</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Swimmers who have knowledge of the competitive strokes will train three times per week to develop their strokes, starts and turns, and compete in dual meets throughout the season.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Required:</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-Be able to swim 25 yards freestyle and backstroke without stopping and have a good idea for how to breathe to their side in the freestyle.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-swim team experience or have passed levels 2-6 of swimming lessons.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Cost includes a team t-shirt and swim cap, and championship entry fee and t-shirt!</span></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season.png\"><img class=\" wp-image-4868 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season-232x300.png\" alt=\"\" width=\"335\" height=\"433\" /></a>\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;'),(6158,4932,'_mpce_enabled','1'),(6159,4932,'_motopress-ce-private-styles','{}'),(6160,4933,'_wp_attached_file','2019/01/2February-2019.pdf'),(6161,4933,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2February-2019-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2February-2019-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"2February-2019-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:22:\"2February-2019-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(6162,4934,'_wp_attached_file','2019/01/2February-2019-Act.jpg'),(6163,4934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:782;s:4:\"file\";s:30:\"2019/01/2February-2019-Act.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2February-2019-Act-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:30:\"2February-2019-Act-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"2February-2019-Act-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"2February-2019-Act-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"2February-2019-Act-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"2February-2019-Act-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548419857\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6164,4935,'_wp_attached_file','2019/01/2February-2019-Lap.jpg'),(6165,4935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:783;s:4:\"file\";s:30:\"2019/01/2February-2019-Lap.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2February-2019-Lap-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:30:\"2February-2019-Lap-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"2February-2019-Lap-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"2February-2019-Lap-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:31:\"2February-2019-Lap-1020x425.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:29:\"2February-2019-Lap-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548419799\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6172,4938,'_wp_attached_file','2019/01/February-19-schedule-color.png'),(6173,4938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1159;s:6:\"height\";i:862;s:4:\"file\";s:38:\"2019/01/February-19-schedule-color.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"February-19-schedule-color-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"February-19-schedule-color-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"February-19-schedule-color-768x571.png\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"February-19-schedule-color-1024x762.png\";s:5:\"width\";i:1024;s:6:\"height\";i:762;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"February-19-schedule-color-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:39:\"February-19-schedule-color-1159x425.png\";s:5:\"width\";i:1159;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:37:\"February-19-schedule-color-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6174,4939,'_wp_attached_file','2019/01/SilverSneakers-Schedule.png'),(6175,4939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1137;s:6:\"height\";i:859;s:4:\"file\";s:35:\"2019/01/SilverSneakers-Schedule.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"SilverSneakers-Schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"SilverSneakers-Schedule-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"SilverSneakers-Schedule-768x580.png\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"SilverSneakers-Schedule-1024x774.png\";s:5:\"width\";i:1024;s:6:\"height\";i:774;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"SilverSneakers-Schedule-258x165.png\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:36:\"SilverSneakers-Schedule-1137x425.png\";s:5:\"width\";i:1137;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:34:\"SilverSneakers-Schedule-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6184,4942,'motopress-ce-save-in-version','3.0.2');
INSERT INTO `wp_postmeta` VALUES (6185,4942,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h1><a href=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png\"><img class=\"size-medium wp-image-4938 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color-300x223.png\" alt=\"\" width=\"300\" height=\"223\" /></a></h1>\r\n<h1></h1>\r\n<h1><a href=\"http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule.png\"><img class=\"size-medium wp-image-4939 alignnone\" src=\"http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule-300x227.png\" alt=\"\" width=\"300\" height=\"227\" /></a></h1>\r\n<h1><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png\">Click here for the February Fitness Schedule</a></span></h1>\r\n<p style=\"text-align: left;\">[mp_span col=\"12\"]</p>\r\n\r\n<h2><span style=\"color: #ff0000;\">Our group fitness classes are included in your purchase of a daily, monthly and annual membership.</span></h2>\r\n<h2>Class Cancellations/Updates</h2>\r\nReceive a text message for any class cancellations or changes! Sign-up at the front desk to join the list.\r\n<h4>Fluidity Bar Schedule</h4>\r\nTuesday: 9:00 - 10:00 AM\r\nThursday: 9:00 – 10:00 AM\r\nMember $12 / Resident $14 / Non Resident $16\r\n<h2><strong>Fitness Class Descriptions - All classes free for members </strong></h2>\r\n[su_spoiler title=\" Aqua Arthritis \" style=\"fancy\"]The program exercises are designed specifically for people with arthritis and related diseases.  Participants improve their joint flexibility and reduce there pain and stiffness while supported by the water’s buoyancy and resistance. The class also provides a friendly , fun atmosphere in which participants.<span style=\"color: #993300;\">[/su_spoiler][su_spoiler title=\"Aqua Fusion\" style=\"fancy\"]</span><span style=\"color: #993300;\"><span style=\"color: #000000;\">This class will combine multiple formats to improve your overall level of fitness. A mix of strength and endurance exercises held in the shallow lap lanes, the instructor may also take you into the deep water diving well.  Enjoy the buoyancy of the water while reducing impact on your joints.[/su_spoiler][su_spoiler title=\"Barre Intensity\" style=\"fancy\"]</span></span>Combines attributes of pilates, dance, and functional fitness training. Small isolated movement to fatigue the muscles, large range motion to elevate the heart rate, and sequencing that incorporates upper and lower body.  Mini-balls, resistance bands and light hand weights are used to sculpt, slim, and stretch your entire body.[/su_spoiler][su_spoiler title=\"Beyond Barre\" style=\"fancy\"]Think ballet meets ice skating! This class incorporates cardio, body-sculpting, fat burning, endurance. All levels are welcome to try the class. [/su_spoiler][su_spoiler title=\"Bike &amp; Body\" style=\"fancy\"]30 Minutes of intense Cycling followed by 30 minutes of weights. Instructor may do abdominals, upper or lower body or combination of all 3 components for an awesome workout. Instructor may also incorporate TRX® suspension bands.[/su_spoiler]<span style=\"color: #993300;\"><span style=\"color: #000000;\">[su_spoiler title=\"Dig Deep\" style=\"fancy\"]Water buoyancy belts are used in the deep end of the diving area. Water resistance improves cardio and strength. Cross training alternative without impact. Should be comfortable in deep water.</span></span>[/su_spoiler][su_spoiler title=\"Flow\" style=\"fancy\"]Grow longer and stronger in this invigorating mind-body workout. Flow incorporates yoga and pilates fundamentals with athletic training for balance, mobility, flexibility and the core.[/su_spoiler][su_spoiler title=\"H20 Boot Camp\" style=\"fancy\"]Based on traditional Boot Camp style with Aqua drills and thrills! A serious calorie burner and FUN!.[/su_spoiler][su_spoiler title=\"H20 Kickboxing\" style=\"fancy\"]Total body workout using kickboxing techniques.[/su_spoiler][su_spoiler title=\"H20 Total Splash\" style=\"fancy\"]Try a new twist to the traditional water work out! We use noodles, weights, bands and kickboxing drills to improve on cardio endurance and muscle strength without the impact on your joints.[/su_spoiler][su_spoiler title=\"Indoor Cycling / Location: 2nd Floor Cycling Area\" style=\"fancy\"]Our instructors lead you through a fun and challenging endurance strength workout. Cycling indoors will simulate cycling outdoors with sprints, climbs and cadence drills. Geared for all fitness levels from beginner to advanced come and give this class a try. Let’s Ride! Please bring a water bottle and towel with you to class.[/su_spoiler][su_spoiler title=\"Line Dance\" style=\"fancy\"]Learn the basic Level 1 line dancing steps. As the group progress\'s we will learn more advanced steps. Join us every Sunday for load\'s of fun &amp; line dancing also is excellent for memory.[/su_spoiler][su_spoiler title=\"Phase Pilates\" style=\"fancy\"]This class is for the true Pilates Student. Based on the Master Inventor Joseph Pilates we incorporate all of his fundamentals &amp; the 6 principals of Pilates. Instructor will demonstrate All Levels of Pilates from beginner to advanced. This class is true Mat Pilates we use our bodies and a mat in this class only. All fitness levels are welcome.[/su_spoiler][su_spoiler title=\"Pilates\" style=\"fancy\"]Based on Joseph Pilates basic techniques this class works the entire core. Instructor may also incorporate small balls, weights &amp; large stability balls and bands to add a very unique workout that you will truly enjoy. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"Power Yoga\" style=\"fancy\"]Linking breathing with movement, build strength, flexibility and balance. A dynamic warm up of the spine and full-body, followed by a sequence of poses focusing on balance, abs, hips, and twists to lengthen tone and detoxify the body and mind.  Ending with a deep rest, leaving you relaxed and rejuvenated. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"RIP\" style=\"fancy\"]60 minute class using barbells ant.d adjustable weights to tone and condition muscles while raising metabolic rate for rapid fat-burning. All major muscle groups are worked via a series of weight-bearing exercises including squats, presses and lifts, set to great, fun music! Weights are adjustable, so all fitness and ability levels are welcome in this class! This class style has confirmed higher than expected fat-burning effects alongside endurance, strength and \'wellness\' benefits.[/su_spoiler][su_spoiler title=\"Sunrise Yoga\" style=\"fancy\"]Start your morning out with a destressing breath of fresh morning air. Kick off your shoes and relax. Strengthen, stretch and balance. Classes are geared to fitness enthusiasts that want to learn and practice Hath a Yoga.[/su_spoiler][su_spoiler title=\"Tai Chi\" style=\"fancy\"]This low impact class will consist of basic stretching, gi gong (internal energy exercise), and basic tai chi postures and form. Students should expect to increase muscle strength, stamina and balance.[/su_spoiler][su_spoiler title=\"Tighten N Tone (T.N.T.)\" style=\"fancy\"]Learn proper body placement while using resistance. Your endurance, range of motion, flexibility, posture, muscle strength and bone density will improve. Weights and resistance tubing are used in this class. Bring a mat and a bottle of water.[/su_spoiler][su_spoiler title=\"Total Body Circuit\" style=\"fancy\"]Circuit intervals on weight machines focusing on muscle groups in both upper and lower body. Pair this class with Indoor Cycling for a great cardio and strength workout![/su_spoiler][su_spoiler title=\"Total Core\" style=\"fancy\"]Fast paced ab and core routine performed with different types of equipment that target different areas of the body.[/su_spoiler][su_spoiler title=\"TRX/Rip Trainer\" style=\"fancy\"]A weighted bar attached to a flexible cord to improve core, rotational power and increase stamina.[/su_spoiler][su_spoiler title=\"Vinyasa Flow \" style=\"fancy\"]This class uses breathing paired with Vinyasa movements to improve strength, flexibility &amp; endurance[/su_spoiler][su_spoiler title=\"Zumba\" style=\"fancy\"]ZUMBA is a fusion of Latin and International music-dance themes that create a dynamic, exciting, effective fitness workout! The routines feature easy to follow dance steps combined with body sculpting movements plus loads of fun[/su_spoiler][su_spoiler title=\"Zumba Kids\" style=\"fancy\"]<strong>D</strong>esigned for the younger Zumba fans ages 6-11. It’s an opportunity for them to move, dance and be active while enjoying some of their favorite music! Features routines based on Zumba choreography. The routines are kid friendly and the steps are designed to be easy to follow and fun for all![/su_spoiler]\r\n<h5></h5>\r\n<h5>Classes Below are FREE for SilverSneakers Members</h5>\r\n[su_spoiler title=\"Silver Sneakers® Classic\" style=\"fancy\"]Have fun and move to the music through a variety of exercises designed to increase muscular strength, range of movement, and activity for daily living skills. Hand-held weights, elastic tubing with handles, and a ball are offered for resistance, and a chair is used for seated and/or standing support.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Yoga\" style=\"fancy\"]YogaStretch will move your whole body through a complete series of seated and standing yoga poses. Chair support is offered to safely perform a variety of postures designed to increase flexibility, balance and range of movement. Restorative breathing exercises and final relaxation will promote stress reduction and mental clarity.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Splash\" style=\"fancy\"]Activate your aqua exercise urge for variety! SilverSplash® offers LOTS of fun and shallow water moves to improve agility, flexibility and cardiovascular endurance. No swimming ability is required, and a special Silver Sneakers® kickboard is used to develop strength, balance and coordination.[/su_spoiler][su_spoiler title=\"Silver Sneakers® CardioFit\" style=\"fancy\"]Get up and go with an aerobics class that’s safe, heart-healthy and gentle on the joints. The workout includes easy-to-follow low-impact movement and upper-body strength, abdominal conditioning, stretching and relaxation exercises designed to energize your active lifestyle.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Boom\" style=\"fancy\"]BOOM is a three-tiered program specially designed to service the needs of the active older adult population. Each class will include actin (BOOM Muscle), dance (BOOM Move It) and mind/body (BOOM Mind) formats to cater to the specific needs of this growing segment of the fitness center program.[/su_spoiler]\r\n<h3><strong>Fluidity Bar Class Schedule</strong></h3>\r\n<h3>Tuesday 9:00am- 10:00am</h3>\r\n<h3>Thursday 9:00am - 10:00am</h3>\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6186,4942,'_mpce_enabled','1'),(6187,4942,'_motopress-ce-private-styles','{}'),(6188,4943,'_wp_attached_file','2019/01/February-19-Schedule-color.pdf'),(6189,4943,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"February-19-Schedule-color-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"February-19-Schedule-color-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"February-19-Schedule-color-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:34:\"February-19-Schedule-color-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(6194,4945,'_wp_attached_file','2019/01/2February-2019-1.pdf'),(6195,4945,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2February-2019-1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"2February-2019-1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"2February-2019-1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:24:\"2February-2019-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(6196,4946,'_wp_attached_file','2019/01/2February-2019-Lap-1.jpg'),(6197,4946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1022;s:6:\"height\";i:781;s:4:\"file\";s:32:\"2019/01/2February-2019-Lap-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2February-2019-Lap-1-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:\"2February-2019-Lap-1-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"2February-2019-Lap-1-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"2February-2019-Lap-1-258x165.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"slider-post-thumbnail\";a:4:{s:4:\"file\";s:33:\"2February-2019-Lap-1-1022x425.jpg\";s:5:\"width\";i:1022;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"2February-2019-Lap-1-100x50.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"John Doyle\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548956659\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6198,4947,'_mpce_post_content','&nbsp;\r\n\r\n[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf\"]Click Here For February Pool Schedule [/su_button]\r\n[su_spacer size=\"30\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1.jpg\"><img class=\" wp-image-4946 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1-300x229.jpg\" alt=\"\" width=\"619\" height=\"473\" /></a>\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\r\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act.jpg\"><img class=\" wp-image-4934 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act-300x230.jpg\" alt=\"\" width=\"626\" height=\"480\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;'),(6199,4947,'_mpce_enabled','1'),(6200,4947,'_motopress-ce-private-styles','{}'),(6201,4948,'motopress-ce-save-in-version','2.5.1'),(6202,4948,'_mpce_post_content','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h1><span style=\"color: #ff0000;\"> </span>[row]</h1>\r\n&nbsp;\r\n<h2><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">Click here for our employment application.</a></span></h2>\r\n<h2><span style=\"color: #00ff00;\"><a style=\"color: #00ff00;\" href=\"https://visitor.r20.constantcontact.com/manage/optin?v=001R5ZVVsTX-LBC2uf-EiljG5pZzN396tuuFTWDkQXVrwXBSjY8_oF_W7M4EnGL8TYJL3Je0cZqKAWQDyABiwUV_v4qcIT1wjPj-57B09oNQ0PAtPiMZhmjiyCTHLx62bD9Ur0VfqBhvyABKpPQnenDip6OG1Rh-vuFXYPvBUXvIHoSOnQjHYsBhUMkkoYI5SzUmbk-qpiIJpZOVElbxhvt2GG4j6QLrZnXeL2qWaZc0io2L_9aQJ8miSss5A4K2EdbUbQmR7PcVq0%3D\">Click here to join the recreation newsletter! </a></span></h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://macrec.com/fitness/schedule/\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=http://macrec.com/wp-content/uploads/2019/01/February-19-Schedule-color.pdf]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf\"]Click Here[/su_button]\r\n\r\n[/ezcol_1quarter][ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]\r\n\r\n[su_spacer size=\"50\"]\r\n[table id=3 /]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]'),(6203,4948,'_mpce_enabled','1'),(6204,4948,'_motopress-ce-private-styles','{}');
/*!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 COLLATE utf8_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8_unicode_ci 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 COLLATE utf8_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4949 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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 (7,1,'2011-07-14 19:45:42','2011-07-14 19:45:42','[row]\r\n\r\n[span4]\r\n<h2><em>Services list</em></h2>\r\n[custom_list]\r\n<ul>\r\n	<li><a href=\"#\">Sed ut perspiciatis unde omnis iste natus</a></li>\r\n	<li><a href=\"#\">Error sit voluptatem accusantium doloremqu</a></li>\r\n	<li><a href=\"#\">Laudantium totam rem aperiam eaque</a></li>\r\n	<li><a href=\"#\">Inventore veritatis et quasi architecto bea</a></li>\r\n	<li><a href=\"#\">Nemo enim ipsam voluptatem quia</a></li>\r\n	<li><a href=\"#\">Voluptas sit aspernatur aut odit aut fugi</a></li>\r\n	<li><a href=\"#\">Consequuntur magni dolores eos</a></li>\r\n	<li><a href=\"#\">Qui ratione voluptatem sequi nesciunt</a></li>\r\n</ul>\r\n[/custom_list]\r\n\r\n[spacer]\r\n\r\n<a href=\"blog\"><img class=\"alignnone size-full wp-image-1982\" alt=\"banner\" src=\"http://macrec.com/wp-content/uploads/2011/07/banner.jpg\" width=\"328\" height=\"363\" /></a>\r\n\r\n[/span4]\r\n\r\n[span8]\r\n<h2>Get to know more about our services</h2>\r\n[posts_grid type=\"services\" columns=\"2\" rows=\"3\" order_by=\"date\" order=\"DESC\" thumb_width=\"358\" thumb_height=\"213\" meta=\"no\" excerpt_count=\"18\" link=\"no\" custom_class=\"services\"]\r\n\r\n[/span8]\r\n\r\n[/row]','Services','','publish','open','open','','services','','','2013-09-16 11:35:28','2013-09-16 11:35:28','',0,'http://192.168.9.29/Development/TB/?page_id=7',1,'page','',0),(9,1,'2011-07-14 19:46:13','2011-07-14 19:46:13','','Projects','','publish','open','closed','','portfolio','','','2013-09-12 12:10:49','2013-09-12 12:10:49','',0,'http://192.168.9.29/Development/TB/?page_id=9',2,'page','',0),(12,1,'2011-07-14 19:46:42','2011-07-14 19:46:42','','FAQs','','publish','open','closed','','faqs','','','2011-07-14 19:46:42','2011-07-14 19:46:42','',1797,'http://192.168.9.29/Development/TB/?page_id=12',3,'page','',0),(14,1,'2011-07-14 19:47:05','2011-07-14 19:47:05','[row]\r\n[span12]\r\n{google_map}https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.93320421498!2d-81.48431134337767!3d41.31031669665224!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88311fbc7b937d45%3A0x16df91ae28faf493!2s1494+E+Aurora+Rd%2C+Macedonia%2C+OH+44056!5e0!3m2!1sen!2sus!4v1420476320946{/google_map}\r\n[/span12]\r\n[span4]\r\n<h2>Contact info</h2>\r\n[table id=4 /]\r\n\r\n<strong>Macedonia Family Recreation Center</strong>\r\n<strong>1494 East Aurora Rd.</strong>\r\n<strong> Macedonia, Oh 44056\r\nMain Line:</strong> 330-468-8370\r\n<strong>Hotline:</strong>  330-468-8369\r\n<strong>Fax:</strong>  330-468-8377\r\n<strong>E-mail:</strong> <a href=\"mailto:info@demolink.org\">mail@macrec.org</a>\r\n[/span4]\r\n[span8]\r\n<h2>Contact form</h2>\r\n[contact-form-7 id=\"208\" title=\"Cherry contact form\"]\r\n[/span8]\r\n[/row]','Contacts','','publish','open','closed','','contacts','','','2015-01-06 16:43:44','2015-01-06 16:43:44','',0,'http://192.168.9.29/Development/TB/?page_id=14',6,'page','',0),(41,1,'2011-07-14 19:55:08','0000-00-00 00:00:00','','Body Background','','draft','closed','closed','','of-body_background','','','2011-07-14 19:55:08','0000-00-00 00:00:00','',0,'http://192.168.9.29/Development/TB/?post_type=optionsframework&amp;p=41',0,'optionsframework','',0),(42,1,'2011-07-14 19:55:08','0000-00-00 00:00:00','','Logo Url','','draft','closed','closed','','of-logo_url','','','2011-07-14 19:55:08','0000-00-00 00:00:00','',0,'http://192.168.9.29/Development/TB/?post_type=optionsframework&amp;p=42',0,'optionsframework','',0),(63,1,'2013-01-14 20:25:47','2013-01-14 20:25:47','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Lorem ipsum dolor sit','','publish','open','open','','lorem-ipsum-dolor-sit','','','2013-09-16 09:22:41','2013-09-16 09:22:41','',0,'http://192.168.9.29/Development/TB/?p=63',0,'post','',0),(65,1,'2013-02-14 20:26:08','2013-02-14 20:26:08','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Sit amet consectetuer','','publish','open','open','','sit-amet-consectetuer','','','2013-09-16 09:21:06','2013-09-16 09:21:06','',0,'http://192.168.9.29/Development/TB/?p=65',0,'post','',0),(67,1,'2013-02-14 20:26:57','2013-02-14 20:26:57','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Dolore ipsum est','','publish','open','open','','dolore-ipsum-est','','','2013-09-16 09:20:37','2013-09-16 09:20:37','',0,'http://192.168.9.29/Development/TB/?p=67',0,'post','',0),(71,1,'2013-03-14 20:28:57','2013-03-14 20:28:57','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Sed ut perspiciatis unde','','publish','open','open','','sed-ut-perspiciatis-unde','','','2013-09-16 09:19:37','2013-09-16 09:19:37','',0,'http://192.168.9.29/Development/TB/?p=71',0,'post','',0),(73,1,'2013-01-15 20:29:55','2013-01-15 20:29:55','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Etiam commodo convallis','','publish','open','open','','etiam-commodo-convallis','','','2013-09-16 09:22:10','2013-09-16 09:22:10','',0,'http://192.168.9.29/Development/TB/?p=73',0,'post','',0),(75,1,'2013-02-02 20:30:30','2013-02-02 20:30:30','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Vivamus vel sem at','','publish','open','open','','vivamus-vel-sem-at','','','2013-09-16 09:21:40','2013-09-16 09:21:40','',0,'http://192.168.9.29/Development/TB/?p=75',0,'post','',0),(77,1,'2013-03-05 20:31:03','2013-03-05 20:31:03','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Massa as laoreetum','','publish','open','open','','massa-as-laoreetum','','','2013-09-16 09:20:08','2013-09-16 09:20:08','',0,'http://192.168.9.29/Development/TB/?p=77',0,'post','',0),(94,1,'2011-07-14 20:50:46','2011-07-14 20:50:46','Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio gravida atcursus nec luctus a lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna. Donec accumsan malesuada orci. Donec sit amet eros. Lorem ipsum dolor sit amet consectetuer adipiscing elit. Mauris fermentum dictum magna. Sed laoreet aliquam leo. Ut tellus dolor dapibus eget elementum vel cursus eleifend elit.','Maecenas tristique orci ac sem. Duis ultricihre tra magnauae ab illo inventoa ster port rsen maet jhaslelu misleui portau?','','publish','closed','closed','','maecenas-tristique-orci-ac-sem-duis-ultricihre-tra-magnauae-ab-illo-inventoa-ster-port-rsen-maet-jhaslelu-misleui-portau','','','2011-07-14 20:50:46','2011-07-14 20:50:46','',0,'http://192.168.9.29/Development/TB/?post_type=faq&amp;p=94',0,'faq','',0),(95,1,'2011-07-14 20:51:03','2011-07-14 20:51:03','Aenean auctor wisi et urna. Aliquarat volutpat. Duis ac turpis. Integer rutrum ante eu lacusVestibulum libero nisl porta vel scelerisque eget malesuada at neque. Vivamus eget nibh. Etiamcursus leo vel metus. Nulla facilisi. Aenean nec eros.','Fusce feugiat malesuada odio. Morbi nunc odio gravida atcursus neluctus a lorem. Maecenas tristiqu?','','publish','closed','closed','','fusce-feugiat-malesuada-odio-morbi-nunc-odio-gravida-atcursus-neluctus-a-lorem-maecenas-tristiqu','','','2011-07-14 20:51:03','2011-07-14 20:51:03','',0,'http://192.168.9.29/Development/TB/?post_type=faq&amp;p=95',0,'faq','',0),(96,1,'2011-07-14 20:51:19','2011-07-14 20:51:19','Vestibulum ante ipsum primis in faucibus orci luctus et trices posuere cubilia Suspendisse sollicitudin velit sed leo. Ut pharetra augue nec augue. Nam elit magnandrerit sit amet tincidunt ac viverra sed nulla. Donec porta diam eu massa. Quisque diam lorem interdum vapibus ac scelerisque vitae pede. Donec eget tellus non erat lacinia fermentum. Donec in velit vel ipsum auctorulvinar. Proin ullamcorper urna et tibulum iaculis lacinia est. Proin dictum elementum velit. Fusce euismod consequat ante. Lorem ipsum dolor sit amet consectetuer adipiscing elit. Pellentese sed dolor. Aliquam congue fermentum nisl. Mauris accumsan nullael diam. Sed in lacus ut enim adipiscing aliquet.','Odio gravida atcursus neluctus a lorem. Maecenas tristiqu sters port rsen mate haslelu milsie quqn smetsre?','','publish','closed','closed','','odio-gravida-atcursus-neluctus-a-lorem-maecenas-tristiqu-sters-port-rsen-mate-haslelu-milsie-quqn-smetsre','','','2011-07-14 20:51:19','2011-07-14 20:51:19','',0,'http://192.168.9.29/Development/TB/?post_type=faq&amp;p=96',0,'faq','',0),(97,1,'2011-07-14 20:51:32','2011-07-14 20:51:32','Donec eget tellus non erat lacinia fermentum. Donec in velit vel ipsum auctorulvinar. Proin ullamcorper urna et tibulum iaculis lacinia est. Proin dictum elementum velit. Fusce euismod consequat ante. Lorem ipsum dolor sit amet consectetuer adipiscing elit. Pellentese sed dolor. Aliquam congue fermentum nisl. Mauris accumsan nullael diam. Sed in lacus ut enim adipiscing aliquet. Donec eget tellus non erat lacinia fermentum. Donec in velit vel ipsum auctorulvinar. Proin ullamcorper urna et tibulum iaculis lacinia est.','Duis ultricies pharetra magna. Donec accumsan malesuada orcinec sit amet eros. Lorem ipsum dolo?','','publish','closed','closed','','duis-ultricies-pharetra-magna-donec-accumsan-malesuada-orcinec-sit-amet-eros-lorem-ipsum-dolo','','','2011-07-14 20:51:32','2011-07-14 20:51:32','',0,'http://192.168.9.29/Development/TB/?post_type=faq&amp;p=97',0,'faq','',0),(98,1,'2011-07-14 20:51:47','2011-07-14 20:51:47','Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio gravida atcursus nec luctus a lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna. Donec accumsan malesuada orci. Donec sit amet eros. Lorem ipsum dolor sit amet consectetuer adipiscing elit. Mauris fermentum dictum magna. Sed laoreet aliquam leo. Ut tellus dolor dapibus eget elementum vel cursus eleifend elit.','Maecenas tristique orci ac sem. Duis ultricihre tra magnauae ab illo inventoa ster port rsen maet jhaslelu misleui portau?','','publish','closed','closed','','maecenas-tristique-orci-ac-sem-duis-ultricihre-tra-magnauae-ab-illo-inventoa-ster-port-rsen-maet-jhaslelu-misleui-portau-2','','','2011-07-14 20:51:47','2011-07-14 20:51:47','',0,'http://192.168.9.29/Development/TB/?post_type=faq&amp;p=98',0,'faq','',0),(99,1,'2011-07-14 20:52:03','2011-07-14 20:52:03','Aenean auctor wisi et urna. Aliquarat volutpat. Duis ac turpis. Integer rutrum ante eu lacusVestibulum libero nisl porta vel scelerisque eget malesuada at neque. Vivamus eget nibh. Etiamcursus leo vel metus. Nulla facilisi. Aenean nec eros.','Fusce feugiat malesuada odio. Morbi nunc odio gravida atcursus neluctus a lorem. Maecenas tristiqu?','','publish','closed','closed','','fusce-feugiat-malesuada-odio-morbi-nunc-odio-gravida-atcursus-neluctus-a-lorem-maecenas-tristiqu-2','','','2011-07-14 20:52:03','2011-07-14 20:52:03','',0,'http://192.168.9.29/Development/TB/?post_type=faq&amp;p=99',0,'faq','',0),(100,1,'2011-07-14 20:52:26','2011-07-14 20:52:26','Vestibulum ante ipsum primis in faucibus orci luctus et trices posuere cubilia Suspendisse sollicitudin velit sed leo. Ut pharetra augue nec augue. Nam elit magnandrerit sit amet tincidunt ac viverra sed nulla. Donec porta diam eu massa. Quisque diam lorem interdum vapibus ac scelerisque vitae pede. Donec eget tellus non erat lacinia fermentum. Donec in velit vel ipsum auctorulvinar. Proin ullamcorper urna et tibulum iaculis lacinia est. Proin dictum elementum velit. Fusce euismod consequat ante. Lorem ipsum dolor sit amet consectetuer adipiscing elit. Pellentese sed dolor. Aliquam congue fermentum nisl. Mauris accumsan nullael diam. Sed in lacus ut enim adipiscing aliquet.','Odio gravida atcursus neluctus a lorem. Maecenas tristiqu sters port rsen mate haslelu milsie quqn smetsre?','','publish','closed','closed','','odio-gravida-atcursus-neluctus-a-lorem-maecenas-tristiqu-sters-port-rsen-mate-haslelu-milsie-quqn-smetsre-2','','','2011-07-14 20:52:26','2011-07-14 20:52:26','',0,'http://192.168.9.29/Development/TB/?post_type=faq&amp;p=100',0,'faq','',0),(134,1,'2011-07-14 21:43:33','2011-07-14 21:43:33','Aenean nonummy hendrerit mau phasellu porta. Fusce suscipit varius mi sed. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio morbi.\r\n\r\nUt viverra mauris justo, quis auctor nisi. Suspendisse sit amet diam diam, eget volutpat lacus. Vestibulum faucibus scelerisque nisl vitae scelerisque. Sed tristique metus eu quam viverra malesuada. Cras porta eros nec libero bibendum sed faucibus felis fringilla. Quisque sed odio neque. Mauris at nisl ac eros pretium hendrerit vitae et velit. Aliquam erat volutpat. Proin sit amet erat vel nisl consectetur auctor et at quam.','Testimonial #1','','publish','closed','closed','','testimonial-1','','','2013-09-16 12:08:43','2013-09-16 12:08:43','',0,'http://192.168.9.29/Development/TB/?post_type=testi&#038;p=134',0,'testi','',0),(136,1,'2011-07-14 21:51:41','2011-07-14 21:51:41','Aenean nonummy hendrerit mau phasellu porta. Fusce suscipit varius mi sed. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio morbi.\r\n\r\nUt viverra mauris justo, quis auctor nisi. Suspendisse sit amet diam diam, eget volutpat lacus. Vestibulum faucibus scelerisque nisl vitae scelerisque. Sed tristique metus eu quam viverra malesuada. Cras porta eros nec libero bibendum sed faucibus felis fringilla. Quisque sed odio neque. Mauris at nisl ac eros pretium hendrerit vitae et velit. Aliquam erat volutpat. Proin sit amet erat vel nisl consectetur auctor et at quam.','Testimonial #2','','publish','closed','closed','','testimonial-2','','','2013-09-16 12:08:08','2013-09-16 12:08:08','',0,'http://192.168.9.29/Development/TB/?post_type=testi&#038;p=136',0,'testi','',0),(137,1,'2011-07-14 21:51:55','2011-07-14 21:51:55','Aenean nonummy hendrerit mau phasellu porta. Fusce suscipit varius mi sed. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio morbi.\r\n\r\nUt viverra mauris justo, quis auctor nisi. Suspendisse sit amet diam diam, eget volutpat lacus. Vestibulum faucibus scelerisque nisl vitae scelerisque. Sed tristique metus eu quam viverra malesuada. Cras porta eros nec libero bibendum sed faucibus felis fringilla. Quisque sed odio neque. Mauris at nisl ac eros pretium hendrerit vitae et velit. Aliquam erat volutpat. Proin sit amet erat vel nisl consectetur auctor et at quam.','Testimonial #3','','publish','closed','closed','','testimonial-3','','','2013-09-16 12:07:17','2013-09-16 12:07:17','',0,'http://192.168.9.29/Development/TB/?post_type=testi&#038;p=137',0,'testi','',0),(138,1,'2011-07-14 21:55:20','2011-07-14 21:55:20','Nulla facilisi. Aenean nec eros. Vestibulum ante ipsum primis in faucibu. Suspendisse congue <strong>1986</strong> viverra nunc sed ultrices. Aliquam erat volutpat. Sed feugiat semper elit nec euismod. Cras pretium ultricies adipiscing. Etiam id dolor ligula. Sed feugiat pretium scelerisque. Vestibulum porta nisi in purus egestas vehicula. Mauris ligula dolor, facilisis vel varius sit amet, fringilla at augue. Duis rutrum <strong>1994</strong> elementum sem a venenatis. Aenean justo neque, auctor eu semper eget, sollicitudin in diam. Mauris mattis porta quam, id placerat tortor venenatis ac. In in tincidunt leo.\r\n\r\nIn 1998 morbi ullamcorper ullamcorper turpis at ornare. Maecenas quam erat, tempus et pulvinar accumsan, molestie vitae nisi. Vivamus dui sem, ultricies eget vehicula sed, gravida sed augue.\r\n\r\nIn <strong>2001</strong> pellentesque habitant morbi tristique \"SEO\" et malesuada fames ac turpis egestas. Donec eget turpis non nunc dignissim viverra. Nulla tincidunt purus in mi pellentesque sit amet condimentum lectus gravida. Fusce non tellus nibh. Donec nec ipsum leo, nec pretium dolor. Aliquam pellentesque fermentum nunc, eu vestibulum felis vulputate ac. Sed quis lacus tortor. Integer hendrerit ligula quis sem interdum vestibulum faucibus nulla tempor. Duis at erat dui, id <strong>2010</strong> fringilla dui. Suspendisse potenti. Mauris in laoreet urna.\r\n\r\nAnton Stegner is on <a href=\"#\">Twitter</a>, <a href=\"#\">Facebook</a> and <a href=\"#\">LinkedIn</a>','Anton Stegner','','draft','closed','closed','','anton-stegner','','','2015-09-08 21:04:14','2015-09-08 21:04:14','',0,'http://192.168.9.29/Development/TB/?post_type=team&#038;p=138',0,'team','',0),(141,1,'2011-07-14 21:56:44','2011-07-14 21:56:44','Nulla facilisi. Aenean nec eros. Vestibulum ante ipsum primis in faucibu. Suspendisse congue <strong>1986</strong> viverra nunc sed ultrices. Aliquam erat volutpat. Sed feugiat semper elit nec euismod. Cras pretium ultricies adipiscing. Etiam id dolor ligula. Sed feugiat pretium scelerisque. Vestibulum porta nisi in purus egestas vehicula. Mauris ligula dolor, facilisis vel varius sit amet, fringilla at augue. Duis rutrum <strong>1994</strong> elementum sem a venenatis. Aenean justo neque, auctor eu semper eget, sollicitudin in diam. Mauris mattis porta quam, id placerat tortor venenatis ac. In in tincidunt leo.\r\n\r\nIn 1998 morbi ullamcorper ullamcorper turpis at ornare. Maecenas quam erat, tempus et pulvinar accumsan, molestie vitae nisi. Vivamus dui sem, ultricies eget vehicula sed, gravida sed augue.\r\n\r\nIn <strong>2001</strong> pellentesque habitant morbi tristique \"SEO\" et malesuada fames ac turpis egestas. Donec eget turpis non nunc dignissim viverra. Nulla tincidunt purus in mi pellentesque sit amet condimentum lectus gravida. Fusce non tellus nibh. Donec nec ipsum leo, nec pretium dolor. Aliquam pellentesque fermentum nunc, eu vestibulum felis vulputate ac. Sed quis lacus tortor. Integer hendrerit ligula quis sem interdum vestibulum faucibus nulla tempor. Duis at erat dui, id <strong>2010</strong> fringilla dui. Suspendisse potenti. Mauris in laoreet urna.\r\n\r\nRita Franklin is on <a href=\"#\">Twitter</a>, <a href=\"#\">Facebook</a> and <a href=\"#\">LinkedIn</a>','Rita Franklin','','draft','closed','closed','','rita-franklin','','','2015-09-08 21:05:02','2015-09-08 21:05:02','',0,'http://192.168.9.29/Development/TB/?post_type=team&#038;p=141',0,'team','',0),(142,1,'2011-07-14 21:58:49','2011-07-14 21:58:49','Nulla facilisi. Aenean nec eros. Vestibulum ante ipsum primis in faucibu. Suspendisse congue <strong>1986</strong> viverra nunc sed ultrices. Aliquam erat volutpat. Sed feugiat semper elit nec euismod. Cras pretium ultricies adipiscing. Etiam id dolor ligula. Sed feugiat pretium scelerisque. Vestibulum porta nisi in purus egestas vehicula. Mauris ligula dolor, facilisis vel varius sit amet, fringilla at augue. Duis rutrum <strong>1994</strong> elementum sem a venenatis. Aenean justo neque, auctor eu semper eget, sollicitudin in diam. Mauris mattis porta quam, id placerat tortor venenatis ac. In in tincidunt leo.\r\n\r\nIn 1998 morbi ullamcorper ullamcorper turpis at ornare. Maecenas quam erat, tempus et pulvinar accumsan, molestie vitae nisi. Vivamus dui sem, ultricies eget vehicula sed, gravida sed augue.\r\n\r\nIn <strong>2001</strong> pellentesque habitant morbi tristique \"SEO\" et malesuada fames ac turpis egestas. Donec eget turpis non nunc dignissim viverra. Nulla tincidunt purus in mi pellentesque sit amet condimentum lectus gravida. Fusce non tellus nibh. Donec nec ipsum leo, nec pretium dolor. Aliquam pellentesque fermentum nunc, eu vestibulum felis vulputate ac. Sed quis lacus tortor. Integer hendrerit ligula quis sem interdum vestibulum faucibus nulla tempor. Duis at erat dui, id <strong>2010</strong> fringilla dui. Suspendisse potenti. Mauris in laoreet urna.\r\n\r\nSam Kromstain is on <a href=\"#\">Twitter</a>, <a href=\"#\">Facebook</a> and <a href=\"#\">LinkedIn</a>','Sam Kromstain','','draft','closed','closed','','sam-kromstain','','','2015-09-08 21:05:32','2015-09-08 21:05:32','',0,'http://192.168.9.29/Development/TB/?post_type=team&#038;p=142',0,'team','',0),(143,1,'2011-07-14 22:00:31','2011-07-14 22:00:31','Nulla facilisi. Aenean nec eros. Vestibulum ante ipsum primis in faucibu. Suspendisse congue <strong>1986</strong> viverra nunc sed ultrices. Aliquam erat volutpat. Sed feugiat semper elit nec euismod. Cras pretium ultricies adipiscing. Etiam id dolor ligula. Sed feugiat pretium scelerisque. Vestibulum porta nisi in purus egestas vehicula. Mauris ligula dolor, facilisis vel varius sit amet, fringilla at augue. Duis rutrum <strong>1994</strong> elementum sem a venenatis. Aenean justo neque, auctor eu semper eget, sollicitudin in diam. Mauris mattis porta quam, id placerat tortor venenatis ac. In in tincidunt leo.\r\n\r\nIn 1998 morbi ullamcorper ullamcorper turpis at ornare. Maecenas quam erat, tempus et pulvinar accumsan, molestie vitae nisi. Vivamus dui sem, ultricies eget vehicula sed, gravida sed augue.\r\n\r\nIn <strong>2001</strong> pellentesque habitant morbi tristique \"SEO\" et malesuada fames ac turpis egestas. Donec eget turpis non nunc dignissim viverra. Nulla tincidunt purus in mi pellentesque sit amet condimentum lectus gravida. Fusce non tellus nibh. Donec nec ipsum leo, nec pretium dolor. Aliquam pellentesque fermentum nunc, eu vestibulum felis vulputate ac. Sed quis lacus tortor. Integer hendrerit ligula quis sem interdum vestibulum faucibus nulla tempor. Duis at erat dui, id <strong>2010</strong> fringilla dui. Suspendisse potenti. Mauris in laoreet urna.\r\n\r\nJessica Priston is on <a href=\"#\">Twitter</a>, <a href=\"#\">Facebook</a> and <a href=\"#\">LinkedIn</a>','Jessica Priston','','draft','closed','closed','','jessica-priston','','','2015-09-08 21:06:00','2015-09-08 21:06:00','',0,'http://192.168.9.29/Development/TB/?post_type=team&#038;p=143',0,'team','',0),(169,1,'2011-08-30 11:28:22','2011-08-30 11:28:22','[row]\r\n[span12]\r\n\r\nMorbi pretium pretium adipiscing. Phasellus nisl arcu, faucibus ornare commodo a, molestie a nibh. Mauris rutrum quam id dolor tempus pretium. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed gravida adipiscing scelerisque. Sed mollis, nisl volutpat interdum iaculis, diam libero hendrerit tellus, et dictum leo tortor nec nisi. In eu lacinia risus. Cras dolor mi, placerat in malesuada eget, luctus sit amet sem. Etiam fringilla urna sit amet sapien suscipit cursus. Nulla tristique pretium sapien in ornare. Ut urna arcu, cursus a venenatis a, accumsan at elit.\r\n\r\nAenean lacinia, nulla nec faucibus egestas, libero arcu iaculis massa, et ullamcorper nisi enim ac erat. Phasellus quis magna id magna imperdiet dapibus. Morbi pulvinar dignissim tristique. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nunc fermentum sagittis tortor at placerat. Integer mollis adipiscing orci, id molestie elit aliquam at. Sed tincidunt mi eget tortor sodales non aliquet magna fermentum. Phasellus cursus orci eu tellus auctor blandit. Suspendisse potenti.\r\n\r\nDuis volutpat pulvinar urna ac mollis. Nulla dapibus, lacus vel malesuada ullamcorper, leo mauris lobortis velit, eget tristique dolor ipsum id nulla. Aliquam consequat turpis sed justo varius nec pellentesque nunc pretium. Morbi hendrerit dignissim ligula id molestie. Donec elementum turpis sit amet sapien convallis eget lobortis lectus porttitor. Mauris vel purus eget libero pretium aliquet. Fusce at nunc a metus venenatis tristique. Maecenas eget metus et nulla malesuada blandit eu at purus. Curabitur pharetra, neque a vestibulum pharetra, tortor leo porttitor nisl, vitae bibendum elit ligula eget felis. Cras eu lorem justo, eget lobortis mi. Aliquam sem lacus, consectetur a adipiscing quis, tincidunt in libero. Curabitur volutpat dictum nunc, et sodales lacus malesuada quis.\r\n\r\nPraesent lacinia congue velit vitae mollis. Phasellus porta viverra volutpat. Vestibulum turpis lacus, volutpat quis adipiscing sit amet, aliquet ac dui. Quisque mauris nulla, condimentum sit amet vestibulum nec, ornare quis massa. Curabitur dignissim adipiscing nunc eget consequat. Aliquam a sapien enim, ut tristique nulla. Nam iaculis erat quis purus tincidunt dapibus. Aliquam vitae ante ut dolor pretium rutrum eu at sapien. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce malesuada massa urna, ac feugiat tellus. Vivamus eget aliquam odio.\r\n\r\nPellentesque aliquet libero eu arcu iaculis ut consequat sapien euismod. Nam eget ligula ut felis vulputate bibendum ac fringilla ligula. Sed in dui mi, consequat facilisis magna. In hac habitasse platea dictumst. Donec tristique faucibus suscipit. Maecenas semper condimentum quam sed rhoncus. Pellentesque quis sem eget orci tincidunt iaculis. Phasellus ornare, odio a rhoncus bibendum, nunc enim congue eros, vel gravida mauris leo eu metus.\r\n\r\nVestibulum sit amet feugiat metus. Aliquam egestas, urna at mattis convallis, metus erat malesuada libero, non tincidunt urna est sed tortor. Donec tristique eros non magna gravida vitae adipiscing arcu rhoncus. Etiam a consectetur nisi. Quisque et ante nibh. Curabitur bibendum, justo at eleifend euismod, turpis urna vestibulum arcu, non sagittis erat massa at arcu. Maecenas eget nunc eu risus elementum lobortis eu at metus. Sed id mauris vel lacus pretium vestibulum. Nam lacinia rutrum quam, tristique condimentum lacus ultrices nec.\r\n\r\nSuspendisse potenti. Phasellus et imperdiet mauris. Sed in enim eget erat rutrum tristique. Curabitur sollicitudin interdum dui quis fermentum. Maecenas consectetur pharetra tristique. Mauris ipsum quam, faucibus ut dictum luctus, eleifend vel ante. Vivamus pulvinar metus id mi malesuada sed dictum odio eleifend. Ut nibh nibh, iaculis sed dignissim vitae, euismod quis ante. Quisque scelerisque, velit id pellentesque elementum, ante leo volutpat risus, id molestie velit est eu lectus.\r\n\r\nE-mail: <a href=\"mailto:info@demolink.org\">info@demolink.org</a>\r\n\r\n[/span12]\r\n[/row]','Privacy Policy','','publish','open','open','','privacy-policy','','','2013-09-16 09:05:15','2013-09-16 09:05:15','',0,'http://192.168.9.29/Development/TB/?page_id=169',10,'page','',0),(203,1,'2011-09-14 09:45:02','2011-09-14 09:45:02','\n\n<h1><span style=\"color: #ff0000;\"> </span>[row]</h1>\n&nbsp;\n<h2><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">Click here for our employment application.</a></span></h2>\n<h2><span style=\"color: #00ff00;\"><a style=\"color: #00ff00;\" href=\"https://visitor.r20.constantcontact.com/manage/optin?v=001R5ZVVsTX-LBC2uf-EiljG5pZzN396tuuFTWDkQXVrwXBSjY8_oF_W7M4EnGL8TYJL3Je0cZqKAWQDyABiwUV_v4qcIT1wjPj-57B09oNQ0PAtPiMZhmjiyCTHLx62bD9Ur0VfqBhvyABKpPQnenDip6OG1Rh-vuFXYPvBUXvIHoSOnQjHYsBhUMkkoYI5SzUmbk-qpiIJpZOVElbxhvt2GG4j6QLrZnXeL2qWaZc0io2L_9aQJ8miSss5A4K2EdbUbQmR7PcVq0%3D\">Click here to join the recreation newsletter! </a></span></h2>\n[row]\n<h2></h2>\n[ezcol_1quarter]<a href=\"http://macrec.com/fitness/schedule/\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=http://macrec.com/wp-content/uploads/2019/01/February-19-Schedule-color.pdf]Click Here[/su_button][/ezcol_1quarter]\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf\"]Click Here[/su_button]\n\n[/ezcol_1quarter][ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\n[ezcol_1quarter]\n\n[su_spacer size=\"50\"]\n[table id=3 /]\n\n','Home','','publish','open','closed','','home','','','2019-01-31 22:49:17','2019-01-31 22:49:17','',0,'http://192.168.9.29/Development/TB/?page_id=203',0,'page','',0),(208,1,'2012-08-09 15:19:31','2012-08-09 15:19:31','<div class=\"row-fluid\">\r\n<p class=\"span4 field\">[text* your-name watermark \"Name:\"] </p>\r\n<p class=\"span4 field\">[email* your-email watermark \"E-mail:\"] </p>\r\n<p class=\"span4 field\">[text your-phone watermark \"Phone:\"] </p>\r\n</div>\r\n<p class=\"field\">[textarea your-message watermark \"Message:\"] </p>\r\n<p class=\"submit-wrap\"><input type=\"reset\" value=\"clear\" class=\"btn btn-primary\" />[submit class:btn class:btn-primary \"send\"]</p>\n\n[your-name] <[your-email]>\n[your-message]\nadmin@demolink.org\n[your-phone]\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact administrator by other way.\nFailed to send your message. Please try later or contact administrator by other way.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour entered code is incorrect.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour answer is not correct.\nFailed to send your message. Please try later or contact the administrator by another method.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nURL seems invalid.\nTelephone number seems invalid.','Cherry contact form','','publish','closed','open','','contact-form-1-2','','','2013-07-04 12:35:57','2013-07-04 12:35:57','',0,'http://192.168.9.29/Development/TB/wpcf7_contact_form/contact-form-1/',0,'wpcf7_contact_form','',0),(220,1,'2012-01-18 17:03:20','2012-01-18 17:03:20','','Testimonials','','publish','open','closed','','testi','','','2013-04-11 12:44:03','2013-04-11 12:44:03','',1797,'http://192.168.9.29/Development/TB/?page_id=220',0,'page','',0),(303,1,'2012-05-18 14:01:33','2012-05-18 14:01:33','Nulla facilisi. Aenean nec eros. Vestibulum ante ipsum primis in faucibu. Suspendisse congue <strong>1986</strong> viverra nunc sed ultrices. Aliquam erat volutpat. Sed feugiat semper elit nec euismod. Cras pretium ultricies adipiscing. Etiam id dolor ligula. Sed feugiat pretium scelerisque. Vestibulum porta nisi in purus egestas vehicula. Mauris ligula dolor, facilisis vel varius sit amet, fringilla at augue. Duis rutrum <strong>1994</strong> elementum sem a venenatis. Aenean justo neque, auctor eu semper eget, sollicitudin in diam. Mauris mattis porta quam, id placerat tortor venenatis ac. In in tincidunt leo.\r\n\r\nIn 1998 morbi ullamcorper ullamcorper turpis at ornare. Maecenas quam erat, tempus et pulvinar accumsan, molestie vitae nisi. Vivamus dui sem, ultricies eget vehicula sed, gravida sed augue.\r\n\r\nIn <strong>2001</strong> pellentesque habitant morbi tristique \"SEO\" et malesuada fames ac turpis egestas. Donec eget turpis non nunc dignissim viverra. Nulla tincidunt purus in mi pellentesque sit amet condimentum lectus gravida. Fusce non tellus nibh. Donec nec ipsum leo, nec pretium dolor. Aliquam pellentesque fermentum nunc, eu vestibulum felis vulputate ac. Sed quis lacus tortor. Integer hendrerit ligula quis sem interdum vestibulum faucibus nulla tempor. Duis at erat dui, id <strong>2010</strong> fringilla dui. Suspendisse potenti. Mauris in laoreet urna.\r\n\r\nPatrick Pool is on <a href=\"#\">Twitter</a>, <a href=\"#\">Facebook</a> and <a href=\"#\">LinkedIn</a>','Patrick Pool','','draft','closed','closed','','patrick-pool','','','2015-09-09 18:55:26','2015-09-09 18:55:26','',0,'http://192.168.9.29/Development/TB/?post_type=team&#038;p=303',0,'team','',0),(331,1,'2012-05-22 08:44:48','2012-05-22 08:44:48','Aside post format.','Aside post','','publish','closed','open','','aside-post','','','2013-09-13 12:33:56','2013-09-13 12:33:56','',0,'http://192.168.9.29/Development/TB/?p=331',0,'post','',0),(353,1,'2012-05-22 09:47:36','2012-05-22 09:47:36','I am a link post format.','Link post format','','publish','closed','open','','link-post-format','','','2013-09-13 12:33:16','2013-09-13 12:33:16','',0,'http://192.168.9.29/Development/TB/?p=353',0,'post','',0),(357,1,'2012-05-22 11:20:46','2012-05-22 11:20:46','Donec dictum libero vel orci malesuada mattis. Suspendisse libero ante, varius ac laoreet vel, blandit eget lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed porta, arcu sit amet consequat fermentum, erat est ullamcorper tortor, sed eleifend urna dolor vitae sem.','Quote post format','','publish','open','open','','quote-post-format','','','2013-09-13 12:32:40','2013-09-13 12:32:40','',0,'http://192.168.9.29/Development/TB/?p=357',0,'post','',0),(362,1,'2012-05-22 11:37:49','2012-05-22 11:37:49','Donec dictum libero vel orci malesuada mattis. Suspendisse libero ante, varius ac laoreet vel, blandit eget lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed porta, arcu sit amet consequat fermentum, erat est ullamcorper tortor, sed eleifend urna dolor vitae sem.','Image format post','','publish','open','open','','image-format-post','','','2013-09-13 12:32:05','2013-09-13 12:32:05','',0,'http://192.168.9.29/Development/TB/?p=362',0,'post','',0),(368,1,'2012-05-22 11:50:57','2012-05-22 11:50:57','Aenean convallis aliquet lacus vitae tempus. Suspendisse accumsan nisl sit amet justo auctor id accumsan purus malesuada. Sed gravida, erat ut commodo commodo, metus ante facilisis ante, a vulputate tortor velit gravida tortor. Vivamus ante ante, fringilla vel hendrerit at, interdum id tortor.','Gallery post format','','publish','open','open','','gallery-post-format','','','2013-09-13 12:31:32','2013-09-13 12:31:32','',0,'http://192.168.9.29/Development/TB/?p=368',0,'post','',0),(394,1,'2012-05-22 14:29:29','2012-05-22 14:29:29','','Audio post format','','publish','open','open','','audio-post-format','','','2013-09-13 12:30:55','2013-09-13 12:30:55','',0,'http://192.168.9.29/Development/TB/?p=394',0,'post','',0),(413,1,'2012-05-23 08:42:07','2012-05-23 08:42:07','Nullam non lectus nec quam laoreet suscipit vel eget ligula. Aliquam condimentum venenatis luctus. Ut quis nibh nec tortor tempor faucibus sit amet ac metus. Nullam lacus nisi, lobortis et adipiscing eget, rutrum a eros. Duis a pharetra tortor. Nunc sollicitudin, turpis eget ultrices porttitor, mi est fermentum arcu, quis tristique quam leo a purus. Etiam bibendum lectus ac felis sollicitudin lobortis commodo ac ipsum. Fusce vitae augue dolor, ac accumsan diam.','Archives','','publish','closed','closed','','archives','','','2012-05-23 08:42:07','2012-05-23 08:42:07','',1797,'http://192.168.9.29/Development/TB/?page_id=413',1,'page','',0),(497,1,'2012-07-23 15:00:01','2012-07-23 15:00:01','<span id=\"edit-slug-buttons\"> </span>','Fitness Schedule','','publish','closed','closed','','image-format','','','2014-11-21 23:29:14','2014-11-21 23:29:14','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=497',0,'portfolio','',0),(498,1,'2012-07-23 14:00:44','2012-07-23 14:00:44','This format can be used to display images as a <em>slideshow</em>. To attach images to the post please use <strong>Upload Images</strong> button.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Slideshow Format','','publish','open','open','','slideshow-format','','','2013-09-13 12:41:24','2013-09-13 12:41:24','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=498',0,'portfolio','',0),(502,1,'2012-07-23 13:00:00','2012-07-23 13:00:00','This format can be used to display images as a <em>gallery</em>. To attach images to the post please use <strong>Upload Images</strong> button.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Gallery Format','','publish','open','closed','','gallery-format','','','2013-09-13 12:42:00','2013-09-13 12:42:00','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=502',0,'portfolio','',0),(512,1,'2012-07-23 12:00:15','2012-07-23 12:00:15','If your post contains video, please use this format. Select <strong>Video</strong> format in the appeared metabox and add the embed code from the video hosting you use (youtube, vimeo etc)\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Video Format','','publish','open','open','','video-format','','','2013-09-13 12:42:35','2013-09-13 12:42:35','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=512',0,'portfolio','',0),(513,1,'2012-07-23 10:00:56','2012-07-23 10:00:56','If your post contains audio, then you should use this post format. Select <strong>Audio</strong> in the appeared metabox and add link to your <em>mp3</em> file.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Audio Format','','publish','open','closed','','audio-format','','','2013-09-13 12:43:08','2013-09-13 12:43:08','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=513',0,'portfolio','',0),(514,1,'2012-06-24 16:43:49','2012-06-24 16:43:49','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Sed blandit massa vel','','publish','open','closed','','sed-blandit-massa-vel','','','2013-09-13 12:46:18','2013-09-13 12:46:18','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=514',0,'portfolio','',0),(515,1,'2012-06-24 16:44:28','2012-06-24 16:44:28','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Donec tellus leo','','publish','open','open','','donec-tellus-leo','','','2013-09-13 12:43:40','2013-09-13 12:43:40','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=515',0,'portfolio','',0),(516,1,'2012-06-24 16:45:23','2012-06-24 16:45:23','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Suspendisse arcu nisl','','publish','open','open','','suspendisse-arcu-nisl','','','2013-09-13 12:47:30','2013-09-13 12:47:30','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=516',0,'portfolio','',1),(517,1,'2012-06-24 16:46:58','2012-06-24 16:46:58','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Feugiat vitae leo','','publish','open','closed','','feugiat-vitae-leo','','','2013-09-13 12:44:13','2013-09-13 12:44:13','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=517',0,'portfolio','',0),(518,1,'2012-06-24 16:47:45','2012-06-24 16:47:45','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Malesuada fames ac','','publish','open','open','','malesuada-fames-ac','','','2013-09-13 12:45:46','2013-09-13 12:45:46','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=518',0,'portfolio','',0),(519,1,'2012-06-24 16:48:40','2012-06-24 16:48:40','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','In faucibus','','publish','open','closed','','in-faucibus','','','2013-09-13 12:44:45','2013-09-13 12:44:45','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=519',0,'portfolio','',0),(520,1,'2012-06-24 16:49:37','2012-06-24 16:49:37','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','In faucibus risus','','publish','open','open','','in-faucibus-risus','','','2013-09-13 12:45:17','2013-09-13 12:45:17','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=520',0,'portfolio','',0),(521,1,'2012-06-24 16:50:34','2012-06-24 16:50:34','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula.\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros.\r\n\r\nCras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus.','Sodales orci et','','publish','open','open','','sodales-orci-et','','','2013-09-13 12:46:53','2013-09-13 12:46:53','',0,'http://192.168.9.29/Development/TB/?post_type=portfolio&#038;p=521',0,'portfolio','',0),(537,1,'2012-08-30 07:44:08','0000-00-00 00:00:00','','Favicon','','draft','closed','closed','','of-favicon','','','2012-08-30 07:44:08','0000-00-00 00:00:00','',0,'http://192.168.9.29/Development/TB/?post_type=optionsframework&amp;p=537',0,'optionsframework','',0),(646,1,'2012-12-13 08:54:11','2012-12-13 08:54:11','','YouTube Video','','publish','open','open','','youtube-video','','','2013-09-13 12:29:47','2013-09-13 12:29:47','',0,'http://192.168.9.29/Development/TB/?p=335',0,'post','',0),(1278,1,'2012-10-23 09:25:54','2012-10-23 09:25:54','','Projects 2','','publish','open','closed','','projects-2','','','2013-09-12 12:11:17','2013-09-12 12:11:17','',9,'http://192.168.9.29/Development/TB/?page_id=1278',5,'page','',0),(1280,1,'2012-10-23 09:26:11','2012-10-23 09:26:11','','Projects 3','','publish','open','closed','','projects-3','','','2013-09-12 12:11:44','2013-09-12 12:11:44','',9,'http://192.168.9.29/Development/TB/?page_id=1280',6,'page','',0),(1282,1,'2012-10-23 09:26:34','2012-10-23 09:26:34','','Projects 4','','publish','open','closed','','projects-4','','','2013-09-12 12:12:12','2013-09-12 12:12:12','',9,'http://192.168.9.29/Development/TB/?page_id=1282',7,'page','',0),(1791,1,'2012-12-12 09:01:49','2012-12-12 09:01:49','','Video post type','','publish','open','open','','video-post-type','','','2013-09-13 12:30:22','2013-09-13 12:30:22','',0,'http://192.168.9.29/Development/TB/?p=1791',0,'post','',3),(1792,1,'2012-12-13 09:01:19','2012-12-13 09:01:19','','sound1','','inherit','open','open','','sound1','','','2012-12-13 09:01:19','2012-12-13 09:01:19','',0,'http://www.x2media.us/macrec/wp-content/uploads/2012/12/sound1.mp3',0,'attachment','audio/mpeg',0),(1793,1,'2012-12-13 09:01:20','2012-12-13 09:01:20','','sound2','','inherit','open','open','','sound2','','','2012-12-13 09:01:20','2012-12-13 09:01:20','',0,'http://www.x2media.us/macrec/wp-content/uploads/2012/12/sound2.mp3',0,'attachment','audio/mpeg',0),(1794,1,'2012-12-13 09:01:21','2012-12-13 09:01:21','','video1','','inherit','open','open','','video1','','','2012-12-13 09:01:21','2012-12-13 09:01:21','',0,'http://www.x2media.us/macrec/wp-content/uploads/2012/12/video1.m4v',0,'attachment','video/mp4',0),(1795,1,'2012-12-13 09:01:22','2012-12-13 09:01:22','','video2','','inherit','open','open','','video2','','','2012-12-13 09:01:22','2012-12-13 09:01:22','',0,'http://www.x2media.us/macrec/wp-content/uploads/2012/12/video2.ogv',0,'attachment','video/ogg',0),(1796,1,'2012-12-13 09:01:23','2012-12-13 09:01:23','','video3','','inherit','open','open','','video3','','','2012-12-13 09:01:23','2012-12-13 09:01:23','',0,'http://www.x2media.us/macrec/wp-content/uploads/2012/12/video3.flv',0,'attachment','video/x-flv',0),(1797,1,'2011-07-14 19:45:29','2011-07-14 19:45:29','\n\n[row][span4]\n<h2>What does MacRec offer you?</h2>\n[dropcap]1.[/dropcap]\n<h6>Amenities</h6>\nThe City of Macedonia Family Recreation Center is a 55,000 sq. ft. community and fitness center located in Macedonia, Ohio. In addition to providing a wide variety of recreational and educational programming for all ages, we offer the following features for your enjoyment:\n<div id=\"content\">\n<ul>\n 	<li>Lap Pool, Activity Pool, Steam, Sauna, Whirlpool</li>\n 	<li>Indoor Track, Cardio and Resistance Equipment</li>\n 	<li>Fully Equipped Weight Room</li>\n 	<li>Learn to Swim Classes for all ages and abilities</li>\n 	<li>Land and Aquatic Fitness Classes</li>\n 	<li>Fitness Classes geared for Older Adults, including the SilverSneakers® Program</li>\n 	<li>Tot Room Babysitting</li>\n 	<li>Youth Programming &amp; Sports</li>\n 	<li>Summer Day Camp</li>\n 	<li>Special Events</li>\n 	<li>Rental Opportunities</li>\n 	<li>Birthday Parties</li>\n 	<li>FREE WIFI!</li>\n 	<li>Much More!</li>\n</ul>\n<strong>\nStop in and ask for a free tour!  We look forward to serving you!</strong>\n\n</div>\n[clear][dropcap]2.[/dropcap]\n<div class=\"none\">\n<h6>Employment Opportunities</h6>\n</div>\n<div id=\"content\">\n<h4>Join the MacRec team!</h4>\n&nbsp;\n\nPlease download the <a href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">EMPLOYMENT APPLICATION</a>, complete, and return to the front desk at the rec center.\nNOTE:  Employment applications are accepted year-round for current and future positions.\n\n</div>\n<div></div>\n<div><strong>• Daytime Lifeguards</strong>\n<strong> • WSI Instructors</strong>\n<strong> • Front Desk</strong></div>\n<div></div>\n[clear][dropcap]3.[/dropcap]\n<h6>Registration Guidelines</h6>\nAll registration is done at the Macedonia Family Recreation Center. Priority is given to members first. Register promptly to ensure your position in the program and to prevent possible cancellation due to low enrollment. We reserve the right to cancel classes due to insufficient enrollment prior to the start of the class. We accept registrations until the class is full or as noted:\n<h4>Swim Lessons</h4>\nBecause of the progressive nature of swim lessons no registration will be accepted after the second class begins.\n<h4>Fitness Classes (Land &amp; Water)</h4>\nRegistration is accepted throughout the entire session. No prorated fees available. Drop ins welcome for some classes; see course description for details.\n<h4>Youth Sports Organizations</h4>\nRegistration dates are published as available for these programs.\n<h4>Drop In Fee Guidelines</h4>\nA drop in fee is available for some programs (see program description for drop in availability and pricing). When classes are full, dropping in will not be possible. All classes require a minimum number of pre-registered participants to operate. If minimum enrollment is not met, classes will be cancelled. The best way to ensure a spot in a class is to pre-register. All drop in registrations must be done in person at the front desk before entering the class.\n<h4>Waiting Lists</h4>\nWaiting lists are available for popular programs. If a class is full please leave your name and phone number for the waiting list.\n<h4>Fee Information</h4>\nFees must be paid at the time of registration. Only receipt of payment reserves registration. Members of the Macedonia Family Recreation Center will receive a discount on classes that take place at the Recreation Center. Classes have limited enrollment. Fees for programs may be paid by cash, check, Visa or MasterCard.\n<strong>Checks may be made payable to: City of Macedonia</strong>\n<h4>Refund Policy</h4>\nActivity, program, or class refund or credit: Participant will receive a full refund or credit if the Parks &amp; Recreation Department cancels an activity. Participant cancels 5 business days prior to first day of activity, a full refund or credit will be issued minus an $5.00 administration fee. If participant cancels less than 5 business days prior to first day of activity, participant will receive prorated refund or credit minus $5.00 an administration fee from date of notification.\n<h4>Special Refund</h4>\nRefund for bus trips will be issued if spot can be filled. If expenditure has been made on behalf of a participant, that amount will be deducted from the total refund. Any refund of $5 or less will be credited to an account at the Rec. Center. Department supervisors reserve the right to adjust the policy and request documentation, depending upon the circumstances and the severity of the situation. Department supervisors reserve the right not to grant all refund requests. Participants should recognize and understand that activities of a physical nature involve some level or risk, and by registering for the class/program/activity the participant (or participant’s guardian) has assumed responsibility for that risk.\nMemberships and daily passes are non-refundable or non-transferable.\n<h4>Returned Check Policy</h4>\nA returned check from the bank will be charged a $13.00 fee.\n\n[clear][dropcap]4.[/dropcap]\n<h6>Facility Policies</h6>\nDownload the Facilities Policy Document:[su_button url=\"http://macrec.com/wp-content/uploads/2011/07/facility_policies-1.pdf\" radius=\"round\"]Download pdf[/su_button][clear][spacer]\n<h2>Facility Rental Info</h2>\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\n\n[table id=2 /]\n\n* The entire natatorium can only be rented outside of the regular hours of operation.\n<h4>Class 1</h4>\nCity of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\n<h4>Class 2</h4>\nMacedonia based, Non profit, tax exempt corporations as established by the IRS (examples: civic organizations, churches, fraternal bodies) not charging admissions.\n<h4>Class 3</h4>\nAny organization, institution, agency, group or individual not included in Class 1 – 2; or anyone in Class 2 charging admission.\n<h4>Rental Policies and Fees</h4>\n<strong>1.</strong>  The application for use of areas within the Macedonia Family Recreation Center shall be in writing and submitted to the Macedonia Family Recreation Center Staff. All areas of the application must be filled out completely and must be signed by a responsible representative of the requesting organization or party.\n<strong>2.</strong>  Rental requests will be accepted on a quarterly basis to correspond with program registration dates. Requests must be received a minimum of 2 weeks in advance.\n<strong>3.</strong>  Your rental fee payment and completed Rental Agreement must be received prior to approval and confirmation.\n<strong>4.</strong>  When events are scheduled outside of the normal business day, a fee of $25.00 per hour will be assessed. A minimum of two hours will be charged.\n<strong>5.</strong>  SECURITY DEPOSIT – A $50.00 Security Deposit is required for all rentals. The Security Deposit will be refunded (a check to be mailed from the City of Macedonia within 4 weeks) unless:\n\n<strong>a.</strong>  You cancel the rental with less than 2 weeks notice.\n<strong>b.</strong>  The facility is left dirty.\n<strong>c.</strong>  Any damage has occurred to City property as a result of your rental\n<strong>d.</strong>  You or your party violates the terms of the Rental Agreement.\n\n<strong>6.</strong>  Macedonia Family Recreation Center lifeguards will supervise all activities in the natatorium. Please have an accurate estimate of attendance at the time of the rental so we may plan accordingly. The rental fee includes up to 25 people. There will be an additional fee of $35.00 per hour for each additional 25 persons, or portion there of, in attendance.\n<strong>7.</strong>  Any time the Colorado Timing system is in use, Macedonia Family Recreation Center staff will set-up, run and remove the system. The fee is an additional $25.00 per hour.\n<h2>Special Services</h2>\nTot Room\n<figure class=\"featured-thumbnail\"><img src=\"http://macrec.com/wp-content/uploads/2013/09/Tot-Room-120x120.jpg\" alt=\"Tot Room\" /></figure>\n<div class=\"team-content post-content\">\n\n<strong>Open to ages 1½ to 8 years old.</strong>\n\nThe Tot Room will be available for babysitting services for anyone using the facility. Enrollment in to room is complementary for members. Non-Members pay $2.00 per hour per child. Utilization for the tot room shall not exceed two hours per visit per day.\n\nHours\nMonday-Saturday Mornings 9:00am-1:00pm\nMonday-Thursday Evenings 5:00pm-8:00pm\n<ul>\n 	<li>Parents must remain in the center during the child’s visit to the Tot Room.</li>\n 	<li>A maximum number of 8 children will be accepted in the Tot Room at any given time.</li>\n 	<li>The Tot Room staff will not be able to feed, diaper or supply medicine to the children.</li>\n 	<li>No sick children will be accepted.</li>\n 	<li>We require that the same guardian that signs the child into the Tot Room is the same guardian that picks the child up, unless prior arrangements are made with Tot Room Staff.</li>\n 	<li>All belongings should be labeled.</li>\n 	<li>Please do not send your child with food or beverages.</li>\n</ul>\nA current Tot Room Medical Information Form must be on file.\n\n</div>\n<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" sizes=\"(max-width: 330px) 100vw, 330px\" srcset=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg 300w, http://macrec.com/wp-content/uploads/2013/09/20151014_120353-1024x576.jpg 1024w\" alt=\"\" width=\"330\" height=\"186\" /></a>\n\nBirthday Party\n\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\n\nPricing: $150/Member     $175/Resident     $200/Non-Resident','About','','publish','open','open','','about','','','2018-10-03 19:07:56','2018-10-03 19:07:56','',0,'http://192.168.9.29/Development/TB/?page_id=5',1,'page','',0),(1803,1,'2012-12-13 09:24:00','2012-12-13 09:24:00','','Vimeo Video','','publish','open','open','','vimeo-video','','','2013-09-13 12:29:14','2013-09-13 12:29:14','',0,'http://192.168.9.29/Development/TB/?p=1803',0,'post','',0),(1816,1,'2013-02-21 07:45:31','2013-02-21 07:45:31',' ','','','publish','open','closed','','1816','','','2016-04-27 19:28:49','2016-04-27 19:28:49','',0,'http://www.x2media.us/macrec/?p=1816',1,'nav_menu_item','',0),(1818,1,'2013-02-21 07:45:34','2013-02-21 07:45:34',' ','','','publish','open','closed','','1818','','','2016-04-27 19:28:49','2016-04-27 19:28:49','',0,'http://www.x2media.us/macrec/?p=1818',3,'nav_menu_item','',0),(1821,1,'2013-02-21 07:45:39','2013-02-21 07:45:39',' ','','','publish','open','closed','','1821','','','2016-04-27 19:28:49','2016-04-27 19:28:49','',0,'http://www.x2media.us/macrec/?p=1821',2,'nav_menu_item','',0),(1873,1,'2013-07-04 12:38:56','2013-07-04 12:38:56','','Category 1','','publish','open','open','','category-1','','','2013-07-04 12:38:56','2013-07-04 12:38:56','',1280,'http://www.x2media.us/macrec/?page_id=1873',0,'page','',0),(1875,1,'2013-07-04 12:39:31','2013-07-04 12:39:31','','Category 2','','publish','open','closed','','category-2','','','2013-07-04 12:40:51','2013-07-04 12:40:51','',1280,'http://www.x2media.us/macrec/?page_id=1875',0,'page','',0),(1877,1,'2013-07-04 12:40:02','2013-07-04 12:40:02','','Category 3','','publish','open','open','','category-3','','','2013-07-04 12:40:27','2013-07-04 12:40:27','',1280,'http://www.x2media.us/macrec/?page_id=1877',0,'page','',0),(1890,1,'2013-09-13 06:12:12','2013-09-13 06:12:12','','ABOUT US','','publish','open','open','','about-us','','','2013-09-13 06:12:12','2013-09-13 06:12:12','',0,'http://www.x2media.us/macrec/?p=1890',1,'nav_menu_item','',0),(1891,1,'2013-09-13 06:12:12','2013-09-13 06:12:12','','CLIENTS','','publish','open','open','','clients','','','2013-09-13 06:12:12','2013-09-13 06:12:12','',0,'http://www.x2media.us/macrec/?p=1891',2,'nav_menu_item','',0),(1892,1,'2013-09-13 06:12:12','2013-09-13 06:12:12','','PRESENTATION','','publish','open','open','','presentation','','','2013-09-13 06:12:12','2013-09-13 06:12:12','',0,'http://www.x2media.us/macrec/?p=1892',3,'nav_menu_item','',0),(1893,1,'2013-09-13 06:12:13','2013-09-13 06:12:13','','support','','publish','open','open','','support','','','2013-09-13 06:12:13','2013-09-13 06:12:13','',0,'http://www.x2media.us/macrec/?p=1893',4,'nav_menu_item','',0),(1894,1,'2013-09-13 06:12:13','2013-09-13 06:12:13','','Schedule','','publish','open','open','','schedule','','','2013-09-13 06:12:13','2013-09-13 06:12:13','',0,'http://www.x2media.us/macrec/?p=1894',5,'nav_menu_item','',0),(1895,1,'2013-09-13 06:13:10','2013-09-13 06:13:10','','What We Do','','publish','open','open','','what-we-do','','','2013-09-13 06:13:10','2013-09-13 06:13:10','',0,'http://www.x2media.us/macrec/?p=1895',1,'nav_menu_item','',0),(1896,1,'2013-09-13 06:13:10','2013-09-13 06:13:10','','news','','publish','open','open','','news','','','2013-09-13 06:13:10','2013-09-13 06:13:10','',0,'http://www.x2media.us/macrec/?p=1896',2,'nav_menu_item','',0),(1897,1,'2013-09-13 06:13:10','2013-09-13 06:13:10','','it solutions','','publish','open','open','','it-solutions','','','2013-09-13 06:13:10','2013-09-13 06:13:10','',0,'http://www.x2media.us/macrec/?p=1897',3,'nav_menu_item','',0),(1898,1,'2013-09-13 06:13:57','2013-09-13 06:13:57','','FORUMS','','publish','open','open','','forums','','','2013-09-13 06:13:57','2013-09-13 06:13:57','',0,'http://www.x2media.us/macrec/?p=1898',1,'nav_menu_item','',0),(1899,1,'2013-09-13 06:13:57','2013-09-13 06:13:57','','PROMOTIONS','','publish','open','open','','promotions','','','2013-09-13 06:13:57','2013-09-13 06:13:57','',0,'http://www.x2media.us/macrec/?p=1899',2,'nav_menu_item','',0),(1900,1,'2013-09-13 06:13:57','2013-09-13 06:13:57','','SIGN IN','','publish','open','open','','sign-in','','','2013-09-13 06:13:57','2013-09-13 06:13:57','',0,'http://www.x2media.us/macrec/?p=1900',3,'nav_menu_item','',0),(1901,1,'2013-09-13 06:13:57','2013-09-13 06:13:57','','News','','publish','open','open','','news-2','','','2013-09-13 06:13:57','2013-09-13 06:13:57','',0,'http://www.x2media.us/macrec/?p=1901',4,'nav_menu_item','',0),(1902,1,'2013-09-13 08:04:49','0000-00-00 00:00:00','','F Logo Url','','draft','closed','closed','','of-f_logo_url','','','2013-09-13 08:04:49','0000-00-00 00:00:00','',0,'http://www.x2media.us/macrec/?post_type=optionsframework&p=1902',0,'optionsframework','',0),(1903,1,'2013-09-13 08:34:15','2013-09-13 08:34:15','','Slide - 3','','publish','closed','closed','','slide-3','','','2016-12-19 20:36:50','2016-12-19 20:36:50','',0,'http://www.x2media.us/macrec/?post_type=slider&#038;p=1903',0,'slider','',0),(1904,1,'2013-09-13 08:34:06','2013-09-13 08:34:06','','slide_3','','inherit','open','open','','slide_3','','','2013-09-13 08:34:06','2013-09-13 08:34:06','',1903,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/slide_3.jpg',0,'attachment','image/jpeg',0),(1905,1,'2013-09-13 08:34:40','2013-09-13 08:34:40','','Slide - 2','','publish','closed','closed','','slide-2','','','2016-12-19 20:36:28','2016-12-19 20:36:28','',0,'http://www.x2media.us/macrec/?post_type=slider&#038;p=1905',0,'slider','',0),(1906,1,'2013-09-13 08:34:35','2013-09-13 08:34:35','','slide_2','','inherit','open','open','','slide_2','','','2013-09-13 08:34:35','2013-09-13 08:34:35','',1905,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/slide_2.jpg',0,'attachment','image/jpeg',0),(1907,1,'2013-09-13 08:35:05','2013-09-13 08:35:05','','Slide - 1','','publish','closed','closed','','slide-1','','','2016-12-19 20:37:05','2016-12-19 20:37:05','',0,'http://www.x2media.us/macrec/?post_type=slider&#038;p=1907',0,'slider','',0),(1908,1,'2013-09-13 08:34:59','2013-09-13 08:34:59','','slide_1','','inherit','open','open','','slide_1','','','2013-09-13 08:34:59','2013-09-13 08:34:59','',1907,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/slide_1.jpg',0,'attachment','image/jpeg',0),(1920,1,'2013-09-13 12:07:55','2013-09-13 12:07:55','','img_1','','inherit','open','open','','img_1','','','2013-09-13 12:07:55','2013-09-13 12:07:55','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_1.jpg',0,'attachment','image/jpeg',0),(1921,1,'2013-09-13 12:07:58','2013-09-13 12:07:58','','img_2','','inherit','open','open','','img_2','','','2013-09-13 12:07:58','2013-09-13 12:07:58','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_2.jpg',0,'attachment','image/jpeg',0),(1922,1,'2013-09-13 12:08:02','2013-09-13 12:08:02','','img_3','','inherit','open','open','','img_3','','','2013-09-13 12:08:02','2013-09-13 12:08:02','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_3.jpg',0,'attachment','image/jpeg',0),(1923,1,'2013-09-13 12:08:06','2013-09-13 12:08:06','','img_4','','inherit','open','open','','img_4','','','2013-09-13 12:08:06','2013-09-13 12:08:06','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_4.jpg',0,'attachment','image/jpeg',0),(1924,1,'2013-09-13 12:08:10','2013-09-13 12:08:10','','img_5','','inherit','open','open','','img_5','','','2013-09-13 12:08:10','2013-09-13 12:08:10','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_5.jpg',0,'attachment','image/jpeg',0),(1925,1,'2013-09-13 12:08:14','2013-09-13 12:08:14','','img_6','','inherit','open','open','','img_6','','','2013-09-13 12:08:14','2013-09-13 12:08:14','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_6.jpg',0,'attachment','image/jpeg',0),(1926,1,'2013-09-13 12:08:17','2013-09-13 12:08:17','','img_7','','inherit','open','open','','img_7','','','2013-09-13 12:08:17','2013-09-13 12:08:17','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_7.jpg',0,'attachment','image/jpeg',0),(1927,1,'2013-09-13 12:08:21','2013-09-13 12:08:21','','img_8','','inherit','open','open','','img_8','','','2013-09-13 12:08:21','2013-09-13 12:08:21','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_8.jpg',0,'attachment','image/jpeg',0),(1928,1,'2013-09-13 12:08:24','2013-09-13 12:08:24','','img_9','','inherit','open','open','','img_9','','','2013-09-13 12:08:24','2013-09-13 12:08:24','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_9.jpg',0,'attachment','image/jpeg',0),(1929,1,'2013-09-13 12:08:27','2013-09-13 12:08:27','','img_10','','inherit','open','open','','img_10','','','2013-09-13 12:08:27','2013-09-13 12:08:27','',502,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_10.jpg',0,'attachment','image/jpeg',0),(1930,1,'2013-09-13 12:08:32','2013-09-13 12:08:32','','img_11','','inherit','open','open','','img_11','','','2013-09-13 12:08:32','2013-09-13 12:08:32','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_11.jpg',0,'attachment','image/jpeg',0),(1931,1,'2013-09-13 12:08:36','2013-09-13 12:08:36','','img_12','','inherit','open','open','','img_12','','','2013-09-13 12:08:36','2013-09-13 12:08:36','',502,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_12.jpg',0,'attachment','image/jpeg',0),(1932,1,'2013-09-13 12:08:39','2013-09-13 12:08:39','','img_13','','inherit','open','open','','img_13','','','2013-09-13 12:08:39','2013-09-13 12:08:39','',502,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_13.jpg',0,'attachment','image/jpeg',0),(1933,1,'2013-09-13 12:08:43','2013-09-13 12:08:43','','img_14','','inherit','open','open','','img_14','','','2013-09-13 12:08:43','2013-09-13 12:08:43','',0,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_14.jpg',0,'attachment','image/jpeg',0),(1934,1,'2013-09-13 12:08:46','2013-09-13 12:08:46','','img_15','','inherit','open','open','','img_15','','','2013-09-13 12:08:46','2013-09-13 12:08:46','',502,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_15.jpg',0,'attachment','image/jpeg',0),(1935,1,'2013-09-13 12:08:49','2013-09-13 12:08:49','','img_16','','inherit','open','open','','img_16','','','2013-09-13 12:08:49','2013-09-13 12:08:49','',502,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_16.jpg',0,'attachment','image/jpeg',0),(1936,1,'2013-09-13 12:08:53','2013-09-13 12:08:53','','img_17','','inherit','open','open','','img_17','','','2013-09-13 12:08:53','2013-09-13 12:08:53','',498,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_17.jpg',0,'attachment','image/jpeg',0),(1937,1,'2013-09-13 12:08:57','2013-09-13 12:08:57','','img_18','','inherit','open','open','','img_18','','','2013-09-13 12:08:57','2013-09-13 12:08:57','',502,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_18.jpg',0,'attachment','image/jpeg',0),(1938,1,'2013-09-13 12:09:01','2013-09-13 12:09:01','','img_19','','inherit','open','open','','img_19','','','2013-09-13 12:09:01','2013-09-13 12:09:01','',498,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_19.jpg',0,'attachment','image/jpeg',0),(1939,1,'2013-09-13 12:09:04','2013-09-13 12:09:04','','img_20','','inherit','open','open','','img_20','','','2013-09-13 12:09:04','2013-09-13 12:09:04','',498,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/img_20.jpg',0,'attachment','image/jpeg',0),(1954,1,'2013-09-16 08:05:37','2013-09-16 08:05:37','','image','','inherit','open','open','','image','','','2013-09-16 08:05:37','2013-09-16 08:05:37','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/image.jpg',0,'attachment','image/jpeg',0),(1962,1,'2013-09-16 08:50:14','2013-09-16 08:50:14','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Client - 5','','publish','closed','closed','','client-5','','','2013-09-16 08:50:14','2013-09-16 08:50:14','',0,'http://www.x2media.us/macrec/?post_type=clients&#038;p=1962',0,'clients','',0),(1963,1,'2013-09-16 08:49:50','2013-09-16 08:49:50','','client_5','','inherit','open','open','','client_5','','','2013-09-16 08:49:50','2013-09-16 08:49:50','',1962,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/client_5.png',0,'attachment','image/png',0),(1964,1,'2013-09-16 08:51:03','2013-09-16 08:51:03','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Client - 4','','publish','closed','closed','','client-4','','','2013-09-16 08:51:03','2013-09-16 08:51:03','',0,'http://www.x2media.us/macrec/?post_type=clients&#038;p=1964',0,'clients','',0),(1965,1,'2013-09-16 08:50:38','2013-09-16 08:50:38','','client_4','','inherit','open','open','','client_4','','','2013-09-16 08:50:38','2013-09-16 08:50:38','',1964,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/client_4.png',0,'attachment','image/png',0),(1966,1,'2013-09-16 08:51:32','2013-09-16 08:51:32','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Client - 3','','publish','closed','closed','','client-3','','','2013-09-16 08:51:32','2013-09-16 08:51:32','',0,'http://www.x2media.us/macrec/?post_type=clients&#038;p=1966',0,'clients','',0),(1967,1,'2013-09-16 08:51:26','2013-09-16 08:51:26','','client_3','','inherit','open','open','','client_3','','','2013-09-16 08:51:26','2013-09-16 08:51:26','',1966,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/client_3.png',0,'attachment','image/png',0),(1968,1,'2013-09-16 08:52:03','2013-09-16 08:52:03','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Client - 2','','publish','closed','closed','','client-2','','','2013-09-16 08:52:03','2013-09-16 08:52:03','',0,'http://www.x2media.us/macrec/?post_type=clients&#038;p=1968',0,'clients','',0),(1969,1,'2013-09-16 08:51:57','2013-09-16 08:51:57','','client_2','','inherit','open','open','','client_2','','','2013-09-16 08:51:57','2013-09-16 08:51:57','',1968,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/client_2.png',0,'attachment','image/png',0),(1970,1,'2013-09-16 08:52:36','2013-09-16 08:52:36','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Client - 1','','publish','closed','closed','','client-1','','','2013-09-16 08:52:36','2013-09-16 08:52:36','',0,'http://www.x2media.us/macrec/?post_type=clients&#038;p=1970',0,'clients','',0),(1971,1,'2013-09-16 08:52:29','2013-09-16 08:52:29','','client_1','','inherit','open','open','','client_1','','','2013-09-16 08:52:29','2013-09-16 08:52:29','',1970,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/client_1.png',0,'attachment','image/png',0),(1982,1,'2013-09-16 11:21:49','2013-09-16 11:21:49','','banner','','inherit','open','open','','banner','','','2013-09-16 11:21:49','2013-09-16 11:21:49','',7,'http://www.x2media.us/macrec/wp-content/uploads/2011/07/banner.jpg',0,'attachment','image/jpeg',0),(1985,1,'2013-09-16 11:27:02','2013-09-16 11:27:02','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Printing & Mailing Services','','publish','closed','closed','','printing-mailing-services','','','2013-09-16 11:27:02','2013-09-16 11:27:02','',0,'http://www.x2media.us/macrec/?post_type=services&#038;p=1985',0,'services','',0),(1986,1,'2013-09-16 11:27:28','2013-09-16 11:27:28','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Experian List Provider','','publish','closed','closed','','experian-list-provider','','','2013-09-16 11:27:28','2013-09-16 11:27:28','',0,'http://www.x2media.us/macrec/?post_type=services&#038;p=1986',0,'services','',0),(1987,1,'2013-09-16 11:27:56','2013-09-16 11:27:56','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Web Site & Application Dev','','publish','closed','closed','','web-site-application-dev','','','2013-09-16 11:27:56','2013-09-16 11:27:56','',0,'http://www.x2media.us/macrec/?post_type=services&#038;p=1987',0,'services','',0),(1988,1,'2013-09-16 11:29:40','2013-09-16 11:29:40','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Management Services','','publish','closed','closed','','management-services','','','2013-09-16 11:29:40','2013-09-16 11:29:40','',0,'http://www.x2media.us/macrec/?post_type=services&#038;p=1988',0,'services','',0),(1989,1,'2013-09-16 11:30:19','2013-09-16 11:30:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed blandit massa vel mauris sollicitudin dignissim. Phasellus ultrices tellus eget ipsum ornare molestie scelerisque eros dignissim. Phasellus fringilla hendrerit lectus nec vehicula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In faucibus, risus eu volutpat pellentesque, massa felis feugiat velit, nec mattis felis elit a eros. Cras convallis sodales orci, et pretium sapien egestas quis. Donec tellus leo, scelerisque in facilisis a, laoreet vel quam. Suspendisse arcu nisl, tincidunt a vulputate ac, feugiat vitae leo. Integer hendrerit orci id metus venenatis in luctus tellus convallis. Mauris posuere, nisi vel vehicula pellentesque, libero lacus egestas ante, a bibendum mauris mi ut diam. Duis arcu odio, tincidunt eu dictum interdum, sagittis quis dui.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum egestas rutrum. Aenean a metus sit amet massa egestas vulputate sit amet a nisi. Sed nec enim erat. Sed laoreet imperdiet dui fermentum placerat. Donec purus mi, pellentesque et congue at, suscipit ac justo. Pellentesque et augue quis libero aliquam lacinia. Pellentesque a elit vitae nisl vulputate bibendum aliquet quis velit. Integer aliquet cursus erat, in pellentesque sapien tristique vitae. In tempus tincidunt leo id adipiscing. Sed eu sapien egestas arcu condimentum dapibus. Donec sit amet quam ut metus iaculis adipiscing eget quis eros.\r\n\r\nSed id dui dolor, eu consectetur dui. Etiam commodo convallis laoreet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus vel sem at sapien interdum pretium. Sed porttitor, odio in blandit ornare, arcu risus pulvinar ante, a gravida augue justo sagittis ante. Sed mattis consectetur metus quis rutrum. Phasellus ultrices nisi a orci dignissim nec rutrum turpis semper. Donec tempor libero ut nisl lacinia vel dignissim lacus tristique. Etiam accumsan velit in quam laoreet sollicitudin. Mauris euismod lacus ut magna placerat ac molestie augue consequat.','Day to Day Services','','publish','closed','closed','','day-to-day-services','','','2013-09-16 11:30:19','2013-09-16 11:30:19','',0,'http://www.x2media.us/macrec/?post_type=services&#038;p=1989',0,'services','',0),(1994,1,'2013-09-16 11:42:46','2013-09-16 11:42:46','','image_1','','inherit','open','open','','image_1','','','2013-09-16 11:42:46','2013-09-16 11:42:46','',1797,'http://www.x2media.us/macrec/wp-content/uploads/2011/07/image_1.jpg',0,'attachment','image/jpeg',0),(1999,1,'2013-09-16 11:52:12','2013-09-16 11:52:12','Have your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons! Party package pricing includes all adults and chaperones. Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. Reservations for Birthday Party Packages begin during the program registration week. Please see front desk for additional details. Refunds will not be issued for cancellations made within two weeks of the party date. All refunds are subject to administrative fees. Party dates available on: Fridays, Saturdays and Sundays only.\r\n<table style=\"height: 87px;\" width=\"640\">\r\n<tbody>\r\n<tr>\r\n<td width=\"134\"></td>\r\n<td width=\"102\">Member</td>\r\n<td width=\"164\">Macedonia Resident</td>\r\n<td width=\"109\">Non-Resident</td>\r\n</tr>\r\n<tr>\r\n<td width=\"134\">Up to 40</td>\r\n<td width=\"102\">$150</td>\r\n<td width=\"164\">$175</td>\r\n<td width=\"109\">$200</td>\r\n</tr>\r\n<tr>\r\n<td width=\"134\"></td>\r\n<td width=\"102\"></td>\r\n<td width=\"164\"></td>\r\n<td width=\"109\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Birthday Party Package','','publish','closed','closed','','birthday-party-package','','','2018-02-21 21:05:49','2018-02-21 21:05:49','',0,'http://www.x2media.us/macrec/?post_type=team&#038;p=1999',0,'team','',0),(2000,1,'2013-09-16 11:53:08','2013-09-16 11:53:08','<strong>Open to ages 1½ to 8 years old.</strong>\r\n\r\nThe Tot Room will be available for babysitting services for anyone using the facility. Enrollment in to room is complementary for members. Non-Members pay $2.00 per hour per child. Utilization for the tot room shall not exceed two hours per visit per day.\r\n\r\nHours\r\nMonday-Saturday Mornings 9:00am-1:00pm\r\nMonday-Thursday Evenings 5:00pm-8:00pm\r\n<ul>\r\n 	<li>Parents must remain in the center during the child’s visit to the Tot Room.</li>\r\n 	<li>A maximum number of 8 children will be accepted in the Tot Room at any given time.</li>\r\n 	<li>The Tot Room staff will not be able to feed, diaper or supply medicine to the children.</li>\r\n 	<li>No sick children will be accepted.</li>\r\n 	<li>We require that the same guardian that signs the child into the Tot Room is the same guardian that picks the child up, unless prior arrangements are made with Tot Room Staff.</li>\r\n 	<li>All belongings should be labeled.</li>\r\n 	<li>Please do not send your child with food or beverages.</li>\r\n</ul>\r\nA current Tot Room Medical Information Form must be on file.','Tot Room','','publish','closed','closed','','tot-room','','','2017-12-13 15:32:30','2017-12-13 15:32:30','',0,'http://www.x2media.us/macrec/?post_type=team&#038;p=2000',0,'team','',0),(2011,1,'2014-11-04 20:15:31','2014-11-04 20:15:31','','logo_top4b','','inherit','open','open','','logo_top4b','','','2014-11-04 20:15:31','2014-11-04 20:15:31','',42,'http://www.x2media.us/macrec/wp-content/uploads/2011/07/logo_top4b.png',0,'attachment','image/png',0),(2012,1,'2014-11-04 20:16:53','2014-11-04 20:16:53','','macrec_logo_color_330dpi','','inherit','open','open','','macrec_logo_color_330dpi','','','2014-11-04 20:16:53','2014-11-04 20:16:53','',42,'http://www.x2media.us/macrec/wp-content/uploads/2011/07/macrec_logo_color_330dpi.jpg',0,'attachment','image/jpeg',0),(2013,1,'2014-11-04 20:17:36','2014-11-04 20:17:36','','logo_top3b','','inherit','open','open','','logo_top3b','','','2014-11-04 20:17:36','2014-11-04 20:17:36','',42,'http://www.x2media.us/macrec/wp-content/uploads/2011/07/logo_top3b1.png',0,'attachment','image/png',0),(2014,1,'2014-11-04 20:19:32','2014-11-04 20:19:32','','slide01bnew','','inherit','open','open','','slide01bnew','','','2014-11-04 20:19:32','2014-11-04 20:19:32','',1907,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/slide01bnew2.jpg',0,'attachment','image/jpeg',0),(2018,1,'2014-11-11 14:14:37','2014-11-11 14:14:37','\n\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale.png\"><img class=\"alignright size-medium wp-image-4924\" src=\"http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a> <a href=\"http://macrec.com/wp-content/uploads/2019/01/January-Sale.png\"><img class=\"size-medium wp-image-4923 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/January-Sale-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\nMembership packages are available to Macedonia residents/Macedonia commercial property owners and the general public. In addition to being able to use the entire facility during open hours, members enjoy priority registration, discounted prices for programs and facility rental, and a New Rec. Center PERKS card. (Monthly and Military Memberships are excluded.) <strong>Please keep these passes/coupons in a safe place. They are non-replaceable. Memberships are non-transferable and non-refundable.</strong>\n<h4><span style=\"color: #0000ff;\">Membership Rates - Group Fitness Classes are included in membership price</span></h4>\n<h4 style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019.png\"><span style=\"color: #ff0000;\">Click here to view our current rates &amp; discounts!</span><img class=\" wp-image-4908 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019-198x300.png\" alt=\"\" width=\"302\" height=\"458\" /></a></h4>\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Pricing Policy</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">It is the policy of the Parks and Recreation Department to provide our residents and members with a discount for programs for which they are already making significant contributions through property tax, income tax or membership fees. This policy is designed to help equalize fees among members and Macedonia residents versus residents of other communities. Prices are set to cover the cost to operate the individual program and to contribute to the overall financing of the department. It is our goal to price programs fairly and competitively, and to operate in a fiscally responsible fashion. Prices are subject to change without notice.</span></p>\n<strong>Identification is required when purchasing a membership:</strong>\n\n<strong>1. Photo ID:</strong> Driver’s License, state ID or school ID\n<strong>2. Proof of Residency (Macedonia Residents):</strong> Current utility bill: gas, cable, electric, landline telephone, car registration, water or sewer. Envelopes with addresses displayed will not be accepted.\n<strong>3. Birth certificate:</strong> Upon request.\n<strong>4. Full time college:</strong> Class schedule with 12 hours for current quarter/semester, student name and official college schedule.\n<strong>5. Macedonia commercial property owners:</strong> Deed and current tax bill. Commercial property owners will receive resident rate for membership packages.\n<strong>6. Military:</strong> Active duty Military identification.\n<strong>7. Same household proof:</strong> Upon request.\n<strong>8. Nordonia Hills Safety Forces:</strong> Employment verification letter required on their Township or Village letterhead stating that they are with twp. or village Police, Fire or EMS in the Nordonia Hills School District.\n<h4><span style=\"color: #0000ff;\">Returned Check Policy</span></h4>\nA returned check from the bank will be charged a $13.00 fee.\n<h4><span style=\"color: #0000ff;\">Payment Plan</span></h4>\nFor your convenience, a Payment Plan Program is available for annual memberships. First payment is due at time of sign-up along with a $40.00 processing fee. Additional payments will be electronically withdrawn quarterly from your checking/savings account. <strong>When signing up for this program, please bring a voided check and a valid credit card. (debit cards not accepted)</strong>\n<h4><span style=\"color: #0000ff;\">Daily Pass</span></h4>\n<strong>The daily pass is available to anyone not wishing to purchase a membership.</strong>\n<strong>Residency verification required.</strong>\n<strong> Children under two are free when accompanied by an adult</strong>\n\n<strong>All guests age 16 and over are required to show a valid state issue ID upon entering the Rec Center and must be register with at the member services desk.</strong>\n\nMacedonia Resident Adult $9.00\nMacedonia Resident Child/Senior $7.00\n(12 yrs. &amp; under or 62+)\n\nNordonia High School Student $5.00\n\nGeneral Public Adult $11.00\nGeneral Public Child/Senior $9.00\n(12 yrs. &amp; under or 62+)\n<h4><span style=\"color: #0000ff;\">Individual – Youth</span></h4>\nIndividual is considered 3-17 years of age. Standard proof of residency required from parent. Age verification required from birth certificate or valid photo ID.\n<h4><span style=\"color: #0000ff;\">Individual – Adult</span></h4>\nIndividual is considered 19-61 years of age. Standard proof of residency and ID required.\n<h4><span style=\"color: #0000ff;\">Family 2</span></h4>\nConsists of 2 adults living in the same household or 1 adult and 1 legally dependent child between the ages of 3-18 living in the same household. Children 2 and under are free. Standard proof of residency and ID required for both adults. Age verification of child required from birth certificate or valid photo ID.\n<h4><span style=\"color: #0000ff;\">Family 3 or More</span></h4>\nConsists of 2 adults living in the same household and any legally dependent children 3 – 18 years of age and/or children 19 – 23 who are full-time college students living in the same household. Full-time college verification (class schedule with 12 hours for current quarter/semester, student name and official college schedule.) Children 2 and under are free. Standard proof of residency and ID required for both adults &amp; full-time college student. Age verification of children required from birth certificate or valid photo ID.\n<h4><span style=\"color: #0000ff;\">Senior Single</span></h4>\nA senior is considered 62 years of age and older. No other senior discounts apply. Standard proof of residency and ID required. Age verification required.\n<h4><span style=\"color: #0000ff;\">Senior Couple</span></h4>\nConsists of 2 senior adults 62 years of age and older living in the same household. No other senior discounts apply. Standard proof of residency and ID required for both adults. Age verification required.\n<h4><span style=\"color: #0000ff;\">Individual Monthly</span></h4>\nIndividual is considered 3 years and older. Age verification of children required from birth certificate or valid photo ID.\n<h4><span style=\"color: #0000ff;\">Business Membership</span></h4>\nRequires a pay stub from a Macedonia business showing a Macedonia City Tax. Businesses in the JEDD subject to review by the Administrative Staff.\n<h4><span style=\"color: #0000ff;\">Military Membership</span></h4>\nAn individual membership for all active duty United States Armed Forces that are on an authorized leave will receive this membership at no cost for a period of up to four weeks per year. Must provide military identification. Annual membership discount of $100.00 is given to all veteran and active military.\n<h4><span style=\"color: #0000ff;\">Nordonia Hills Safety Forces</span></h4>\nAnnual membership discount of $100.00 is given to all current Safety Forces employees that work for a Township or Village in the Nordonia Hills School District. This will be available for Police, Fire and EMS employees only. Employment verification letter required on their Township or Village letterhead stating that they are with Police, Fire or EMS in the Nordonia Hills School District. Not available for the Sheriff’s Department. Safety Forces memberships must be paid in full. Standard proof of residency and ID required.\n<h4><span style=\"color: #0000ff;\">Corporate Memberships</span></h4>\nAvailable to companies located inside or outside of Macedonia. Minimum number of participating employees required. For more details call (330)468-8375.\n<h4><span style=\"color: #0000ff;\">SilverSneakers/Renew Active / AARP UHC Medicare Supplement </span></h4>\nSeniors may be eligible for a free/discounted membership to the Macedonia Family Recreation Center at no cost through participating insurance companies.\n<h4><span style=\"color: #0000ff;\">Free 5 Day Membership</span></h4>\nIf you have not been a member at the Recreation center in the last 12 months, you are eligible for a free 5 day membership! Membership is good for 5 consecutive days.\n\n<h2>We accept:</h2>\n\n<a href=\"#\"><img src=\"http://macrec.com/wp-content/uploads/2014/11/visaMCDisCashCheck.jpg\" alt=\"visaMCDisCashCheck\" width=\"357\" height=\"141\" class=\"alignleft size-large wp-image-2610\" /></a>\n\n','Membership','','publish','open','open','','membership','','','2019-01-22 21:44:05','2019-01-22 21:44:05','',0,'http://www.x2media.us/macrec/?page_id=2018',0,'page','',0),(2037,1,'2014-11-11 15:31:21','2014-11-11 15:31:21','[[\"Membership Package\",\"Macedonia\\nResident\",\"General\\nPublic\",\"Macedonia\\nBusiness\"],[\"Individual \\u2013 Youth (10-14 yrs)\",\"$158\\/yr\",\"$262\\/yr\",\"n\\/a\"],[\"Individual \\u2013 Junior (15-18 yrs)\",\"$172\\/yr\",\"$283\\/yr\",\"n\\/a\"],[\"Individual \\u2013 Adult (19-61 yrs)\",\"$207\\/yr\",\"$340\\/yr\",\"$248\\/yr\"],[\"Family \\u2013 2 people\",\"$275\\/yr\",\"$453\\/yr\",\"$330\\/yr\"],[\"Family \\u2013 3 or more\",\"$344\\/yr\",\"$550\\/yr\",\"$413\\/yr\"],[\"Senior\\u2013Single (62 yrs+)\",\"$117\\/yr\",\"$199\\/yr\",\"$144\\/yr\"],[\"Senior\\u2013Couple (62 yrs+)\",\"$172\\/yr\",\"$283\\/yr\",\"$207\\/yr\"],[\"College Student Winter Break (Full time\\/19 - 23 years)\",\"$45\",\"$67\",\"n\\/a\"],[\"Summer Monthly (any 30 day period from May 1 to Sept 30)\",\"$45\",\"$67\",\"n\\/a\"],[\"Military (Active Duty)\",\"No cost for a period of up to 4 weeks per year.\",\"#colspan#\",\"#colspan#\"],[\"Nordonia Hills Safety Forces\",\"$100 annual membership discount.\",\"#colspan#\",\"#colspan#\"]]','Macedonia Pricing','','publish','closed','closed','','macedonia-pricing','','','2014-11-11 22:26:07','2014-11-11 22:26:07','',0,'http://www.x2media.us/macrec/?post_type=tablepress_table&#038;p=2037',0,'tablepress_table','application/json',0),(2061,1,'2014-11-11 17:07:50','2014-11-11 17:07:50','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_image id=\"2668\" size=\"large\" link_type=\"custom_url\" link=\"#\" target=\"false\" align=\"left\" margin=\"none,25,none,none\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4>MacRec is a participating SilverSneakers fitness location!</h4>\r\nSilverSneakers offers an innovative blend of physical activity, healthy lifestyle and socially oriented  programming that allows older adults to take greater control of their health.\r\n\r\nSilverSneakers members receive:\r\n<p style=\"padding-left: 30px;\"><strong>• A free ﬁtness center membership</strong> at the Macedonia Family Recreation Center with access to conditioning classes, exercise equipment, pool, sauna and other available amenities\r\n<strong>• Customized SilverSneakers classes</strong> designed exclusively for older adults who want to improve their strength, ﬂexibility, balance and endurance\r\n<strong>• Health education seminars</strong> and other events that promote the beneﬁts of a healthy lifestyle\r\n<strong>• A specially trained Senior Advisor</strong> at the ﬁtness center to introduce you to SilverSneakers and acquaint you with their site</p>\r\nThe award-winning* SilverSneakers Fitness Program is a proven, results-oriented program that enables older adults, often burdened with chronic conditions, to take charge of their health and maintain an active, independent lifestyle.\r\n<h4>How do I join?</h4>\r\nThe SilverSneakers Fitness Program is offered by leading Medicare health plans and Medicare Supplement carriers throughout the country. Visit the <a title=\"www.silversneakers.com\" href=\"http://www.silversneakers.com\" target=\"_blank\">SilverSneakers website</a> or call your health plan’s customer service department to see if you qualify for a free membership. Then, simply bring your SilverSneakers Member ID card to the front desk to enroll.\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Silver Sneakers','','publish','closed','closed','','silver-sneakers','','','2015-09-18 20:09:59','2015-09-18 20:09:59','',2018,'http://www.x2media.us/macrec/?page_id=2061',0,'page','',0),(2067,1,'2014-11-11 20:34:38','2014-11-11 20:34:38',' ','','','publish','open','open','','2067','','','2014-12-28 22:10:39','2014-12-28 22:10:39','',0,'http://www.x2media.us/macrec/?p=2067',1,'nav_menu_item','',0),(2068,1,'2014-11-11 20:34:38','2014-11-11 20:34:38',' ','','','publish','open','open','','2068','','','2014-12-28 22:10:39','2014-12-28 22:10:39','',2018,'http://www.x2media.us/macrec/?p=2068',2,'nav_menu_item','',0),(2073,1,'2014-11-11 22:17:31','2014-11-11 22:17:31','<div class=\"main-holder\">\r\n<div id=\"content\" class=\"content_full_width\">\r\n\r\nThe daily pass is available to anyone not wishing to purchase a membership.\r\nResidency verification required.\r\nChildren under two are free when accompanied by an adult\r\n\r\nAll guests age 16 and over are required to show a valid state issue ID upon entering the Rec Center and must be register with at the member services desk.\r\n\r\n<strong> Macedonia Resident Adult $9.00\r\nMacedonia Resident Child/Senior $7.00\r\n(12 yrs. &amp; under or 62+)</strong>\r\n\r\n<strong>Nordonia High School Student $5.00</strong>\r\n\r\n<strong>General Public Adult $11.00\r\nGeneral Public Child/Senior $9.00\r\n(12 yrs. &amp; under or 62+)</strong>\r\n\r\n</div>\r\n</div>','Daily Pass','','publish','open','open','','daily-pass','','','2018-01-02 20:03:00','2018-01-02 20:03:00','',2018,'http://www.x2media.us/macrec/?page_id=2073',1,'page','',0),(2075,1,'2014-11-11 22:18:36','2014-11-11 22:18:36',' ','','','publish','open','open','','2075','','','2014-12-28 22:10:39','2014-12-28 22:10:39','',2018,'http://www.x2media.us/macrec/?p=2075',3,'nav_menu_item','',0),(2080,1,'2014-11-12 02:53:40','2014-11-12 02:53:40','\n\n<h1><a href=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png\"><img class=\"size-medium wp-image-4938 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color-300x223.png\" alt=\"\" width=\"300\" height=\"223\" /></a></h1>\n<h1></h1>\n<h1><a href=\"http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule.png\"><img class=\"size-medium wp-image-4939 alignnone\" src=\"http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule-300x227.png\" alt=\"\" width=\"300\" height=\"227\" /></a></h1>\n<h1><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png\">Click here for the February Fitness Schedule</a></span></h1>\n<p style=\"text-align: left;\"></p>\n\n<h2><span style=\"color: #ff0000;\">Our group fitness classes are included in your purchase of a daily, monthly and annual membership.</span></h2>\n<h2>Class Cancellations/Updates</h2>\nReceive a text message for any class cancellations or changes! Sign-up at the front desk to join the list.\n<h4>Fluidity Bar Schedule</h4>\nTuesday: 9:00 - 10:00 AM\nThursday: 9:00 – 10:00 AM\nMember $12 / Resident $14 / Non Resident $16\n<h2><strong>Fitness Class Descriptions - All classes free for members </strong></h2>\n[su_spoiler title=\" Aqua Arthritis \" style=\"fancy\"]The program exercises are designed specifically for people with arthritis and related diseases.  Participants improve their joint flexibility and reduce there pain and stiffness while supported by the water’s buoyancy and resistance. The class also provides a friendly , fun atmosphere in which participants.<span style=\"color: #993300;\">[/su_spoiler][su_spoiler title=\"Aqua Fusion\" style=\"fancy\"]</span><span style=\"color: #993300;\"><span style=\"color: #000000;\">This class will combine multiple formats to improve your overall level of fitness. A mix of strength and endurance exercises held in the shallow lap lanes, the instructor may also take you into the deep water diving well.  Enjoy the buoyancy of the water while reducing impact on your joints.[/su_spoiler][su_spoiler title=\"Barre Intensity\" style=\"fancy\"]</span></span>Combines attributes of pilates, dance, and functional fitness training. Small isolated movement to fatigue the muscles, large range motion to elevate the heart rate, and sequencing that incorporates upper and lower body.  Mini-balls, resistance bands and light hand weights are used to sculpt, slim, and stretch your entire body.[/su_spoiler][su_spoiler title=\"Beyond Barre\" style=\"fancy\"]Think ballet meets ice skating! This class incorporates cardio, body-sculpting, fat burning, endurance. All levels are welcome to try the class. [/su_spoiler][su_spoiler title=\"Bike &amp; Body\" style=\"fancy\"]30 Minutes of intense Cycling followed by 30 minutes of weights. Instructor may do abdominals, upper or lower body or combination of all 3 components for an awesome workout. Instructor may also incorporate TRX® suspension bands.[/su_spoiler]<span style=\"color: #993300;\"><span style=\"color: #000000;\">[su_spoiler title=\"Dig Deep\" style=\"fancy\"]Water buoyancy belts are used in the deep end of the diving area. Water resistance improves cardio and strength. Cross training alternative without impact. Should be comfortable in deep water.</span></span>[/su_spoiler][su_spoiler title=\"Flow\" style=\"fancy\"]Grow longer and stronger in this invigorating mind-body workout. Flow incorporates yoga and pilates fundamentals with athletic training for balance, mobility, flexibility and the core.[/su_spoiler][su_spoiler title=\"H20 Boot Camp\" style=\"fancy\"]Based on traditional Boot Camp style with Aqua drills and thrills! A serious calorie burner and FUN!.[/su_spoiler][su_spoiler title=\"H20 Kickboxing\" style=\"fancy\"]Total body workout using kickboxing techniques.[/su_spoiler][su_spoiler title=\"H20 Total Splash\" style=\"fancy\"]Try a new twist to the traditional water work out! We use noodles, weights, bands and kickboxing drills to improve on cardio endurance and muscle strength without the impact on your joints.[/su_spoiler][su_spoiler title=\"Indoor Cycling / Location: 2nd Floor Cycling Area\" style=\"fancy\"]Our instructors lead you through a fun and challenging endurance strength workout. Cycling indoors will simulate cycling outdoors with sprints, climbs and cadence drills. Geared for all fitness levels from beginner to advanced come and give this class a try. Let’s Ride! Please bring a water bottle and towel with you to class.[/su_spoiler][su_spoiler title=\"Line Dance\" style=\"fancy\"]Learn the basic Level 1 line dancing steps. As the group progress\'s we will learn more advanced steps. Join us every Sunday for load\'s of fun &amp; line dancing also is excellent for memory.[/su_spoiler][su_spoiler title=\"Phase Pilates\" style=\"fancy\"]This class is for the true Pilates Student. Based on the Master Inventor Joseph Pilates we incorporate all of his fundamentals &amp; the 6 principals of Pilates. Instructor will demonstrate All Levels of Pilates from beginner to advanced. This class is true Mat Pilates we use our bodies and a mat in this class only. All fitness levels are welcome.[/su_spoiler][su_spoiler title=\"Pilates\" style=\"fancy\"]Based on Joseph Pilates basic techniques this class works the entire core. Instructor may also incorporate small balls, weights &amp; large stability balls and bands to add a very unique workout that you will truly enjoy. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"Power Yoga\" style=\"fancy\"]Linking breathing with movement, build strength, flexibility and balance. A dynamic warm up of the spine and full-body, followed by a sequence of poses focusing on balance, abs, hips, and twists to lengthen tone and detoxify the body and mind.  Ending with a deep rest, leaving you relaxed and rejuvenated. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"RIP\" style=\"fancy\"]60 minute class using barbells ant.d adjustable weights to tone and condition muscles while raising metabolic rate for rapid fat-burning. All major muscle groups are worked via a series of weight-bearing exercises including squats, presses and lifts, set to great, fun music! Weights are adjustable, so all fitness and ability levels are welcome in this class! This class style has confirmed higher than expected fat-burning effects alongside endurance, strength and \'wellness\' benefits.[/su_spoiler][su_spoiler title=\"Sunrise Yoga\" style=\"fancy\"]Start your morning out with a destressing breath of fresh morning air. Kick off your shoes and relax. Strengthen, stretch and balance. Classes are geared to fitness enthusiasts that want to learn and practice Hath a Yoga.[/su_spoiler][su_spoiler title=\"Tai Chi\" style=\"fancy\"]This low impact class will consist of basic stretching, gi gong (internal energy exercise), and basic tai chi postures and form. Students should expect to increase muscle strength, stamina and balance.[/su_spoiler][su_spoiler title=\"Tighten N Tone (T.N.T.)\" style=\"fancy\"]Learn proper body placement while using resistance. Your endurance, range of motion, flexibility, posture, muscle strength and bone density will improve. Weights and resistance tubing are used in this class. Bring a mat and a bottle of water.[/su_spoiler][su_spoiler title=\"Total Body Circuit\" style=\"fancy\"]Circuit intervals on weight machines focusing on muscle groups in both upper and lower body. Pair this class with Indoor Cycling for a great cardio and strength workout![/su_spoiler][su_spoiler title=\"Total Core\" style=\"fancy\"]Fast paced ab and core routine performed with different types of equipment that target different areas of the body.[/su_spoiler][su_spoiler title=\"TRX/Rip Trainer\" style=\"fancy\"]A weighted bar attached to a flexible cord to improve core, rotational power and increase stamina.[/su_spoiler][su_spoiler title=\"Vinyasa Flow \" style=\"fancy\"]This class uses breathing paired with Vinyasa movements to improve strength, flexibility &amp; endurance[/su_spoiler][su_spoiler title=\"Zumba\" style=\"fancy\"]ZUMBA is a fusion of Latin and International music-dance themes that create a dynamic, exciting, effective fitness workout! The routines feature easy to follow dance steps combined with body sculpting movements plus loads of fun[/su_spoiler][su_spoiler title=\"Zumba Kids\" style=\"fancy\"]<strong>D</strong>esigned for the younger Zumba fans ages 6-11. It’s an opportunity for them to move, dance and be active while enjoying some of their favorite music! Features routines based on Zumba choreography. The routines are kid friendly and the steps are designed to be easy to follow and fun for all![/su_spoiler]\n<h5></h5>\n<h5>Classes Below are FREE for SilverSneakers Members</h5>\n[su_spoiler title=\"Silver Sneakers® Classic\" style=\"fancy\"]Have fun and move to the music through a variety of exercises designed to increase muscular strength, range of movement, and activity for daily living skills. Hand-held weights, elastic tubing with handles, and a ball are offered for resistance, and a chair is used for seated and/or standing support.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Yoga\" style=\"fancy\"]YogaStretch will move your whole body through a complete series of seated and standing yoga poses. Chair support is offered to safely perform a variety of postures designed to increase flexibility, balance and range of movement. Restorative breathing exercises and final relaxation will promote stress reduction and mental clarity.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Splash\" style=\"fancy\"]Activate your aqua exercise urge for variety! SilverSplash® offers LOTS of fun and shallow water moves to improve agility, flexibility and cardiovascular endurance. No swimming ability is required, and a special Silver Sneakers® kickboard is used to develop strength, balance and coordination.[/su_spoiler][su_spoiler title=\"Silver Sneakers® CardioFit\" style=\"fancy\"]Get up and go with an aerobics class that’s safe, heart-healthy and gentle on the joints. The workout includes easy-to-follow low-impact movement and upper-body strength, abdominal conditioning, stretching and relaxation exercises designed to energize your active lifestyle.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Boom\" style=\"fancy\"]BOOM is a three-tiered program specially designed to service the needs of the active older adult population. Each class will include actin (BOOM Muscle), dance (BOOM Move It) and mind/body (BOOM Mind) formats to cater to the specific needs of this growing segment of the fitness center program.[/su_spoiler]\n<h3><strong>Fluidity Bar Class Schedule</strong></h3>\n<h3>Tuesday 9:00am- 10:00am</h3>\n<h3>Thursday 9:00am - 10:00am</h3>\n\n','Fitness Schedule','','publish','open','open','','schedule','','','2019-01-30 15:55:23','2019-01-30 15:55:23','',2093,'http://www.x2media.us/macrec/?page_id=2080',0,'page','',0),(2083,1,'2014-11-12 03:06:52','2014-11-12 03:06:52','','NOV 2014 - Fitness Schedule-1_Page_1','','inherit','open','open','','nov-2014-fitness-schedule-1_page_1','','','2014-11-12 03:06:52','2014-11-12 03:06:52','',2080,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/NOV-2014-Fitness-Schedule-1_Page_1.jpg',0,'attachment','image/jpeg',0),(2084,1,'2014-11-12 03:07:03','2014-11-12 03:07:03','','NOV 2014 - Fitness Schedule-1_Page_2','','inherit','open','open','','nov-2014-fitness-schedule-1_page_2','','','2014-11-12 03:07:03','2014-11-12 03:07:03','',2080,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/NOV-2014-Fitness-Schedule-1_Page_2.jpg',0,'attachment','image/jpeg',0),(2087,1,'2014-11-13 22:24:32','2014-11-13 22:24:32','The Macedonia Recreation Department offers a variety of recreation programs and activities throughout the year.\r\n\r\nPrograms are listed following the links below and flyers are posted at the Rec Center.  Contact the Macedonia Rec Center at (330) 468-8370 for more information.\r\n<h4><a href=\"http://macrec.com/programs/kids-programs/\"><span style=\"color: #3366ff;\">Youth Programs</span></a></h4>\r\n<h4><a href=\"http://macrec.com/programs/adult-programs/\"><span style=\"color: #3366ff;\">Adult Programs</span></a></h4>\r\n<h4><a href=\"http://macrec.com/programs/special-events/\"><span style=\"color: #3366ff;\">Special Events</span></a></h4>\r\n<h4><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://macrec.com/programs/youth-sports/\">Youth Sports</a></span></h4>\r\n<h4><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://macrec.com/programs/http://macrec.com/programs/camp-summer-2016/\">Day Camp (Summer, Spring Break, Winter Break)</a></span></h4>\r\n<h4><a href=\"http://macrec.com/programs/sport-camps/\"><span style=\"color: #3366ff;\">Sport Camps </span></a></h4>\r\n<h4><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/programs/rec-hotline-alert/\"><span style=\"color: #0000ff;\"><span style=\"color: #3366ff;\">Rec. Hotline</span></span> </a></span></h4>\r\n<h4></h4>\r\n&nbsp;\r\n<h4></h4>\r\n<h5><span style=\"color: #ff0000;\">Interested in teaching a class</span></h5>\r\nIf you would like to lead/instruct a new program (adult, teen and youth classes in a variety of areas including sport, dance, arts and crafts, general education, and other), please contact Alan Hamski at 330-468-8376 or <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:ahamski@macedonia.oh.us\">ahamski@macedonia.oh.us</a></span> with your ideas or any questions that you may have.  We’d love to hear from you!\r\n<h4></h4>\r\n<h4></h4>','Programs','','publish','open','open','','programs','','','2017-08-04 17:50:04','2017-08-04 17:50:04','',0,'http://www.x2media.us/macrec/?page_id=2087',0,'page','',0),(2090,1,'2014-11-13 22:25:39','2014-11-13 22:25:39',' ','','','publish','open','closed','','2090','','','2017-07-18 19:36:51','2017-07-18 19:36:51','',0,'http://www.x2media.us/macrec/?p=2090',1,'nav_menu_item','',0),(2093,1,'2014-11-14 15:59:00','2014-11-14 15:59:00','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n<h4>Bethann barto, fitness consultant,    email: <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2579,2581,2624,2626,2627,2630\" size=\"full\" animation=\"fade\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"7\"]\r\n\r\n[mp_text]\r\n\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG/>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"&#45;-\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />\r\ntable.MsoNormalTable<br />\r\n{mso-style-name:\"Table Normal\";<br />\r\nmso-tstyle-rowband-size:0;<br />\r\nmso-tstyle-colband-size:0;<br />\r\nmso-style-noshow:yes;<br />\r\nmso-style-priority:99;<br />\r\nmso-style-parent:\"\";<br />\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;<br />\r\nmso-para-margin-top:0in;<br />\r\nmso-para-margin-right:0in;<br />\r\nmso-para-margin-bottom:10.0pt;<br />\r\nmso-para-margin-left:0in;<br />\r\nline-height:115%;<br />\r\nmso-pagination:widow-orphan;<br />\r\nfont-size:11.0pt;<br />\r\nfont-family:\"Calibri\",\"sans-serif\";<br />\r\nmso-ascii-font-family:Calibri;<br />\r\nmso-ascii-theme-font:minor-latin;<br />\r\nmso-hansi-font-family:Calibri;<br />\r\nmso-hansi-theme-font:minor-latin;}<br />\r\n</style><!&#091;endif&#093;-->\r\n<h4 class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal; mso-layout-grid-align: none; text-autospace: none;\"><strong><span style=\"font-size: 12.0pt; mso-bidi-font-family: \'Arial Black\';\">Fitness Center <span style=\"font-size: 16px;\">Guidelines</span></span></strong></h4>\r\n<ol>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\"> New patrons should request a fitness orientation during the posted hours to acquaint themselves with the proper use of the equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Fitness center users must be a minimum of 15 years old to be on the floor. 12 – 14 year olds can workout on equipment if they have received their certification card from taking a Teen Training or a Personal Training session. 12 &amp; 13 year olds must have an adult present at all t<span style=\"font-size: 14px;\">i</span>mes. Your certification card must be with you at all times or you cannot use the equipment. 12 years of age and under permitted to used track during “Family Track Hours”</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Please clean equipment after use.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Water bottles only will be permitted in this area. No other beverage or food please.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Please do not bang or slam the weights.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Be courteous to others who are waiting. Do not rest on equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">The buddy system of training is highly recommended.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Spotters will be required when working with free weights.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Appropriate attire is required at all times.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Lockers must be used for storage of gym bags and personal items.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">During peak hours there may be time restrictions on the cardiovascular equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\"> Do not operate any equipment with damaged or loose parts. Notify staff if problems exist.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Clean non-marking athletic footwear required.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">During wet weather please bring an additional pair of dry, clean shoes.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; line-height: 115%; mso-bidi-font-family: \'Times New Roman\';\">If you need help, please see the fitness attendant for assistance (evenings after 5pm or on weekends).</span></li>\r\n</ol>\r\n&nbsp;\r\n\r\n[/mp_text]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"1\" classes=\"motopress-space\"]\r\n\r\n[mp_space]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"4\"]\r\n\r\n[mp_text]\r\n\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG/>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"&#45;-\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />\r\ntable.MsoNormalTable<br />\r\n{mso-style-name:\"Table Normal\";<br />\r\nmso-tstyle-rowband-size:0;<br />\r\nmso-tstyle-colband-size:0;<br />\r\nmso-style-noshow:yes;<br />\r\nmso-style-priority:99;<br />\r\nmso-style-parent:\"\";<br />\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;<br />\r\nmso-para-margin-top:0in;<br />\r\nmso-para-margin-right:0in;<br />\r\nmso-para-margin-bottom:10.0pt;<br />\r\nmso-para-margin-left:0in;<br />\r\nline-height:115%;<br />\r\nmso-pagination:widow-orphan;<br />\r\nfont-size:11.0pt;<br />\r\nfont-family:\"Calibri\",\"sans-serif\";<br />\r\nmso-ascii-font-family:Calibri;<br />\r\nmso-ascii-theme-font:minor-latin;<br />\r\nmso-hansi-font-family:Calibri;<br />\r\nmso-hansi-theme-font:minor-latin;}<br />\r\n</style><!&#091;endif&#093;-->\r\n<h4 style=\"text-align: left;\"><span style=\"font-size: 16px;\">Indoor Track Facts</span></h4>\r\n<span style=\"font-size: 14px;\">Inside Lane -14 Laps = 1 mile</span>\r\n<span style=\"font-size: 14px;\">Middle Lane 13 .5 Laps = 1 mile</span>\r\n<span style=\"font-size: 14px;\">Outside Lane 12.5 Laps = 1 mile</span>\r\n\r\n<span style=\"font-size: 14px;\">Family Track hours</span>\r\n<span style=\"font-size: 14px;\">Tuesday 3:30pm – 5:30pm</span>\r\n<span style=\"font-size: 14px;\">Friday 6:00pm – 9:00pm</span>\r\n<span style=\"font-size: 14px;\">Saturday 11:30 am – 2:30pm</span>\r\n<span style=\"font-size: 14px;\">Sunday 11:00am – 6:00pm</span>\r\n\r\n<span style=\"font-size: 14px;\">The running track is for those 13 years and older. Strollers are not permitted on the track.</span>\r\n\r\n[/mp_text]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Fitness','','publish','open','open','','fitness','','','2017-12-05 19:27:04','2017-12-05 19:27:04','',0,'http://www.x2media.us/macrec/?page_id=2093',0,'page','',0),(2097,1,'2014-11-14 16:03:56','2014-11-14 16:03:56',' ','','','publish','open','open','','2097','','','2014-11-18 17:58:32','2014-11-18 17:58:32','',0,'http://www.x2media.us/macrec/?p=2097',1,'nav_menu_item','',0),(2098,1,'2014-11-14 16:03:56','2014-11-14 16:03:56',' ','','','publish','open','open','','2098','','','2014-11-18 17:58:32','2014-11-18 17:58:32','',2093,'http://www.x2media.us/macrec/?p=2098',2,'nav_menu_item','',0),(2099,1,'2014-11-14 16:57:58','2014-11-14 16:57:58','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2617,2618,2619,2620,2621\" size=\"full\" animation=\"fade\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n<h4>Shelter Reservation Policy</h4>\r\n<strong>1.</strong> Shelters may be reserved by Macedonia Residents beginning January 1st for that current year. Non-residents may reserve shelters after February 1st for that current year.\r\nProof of residency required.\r\n<strong>2.</strong> Shelters available to reserve on a ﬁrst come ﬁrst serve basis.\r\n<strong>3.</strong> Electrical Outlets are available at Longwood only. Sanitary facilities are also available. Water is now available at Longwood, and features a sand volleyball court, hiking trails, softball ﬁelds, and playgrounds. Sugarbush offers a basketball court, softball ﬁeld, playground, and hiking trails.\r\n<strong>4.</strong> Alcoholic Beverages are Prohibited.\r\n<strong>5.</strong> The Shelter reservation will not exempt you from the rules of the park or the City of Macedonia.\r\n<strong>6.</strong> Park hours are from 8:00am to 8:00pm. Shelters are reserved for the entire day. (Dawn to Dusk)\r\n<strong>7.</strong> Cost of reserving shelters:\r\n\r\n<strong>Residents: $25 weekdays (M-F) $50 weekends/holidays</strong>\r\n<strong>Non-residents: $50 weekdays (M-F) $75 weekends/holidays</strong>\r\n\r\n<strong>8.</strong> Refunds will be issued only when shelter is deemed unusable by the Parks and Recreation Administrative Staff or when a request for a refund is made 30 days before the event.\r\n\r\n<strong>Longwood 1</strong> — accommodates up to 100 people and has 10 tables.\r\n<strong>Longwood 2</strong> — accommodates up to 100 people and has 10 tables.\r\n<strong>Longwood 3</strong> — accommodates up to 65 people and has 6 tables.\r\n<strong>Sugarbush</strong> — accommodates up to 85 people and has 8 tables.\r\n<h4><span style=\"color: #0000ff;\">Please get the Field Permit Application here:  [su_button url=\"http://macrec.com/wp-content/uploads/2017/01/Field-Permit-Application.pdf\" radius=\"round\"]Download pdf[/su_button]</span></h4>\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parks-Map.jpg\"><img class=\"alignleft size-full wp-image-2253\" src=\"http://macrec.com/wp-content/uploads/2014/11/Parks-Map.jpg\" alt=\"Parks Map\" width=\"1650\" height=\"1275\" /></a>\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n&nbsp;','Parks','','publish','open','open','','parks','','','2017-01-06 21:45:20','2017-01-06 21:45:20','',0,'http://www.x2media.us/macrec/?page_id=2099',0,'page','',0),(2103,1,'2014-11-14 16:58:19','2014-11-14 16:58:19','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><span style=\"color: #000080;\">John Doyle, Aquatics Coordinator-email:  <em><a style=\"color: #000080;\" href=\"mailto:jdoyle@macedonia.oh.us\">jdoyle@macedonia.oh.us</a></em></span></h4>\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg\"><img class=\"size-full wp-image-3417 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg\" alt=\"lifeguards-wanted-pic\" width=\"650\" height=\"325\" /></a>\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\">*NOW HIRING LIFEGAURDS AND SWIM INSTRUCTORS*  Call 330.468.8372 for more information!</span></h4>\r\n<h4><span style=\"color: #000080;\"> </span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2491,2490,2489,2488,2487\" size=\"large\" animation=\"slide\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\">Our Aquatics facility is designed to accommodate all types of swimming needs.</span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h2><span style=\"color: #000080;\">Macedonia Recreation Pool Facts</span></h2>\r\n<h4><span style=\"color: #000080;\">Lap Pool:</span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">208,000 gallons</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">84 degrees Fahrenheit </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">1 mile = 35.2 laps or 70.4 lengths </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point- 3\'6\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'6\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #00ff00;\"><span style=\"color: #000080;\">Diving Well Depth- 11\'6\"</span></span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Activity Pool: </span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">37, 000 gallons </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">87 degrees Fahrenheit </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point- 0\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'0\"</span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Whirlpool:</span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">7,000 gallons </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">102 Degrees Fahrenheit</span></h4>\r\n</li>\r\n</ul>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Aquatics','','publish','open','open','','aquatics','','','2018-01-16 21:10:40','2018-01-16 21:10:40','',0,'http://www.x2media.us/macrec/?page_id=2103',0,'page','',0),(2107,1,'2014-11-14 17:00:08','2014-11-14 17:00:08',' ','','','publish','open','open','','2107','','','2014-11-14 17:00:08','2014-11-14 17:00:08','',0,'http://www.x2media.us/macrec/?p=2107',1,'nav_menu_item','',0),(2108,1,'2014-11-14 17:00:36','2014-11-14 17:00:36',' ','','','publish','open','closed','','2108','','','2018-12-21 19:34:40','2018-12-21 19:34:40','',0,'http://www.x2media.us/macrec/?p=2108',1,'nav_menu_item','',0),(2109,1,'2014-11-14 17:35:05','2014-11-14 17:35:05','\n\n<h4><a href=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football.png\"><img class=\"alignnone wp-image-4544 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football-232x300.png\" alt=\"\" width=\"255\" height=\"330\" /></a><strong>Fall Soccer </strong></h4>\n<h4>Recreation soccer league play for boys and girls ages 6-15. Practices to start mid-August through October. Most games will be played on Saturday, starting in September. Practices are held throughout the week. U7 &amp; U8 leage play in-house. U9, U11, U13, U15 divisions play in the Suburban Recreational Soccer League. Shin guards with socks covering are required, soccer cleats are recommended. Volunteer coaches are needed. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> Single Season fee is $60. Register for both Fall 2018 and Spring 2019 season for $100. Please fill out below forms and bring to the Rec Center with payment.</h4>\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></strong></span></h4>\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></strong></span></h4>\n<h4><strong>Flag Football </strong></h4>\nLeague play for kids 5-11 years old. Kids will learn football skills and play games. Most games will be on Saturday mornings. Volunteer coaches are needed. The season starts in August and runs through October. All players must wear a mouth guard. Must be age 5 prior to 7/31/18 to register. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> League Play: 5-6 years; 7-8 years; 9-11 years. Fee is $60. Please fill out below forms and bring to the Rec Center with payment.\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></span></h4>\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></span></h4>\n<h4></h4>\n&nbsp;\n<h5><strong>Concussion Information</strong></h5>\n<a href=\"http://www.healthy.ohio.gov/~/media/HealthyOhio/ASSETS/Files/injury%20prevention/concussion/4Youth%20Sports%20Organization%20Concussion%20Form%20%20ODH%20Revised%203pdf.pdf\">Ohio Department of Health Concussion Information Sheet</a>\n\n<a href=\"https://www.cdc.gov/headsup/youthsports/training/index.html\">Concussion Video</a>\n<h5><strong>Sudden Cardiac Arrest &amp; Lindsay\'s Law </strong></h5>\n<a href=\"https://www.youtube.com/watch?v=s-YfCWQPeqw&amp;feature=youtu.be\">Parent-Guardian Video</a>\n\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Information-Handout.pdf\">Parent-Guardian Information Handout</a>\n\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Signature-Form.pdf\">Parent-Guardian Signature Form</a>\n\n<a href=\"https://www.youtube.com/watch?v=h3teQ3e_hoQ&amp;feature=youtu.be\">Coach Video</a>\n\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Coach-Info.pdf\">Coach Information Handout </a>\n\n','Youth Sports','','publish','open','open','','youth-sports','','','2018-10-29 19:27:48','2018-10-29 19:27:48','',2087,'http://www.x2media.us/macrec/?page_id=2109',0,'page','',0),(2112,1,'2014-11-14 17:37:08','2014-11-14 17:37:08',' ','','','publish','open','closed','','2112','','','2017-07-18 19:36:51','2017-07-18 19:36:51','',2087,'http://www.x2media.us/macrec/?p=2112',2,'nav_menu_item','',0),(2113,1,'2014-11-14 17:38:51','2014-11-14 17:38:51','<h2><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"alignnone size-medium wp-image-4676\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h2>\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\n\n','Adult Programs','','publish','open','open','','adult-programs','','','2018-10-29 19:25:28','2018-10-29 19:25:28','',2087,'http://www.x2media.us/macrec/?page_id=2113',0,'page','',0),(2115,1,'2014-11-14 17:38:52','2014-11-14 17:38:52',' ','','','publish','open','closed','','2115','','','2017-07-18 19:36:51','2017-07-18 19:36:51','',2087,'http://www.x2media.us/macrec/uncategorized/2115/',3,'nav_menu_item','',0),(2120,1,'2014-11-14 17:53:37','2014-11-14 17:53:37','\n\n<h2><span style=\"color: #ff0000;\">Lego Club Connection<a href=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection.png\"><img class=\"size-medium wp-image-4773 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></span></h2>\nTuesday, January 15 - February 19\n\nAges 5-7: 5:30-6:30 pm. Ages 8-11: 6:45-7:45 pm\n\nJoin friends as we imagine, build and create. Each class will explore a different design that students can build and more.  All materials are provided.\n\n$50 per person for six class sessions\n<h2></h2>\n<h2></h2>\n<h2></h2>\n<h2></h2>\n&nbsp;\n\n&nbsp;\n<h2><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"size-medium wp-image-4676 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\n\n&nbsp;\n\n','Youth Programs','','publish','open','open','','kids-programs','','','2018-12-19 14:37:15','2018-12-19 14:37:15','',2087,'http://www.x2media.us/macrec/?page_id=2120',0,'page','',0),(2122,1,'2014-11-14 17:55:51','2014-11-14 17:55:51','\n\n<a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"> </a>\n<h2></h2>\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\n<img class=\"size-medium wp-image-4676 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\n\n<hr>\n\n','Special Events','','publish','open','open','','special-events','','','2019-01-22 21:58:22','2019-01-22 21:58:22','',2087,'http://www.x2media.us/macrec/?page_id=2122',0,'page','',0),(2124,1,'2014-11-14 17:57:05','2014-11-14 17:57:05',' ','','','publish','open','closed','','2124','','','2017-07-18 19:36:51','2017-07-18 19:36:51','',2087,'http://www.x2media.us/macrec/?p=2124',5,'nav_menu_item','',0),(2125,1,'2014-11-14 17:57:05','2014-11-14 17:57:05',' ','','','publish','open','closed','','2125','','','2017-07-18 19:36:51','2017-07-18 19:36:51','',2087,'http://www.x2media.us/macrec/?p=2125',4,'nav_menu_item','',0),(2128,1,'2014-11-16 23:25:12','2014-11-16 23:25:12','<img class=\"alignnone size-full wp-image-3017\" src=\"http://macrec.com/wp-content/uploads/2014/11/Swim_002_2013_08_23_06_58_24.jpg\" alt=\"Swim_002_2013_08_23_06_58_24\" width=\"567\" height=\"194\" />\n<h3></h3>\n<h3><span style=\"color: #0000ff;\">Registration opens December 1, 2018!</span></h3>\n&nbsp;\n\n<a href=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic.jpg\"><img class=\" wp-image-4759 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic-300x230.jpg\" alt=\"\" width=\"580\" height=\"445\" /></a>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3> [su_button url=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Chart-Color-.pdf\"]Click  Here  For  Winter  2019  Information [/su_button]\n[su_spacer size=\"30\"]</h3>\n<p style=\"text-align: left;\"></p>\n\n<h3></h3>\n<h1></h1>\n<h1></h1>\n&nbsp;\n\n&nbsp;\n<h1></h1>\n<h1></h1>\n<h1><strong><span style=\"color: #0000ff;\">Swim Lessons</span></strong></h1>\nWhen choosing a class for your child it is important to look at both the age and skill level. Improper placement can lead to frustration for the parent, instructor and child. Because this is a motor skill activity, every child will progress at their own pace. In swimming lessons, the child must master basic skills for each stroke prior to moving to the next level. In many cases, children will repeat a level in order to perfect these skills. If you have questions regarding placement, please do not hesitate to ask the staff for assistance.\n\n&nbsp;\n<h4></h4>\n<h4>Class Descriptions</h4>\n[su_accordion][su_spoiler title=\"Aqua Swim Kids-Adapted Swim Lessons\" style=\"fancy\"]\n\nPartnering with Solutions Behavioral Consulting, our aquatics program is committed to providing  small group swim lessons adapted to your child. We are dedicated to promoting water safety skills in a structured environment for students with autism and other developmental disabilities.\n\nClasses are designed by a certified Red Cross water safety instructor and Board Certified Behavior Analyst (BCBA)\n\n[/su_spoiler]\n\n[su_accordion][su_spoiler title=\"The Little Splashers\" style=\"fancy\"]The Little Splashers class is for children who are 6 months to 2 years old and have either no water experience or one previous session of water adjustment lessons. The goals of Little Splashers are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge, explore buoyancy in a front and back position, change body position in the water, and learn about choosing and using life jackets.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                          <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-1.pdf\">Parent/Child 1 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Big Waves\" style=\"fancy\"] The Big Waves class is for children: 18 months to 4 years old and have had two or more previous sessions of water adjustment lessons, submerge only reluctantly or not at all, or require flotation support at all times, OR are up to 5 years old and have little or no previous experience in water adjustment lessons, are reluctant to enter the water or submerge, requires floatation support at all times, or may benefit from parental presence and support in the water. The Big Waves class builds upon the skills learned in Little Splashers. The goals of the Big Waves class are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge in a rhythmic pattern, explore buoyancy in a front and back position, perform combined stroke on front and back, change body position in the water, and learn about choosing and using life jackets.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                           <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-2.pdf\">Parent/Child 2 Skills Checklist</a> [/su_spoiler]\n[su_spoiler title=\"Preschool Aquatics Level 1* (Ages 3-5)\" style=\"fancy\"]To orient preschool-age children to the aquatics environment and to help them acquire rudimentary levels of basic aquatic skills.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                      <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-1.pdf\">Preschool 1 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Preschool Aquatics Level 2* (Ages 3-5)\" style=\"fancy\"]Students will build on the skills learned in Level 1, learning combined arm and leg movement, as well as learning to be self-supporting.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                 <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-2.pdf\">Preschool 2 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Preschool Aquatics Level 3* (Ages 3-5)\" style=\"fancy\"] Students will increase proficiency and build on the skills learned in Levels 1 and 2 by providing additional guided practice with increased distances and times.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                  <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-3.pdf\">Preschool 3 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Level 1 – Intro to Water Skills (Ages 5-12)\" style=\"fancy\"] There are no prerequisites for this course. The objective of Level 1 is to help students feel comfortable in the water and enjoy the water safely.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                        <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-1.pdf\">Level 1 Skills Checklist</a> [/su_spoiler]\n[su_spoiler title=\"Level 2 - Fundamental Aquatic Skill (Ages 5-12)\" style=\"fancy\"] The objective of Level 2 is to give students success with fundamental skills. Students will learn to float without support and to recover to vertical position. This level marks the beginning of true locomotion skills. Students explore simultaneous and alternating arm and leg actions on the front and back to lay the foundation for future strokes.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-2.pdf\">Level 2 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Level 3 - Stroke Development (Ages 5-12) \" style=\"fancy\"] Students will build on the skills in Level 2 by providing additional guided practice. The students will be taught to coordinate the front crawl and back crawl. Elements of the butterfly and treading water will be introduced. Students will also learn rules for head first entries and will begin to learn to enter the water head first from the side of the pool.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-3.pdf\">Level 3 Skills Checklist</a> [/su_spoiler]\n[su_spoiler title=\"Level 4 - Stroke Improvement (ages 5 -12)\" style=\"fancy\"] The objective of Level 4 is to develop confidence in the strokes learned thus far and to improve other aquatic skills. Students can expect to improve their skills and increase their endurance by swimming familiar strokes for greater distances. Students will continue to build on the butterfly and introduce the elementary backstroke, breaststroke, sidestroke, and basic turns.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-4.pdf\">Level 4 Skills Checklist</a>       [/su_spoiler]\n\n[su_spoiler title=\"Level 5 - Stroke Refinement (ages 5 -12)\" style=\"fancy\"] To further learn how to coordinate and refine all strokes as well as progress into shallow angle dives, flip turns and backstroke flip turns.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-5.pdf\">Level 5 Skills Checklist</a>       [/su_spoiler]\n\n[su_spoiler title=\"Level 6 - Fitness Swimmer (ages 5 -12)\" style=\"fancy\"] To refine strokes so participants swim them with more ease, efficiency, power and smoothness and over greater distances.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-6.pdf\">Level 6 Skills checklist</a>       [/su_spoiler]\n[su_spoiler title=\"Adult Swimming Program\" style=\"fancy\"] This swimming program has a little bit for everyone. Did you always wish that you had learned how to swim as a child? Well it’s never too late to get started. The purpose of this program is what YOU want to get out of it. For some of you that may mean personal safety, “I want to be able to save myself.” For others it may be learning to swim the basic strokes so that you can later use them for fitness swimming. Your needs will be discussed at the beginning of the class, and the class will be geared towards meeting your personal goals. [/su_spoiler]\n[su_spoiler title=\"Private Swim Lessons\" style=\"fancy\"] If your swimming skills aren’t ready for public viewing, or if our group lessons don’t fit your schedule, we can provide one on one sessions with experienced instructors tailored to meet your needs. Whether you’ve never learned to swim or just want to improve your technique, we can match you with the appropriate level of instruction. Call today for an appointment. <strong>No coupon.</strong>\n\n<strong>Program Fee</strong> $30.00/ half hr./ per student\n<strong>Macedonia Resident Fee</strong> $25.00/ half hr./per student\n<strong>Member Fee</strong> $20.00/ half hr./per student [/su_spoiler]\n[su_spoiler title=\"Semi-Private Swim Lessons\" style=\"fancy\"] Receive the benefits of a private lesson with a friend or family member. The following fees are in addition to the private lesson fee. The first participant pays the private lesson fee, each participant after pays the following fee.  By appointment only. (Maximum of 4 participants in a semi-private lesson.) <strong>No coupon.</strong>\n\n<strong>Program Fee</strong> $15.00/ half hr./ per student\n<strong>Macedonia Resident Fee</strong> $13.00/ half hr./per student\n<strong>Member Fee</strong> $10.00/ half hr./per student [/su_spoiler]\n\n<strong>*All swim classes have limited space available. No make-up lessons for missed lessons. Participants will receive a full refund or credit if the Parks &amp; Recreation Department cancels a lesson.</strong> <strong>No drop-ins. Coupon accepted.</strong>','Swim Lessons','','publish','open','open','','swim-lessons','','','2018-11-21 17:39:21','2018-11-21 17:39:21','',2103,'http://www.x2media.us/macrec/?page_id=2128',0,'page','',0),(2153,1,'2014-11-17 03:20:11','2014-11-17 03:20:11',' ','','','publish','open','closed','','2153','','','2018-12-21 19:34:40','2018-12-21 19:34:40','',2103,'http://www.x2media.us/macrec/?p=2153',4,'nav_menu_item','',0),(2221,1,'2018-12-10 10:39:04','2018-12-10 10:39:04','&nbsp;\n\n[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf\"]Click Here For February Pool Schedule [/su_button]\n[su_spacer size=\"30\"]\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1.jpg\"><img class=\" wp-image-4946 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1-300x229.jpg\" alt=\"\" width=\"619\" height=\"473\" /></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act.jpg\"><img class=\" wp-image-4934 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act-300x230.jpg\" alt=\"\" width=\"626\" height=\"480\" /></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Pool Schedule','','publish','open','open','','pool-schedule','','','2019-01-31 22:48:58','2019-01-31 22:48:58','',2103,'http://www.x2media.us/macrec/?page_id=2221',0,'page','',0),(2222,1,'2014-11-18 17:04:11','2014-11-18 17:04:11','','NOV 2014 - Pool Schedule_Page_1','','inherit','open','open','','nov-2014-pool-schedule_page_1','','','2014-11-18 17:04:11','2014-11-18 17:04:11','',2221,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/NOV-2014-Pool-Schedule_Page_1.jpg',0,'attachment','image/jpeg',0),(2223,1,'2014-11-18 17:04:18','2014-11-18 17:04:18','','NOV 2014 - Pool Schedule_Page_2','','inherit','open','open','','nov-2014-pool-schedule_page_2','','','2014-11-18 17:04:18','2014-11-18 17:04:18','',2221,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/NOV-2014-Pool-Schedule_Page_2.jpg',0,'attachment','image/jpeg',0),(2225,1,'2014-11-18 17:05:33','2014-11-18 17:05:33',' ','','','publish','open','closed','','2225','','','2018-12-21 19:34:40','2018-12-21 19:34:40','',2103,'http://www.x2media.us/macrec/?p=2225',2,'nav_menu_item','',0),(2226,1,'2014-11-18 17:11:03','2014-11-18 17:11:03','','Swim Lesson Info FALL 2014_Page_1','','inherit','open','open','','swim-lesson-info-fall-2014_page_1','','','2014-11-18 17:11:03','2014-11-18 17:11:03','',2128,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Swim-Lesson-Info-FALL-2014_Page_1.jpg',0,'attachment','image/jpeg',0),(2227,1,'2014-11-18 17:11:06','2014-11-18 17:11:06','','Swim Lesson Info FALL 2014_Page_2','','inherit','open','open','','swim-lesson-info-fall-2014_page_2','','','2014-11-18 17:11:06','2014-11-18 17:11:06','',2128,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Swim-Lesson-Info-FALL-2014_Page_2.jpg',0,'attachment','image/jpeg',0),(2228,1,'2014-11-18 17:11:13','2014-11-18 17:11:13','','Swim Lessons - FALL 2014','','inherit','open','open','','swim-lessons-fall-2014','','','2014-11-18 17:11:13','2014-11-18 17:11:13','',2128,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Swim-Lessons-FALL-2014.jpg',0,'attachment','image/jpeg',0),(2230,1,'2014-11-18 17:26:06','2014-11-18 17:26:06','<div class=\"main-holder\">\n<div id=\"content\">\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3><a href=\"https://hytek.active.com/swimming-software.html\"><img class=\"size-medium wp-image-4931 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Hy-Tek-Logo-300x164.jpg\" alt=\"\" width=\"300\" height=\"164\" /></a></h3>\n</div>\n&nbsp;\n<div id=\"content\">\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>We proudly use Active HY-TEK software to power our swim team!</strong></span></h4>\n<h3></h3>\n</div>\n</div>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n<h3 style=\"text-align: center;\"><strong><span style=\"color: #0000ff;\">2019 Swim Meet Schedule</span></strong></h3>\n<div class=\"main-holder\">\n<div id=\"content\">\n<h4 style=\"text-align: center;\">Jan. 26 @ Youngstown JCC</h4>\n<p style=\"text-align: center;\"><i>5:30 pm warm up - 6:00 pm start time</i></p>\n\n<h4 style=\"text-align: center;\">Feb. 2 vs. Akron JCC</h4>\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\n\n<h4 style=\"text-align: center;\">Feb. 9 @ Kent State</h4>\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\n\n<h4 style=\"text-align: center;\">Feb. 23 @ Kent Seariders</h4>\n<p style=\"text-align: center;\"><i>5:30 pm warm up - 6:00 pm start time</i></p>\n\n<h4 style=\"text-align: center;\">Mar. 2 vs Medina</h4>\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\n<p style=\"text-align: center;\"></p>\n\n<h4 style=\"text-align: center;\">March 9th Championships</h4>\n<p style=\"text-align: center;\">Wooster YMCA/High School</p>\n<p style=\"text-align: center;\"><i>9:00 am - Warm-ups - </i><i>10:00 am - Start Time</i></p>\n&nbsp;\n\n</div>\n</div>\n<h3></h3>\n&nbsp;\n<div class=\"main-holder\">\n<div id=\"content\">\n<h3></h3>\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Manta Rays Swim Team</strong></span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Swimmers who have knowledge of the competitive strokes will train three times per week to develop their strokes, starts and turns, and compete in dual meets throughout the season.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Required:</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-Be able to swim 25 yards freestyle and backstroke without stopping and have a good idea for how to breathe to their side in the freestyle.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-swim team experience or have passed levels 2-6 of swimming lessons.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Cost includes a team t-shirt and swim cap, and championship entry fee and t-shirt!</span></p>\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season.png\"><img class=\" wp-image-4868 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season-232x300.png\" alt=\"\" width=\"335\" height=\"433\" /></a>\n\n</div>\n</div>\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Manta Rays Swim Team','','publish','open','open','','mantarays','','','2019-01-24 18:20:17','2019-01-24 18:20:17','',2103,'http://www.x2media.us/macrec/?page_id=2230',0,'page','',0),(2233,1,'2014-11-18 17:26:06','2014-11-18 17:26:06',' ','','','publish','open','closed','','2233','','','2018-12-21 19:34:40','2018-12-21 19:34:40','',2103,'http://www.x2media.us/macrec/uncategorized/2233/',3,'nav_menu_item','',0),(2241,1,'2014-11-18 17:56:05','2014-11-18 17:56:05','\n\n<h4><span style=\"color: #0000ff;\">Bethann barto, fitness consultant,    email:  </span><em><a href=\"mailto:bethann946@roadrunner.com\"><span style=\"color: #0000ff;\">bethann946@roadrunner.com</span></a></em></h4>\n\n<!-- &#091;if gte mso 9&#093;><xml>\n<o:OfficeDocumentSettings>\n<o:AllowPNG></o:AllowPNG>\n</o:OfficeDocumentSettings>\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\n<w:WordDocument>\n<w:View>Normal</w:View>\n<w:Zoom>0</w:Zoom>\n<w:TrackMoves></w:TrackMoves>\n<w:TrackFormatting></w:TrackFormatting>\n<w:PunctuationKerning></w:PunctuationKerning>\n<w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\n<w:DoNotPromoteQF></w:DoNotPromoteQF>\n<w:LidThemeOther>EN-US</w:LidThemeOther>\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\n<w:Compatibility>\n<w:BreakWrappedTables></w:BreakWrappedTables>\n<w:SnapToGridInCell></w:SnapToGridInCell>\n<w:WrapTextWithPunct></w:WrapTextWithPunct>\n<w:UseAsianBreakRules></w:UseAsianBreakRules>\n<w:DontGrowAutofit></w:DontGrowAutofit>\n<w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\n<w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\n<w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\n<w:OverrideTableStyleHps></w:OverrideTableStyleHps>\n</w:Compatibility>\n<m:mathPr>\n<m:mathFont m:val=\"Cambria Math\"></m:mathFont>\n<m:brkBin m:val=\"before\"></m:brkBin>\n<m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\n<m:smallFrac m:val=\"off\"></m:smallFrac>\n<m:dispDef></m:dispDef>\n<m:lMargin m:val=\"0\"></m:lMargin>\n<m:rMargin m:val=\"0\"></m:rMargin>\n<m:defJc m:val=\"centerGroup\"></m:defJc>\n<m:wrapIndent m:val=\"1440\"></m:wrapIndent>\n<m:intLim m:val=\"subSup\"></m:intLim>\n<m:naryLim m:val=\"undOvr\"></m:naryLim>\n</m:mathPr></w:WordDocument>\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\n</w:LatentStyles>\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\n\n<style>\n /* Style Definitions */<br />table.MsoNormalTable<br />{mso-style-name:\"Table Normal\";<br />mso-tstyle-rowband-size:0;<br />mso-tstyle-colband-size:0;<br />mso-style-noshow:yes;<br />mso-style-priority:99;<br />mso-style-parent:\"\";<br />mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />mso-para-margin-top:0in;<br />mso-para-margin-right:0in;<br />mso-para-margin-bottom:10.0pt;<br />mso-para-margin-left:0in;<br />line-height:115%;<br />mso-pagination:widow-orphan;<br />font-size:11.0pt;<br />font-family:\"Calibri\",\"sans-serif\";<br />mso-ascii-font-family:Calibri;<br />mso-ascii-theme-font:minor-latin;<br />mso-hansi-font-family:Calibri;<br />mso-hansi-theme-font:minor-latin;}<br /></style><!&#091;endif&#093;-->\n\n<span style=\"font-size: 14px;\">Personal trainers can help start you on a path towards reaching your health and wellness goals. Whether you\'re seeking general conditioning, sports-specific training, motivation or nutrition advice,  we are trained to work with people of all ages and fitness levels.</span>\n\n<span style=\"font-size: 14px;\">1 on 1 Personal Training</span> <span style=\"font-size: 14px;\">Package Includes:\n</span>\n<ul>\n 	<li><span style=\"font-size: 14px;\">Fitness Assessment Challenge</span></li>\n 	<li><span style=\"font-size: 14px;\">Body Fat Testing &amp; Measurements</span></li>\n 	<li><span style=\"font-size: 14px;\">Professional Stretching</span></li>\n 	<li><span style=\"font-size: 14px;\">All Programs Custom Designed</span></li>\n 	<li><span style=\"font-size: 14px;\">Diet and Nutrition Suggestions</span></li>\n</ul>\n<a href=\"http://macrec.com/wp-content/uploads/2018/09/1-on-1-training.png\"><img class=\"alignnone size-medium wp-image-4652\" src=\"http://macrec.com/wp-content/uploads/2018/09/1-on-1-training-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>\n<h4><span style=\"font-size: 18px; font-family: Calibri, sans-serif;\">-All one hour massage services now include a steamed, hot towel service</span></h4>\n\n<h4><span style=\"color: #000000;\">Personal Training Packages</span></h4>\n<span style=\"color: #000000;\"><em>All personal training and services must be redeemed within 1 year of purchase date.</em></span>\n\n[su_spoiler title=\"30 Minute Express Personal Training\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\n\n(Receive 1 FREE session with purchase of 5)\n\n[/su_spoiler]\n\n[su_spoiler title=\"1 Hour Personal Training\" style=\"fancy\"]Session Members -$55.00     Macedonia Residence -$60.00        General Public- $65.00 [/su_spoiler]\n[su_spoiler title=\"5 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$275.00     Macedonia Residence -$300.00        General Public- $325.00\n\n(Receive 1 FREE session with purchase) [/su_spoiler]\n[su_spoiler title=\"10 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$550.00     Macedonia Residence -$600.00        General Public- $650.00\n\n(Receive 2 FREE sessions with purchase) [/su_spoiler]\n[su_spoiler title=\"20 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1100.00     Macedonia Residence -$1200.00        General Public- $1300.00\n\n(Receive 4 FREE sessions with purchase) [/su_spoiler]\n\n[su_spoiler title=\"30- 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1650.00     Macedonia Residence -$1800.00        General Public- $1950.00\n\n(Receive 6 FREE sessions with purchase) [/su_spoiler]\n[su_spoiler title=\"40 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$2200.00     Macedonia Residence -$2400.00        General Public- $2600.00\n\n(Receive 8 FREE sessions with purchase) [/su_spoiler]\n\n[su_spoiler title=\"Private Pilates Personal Training Session\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\n\n(Receive 3 FREE sessions with purchase of 5)\n\n[su_spoiler title=\"Additional Personal Training Services\" style=\"fancy\"]\n\n•Teen Training Program\nMember $20 / Macedonia Resident $25 / General Public $30\n\n•New Member Workout\nMember $20 / Macedonia Resident $25 / General Public $30\n\n•Small Group Personal Training [/su_spoiler]\n<h4><span style=\"color: #000000;\">Personal Services</span></h4>\n[su_accordion]\n[su_spoiler title=\"Body Fat Testing and Measurements\" style=\"fancy\"]A Personal Trainer will measure your body fat with a body fat caliper to determine your correct percentage. We will also take accurate measurements and document the information for you.\nGeneral Public: - $12.00     Macedonia Residence Fee $10.00     Member Fee-$8.00 [/su_spoiler]\n[su_spoiler title=\"Professional Stretching (30 Min.)\" style=\"fancy\"]Let our Personal Trainers professionally stretch out your entire body. This session is 30 minutes long. It helps relieve muscle soreness, increase range of motion, and leaves you feeling great!\nGeneral Public: - $49.00     Macedonia Residence Fee $47.00     Member Fee-$45.00\n\nPurchase 10  Stretching Sessions get 1 Free\n\nGeneral Public: - $490.00 Macedonia Residence Fee $470.00     Member Fee-$450.00\n\n[/su_spoiler]\n[su_spoiler title=\"Fitness Assessment\" style=\"fancy\"]What areas should you be working harder on: flexibility, cardiovascular, strength. Our personal Trainers will help determined the area of need. Bring water and wear workout clothing. Assessment is roughly 15 minutes. For men and women ages 15 years and older.\nGeneral Public: - $15.00     Macedonia Residence Fee $12.00     Member Fee-$10.00 [/su_spoiler]\n[su_spoiler title=\"Fluidity Bar Group Training\" style=\"fancy\"]Fluidity Bar training is designed to improve our ability to function in everyday life– that is, multi-dimensional, weight-bearing movements that challenge our balance, stability and mobility. Fluidity Bar strengthens and lengthens muscles and improves the pelvic floor girdle area by 360 degrees of challenging poses. This training is done by appointment only and is a 60 minute session.\n1 - 1 Hour Session: General Public Fee: - $16.00     Macedonia Residence Fee $14.00     Member Fee-$12.00\n5 - 1 Hour Sessions: General Public Fee: - $80.00     Macedonia Residence Fee $70.00     Member Fee-$60.00\n\nClass Schedule\nTuesday: 9:00 - 10:00 AM\nThursday: 9:00 – 10:00 AM\n\n<em> *Registration for Fluidity Bar classes can be done at the front desk*</em>\n\n[/su_spoiler]\n[su_spoiler title=\"Kinesiology Therapeutic Tape\" style=\"fancy\"]Our Certified KT Specialist is certified in: Kinesiology Taping. This method aids in the healing process of most injuries. The direction method applied &amp; the compression of the tape helps heal your injury faster. Most Professional Athlete\'s use KT to help with performance &amp; healing.\n\nCost: $10.00 to $20.00 (depending on how much tape is used &amp; how many times the client will have to return for more taping) [/su_spoiler]\n<h3><span style=\"color: #ff0000;\">Personal Trainers not affiliated with the Macedonia Recreation Center can enter the center to train at a $50 fee per hour.</span></h3>\n\n','Personal Training','','publish','open','open','','personal-training','','','2018-10-01 20:27:40','2018-10-01 20:27:40','',2093,'http://www.x2media.us/macrec/?page_id=2241',0,'page','',0),(2242,1,'2014-11-18 17:55:28','2014-11-18 17:55:28','','Personal Training brochure Update 2013_Page_1','','inherit','open','open','','personal-training-brochure-update-2013_page_1','','','2014-11-18 17:55:28','2014-11-18 17:55:28','',2241,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Personal-Training-brochure-Update-2013_Page_1.jpg',0,'attachment','image/jpeg',0),(2243,1,'2014-11-18 17:55:35','2014-11-18 17:55:35','','Personal Training brochure Update 2013_Page_2','','inherit','open','open','','personal-training-brochure-update-2013_page_2','','','2014-11-18 17:55:35','2014-11-18 17:55:35','',2241,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Personal-Training-brochure-Update-2013_Page_2.jpg',0,'attachment','image/jpeg',0),(2245,1,'2014-11-18 17:57:21','2014-11-18 17:57:21','\n\n<h4>Bethann Barto, fitness consultant,    email:  <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\n\n<h2>Massage Services</h2>\nMassage is the manipulation of the soft tissues of the body which helps ease stress, and muscular tension, relieve pain from injuries and speed healing.\n\nLooking to add on additional services?  We offer 90 minute massage and 180 minute massage as well.\n\nAll one-hour massage services now include a steamed, hot towel.\n\n<strong>Our Policies:</strong>\n\nA $25 reservation fee to hold appointment time for non-members of the Macedonia Family Recreation Center.\nFee will be put towards price of service as long as appointment is held.\nA $25 fee will be assessed for any cancellation not made 24 hours before appointment.\n\n<strong>*Massage prices do not include gratuity.*</strong>\n\n<strong>*Draping is REQUIRED for all massage services.*</strong>\n<h4><a href=\"http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy.png\"><img class=\"alignnone size-medium wp-image-4649\" src=\"http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h4>\n<h4>Massage Service Descriptions</h4>\n[su_accordion]\n[su_spoiler title=\"Deep Tissue Massage\" style=\"fancy\"]This massage focuses on deep layers of muscle tissue to release tension in the body by using slow stokes with extra pressure.\nMembers $65     Residents $70      General Public $75   (price per hour) [/su_spoiler]\n\n[su_spoiler title=\"Swedish Massage\" style=\"fancy\"]Swedish massage therapy involves soft, long, kneading strokes, as well as light, rhythmic, tapping strokes, on topmost layers of muscles.\nMembers $60     Residents $65      General Public $70  (price per hour)\n\n[/su_spoiler]\n\n[su_spoiler title=\"Athletic Massage\" style=\"fancy\"]This massage is geared toward athletes-runners, swimmers, tri-athletes people who need specific areas worked on.\nMembers $65     Residents $70      General Public $75   (price per hour)[/su_spoiler]\n[su_spoiler title=\"Chair Massage\" style=\"fancy\"]In a hurry? Remain fully dressed while enjoying an invigorating massage in chair. Minimum 10 min. required.\nFee: $1.25 per minute [/su_spoiler]\n\n[su_spoiler title=\"Cupping Therapy\" style=\"fancy\"] Over 7,000 years old dating back to Egyptian and Chinese doctors to heal patients. The Massage Therapist uses silicone cups to pull the muscle outward instead of pressing down on the muscle tissue. The method is safe and highly effective for most people. This method relieves muscle soreness, helps heal and remove toxins and helps in circulation.  Minimum 10 min. required.\nFee: $1.00 per minute [/su_spoiler]\n\n[su_spoiler title=\"Massage Package Deals\" style=\"fancy\"]\n\nPurchase 5 Swedish at regular price and get 1 hour FREE\nMembers $300     Residents $325      General Public $375\n\nPurchase 5 Deep Tissue at regular price and get 1 hour FREE\nMembers $325     Residents $350      General Public $375\n\n[/su_spoiler]\n[/su_accordion]\n\n','Massage','','publish','open','open','','massage','','','2018-10-01 20:26:57','2018-10-01 20:26:57','',2093,'http://www.x2media.us/macrec/?page_id=2245',0,'page','',0),(2246,1,'2014-11-18 17:56:53','2014-11-18 17:56:53','','Massage_Page_1','','inherit','open','open','','massage_page_1','','','2014-11-18 17:56:53','2014-11-18 17:56:53','',2245,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Massage_Page_1.jpg',0,'attachment','image/jpeg',0),(2247,1,'2014-11-18 17:57:01','2014-11-18 17:57:01','','Massage_Page_2','','inherit','open','open','','massage_page_2','','','2014-11-18 17:57:01','2014-11-18 17:57:01','',2245,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Massage_Page_2.jpg',0,'attachment','image/jpeg',0),(2249,1,'2014-11-18 17:58:12','2014-11-18 17:58:12',' ','','','publish','open','open','','2249','','','2014-11-18 17:58:32','2014-11-18 17:58:32','',2093,'http://www.x2media.us/macrec/?p=2249',3,'nav_menu_item','',0),(2250,1,'2014-11-18 17:58:12','2014-11-18 17:58:12',' ','','','publish','open','open','','2250','','','2014-11-18 17:58:32','2014-11-18 17:58:32','',2093,'http://www.x2media.us/macrec/?p=2250',4,'nav_menu_item','',0),(2252,1,'2014-11-18 20:55:42','2014-11-18 20:55:42','\n\n<div id=\"sub_nav\"></div>\n<div id=\"content\">\n<h4>Shelter Reservation Policy</h4>\n<strong>1.</strong> Shelters may be reserved by Macedonia Residents beginning January 1st for that current year. Non-residents may reserve shelters after February 1st for that current year.\nProof of residency required.\n<strong>2.</strong> Shelters available to reserve on a ﬁrst come ﬁrst serve basis.\n<strong>3.</strong> Electrical Outlets are available at Longwood only. Sanitary facilities are also available. Water is available at Longwood, and features hiking trails, softball ﬁelds, and playgrounds. Sugarbush offers a basketball court, softball ﬁeld, playground, and hiking trails.\n<strong>4.</strong> Alcoholic Beverages are Prohibited.\n<strong>5.</strong> The Shelter reservation will not exempt you from the rules of the park or the City of Macedonia.\n<strong>6.</strong> Park hours are from 8:00am to 8:00pm. Shelters are reserved for the entire day. (Dawn to Dusk)\n<strong>7.</strong> Cost of reserving shelters:\n\n<strong>Residents: $25 weekdays (M-F) $50 weekends/holidays</strong>\n<strong>Non-residents: $50 weekdays (M-F) $75 weekends/holidays</strong>\n\n<strong>8.</strong> Refunds will be issued only when shelter is deemed unusable by the Parks and Recreation Administrative Staff or when a request for a refund is made 30 days before the event.\n\n<strong>Longwood 1</strong> — accommodates up to 100 people and has 10 tables.\n<strong>Longwood 2</strong> — accommodates up to 100 people and has 10 tables.\n<strong>Longwood 3</strong> — accommodates up to 65 people and has 6 tables.\n<strong>Sugarbush</strong> — accommodates up to 85 people and has 8 tables.\n\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/02/Shelter-Form.pdf\">Download the Shelter Form Application Here</a></span>\n\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2017/01/Field-Permit-Application.pdf\">Download the Field Permit Application Here</a></span>\n\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2017/03/Longwood-Park-Map-2017.pdf\">Longwood Park Map </a></span>\n\n</div>\n\n','Shelter Reservations','','publish','open','open','','shelter-reservations','','','2018-07-10 15:22:31','2018-07-10 15:22:31','',2099,'http://www.x2media.us/macrec/?page_id=2252',0,'page','',0),(2253,1,'2014-11-18 20:55:24','2014-11-18 20:55:24','','Parks Map','','inherit','open','open','','parks-map','','','2014-11-18 20:55:24','2014-11-18 20:55:24','',2252,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Parks-Map.jpg',0,'attachment','image/jpeg',0),(2255,1,'2014-11-18 21:00:11','2014-11-18 21:00:11','','Field Permit Application 2012-1','','inherit','open','open','','field-permit-application-2012-1','','','2014-11-18 21:00:11','2014-11-18 21:00:11','',2252,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Field-Permit-Application-2012-1.pdf',0,'attachment','application/pdf',0),(2263,1,'2014-11-18 21:42:14','2014-11-18 21:42:14','[[\"Hourly Rental Rates\\nRoom\\/Area\",\"Maximum\\nOccupancy\",\"Class 1\\nper hour\",\"Class 2\\nper hour\",\"Class 3\\nper hour\"],[\"Activity Room\",\"40\",\"$30\",\"$40\",\"$50\"],[\"Rotunda \\u2013 Section\",\"40\",\"$20\",\"$30\",\"$35\"],[\"Natatorium \\u2013 Whole*\",\"200\",\"$150\",\"$200\",\"$300\"],[\"Natatorium \\u2013 Lap Pool\",\"100\",\"$90\",\"$100\",\"$120\"],[\"Natatorium \\u2013 Activity Pool\",\"75\",\"$90\",\"$100\",\"$120\"],[\"Natatorium \\u2013 Lap Lane\",\"10\",\"$20\",\"$25\",\"$30\"]]','Hourly Rental Rates','','publish','closed','closed','','hourly-rental-rates','','','2014-11-18 21:57:35','2014-11-18 21:57:35','',0,'http://www.x2media.us/macrec/?post_type=tablepress_table&#038;p=2263',0,'tablepress_table','application/json',0),(2276,1,'2014-11-21 17:45:21','2014-11-21 17:45:21','','facility_policies-1','','inherit','open','open','','facility_policies-1','','','2014-11-21 17:45:21','2014-11-21 17:45:21','',1797,'http://www.x2media.us/macrec/wp-content/uploads/2011/07/facility_policies-1.pdf',0,'attachment','application/pdf',0),(2284,1,'2014-11-21 22:36:29','2014-11-21 22:36:29','','ClassSchedule','','inherit','open','open','','classschedule','','','2014-11-21 22:36:29','2014-11-21 22:36:29','',497,'http://www.x2media.us/macrec/wp-content/uploads/2012/07/ClassSchedule.jpg',0,'attachment','image/jpeg',0),(2285,1,'2014-11-21 22:40:58','2014-11-21 22:40:58','','ClassSchedule','','inherit','open','open','','classschedule-2','','','2014-11-21 22:40:58','2014-11-21 22:40:58','',497,'http://www.x2media.us/macrec/wp-content/uploads/2012/07/ClassSchedule1.jpg',0,'attachment','image/jpeg',0),(2294,1,'2014-11-22 00:02:27','2014-11-22 00:02:27','','ClassSchedule','','inherit','open','open','','classschedule-3','','','2014-11-22 00:02:27','2014-11-22 00:02:27','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassSchedule.jpg',0,'attachment','image/jpeg',0),(2312,1,'2014-11-22 23:39:23','2014-11-22 23:39:23','','ClassSchedule','','inherit','open','open','','classschedule-4','','','2014-11-22 23:39:23','2014-11-22 23:39:23','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassSchedule1.jpg',0,'attachment','image/jpeg',0),(2362,1,'2014-12-09 16:55:30','2014-12-09 16:55:30','','Banner-02','','inherit','open','open','','banner-02','','','2014-12-09 16:55:30','2014-12-09 16:55:30','',1905,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/Banner-02.jpg',0,'attachment','image/jpeg',0),(2363,1,'2014-12-10 16:09:00','2014-12-10 16:09:00','','Banner-03','','inherit','open','open','','banner-03','','','2014-12-10 16:09:00','2014-12-10 16:09:00','',1903,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/Banner-03.jpg',0,'attachment','image/jpeg',0),(2365,1,'2014-12-22 21:12:58','2014-12-22 21:12:58','','SwimScheduleIcon','','inherit','open','open','','swimscheduleicon','','','2014-12-22 21:12:58','2014-12-22 21:12:58','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/SwimScheduleIcon.jpg',0,'attachment','image/jpeg',0),(2367,1,'2014-12-22 21:14:43','2014-12-22 21:14:43','','Powerpoint-template-upcoming-event-logo-graphic-design','','inherit','open','open','','powerpoint-template-upcoming-event-logo-graphic-design','','','2014-12-22 21:14:43','2014-12-22 21:14:43','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/Powerpoint-template-upcoming-event-logo-graphic-design.jpg',0,'attachment','image/jpeg',0),(2368,1,'2014-12-22 21:15:41','2014-12-22 21:15:41','','UpcomingEvents','','inherit','open','open','','upcomingevents','','','2014-12-22 21:15:41','2014-12-22 21:15:41','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg',0,'attachment','image/jpeg',0),(2373,1,'2014-12-23 03:05:18','2014-12-23 03:05:18','','SwimClassSchedule','','inherit','open','open','','swimclassschedule','','','2014-12-23 03:05:18','2014-12-23 03:05:18','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/SwimClassSchedule.jpg',0,'attachment','image/jpeg',0),(2390,1,'2014-12-28 19:09:16','2014-12-28 19:09:16','[[\"Hours\",\"Phone\",\"Address\"],[\"Mon-Thurs   5:30am-9pm\",\"Main Line  330-468-8370\",\"1494 East Aurora Rd.\"],[\"Friday   5:30am-8pm\",\"Hotline  330-468-8369\",\"Macedonia, Oh 44056\"],[\"Saturday   8am-6pm\",\"Fax  330-468-8377\",\"\"],[\"Sunday   9am-5pm\",\"\",\"\"],[\"* Pool closes 30 minutes BEFORE facility.\",\"SPECIAL CLOSINGS: Facility will be closed on Easter, Memorial Day, July 4th, Labor Day, Thanksgiving, Christmas Eve, Christmas Day, New Year\\u2019s Eve, New Year\\u2019s Day, Annual Facility Shutdown. \",\"#colspan#\"]]','Home page hours, phone and address','','publish','closed','closed','','home-page-hours-phone-and-address','','','2018-09-17 20:24:43','2018-09-17 20:24:43','',0,'http://www.x2media.us/macrec/?post_type=tablepress_table&#038;p=2390',0,'tablepress_table','application/json',0),(2393,1,'2014-12-28 19:43:29','2014-12-28 19:43:29','','PoolSchedule','','inherit','open','open','','poolschedule','','','2014-12-28 19:43:29','2014-12-28 19:43:29','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg',0,'attachment','image/jpeg',0),(2405,1,'2014-12-28 21:11:45','2014-12-28 21:11:45','','logo_footer','','inherit','open','open','','logo_footer','','','2014-12-28 21:11:45','2014-12-28 21:11:45','',1902,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/logo_footer.png',0,'attachment','image/png',0),(2457,1,'2015-01-06 16:35:35','2015-01-06 16:35:35','[[\"Name \",\"Department\",\"Email Address\"],[\"Angela Gmerek\",\"Director of Parks & Recreation\",\"<a href=\\\"mailto:agmerek@macedonia.oh.us\\\">agmerek@macedonia.oh.us<\\/a>\"],[\"John Doyle\",\"Aquatics Coordinator\",\"<a href=\\\"mailto:jdoyle@macedonia.oh.us\\\">jdoyle@macedonia.oh.us<\\/a>\"],[\"Cindy Funk\",\"Administrative Coordinator\",\"<a href=\\\"mailto:cfunk@macedonia.oh.us\\\">cfunk@macedonia.oh.us<\\/a>\"],[\"Alan Hamski\",\"Recreation Coordinator\",\"<a href=\\\"mailto:ahamski@macedonia.oh.us\\\">ahamski@macedonia.oh.us<\\/a>\"],[\"Bill Lupica\",\"Building Foreman\",\"<a href=\\\"mailto:blupica@macedonia.oh.us\\\">blupica@macedonia.oh.us<\\/a>\"],[\"Brad Wisniewski\",\"Membership & Marketing Coordinator\",\"<a href=\\\"mailto:bwisniewski@macedonia.oh.us\\\">bwisniewski@macedonia.oh.us<\\/a>\"]]','Email Address List','','publish','closed','closed','','email-address-list','','','2018-07-06 17:14:37','2018-07-06 17:14:37','',0,'http://www.x2media.us/macrec/?post_type=tablepress_table&#038;p=2457',0,'tablepress_table','application/json',0),(2463,1,'2015-01-14 20:38:59','2015-01-14 20:38:59','<h2 id=\"content\" class=\"content_full_width\"><a href=\"http://www.macedonia.oh.us/\" target=\"_blank\">City of Macedonia, Ohio</a></h2>\r\n<h2 class=\"content_full_width\"><a href=\"http://www.windmillgolfcenter.com/\" target=\"_blank\">Windmill Golf Center</a></h2>\r\n<h2 class=\"content_full_width\"><a href=\"http://www.ntyf.org/\" target=\"_blank\"> Nordonia Twinsburg Youth Football League</a></h2>\r\n<div class=\"main-holder\">\r\n<h2><a href=\"https://www.silversneakers.com/\" target=\"_blank\">Silver Sneakers Fitness Program</a></h2>\r\n<h2><a href=\"http://nhaa.leaguetoolbox.com/league/\" target=\"_blank\">Nordonia Hills Athletic Association</a></h2>\r\n<h2><a href=\"http://www.playnyb.info/\">Nordonia Youth Basketball</a></h2>\r\n</div>','Links','','publish','open','open','','links','','','2016-10-24 21:36:11','2016-10-24 21:36:11','',0,'http://www.x2media.us/macrec/?page_id=2463',0,'page','',0),(2471,1,'2015-01-15 22:49:09','2015-01-15 22:49:09','','communityfestival','','inherit','open','open','','communityfestival','','','2015-01-15 22:49:09','2015-01-15 22:49:09','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/communityfestival.png',0,'attachment','image/png',0),(2473,1,'2015-01-16 17:22:39','2015-01-16 17:22:39','','bigstock-Fireworks-148530-1','','inherit','open','open','','bigstock-fireworks-148530-1','','','2015-01-16 17:22:39','2015-01-16 17:22:39','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png',0,'attachment','image/png',0),(2476,1,'2015-01-22 21:28:29','2015-01-22 21:28:29','','Aquatics01','','inherit','open','open','','aquatics01','','','2015-01-22 21:28:29','2015-01-22 21:28:29','',2103,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Aquatics01.jpg',0,'attachment','image/jpeg',0),(2487,1,'2015-05-05 14:52:20','2015-05-05 14:52:20','','AquaticsBanner01','','inherit','open','open','','aquaticsbanner01','','','2015-05-05 14:52:20','2015-05-05 14:52:20','',2103,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/AquaticsBanner01.jpg',0,'attachment','image/jpeg',0),(2488,1,'2015-05-05 14:52:26','2015-05-05 14:52:26','','AquaticsBanner02','','inherit','open','open','','aquaticsbanner02','','','2015-05-05 14:52:26','2015-05-05 14:52:26','',2103,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/AquaticsBanner02.jpg',0,'attachment','image/jpeg',0),(2489,1,'2015-05-05 14:52:30','2015-05-05 14:52:30','','AquaticsBanner03','','inherit','open','open','','aquaticsbanner03','','','2015-05-05 14:52:30','2015-05-05 14:52:30','',2103,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/AquaticsBanner03.jpg',0,'attachment','image/jpeg',0),(2490,1,'2015-05-05 14:52:37','2015-05-05 14:52:37','','AquaticsBanner04','','inherit','open','open','','aquaticsbanner04','','','2015-05-05 14:52:37','2015-05-05 14:52:37','',2103,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/AquaticsBanner04.jpg',0,'attachment','image/jpeg',0),(2491,1,'2015-05-05 14:52:43','2015-05-05 14:52:43','','AquaticsBanner05','','inherit','open','open','','aquaticsbanner05','','','2015-05-05 14:52:43','2015-05-05 14:52:43','',2103,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/AquaticsBanner05.jpg',0,'attachment','image/jpeg',0),(2498,1,'2015-05-15 20:12:03','2015-05-15 20:12:03','','ClassScheduleIcon','','inherit','open','open','','classscheduleicon','','','2015-05-15 20:12:03','2015-05-15 20:12:03','',203,'http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg',0,'attachment','image/jpeg',0),(2579,1,'2015-09-01 19:52:15','2015-09-01 19:52:15','','Banner01','','inherit','open','closed','','banner01','','','2015-09-01 19:52:15','2015-09-01 19:52:15','',2093,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Banner01.jpg',0,'attachment','image/jpeg',0),(2580,1,'2015-09-01 19:52:20','2015-09-01 19:52:20','','Banner02','','inherit','open','closed','','banner02','','','2015-09-01 19:52:20','2015-09-01 19:52:20','',2093,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Banner02.jpg',0,'attachment','image/jpeg',0),(2581,1,'2015-09-01 19:52:24','2015-09-01 19:52:24','','Banner03','','inherit','open','closed','','banner03','','','2015-09-01 19:52:24','2015-09-01 19:52:24','',2093,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Banner03.jpg',0,'attachment','image/jpeg',0),(2599,1,'2015-09-04 16:55:51','2015-09-04 16:55:51','','Pool Facts','','inherit','open','closed','','pool-facts','','','2015-09-04 16:55:51','2015-09-04 16:55:51','',2103,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Pool-Facts.jpg',0,'attachment','image/jpeg',0),(2605,1,'2015-09-04 17:21:04','2015-09-04 17:21:04','','visamcdiscover','','inherit','open','closed','','visamcdiscover','','','2015-09-04 17:21:04','2015-09-04 17:21:04','',2018,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/visamcdiscover.jpg',0,'attachment','image/jpeg',0),(2610,1,'2015-09-04 19:59:30','2015-09-04 19:59:30','','visaMCDisCashCheck','','inherit','open','closed','','visamcdiscashcheck','','','2015-09-04 19:59:30','2015-09-04 19:59:30','',2018,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/visaMCDisCashCheck.jpg',0,'attachment','image/jpeg',0),(2613,1,'2015-09-04 20:38:31','2015-09-04 20:38:31','\n\n<h3><span style=\"color: #000080;\"><strong>Babysitter’s Training Course<a href=\"http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course.png\"><img class=\"alignright size-medium wp-image-4921\" src=\"http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a> </strong></span></h3>\n&nbsp;\n\nThis course provides the knowledge and skills necessary to safely and responsibly care for infants and children up to the age of 10, as well as to manage a babysitting business. Plus it offers hands-on skills practice and additional training in first aid.\n\n&nbsp;\n<h3><span style=\"color: #000080;\"><strong>First Aid, CPR and AED</strong></span></h3>\nRed Cross First Aid, CPR (cardiopulmonary resuscitation) and AED (automated external defibrillator) training and certification meets the needs of workplace responders, professional rescuers school staffs, professional responders and healthcare providers, as well as the general public.  <em>No Classes currently scheduled.</em>\n\n','Red Cross Classes','','publish','closed','closed','','red-cross-programs-classes','','','2019-01-22 21:40:46','2019-01-22 21:40:46','',0,'http://www.x2media.us/macrec/?page_id=2613',0,'page','',0),(2616,1,'2015-09-04 20:44:12','2015-09-04 20:44:12',' ','','','publish','closed','closed','','2616','','','2015-09-04 20:44:12','2015-09-04 20:44:12','',0,'http://www.x2media.us/macrec/?p=2616',1,'nav_menu_item','',0),(2617,1,'2015-09-08 20:00:28','2015-09-08 20:00:28','','baseballfieldscrop','','inherit','open','closed','','baseballfieldscrop','','','2015-09-08 20:00:28','2015-09-08 20:00:28','',2099,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/baseballfieldscrop.jpg',0,'attachment','image/jpeg',0),(2618,1,'2015-09-08 20:01:15','2015-09-08 20:01:15','','panoramaviewpicniccrop','','inherit','open','closed','','panoramaviewpicniccrop','','','2015-09-08 20:01:15','2015-09-08 20:01:15','',2099,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/panoramaviewpicniccrop.jpg',0,'attachment','image/jpeg',0),(2619,1,'2015-09-08 20:01:22','2015-09-08 20:01:22','','picnic shelter2crop','','inherit','open','closed','','picnic-shelter2crop','','','2015-09-08 20:01:22','2015-09-08 20:01:22','',2099,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/picnic-shelter2crop.jpg',0,'attachment','image/jpeg',0),(2620,1,'2015-09-08 20:01:27','2015-09-08 20:01:27','','picnic sheltercrop','','inherit','open','closed','','picnic-sheltercrop','','','2015-09-08 20:01:27','2015-09-08 20:01:27','',2099,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/picnic-sheltercrop.jpg',0,'attachment','image/jpeg',0),(2621,1,'2015-09-08 20:01:32','2015-09-08 20:01:32','','pondanddeckcrop','','inherit','open','closed','','pondanddeckcrop','','','2015-09-08 20:01:32','2015-09-08 20:01:32','',2099,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/pondanddeckcrop.jpg',0,'attachment','image/jpeg',0),(2624,1,'2015-09-08 20:10:36','2015-09-08 20:10:36','','bikescrop','','inherit','open','closed','','bikescrop','','','2015-09-08 20:10:36','2015-09-08 20:10:36','',2093,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/bikescrop.jpg',0,'attachment','image/jpeg',0),(2625,1,'2015-09-08 20:10:41','2015-09-08 20:10:41','','kidcarecrop','','inherit','open','closed','','kidcarecrop','','','2015-09-08 20:10:41','2015-09-08 20:10:41','',2093,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/kidcarecrop.jpg',0,'attachment','image/jpeg',0),(2626,1,'2015-09-08 20:10:45','2015-09-08 20:10:45','','treadmillscrop','','inherit','open','closed','','treadmillscrop','','','2015-09-08 20:10:45','2015-09-08 20:10:45','',2093,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/treadmillscrop.jpg',0,'attachment','image/jpeg',0),(2627,1,'2015-09-08 20:10:50','2015-09-08 20:10:50','','weightcrop','','inherit','open','closed','','weightcrop','','','2015-09-08 20:10:50','2015-09-08 20:10:50','',2093,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/weightcrop.jpg',0,'attachment','image/jpeg',0),(2630,1,'2015-09-08 20:13:49','2015-09-08 20:13:49','','Banner02','','inherit','open','closed','','banner02-2','','','2015-09-08 20:13:49','2015-09-08 20:13:49','',2093,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Banner021.jpg',0,'attachment','image/jpeg',0),(2646,1,'2015-09-09 19:17:17','2015-09-09 19:17:17','','birthdaycrop','','inherit','open','closed','','birthdaycrop','','','2015-09-09 19:17:17','2015-09-09 19:17:17','',1999,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/birthdaycrop.jpg',0,'attachment','image/jpeg',0),(2668,1,'2015-09-18 20:05:16','2015-09-18 20:05:16','','SilverSneakers_Logo','','inherit','open','closed','','silversneakers_logo','','','2015-09-18 20:05:16','2015-09-18 20:05:16','',2061,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/SilverSneakers_Logo.jpg',0,'attachment','image/jpeg',0),(2678,1,'2015-09-18 21:22:51','2015-09-18 21:22:51','','PoolActivityAugust 2015-2','','inherit','open','closed','','poolactivityaugust-2015-2','','','2015-09-18 21:22:51','2015-09-18 21:22:51','',2221,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/PoolActivityAugust-2015-2.jpg',0,'attachment','image/jpeg',0),(2679,1,'2015-09-18 21:25:33','2015-09-18 21:25:33','','LapPoolAugust 2015-1','','inherit','open','closed','','lappoolaugust-2015-1','','','2015-09-18 21:25:33','2015-09-18 21:25:33','',2221,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/LapPoolAugust-2015-1.jpg',0,'attachment','image/jpeg',0),(2685,1,'2015-10-05 16:03:53','2015-10-05 16:03:53','','MainBanner01','','inherit','open','closed','','mainbanner01','','','2015-10-05 16:03:53','2015-10-05 16:03:53','',1907,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/MainBanner01.jpg',0,'attachment','image/jpeg',0),(2686,1,'2015-10-05 16:03:57','2015-10-05 16:03:57','','MainBanner02','','inherit','open','closed','','mainbanner02','','','2015-10-05 16:03:57','2015-10-05 16:03:57','',1907,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/MainBanner02.jpg',0,'attachment','image/jpeg',0),(2687,1,'2015-10-05 16:04:01','2015-10-05 16:04:01','','MainBanner03','','inherit','open','closed','','mainbanner03','','','2015-10-05 16:04:01','2015-10-05 16:04:01','',1907,'http://www.x2media.us/macrec/wp-content/uploads/2013/09/MainBanner03.jpg',0,'attachment','image/jpeg',0),(2688,1,'2015-10-05 16:17:19','2015-10-05 16:17:19','','March 2012 Lap Pool Schedule','','inherit','open','closed','','march-2012-lap-pool-schedule','','','2015-10-05 16:17:19','2015-10-05 16:17:19','',2221,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/10October-2015poolactivity-2.jpg',0,'attachment','image/jpeg',0),(2689,1,'2015-10-05 16:17:53','2015-10-05 16:17:53','','March 2012 Lap Pool Schedule','','inherit','open','closed','','march-2012-lap-pool-schedule-2','','','2015-10-05 16:17:53','2015-10-05 16:17:53','',2221,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/10October-2015lappool-1.jpg',0,'attachment','image/jpeg',0),(2691,1,'2015-10-05 16:19:19','2015-10-05 16:19:19','','Oct 15 fitness Schedule','','inherit','open','closed','','oct-15-fitness-schedule','','','2015-10-05 16:19:19','2015-10-05 16:19:19','',2080,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/Oct-15-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(2698,2,'2015-12-21 17:02:38','0000-00-00 00:00:00','<a href=\"http://macrec.com/wp-content/uploads/2015/10/Silver-and-Fit-Logo.png\"><img class=\"alignnone size-medium wp-image-2699\" src=\"http://macrec.com/wp-content/uploads/2015/10/Silver-and-Fit-Logo-300x96.png\" alt=\"Silver-and-Fit-Logo\" width=\"300\" height=\"96\" /></a>\n\nThe Silver&amp;Fit<sup><span style=\"font-size: small;\">®</span></sup> Exercise &amp; Healthy Aging Program works with your lifestyle to help you stay fit and active.\n<div align=\"left\">The Silver &amp; Fit Basic Program includes a a<strong> free ﬁtness center membership</strong> at the Macedonia Family Recreation Center with access to conditioning classes, exercise equipment, pool, sauna and other available amenities</div>\n<div align=\"left\"></div>\n<div align=\"left\"></div>\n<ul>\n	<li>\n<div align=\"left\">Access, during normal facility hours of operation, to facility premises;</div></li>\n	<li>\n<div align=\"left\">Use of cardio/resistance equipment;</div></li>\n	<li>\n<div align=\"left\">Use of locker rooms and shower facilities, where available;</div></li>\n	<li>\n<div align=\"left\">Non-fee based instructor-led classes (e.g., group exercise, Pilates, group cycling, yoga, etc.) that do not require a seperate fee to be paid to the organization for an individual classes or set of classes, but are routinely included for your facility membership as part of the monthly fee;</div></li>\n	<li>\n<div align=\"left\">any other services offered under a standard membership without additional fees.</div></li>\n</ul>\n<div align=\"left\">This program provides its members a FREE membership to the Y for opportunities to get healthy and stay fit.  Check with your insurance provider to see if you are eligible for a membership today.</div>\n&nbsp;','Silver and Fit','','draft','closed','closed','','','','','2015-12-21 17:02:38','2015-12-21 17:02:38','',0,'http://www.x2media.us/macrec/?page_id=2698',0,'page','',0),(2699,2,'2015-10-05 20:53:51','2015-10-05 20:53:51','','Silver-and-Fit-Logo','','inherit','open','closed','','silver-and-fit-logo','','','2015-10-05 20:53:51','2015-10-05 20:53:51','',2698,'http://www.x2media.us/macrec/wp-content/uploads/2015/10/Silver-and-Fit-Logo.png',0,'attachment','image/png',0),(2700,2,'2015-10-05 20:56:51','2015-10-05 20:56:51','','86148a4be3ad9e7c-Craft-Show','','inherit','open','closed','','86148a4be3ad9e7c-craft-show','','','2015-10-05 20:56:51','2015-10-05 20:56:51','',2122,'http://www.x2media.us/macrec/wp-content/uploads/2014/11/86148a4be3ad9e7c-Craft-Show.jpg',0,'attachment','image/jpeg',0),(2703,2,'2015-10-05 21:02:44','2015-10-05 21:02:44','','Diet and exercise','Fresh appetizing apple and brightly colored dumbbells tied with a measuring tape. Slight reflection, white background, focus on the apple','inherit','open','closed','','diet-and-exercise','','','2015-10-05 21:02:44','2015-10-05 21:02:44','',0,'http://www.x2media.us/macrec/wp-content/uploads/2014/12/health-and-fitness.jpg',0,'attachment','image/jpeg',0),(2717,1,'2015-10-14 14:34:49','2015-10-14 14:34:49','','Oct 15 fitness Schedule','','inherit','open','closed','','oct-15-fitness-schedule-2','','','2015-10-14 14:34:49','2015-10-14 14:34:49','',2080,'http://macrec.com/wp-content/uploads/2014/11/Oct-15-fitness-Schedule.pdf',0,'attachment','application/pdf',0),(2721,1,'2015-10-14 14:57:30','2015-10-14 14:57:30','','10October 2015pool','','inherit','open','closed','','10october-2015pool','','','2015-10-14 14:57:30','2015-10-14 14:57:30','',0,'http://macrec.com/wp-content/uploads/2015/10/10October-2015pool.pdf',0,'attachment','application/pdf',0),(2723,1,'2015-10-16 15:03:58','2015-10-16 15:03:58','','','','inherit','open','closed','','olympus-digital-camera','','','2015-10-16 15:06:10','2015-10-16 15:06:10','',1797,'http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg',0,'attachment','image/jpeg',0),(2734,1,'2015-10-16 15:34:48','2015-10-16 15:34:48','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[row][span4]\r\n<h2>What does MacRec offer you?</h2>\r\n[dropcap]1.[/dropcap]\r\n<h6>Amenities</h6>\r\nThe City of Macedonia Family Recreation Center is a 55,000 sq. ft. community and fitness center located in Macedonia, Ohio. In addition to providing a wide variety of recreational and educational programming for all ages, we offer the following features for your enjoyment:\r\n<div id=\"content\">\r\n<ul>\r\n	<li>Lap Pool, Activity Pool, Steam, Sauna, Whirlpool</li>\r\n	<li>Indoor Track, Cardio and Resistance Equipment</li>\r\n	<li>Fully Equipped Weight Room</li>\r\n	<li>Learn to Swim Classes for all ages and abilities</li>\r\n	<li>Land and Aquatic Fitness Classes</li>\r\n	<li>Fitness Classes geared for Older Adults, including the SilverSneakers® Program</li>\r\n	<li>Tot Room Babysitting</li>\r\n	<li>Youth Programming &amp; Sports</li>\r\n	<li>Summer Day Camp</li>\r\n	<li>Special Events</li>\r\n	<li>Rental Opportunities</li>\r\n	<li>Birthday Parties</li>\r\n	<li>FREE WIFI NEW!</li>\r\n	<li>Much More!</li>\r\n</ul>\r\n<strong>\r\nStop in and ask for a free tour!  We look forward to serving you!</strong>\r\n\r\n</div>\r\n[clear][dropcap]2.[/dropcap]\r\n<div class=\"none\">\r\n<h6>Employment Opportunities</h6>\r\n</div>\r\n<div id=\"content\">\r\n<h4>Join the MacRec team!</h4>\r\nNow accepting applications for:\r\n\r\n<strong>• Daytime Lifeguards</strong>\r\n<strong> • WSI Instructors</strong>\r\n<strong> • Summer Day Camp Counselor</strong>\r\n<strong> • Front Desk</strong>\r\n\r\nPlease download the <a title=\"Employment Application\" href=\"http://macrec.com/wp/wp-content/uploads/2012/07/employment_application.pdf\">employment application</a>, complete, and return to the front desk at the rec center.\r\n\r\n<strong>NOTE:  </strong>Employment applications are accepted year-round for current and future positions.\r\n\r\n</div>\r\n[clear][dropcap]3.[/dropcap]\r\n<h6>Registration Guidelines</h6>\r\nAll registration is done at the Macedonia Family Recreation Center. Priority is given to members first. Register promptly to ensure your position in the program and to prevent possible cancellation due to low enrollment. We reserve the right to cancel classes due to insufficient enrollment prior to the start of the class. We accept registrations until the class is full or as noted:\r\n<h4>Swim Lessons</h4>\r\nBecause of the progressive nature of swim lessons no registration will be accepted after the second class begins.\r\n<h4>Fitness Classes (Land &amp; Water)</h4>\r\nRegistration is accepted throughout the entire session. No prorated fees available. Drop ins welcome for some classes; see course description for details.\r\n<h4>Youth Sports Organizations</h4>\r\nRegistration dates are published as available for these programs.\r\n<h4>Drop In Fee Guidelines</h4>\r\nA drop in fee is available for some programs (see program description for drop in availability and pricing). When classes are full, dropping in will not be possible. All classes require a minimum number of pre-registered participants to operate. If minimum enrollment is not met, classes will be cancelled. The best way to ensure a spot in a class is to pre-register. All drop in registrations must be done in person at the front desk before entering the class.\r\n<h4>Waiting Lists</h4>\r\nWaiting lists are available for popular programs. If a class is full please leave your name and phone number for the waiting list.\r\n<h4>Fee Information</h4>\r\nFees must be paid at the time of registration. Only receipt of payment reserves registration. Members of the Macedonia Family Recreation Center will receive a discount on classes that take place at the Recreation Center. Classes have limited enrollment. Fees for programs may be paid by cash, check, Visa or MasterCard.\r\n<strong>Checks may be made payable to: City of Macedonia</strong>\r\n<h4>Refund Policy</h4>\r\nActivity, program, or class refund or credit: Participant will receive a full refund or credit if the Parks &amp; Recreation Department cancels an activity. Participant cancels 5 business days prior to first day of activity, a full refund or credit will be issued minus an $5.00 administration fee. If participant cancels less than 5 business days prior to first day of activity, participant will receive prorated refund or credit minus $5.00 an administration fee from date of notification.\r\n<h4>Special Refund</h4>\r\nRefund for bus trips will be issued if spot can be filled. If expenditure has been made on behalf of a participant, that amount will be deducted from the total refund. Any refund of $5 or less will be credited to an account at the Rec. Center. Department supervisors reserve the right to adjust the policy and request documentation, depending upon the circumstances and the severity of the situation. Department supervisors reserve the right not to grant all refund requests. Participants should recognize and understand that activities of a physical nature involve some level or risk, and by registering for the class/program/activity the participant (or participant’s guardian) has assumed responsibility for that risk.\r\nMemberships and daily passes are non-refundable or non-transferable.\r\n<h4>Returned Check Policy</h4>\r\nA returned check from the bank will be charged a $12.50 fee.\r\n\r\n[clear][dropcap]4.[/dropcap]\r\n<h6>Facility Policies</h6>\r\nDownload the Facilities Policy Document:[su_button url=\"http://macrec.com/wp-content/uploads/2011/07/facility_policies-1.pdf\" radius=\"round\"]Download pdf[/su_button][clear][spacer]\r\n\r\n[spacer]\r\n\r\n&nbsp;\r\n\r\n[/span4]\r\n\r\n[span8]\r\n<h2>Facility Rental Info</h2>\r\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\r\n\r\n[table id=2 /]\r\n\r\n* The entire natatorium can only be rented outside of the regular hours of operation.\r\n<h4>Class 1</h4>\r\nCity of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\r\n<h4>Class 2</h4>\r\nMacedonia based, Non profit, tax exempt corporations as established by the IRS (examples: civic organizations, churches, fraternal bodies) not charging admissions.\r\n<h4>Class 3</h4>\r\nAny organization, institution, agency, group or individual not included in Class 1 – 2; or anyone in Class 2 charging admission.\r\n<h4>Rental Policies and Fees</h4>\r\n<strong>1.</strong>  The application for use of areas within the Macedonia Family Recreation Center shall be in writing and submitted to the Macedonia Family Recreation Center Staff. All areas of the application must be filled out completely and must be signed by a responsible representative of the requesting organization or party.\r\n<strong>2.</strong>  Rental requests will be accepted on a quarterly basis to correspond with program registration dates. Requests must be received a minimum of 2 weeks in advance.\r\n<strong>3.</strong>  Your rental fee payment and completed Rental Agreement must be received prior to approval and confirmation.\r\n<strong>4.</strong>  When events are scheduled outside of the normal business day, a fee of $25.00 per hour will be assessed. A minimum of two hours will be charged.\r\n<strong>5.</strong>  SECURITY DEPOSIT – A $50.00 Security Deposit is required for all rentals. The Security Deposit will be refunded (a check to be mailed from the City of Macedonia within 4 weeks) unless:\r\n\r\n<strong>a.</strong>  You cancel the rental with less than 2 weeks notice.\r\n<strong>b.</strong>  The facility is left dirty.\r\n<strong>c.</strong>  Any damage has occurred to City property as a result of your rental\r\n<strong>d.</strong>  You or your party violates the terms of the Rental Agreement.\r\n\r\n<strong>6.</strong>  Macedonia Family Recreation Center lifeguards will supervise all activities in the natatorium. Please have an accurate estimate of attendance at the time of the rental so we may plan accordingly. The rental fee includes up to 25 people. There will be an additional fee of $35.00 per hour for each additional 25 persons, or portion there of, in attendance.\r\n<strong>7.</strong>  Any time the Colorado Timing system is in use, Macedonia Family Recreation Center staff will set-up, run and remove the system. The fee is an additional $25.00 per hour.\r\n\r\n&nbsp;\r\n\r\n[clear][spacer]\r\n<h2>Special Services</h2>\r\n[posts_grid type=\"team\" columns=\"1\" rows=\"2\" order_by=\"date\" order=\"DESC\" thumb_width=\"720\" thumb_height=\"265\" meta=\"no\" excerpt_count=\"6\" link=\"no\" custom_class=\"team\"][/span8][/row]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','About','','inherit','closed','closed','','1797-autosave-v1','','','2015-10-16 15:34:48','2015-10-16 15:34:48','',1797,'http://macrec.com/uncategorized/1797-autosave-v1/',0,'revision','',0),(2786,1,'2017-11-30 22:16:13','2017-11-30 22:16:13','[row]\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n&nbsp;\r\n<h2>[box]\r\nQuick Links to Important Information</h2>\r\n<h2>[/box]</h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2080\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2017/11/12December-2017.pdf\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2122\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter]\r\n\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png\"><img class=\"alignleft wp-image-2473 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2080\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter][su_spacer]\r\n\r\n[table id=3 /]','Home 2','','publish','closed','closed','','home-2','','','2017-11-30 22:16:13','2017-11-30 22:16:13','',0,'http://macrec.com/?page_id=2786',0,'page','',0),(2796,1,'2015-10-21 20:07:07','2015-10-21 20:07:07','','Fall 2015 Chart','','inherit','open','closed','','fall-2015-chart','','','2015-10-21 20:07:07','2015-10-21 20:07:07','',2128,'http://macrec.com/wp-content/uploads/2014/11/Fall-2015-Chart.jpg',0,'attachment','image/jpeg',0),(2806,1,'2015-10-22 20:12:16','2015-10-22 20:12:16','<h2>Massage Services</h2>\r\nMassage is the manipulation of the soft tissues of the body which helps ease stress, and muscular tension, relieve pain from injuries and speed healing.\r\n\r\nLooking to add on additional services?  We offer 90 minute massage and 180 minute massage as well.\r\n\r\n<strong>Our Policies:</strong>\r\n\r\nA $25 reservation fee to hold appointment time for non-members of the Macedonia Family Recreation Center.\r\nFee will be put towards price of service as long as appointment is held.\r\nA $25 fee will be assessed for any cancellation not made 24 hours before appointment.\r\n\r\n*Massage prices do not include gratuity*\r\n<h4>Massage Service Descriptions</h4>\r\n[su_accordion]\r\n[su_spoiler title=\"Deep Tissue Massage\" style=\"fancy\"]This massage focuses on deep layers of muscle tissue to release tension in the body by using slow stokes with extra pressure.\r\nMembers $60     Residents $65      General Public $75   (price per hour) [/su_spoiler][su_spoiler title=\"Prenatal Massage\" style=\"fancy\"]<span class=\"_Tgc\">Prenatal massage is massage therapy that is especially tailored to an expectant mother\'s demands. Prenatal massage is different from a regular massage because it demands that a new mother\'s body has to be positioned as well as supported in the right way. </span>\r\nMembers $70     Residents $75      General Public $80   (price per hour) [/su_spoiler]\r\n\r\n[su_spoiler title=\"Swedish Massage\" style=\"fancy\"]Swedish massage therapy involves soft, long, kneading strokes, as well as light, rhythmic, tapping strokes, on topmost layers of muscles.\r\nMembers $55     Residents $60      General Public $70  (price per hour)[/su_spoiler]\r\n\r\n[su_spoiler title=\"4 Handed Massage\" style=\"fancy\"]Is based on an old <em>(Ayurvedic Tradition)</em> Eastern Indian philosophy that dates back over 5,000 years.  The goal is complete detoxification and restoration of one\'s overall balance.  Our 4 Handed Massage Method today is a massage where two therapist work on your body in a synchronized method where you are completely enveloped in a sensation that is a wonderful experience.\r\nMembers $140     Residents $150     General Public $160  (price per hour) [/su_spoiler]\r\n[su_spoiler title=\"Athletic Massage\" style=\"fancy\"]This massage is geared toward athletes-runners, swimmers, tri-athletes people who need specific areas worked on.\r\nMembers $65     Residents $70      General Public $75   (price per hour)[/su_spoiler]\r\n[su_spoiler title=\"Chair Massage\" style=\"fancy\"]In a hurry? Remain fully dressed while enjoying an invigorating massage in chair. Minimum 10 min. required.\r\nFee: $1.25 per minute [/su_spoiler]\r\n[su_spoiler title=\"Couples Massage\" style=\"fancy\"]Come and enjoy our couples massage where you can relax and unwind with your significant other. A couples massage will help you and your partner rejuvenate your body, soul, and relationship. Couples Massage makes a perfect gift for any special occasion. Let us help you reconnect. Call us to set up your appointments! Appointments must be made two weeks prior to massage.  No Sunday’s.\r\nMembers $150    Residents $160   Gen. Public $170[/su_spoiler]\r\n[su_spoiler title=\"Massage Package Deals\" style=\"fancy\"]\r\n\r\nPurchase 3 Massages at regular price and get 30 minutes FREE\r\n\r\nPurchase 5 Deep Tissue at regular price and get 1 hour FREE\r\nMembers $300     Residents $325      General Public $375   [/su_spoiler]\r\n[/su_accordion]\r\n\r\n&nbsp;','Massage','','inherit','closed','closed','','2245-autosave-v1','','','2015-10-22 20:12:16','2015-10-22 20:12:16','',2245,'http://macrec.com/uncategorized/2245-autosave-v1/',0,'revision','',0),(2810,1,'2015-10-22 20:25:35','2015-10-22 20:25:35','<strong>Camp Macedonia Summer Day Camp</strong>\r\nSummer 2016 Dates TBA\r\n\r\nCamp Macedonia is packed with a variety of activities and non-stop excitement to keep kids ages 6 through 13 active and engaged. Children can develop new skills, interests, and hobbies while building life long memories as they participate in many activities and games and more.Camp Macedonia Summer Day Camp offers you the opportunity to enroll your kids for the entire summer or pick the weeks that work best. Day camp will begin at 9:00am and end at 3:00pm. PM &amp; AM extenders are available for enrollment. Before Care starts at 7:30am and ends at 9:00am and After Care starts at 3:00pm and ends at 6:00pm.\r\n\r\nCamp Macedonia campers swim four times a week at the Macedonia Family Recreation Center. Special field trips are offered to add to the campers’ adventures. A school bus will transport campers and staff. We have an exciting list of field trips lined up every year! (TBA)\r\n\r\nCamp Macedonia is a great way to learn leadership, socialization, and teamwork skills. Also it is a great place to learn new skills, educate, and have fun. Each week staff provides different activities and games for campers to participate . Activities include: arts &amp; crafts, sports, hikes, fishing, tag games, &amp; much more.\r\n\r\nWeekly themes and themed fun days will be established and posted before camp starts to encourage camp spirit, generate excitement, and offer campers something to look forward to.\r\n\r\nParents/Guardians are responsible for providing the camper with lunch &amp; snacks. On Fridays, Camp Macedonia hosts a cookout. Campers can donate a food item or other and enjoy a cookout without having to bring a lunch.\r\n\r\nFor more information, please contact the Macedonia Rec. Center (330) 468-8370.\r\n\r\nRegister one week in advance to desired camp week to avoid a late fee ($15).','Kids Programs','','inherit','closed','closed','','2120-autosave-v1','','','2015-10-22 20:25:35','2015-10-22 20:25:35','',2120,'http://macrec.com/uncategorized/2120-autosave-v1/',0,'revision','',0),(2812,1,'2015-10-22 20:34:45','2015-10-22 20:34:45','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h6><span style=\"color: #000080;\">John Doyle, Aquatics Coordinator,  email:  <em><a style=\"color: #000080;\" href=\"mailto:jdoyle@macedonia.oh.us\">jdoyle@macedonia.oh.us</a></em></span></h6>\r\n<h4><span style=\"color: #000080;\">Our Aquatics facility is designed to accommodate just about every type of swimming need.</span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2491,2490,2489,2488,2487\" size=\"large\" animation=\"slide\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h2><span style=\"color: #000080;\">Macedonia Recreation Pool Facts</span></h2>\r\n<h4><span style=\"color: #000080;\">Lap Pool:</span></h4>\r\n<ul>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">208,000 gallons</span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">84 degrees Fahrenheit </span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">1 mile = 35.2 laps or 70.4 lengths </span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point-3\'6\"</span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'6\"</span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #00ff00;\"><span style=\"color: #000080;\">Diving Well Depth- 11\'6</span>\"</span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Activity Pool: </span></h4>\r\n<ul>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">37, 000 gallons </span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">87 degrees Fahrenheit </span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point-0\"</span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'0\"</span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Whirlpool:</span></h4>\r\n<ul>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">7,000 gallons </span></h4>\r\n</li>\r\n	<li>\r\n<h4><span style=\"color: #000080;\">102 Degrees Fahrenheit</span></h4>\r\n</li>\r\n</ul>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Aquatics','','inherit','closed','closed','','2103-autosave-v1','','','2015-10-22 20:34:45','2015-10-22 20:34:45','',2103,'http://macrec.com/uncategorized/2103-autosave-v1/',0,'revision','',0),(2814,1,'2015-10-22 20:37:17','2015-10-22 20:37:17','<div class=\"main-holder\">\r\n<div id=\"content\">\r\n\r\n<strong>Manta Rays Recreational Swim Team</strong>\r\n\r\nChildren who have at least a basic knowledge of the competitive strokes will train three times a week to develop their strokes and compete in dual meets throughout the season. Participants receive a team t-shirt and swim cap! Price includes cost of championships and championship t-shirt!  No drop ins. No coupon.\r\n\r\nAges: 6-18\r\n\r\n<strong>Practice Dates:</strong>\r\n\r\nStarts January 5, 2016\r\n\r\n*Practice Times: 4:30 – 6:30 pm\r\n\r\n*Each participant’s actual Practice times are TBD depending on age and skill level\r\n\r\n</div>\r\n</div>','Manta Rays','','inherit','closed','closed','','2230-autosave-v1','','','2015-10-22 20:37:17','2015-10-22 20:37:17','',2230,'http://macrec.com/uncategorized/2230-autosave-v1/',0,'revision','',0),(2816,1,'2015-10-30 15:33:18','2015-10-30 15:33:18','','11NovemberPoolSchedule 2015_Page_1','','inherit','open','closed','','11novemberpoolschedule-2015_page_1','','','2015-10-30 15:33:18','2015-10-30 15:33:18','',2221,'http://macrec.com/wp-content/uploads/2014/11/11NovemberPoolSchedule-2015_Page_1.jpg',0,'attachment','image/jpeg',0),(2817,1,'2015-10-30 15:33:53','2015-10-30 15:33:53','','11NovemberPoolSchedule 2015_Page_2','','inherit','open','closed','','11novemberpoolschedule-2015_page_2','','','2015-10-30 15:33:53','2015-10-30 15:33:53','',2221,'http://macrec.com/wp-content/uploads/2014/11/11NovemberPoolSchedule-2015_Page_2.jpg',0,'attachment','image/jpeg',0),(2819,1,'2015-10-30 15:35:07','2015-10-30 15:35:07','','11NovemberPoolSchedule 2015','','inherit','open','closed','','11novemberpoolschedule-2015','','','2015-10-30 15:35:07','2015-10-30 15:35:07','',0,'http://macrec.com/wp-content/uploads/2015/10/11NovemberPoolSchedule-2015.pdf',0,'attachment','application/pdf',0),(2821,1,'2015-10-30 15:37:31','2015-10-30 15:37:31','','Nov 15 fitness Schedule','','inherit','open','closed','','nov-15-fitness-schedule','','','2015-10-30 15:37:31','2015-10-30 15:37:31','',2080,'http://macrec.com/wp-content/uploads/2014/11/Nov-15-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(2823,1,'2015-10-30 15:38:23','2015-10-30 15:38:23','','Nov 15 fitness Schedule','','inherit','open','closed','','nov-15-fitness-schedule-2','','','2015-10-30 15:38:23','2015-10-30 15:38:23','',0,'http://macrec.com/wp-content/uploads/2015/10/Nov-15-fitness-Schedule.pdf',0,'attachment','application/pdf',0),(2829,2,'2015-11-02 22:03:58','2015-11-02 22:03:58','','swimteam','','inherit','open','closed','','swimteam','','','2015-11-02 22:03:58','2015-11-02 22:03:58','',2230,'http://macrec.com/wp-content/uploads/2014/11/swimteam.jpg',0,'attachment','image/jpeg',0),(2831,2,'2015-11-02 22:08:59','2015-11-02 22:08:59','','November 2015 Newsletter','','inherit','open','closed','','november-2015-newsletter','','','2015-11-02 22:08:59','2015-11-02 22:08:59','',2122,'http://macrec.com/wp-content/uploads/2014/11/November-2015-Newsletter.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(2837,2,'2015-11-03 20:50:09','2015-11-03 20:50:09','','Dinner-With-Santa-Detroit-Zoo','','inherit','open','closed','','dinner-with-santa-detroit-zoo','','','2015-11-03 20:50:09','2015-11-03 20:50:09','',2122,'http://macrec.com/wp-content/uploads/2014/11/Dinner-With-Santa-Detroit-Zoo.png',0,'attachment','image/png',0),(2841,2,'2016-01-11 16:52:41','2016-01-11 16:52:41','<script>// <![CDATA[\r\n(function(t,e,s,n){var c,o,i;t.SMCX=t.SMCX||[],e.getElementById(n)||(c=e.getElementsByTagName(s),o=c[c.length-1],i=e.createElement(s),i.type=\"text/javascript\",i.async=!0,i.id=n,i.src=[\"https:\"===location.protocol?\"https://\":\"http://\",\"widget.surveymonkey.com/collect/website/js/t0iGSA8fOf0qTgiSRUfWzdqddB7GAXrL2P0Nw1MtcE0GnB28lPms23LNPEGsZzDZ.js\"].join(\"\"),o.parentNode.insertBefore(i,o))})(window,document,\"script\",\"smcx-sdk\");\r\n// ]]></script>\r\n\r\n<a style=\"font: 12px Helvetica, sans-serif; color: #999; text-decoration: none;\" href=\"https://www.surveymonkey.com/mp/customer-satisfaction-surveys/\"> We need your feedback, please gives us your input. </a>','Survey','','private','closed','closed','','survey','','','2016-02-12 21:42:00','2016-02-12 21:42:00','',0,'http://macrec.com/?page_id=2841',0,'page','',0),(2846,2,'2015-11-24 20:06:29','2015-11-24 20:06:29','','20151014_120353','','inherit','open','closed','','20151014_120353','','','2017-11-22 19:30:59','2017-11-22 19:30:59','',1999,'http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg',0,'attachment','image/jpeg',0),(2847,2,'2018-02-21 21:05:43','2018-02-21 21:05:43','Have your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons! Party package pricing includes all adults and chaperones. Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. Reservations for Birthday Party Packages begin during the program registration week. Please see front desk for additional details. Refunds will not be issued for cancellations made within two weeks of the party date. All refunds are subject to administrative fees. Party dates available on: Fridays, Saturdays and Sundays only.\r\n<table style=\"height: 87px;\" width=\"640\">\r\n<tbody>\r\n<tr>\r\n<td width=\"134\"></td>\r\n<td width=\"102\">Member</td>\r\n<td width=\"164\">Macedonia Resident</td>\r\n<td width=\"109\">Non-Resident</td>\r\n</tr>\r\n<tr>\r\n<td width=\"134\">Up to 40</td>\r\n<td width=\"102\">$150</td>\r\n<td width=\"164\">$175</td>\r\n<td width=\"109\">$200</td>\r\n</tr>\r\n<tr>\r\n<td width=\"134\"></td>\r\n<td width=\"102\"></td>\r\n<td width=\"164\"></td>\r\n<td width=\"109\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Birthday Party Package','','inherit','closed','closed','','1999-autosave-v1','','','2018-02-21 21:05:43','2018-02-21 21:05:43','',1999,'http://macrec.com/uncategorized/1999-autosave-v1/',0,'revision','',0),(2848,2,'2015-11-24 20:10:20','2015-11-24 20:10:20','','026','??????????????','inherit','open','closed','','026','','','2015-11-24 20:10:20','2015-11-24 20:10:20','',2000,'http://macrec.com/wp-content/uploads/2013/09/026.jpg',0,'attachment','image/jpeg',0),(2849,2,'2015-11-24 20:10:53','2015-11-24 20:10:53','<strong>Open to ages 1½ to 8 years old.</strong>\r\n\r\nThe Tot Room will be available for babysitting services for anyone using the facility. Enrollment in to room is complementary for members. Non-Members pay $2.00 per hour per child. Utilization for the tot room shall not exceed two hours per visit per day.\r\n\r\nHours\r\nMonday-Saturday Mornings 9:00am-1:00pm\r\nMonday-Thursday Evenings 5:00pm-8:00pm\r\nFriday Evenings 5:00pm-7:00pm\r\nSundays 12:00pm-4pm\r\n<ul>\r\n	<li>Parents must remain in the center during the child’s visit to the Tot Room.</li>\r\n	<li>A maximum number of 8 children will be accepted in the Tot Room at any given time.</li>\r\n	<li>The Tot Room staff will not be able to feed, diaper or supply medicine to the children.</li>\r\n	<li>No sick children will be accepted.</li>\r\n	<li>We require that the same guardian that signs the child into the Tot Room is the same guardian that picks the child up, unless prior arrangements are made with Tot Room Staff.</li>\r\n	<li>All belongings should be labeled.</li>\r\n	<li>Please do not send your child with food or beverages.</li>\r\n</ul>\r\nA current Tot Room Medical Information Form must be on file.','Tot Room','','inherit','closed','closed','','2000-autosave-v1','','','2015-11-24 20:10:53','2015-11-24 20:10:53','',2000,'http://macrec.com/uncategorized/2000-autosave-v1/',0,'revision','',0),(2851,2,'2015-11-24 20:35:14','2015-11-24 20:35:14','','youth sports','','publish','closed','closed','','youth-sports','','','2015-11-24 20:40:35','2015-11-24 20:40:35','',0,'http://macrec.com/?post_type=slider&#038;p=2851',0,'slider','',0),(2853,2,'2015-11-24 20:28:27','2015-11-24 20:28:27','','20151007_182337 - Copy','','inherit','open','closed','','20151007_182337-copy','','','2016-06-28 21:22:46','2016-06-28 21:22:46','',2851,'http://macrec.com/wp-content/uploads/2015/11/20151007_182337-Copy.jpg',0,'attachment','image/jpeg',0),(2855,2,'2015-11-24 20:34:06','2015-11-24 20:34:06','','20151010_104045 - Copy','??????????????','inherit','open','closed','','20151010_104045-copy','','','2015-11-24 20:34:06','2015-11-24 20:34:06','',2851,'http://macrec.com/wp-content/uploads/2015/11/20151010_104045-Copy.jpg',0,'attachment','image/jpeg',0),(2856,2,'2015-11-24 20:34:42','2015-11-24 20:34:42','','20151010_105407 - Copy','??????????????','inherit','open','closed','','20151010_105407-copy','','','2015-11-24 20:34:42','2015-11-24 20:34:42','',2851,'http://macrec.com/wp-content/uploads/2015/11/20151010_105407-Copy.jpg',0,'attachment','image/jpeg',0),(2857,2,'2015-11-24 21:03:27','2015-11-24 21:03:27','','swim lessons','','publish','closed','closed','','swim-lessons','','','2015-11-24 21:03:27','2015-11-24 21:03:27','',0,'http://macrec.com/?post_type=slider&#038;p=2857',0,'slider','',0),(2858,2,'2015-11-24 21:02:10','2015-11-24 21:02:10','','DSC_4495','????????????????????????????????????','inherit','open','closed','','dsc_4495','','','2015-11-24 21:02:10','2015-11-24 21:02:10','',2857,'http://macrec.com/wp-content/uploads/2015/11/DSC_4495.jpg',0,'attachment','image/jpeg',0),(2863,2,'2015-11-25 18:51:57','2015-11-25 18:51:57','','447','','inherit','open','closed','','447','','','2015-11-25 18:51:57','2015-11-25 18:51:57','',2120,'http://macrec.com/wp-content/uploads/2014/11/447.jpg',0,'attachment','image/jpeg',0),(2869,2,'2015-12-01 17:52:24','2015-12-01 17:52:24','','Dec 15 fitness Schedule','','inherit','open','closed','','dec-15-fitness-schedule','','','2015-12-01 17:52:24','2015-12-01 17:52:24','',2080,'http://macrec.com/wp-content/uploads/2014/11/Dec-15-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(2870,2,'2015-12-01 17:55:29','2015-12-01 17:55:29','','Dec 15 fitness Schedule','','inherit','open','closed','','dec-15-fitness-schedule-2','','','2015-12-01 17:55:29','2015-12-01 17:55:29','',2080,'http://macrec.com/wp-content/uploads/2014/11/Dec-15-fitness-Schedule.pdf',0,'attachment','application/pdf',0),(2897,2,'2015-12-11 19:06:44','2015-12-11 19:06:44','','Copy of Winter 2016 Chart','','inherit','open','closed','','copy-of-winter-2016-chart','','','2015-12-11 19:06:44','2015-12-11 19:06:44','',2128,'http://macrec.com/wp-content/uploads/2014/11/Copy-of-Winter-2016-Chart.jpg',0,'attachment','image/jpeg',0),(2900,2,'2015-12-11 19:15:21','2015-12-11 19:15:21','','Copy of Winter 2016 Chart','','inherit','open','closed','','copy-of-winter-2016-chart-2','','','2015-12-11 19:15:21','2015-12-11 19:15:21','',2128,'http://macrec.com/wp-content/uploads/2014/11/Copy-of-Winter-2016-Chart.pdf',0,'attachment','application/pdf',0),(2907,2,'2015-12-30 21:37:19','2015-12-30 21:37:19','','Jan 16 fitness Schedule','','inherit','open','closed','','jan-16-fitness-schedule','','','2015-12-30 21:37:19','2015-12-30 21:37:19','',2080,'http://macrec.com/wp-content/uploads/2014/11/Jan-16-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(2909,2,'2015-12-30 21:42:02','2015-12-30 21:42:02','','Jan 16 fitness Schedule','','inherit','open','closed','','jan-16-fitness-schedule-2','','','2015-12-30 21:42:02','2015-12-30 21:42:02','',2080,'http://macrec.com/wp-content/uploads/2014/11/Jan-16-fitness-Schedule.pdf',0,'attachment','application/pdf',0),(2918,2,'2015-12-30 22:29:27','2015-12-30 22:29:27','','new-years-resolutions_healthy','','inherit','open','closed','','new-years-resolutions_healthy','','','2015-12-30 22:29:27','2015-12-30 22:29:27','',2122,'http://macrec.com/wp-content/uploads/2014/11/new-years-resolutions_healthy.jpg',0,'attachment','image/jpeg',0),(2919,2,'2015-12-30 22:31:45','2015-12-30 22:31:45','','womens-self-defense-class','','inherit','open','closed','','womens-self-defense-class','','','2015-12-30 22:31:45','2015-12-30 22:31:45','',2122,'http://macrec.com/wp-content/uploads/2014/11/womens-self-defense-class.png',0,'attachment','image/png',0),(2926,2,'2016-01-07 23:06:21','2016-01-07 23:06:21','','1January 2016 (2)','','inherit','open','closed','','1january-2016-2-2','','','2016-01-07 23:06:21','2016-01-07 23:06:21','',2221,'http://macrec.com/wp-content/uploads/2014/11/1January-2016-2.pdf',0,'attachment','application/pdf',0),(2949,2,'2016-01-14 17:25:09','2016-01-14 17:25:09','','youth_soccer_2','','inherit','open','closed','','youth_soccer_2','','','2016-01-14 17:25:09','2016-01-14 17:25:09','',2109,'http://macrec.com/wp-content/uploads/2014/11/youth_soccer_2.jpg',0,'attachment','image/jpeg',0),(2951,2,'2016-01-14 17:28:15','2016-01-14 17:28:15','','black-tap-shoes','','inherit','open','closed','','black-tap-shoes','','','2016-01-14 17:28:15','2016-01-14 17:28:15','',2120,'http://macrec.com/wp-content/uploads/2014/11/black-tap-shoes.jpg',0,'attachment','image/jpeg',0),(2953,2,'2016-01-14 17:33:32','2016-01-14 17:33:32','','row-of-hearts-1','','inherit','open','closed','','row-of-hearts-1','','','2016-01-14 17:33:32','2016-01-14 17:33:32','',2245,'http://macrec.com/wp-content/uploads/2014/11/row-of-hearts-1.png',0,'attachment','image/png',0),(2958,2,'2016-01-14 18:03:29','2016-01-14 18:03:29','','boatingsafety','','inherit','open','closed','','boatingsafety','','','2016-01-14 18:03:29','2016-01-14 18:03:29','',2113,'http://macrec.com/wp-content/uploads/2014/11/boatingsafety.png',0,'attachment','image/png',0),(2960,1,'2016-01-14 21:13:04','2016-01-14 21:13:04','<a href=\"http://macrec.com/wp-content/uploads/2015/10/Silver-and-Fit-Logo.png\"><img class=\"alignnone size-medium wp-image-2699\" src=\"http://macrec.com/wp-content/uploads/2015/10/Silver-and-Fit-Logo-300x96.png\" alt=\"Silver-and-Fit-Logo\" width=\"300\" height=\"96\" /></a>\r\n\r\nThe Silver&amp;Fit<sup><span style=\"font-size: small;\">®</span></sup> Exercise &amp; Healthy Aging Program works with your lifestyle to help you stay fit and active.\r\n<div align=\"left\">The Silver &amp; Fit Basic Program includes a a<strong> free ﬁtness center membership</strong> at the Macedonia Family Recreation Center with access to conditioning classes, exercise equipment, pool, sauna and other available amenities</div>\r\n<div align=\"left\"></div>\r\n<div align=\"left\"></div>\r\n<ul>\r\n	<li>\r\n<div align=\"left\">Access, during normal facility hours of operation, to facility premises;</div></li>\r\n	<li>\r\n<div align=\"left\">Use of cardio/resistance equipment;</div></li>\r\n	<li>\r\n<div align=\"left\">Use of locker rooms and shower facilities, where available;</div></li>\r\n	<li>\r\n<div align=\"left\">Non-fee based instructor-led classes (e.g., group exercise, Pilates, group cycling, yoga, etc.) that do not require a seperate fee to be paid to the organization for an individual classes or set of classes, but are routinely included for your facility membership as part of the monthly fee;</div></li>\r\n	<li>\r\n<div align=\"left\">any other services offered under a standard membership without additional fees.</div></li>\r\n</ul>\r\n<div align=\"left\">This program provides its members a FREE membership to the Y for opportunities to get healthy and stay fit.  Check with your insurance provider to see if you are eligible for a membership today.</div>\r\n&nbsp;','Silver and Fit','','inherit','closed','closed','','2698-autosave-v1','','','2016-01-14 21:13:04','2016-01-14 21:13:04','',2698,'http://macrec.com/uncategorized/2698-autosave-v1/',0,'revision','',0),(2962,1,'2016-01-15 22:46:47','2016-01-15 22:46:47','<script>// <![CDATA[\n(function(t,e,s,n){var c,o,i;t.SMCX=t.SMCX||[],e.getElementById(n)||(c=e.getElementsByTagName(s),o=c[c.length-1],i=e.createElement(s),i.type=\"text/javascript\",i.async=!0,i.id=n,i.src=[\"https:\"===location.protocol?\"https://\":\"http://\",\"widget.surveymonkey.com/collect/website/js/t0iGSA8fOf0qTgiSRUfWzdqddB7GAXrL2P0Nw1MtcE0GnB28lPms23LNPEGsZzDZ.js\"].join(\"\"),o.parentNode.insertBefore(i,o))})(window,document,\"script\",\"smcx-sdk\");\n// ]]></script>\n\n<a style=\"font: 12px Helvetica, sans-serif; color: #999; text-decoration: none;\" href=\"https://www.surveymonkey.com/mp/customer-satisfaction-surveys/\"> We need your feedback, please gives us your input. </a>','Survey','','inherit','closed','closed','','2841-autosave-v1','','','2016-01-15 22:46:47','2016-01-15 22:46:47','',2841,'http://macrec.com/uncategorized/2841-autosave-v1/',0,'revision','',0),(2966,1,'2016-01-15 22:34:28','2016-01-15 22:34:28','','Survey','','inherit','open','closed','','survey-2','','','2016-01-15 22:34:28','2016-01-15 22:34:28','',203,'http://macrec.com/wp-content/uploads/2011/09/Survey.jpg',0,'attachment','image/jpeg',0),(2969,1,'2016-01-15 22:47:20','2016-01-15 22:47:20','<script>// <![CDATA[\r\n(function(t,e,s,n){var c,o,i;t.SMCX=t.SMCX||[],e.getElementById(n)||(c=e.getElementsByTagName(s),o=c[c.length-1],i=e.createElement(s),i.type=\"text/javascript\",i.async=!0,i.id=n,i.src=[\"https:\"===location.protocol?\"https://\":\"http://\",\"widget.surveymonkey.com/collect/website/js/t0iGSA8fOf0qTgiSRUfWzdqddB7GAXrL2P0Nw1MtcE0GnB28lPms23LNPEGsZzDZ.js\"].join(\"\"),o.parentNode.insertBefore(i,o))})(window,document,\"script\",\"smcx-sdk\");\r\n// ]]></script>\r\n\r\n<a style=\"font: 12px Helvetica, sans-serif; color: #999; text-decoration: none;\" href=\"https://www.surveymonkey.com/mp/customer-satisfaction-surveys/\"> We need your feedback, please gives us your input. </a>','Survey','','inherit','closed','closed','','2841-revision-v1','','','2016-01-15 22:47:20','2016-01-15 22:47:20','',2841,'http://macrec.com/uncategorized/2841-revision-v1/',0,'revision','',0),(2978,2,'2016-01-19 21:22:56','2016-01-19 21:22:56','','1January 2016-page0001  Pool','','inherit','open','closed','','1january-2016-page0001-pool','','','2016-01-19 21:22:56','2016-01-19 21:22:56','',2221,'http://macrec.com/wp-content/uploads/2014/11/1January-2016-page0001-Pool.jpg',0,'attachment','image/jpeg',0),(2979,2,'2016-01-19 21:23:03','2016-01-19 21:23:03','','1January 2016-page0002 pool','','inherit','open','closed','','1january-2016-page0002-pool','','','2016-01-19 21:23:03','2016-01-19 21:23:03','',2221,'http://macrec.com/wp-content/uploads/2014/11/1January-2016-page0002-pool.jpg',0,'attachment','image/jpeg',0),(2982,2,'2016-01-22 22:36:57','2016-01-22 22:36:57','','idea_family-cooking-class_311x175_rend_tccom_336_252','','inherit','open','closed','','idea_family-cooking-class_311x175_rend_tccom_336_252','','','2016-01-22 22:36:57','2016-01-22 22:36:57','',2120,'http://macrec.com/wp-content/uploads/2014/11/idea_family-cooking-class_311x175_rend_tccom_336_252.jpg',0,'attachment','image/jpeg',0),(2987,2,'2016-02-01 20:12:32','2016-02-01 20:12:32','','Feb 16 fitness Schedule','','inherit','open','closed','','feb-16-fitness-schedule','','','2016-02-01 20:12:32','2016-02-01 20:12:32','',2080,'http://macrec.com/wp-content/uploads/2014/11/Feb-16-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(2989,2,'2016-02-01 20:19:30','2016-02-01 20:19:30','','Feb 2016  Pool','','inherit','open','closed','','feb-2016-pool','','','2016-02-01 20:19:30','2016-02-01 20:19:30','',2221,'http://macrec.com/wp-content/uploads/2014/11/Feb-2016-Pool.xps',0,'attachment','application/vnd.ms-xpsdocument',0),(2990,2,'2016-02-01 20:29:42','2016-02-01 20:29:42','','Activity Pool Schedule  Feb 2016','','inherit','open','closed','','activity-pool-schedule-feb-2016','','','2016-02-01 20:29:42','2016-02-01 20:29:42','',2221,'http://macrec.com/wp-content/uploads/2014/11/Activity-Pool-Schedule-Feb-2016.jpg',0,'attachment','image/jpeg',0),(2991,2,'2016-02-01 20:29:46','2016-02-01 20:29:46','','Lap pool Schedule Feb 2016','','inherit','open','closed','','lap-pool-schedule-feb-2016','','','2016-02-01 20:29:46','2016-02-01 20:29:46','',2221,'http://macrec.com/wp-content/uploads/2014/11/Lap-pool-Schedule-Feb-2016.jpg',0,'attachment','image/jpeg',0),(2993,2,'2016-02-01 21:09:00','2016-02-01 21:09:00','','Feb 16 fitness Schedule','','inherit','open','closed','','feb-16-fitness-schedule-2','','','2016-02-01 21:09:00','2016-02-01 21:09:00','',203,'http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(2994,2,'2016-02-01 21:12:16','2016-02-01 21:12:16','','Feb 16 fitness Schedule','','inherit','open','closed','','feb-16-fitness-schedule-3','','','2016-02-01 21:12:16','2016-02-01 21:12:16','',203,'http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3001,2,'2016-02-12 21:35:39','2016-02-12 21:35:39','','12345681_625195277583393_6854125227697329022_n','','inherit','open','closed','','12345681_625195277583393_6854125227697329022_n','','','2016-02-12 21:35:39','2016-02-12 21:35:39','',2122,'http://macrec.com/wp-content/uploads/2014/11/12345681_625195277583393_6854125227697329022_n.jpg',0,'attachment','image/jpeg',0),(3003,2,'2016-02-12 21:41:44','2016-02-12 21:41:44','<script>// <![CDATA[\r\n(function(t,e,s,n){var c,o,i;t.SMCX=t.SMCX||[],e.getElementById(n)||(c=e.getElementsByTagName(s),o=c[c.length-1],i=e.createElement(s),i.type=\"text/javascript\",i.async=!0,i.id=n,i.src=[\"https:\"===location.protocol?\"https://\":\"http://\",\"widget.surveymonkey.com/collect/website/js/t0iGSA8fOf0qTgiSRUfWzdqddB7GAXrL2P0Nw1MtcE0GnB28lPms23LNPEGsZzDZ.js\"].join(\"\"),o.parentNode.insertBefore(i,o))})(window,document,\"script\",\"smcx-sdk\");\r\n// ]]></script>\r\n\r\n<a style=\"font: 12px Helvetica, sans-serif; color: #999; text-decoration: none;\" href=\"https://www.surveymonkey.com/mp/customer-satisfaction-surveys/\"> We need your feedback, please gives us your input. </a>','Survey','','inherit','closed','closed','','2841-autosave-v1','','','2016-02-12 21:41:44','2016-02-12 21:41:44','',2841,'http://macrec.com/uncategorized/2841-autosave-v1/',0,'revision','',0),(3007,2,'2016-02-15 17:00:59','2016-02-15 17:00:59','','life','','inherit','open','closed','','life','','','2016-02-15 17:00:59','2016-02-15 17:00:59','',2122,'http://macrec.com/wp-content/uploads/2014/11/life.jpg',0,'attachment','image/jpeg',0),(3014,2,'2016-02-17 21:11:03','2016-02-17 21:11:03','','Aqua Swim Kids More Information Click Here  for PDF','','inherit','open','closed','','swim-flyer-final','','','2016-02-17 21:20:59','2016-02-17 21:20:59','',2128,'http://macrec.com/wp-content/uploads/2014/11/Swim-Flyer-Final.pdf',0,'attachment','application/pdf',0),(3017,2,'2016-02-17 21:26:41','2016-02-17 21:26:41','','Swim_002_2013_08_23_06_58_24','','inherit','open','closed','','swim_002_2013_08_23_06_58_24','','','2016-02-17 21:26:41','2016-02-17 21:26:41','',2128,'http://macrec.com/wp-content/uploads/2014/11/Swim_002_2013_08_23_06_58_24.jpg',0,'attachment','image/jpeg',0),(3020,2,'2016-02-22 22:47:31','2016-02-22 22:47:31','','26330dd7a0bc4e60afe0b809969dc919','','inherit','open','closed','','26330dd7a0bc4e60afe0b809969dc919','','','2016-02-22 22:47:31','2016-02-22 22:47:31','',2122,'http://macrec.com/wp-content/uploads/2014/11/26330dd7a0bc4e60afe0b809969dc919.jpg',0,'attachment','image/jpeg',0),(3023,2,'2016-02-22 23:06:31','2016-02-22 23:06:31','','Aqua Swim Kids - Adapted Swim  Program  Click here for more information','','inherit','open','closed','','flyer-pdf-format','','','2016-02-22 23:08:38','2016-02-22 23:08:38','',2128,'http://macrec.com/wp-content/uploads/2014/11/Flyer-pdf-format.pdf',0,'attachment','application/pdf',0),(3025,2,'2016-02-29 20:58:58','2016-02-29 20:58:58','','3march 2016-page-0 (1)','','inherit','open','closed','','3march-2016-page-0-1','','','2016-02-29 20:58:58','2016-02-29 20:58:58','',2221,'http://macrec.com/wp-content/uploads/2014/11/3march-2016-page-0-1.jpg',0,'attachment','image/jpeg',0),(3026,2,'2016-02-29 21:02:20','2016-02-29 21:02:20','','3march 2016-page-0','','inherit','open','closed','','3march-2016-page-0','','','2016-02-29 21:02:20','2016-02-29 21:02:20','',2221,'http://macrec.com/wp-content/uploads/2014/11/3march-2016-page-0.jpg',0,'attachment','image/jpeg',0),(3038,2,'2016-03-09 17:24:28','2016-03-09 17:24:28','','March 16 fitness Schedule changing format','','inherit','open','closed','','march-16-fitness-schedule-changing-format','','','2016-03-09 17:24:28','2016-03-09 17:24:28','',2080,'http://macrec.com/wp-content/uploads/2014/11/March-16-fitness-Schedule-changing-format.jpg',0,'attachment','image/jpeg',0),(3039,2,'2016-03-09 17:28:30','2016-03-09 17:28:30','','March 16 fitness Schedule changing format','','inherit','open','closed','','march-16-fitness-schedule-changing-format-2','','','2016-03-09 17:28:30','2016-03-09 17:28:30','',2080,'http://macrec.com/wp-content/uploads/2014/11/March-16-fitness-Schedule-changing-format.pdf',0,'attachment','application/pdf',0),(3042,2,'2019-01-22 21:43:48','2019-01-22 21:43:48','Membership packages are available to Macedonia residents/Macedonia commercial property owners and the general public. In addition to being able to use the entire facility during open hours, members enjoy priority registration, discounted prices for programs and facility rental, and a New Rec. Center PERKS card. (Monthly and Military Memberships are excluded.) <strong>Please keep these passes/coupons in a safe place. They are non-replaceable. Memberships are non-transferable and non-refundable.</strong>\r\n<h4><span style=\"color: #0000ff;\">Membership Rates - Group Fitness Classes are included in membership price</span></h4>\r\n<h4 style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019.png\"><span style=\"color: #ff0000;\">Click here to view our current rates &amp; discounts!</span><img class=\" wp-image-4908 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019-198x300.png\" alt=\"\" width=\"302\" height=\"458\" /></a></h4>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Pricing Policy</span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">It is the policy of the Parks and Recreation Department to provide our residents and members with a discount for programs for which they are already making significant contributions through property tax, income tax or membership fees. This policy is designed to help equalize fees among members and Macedonia residents versus residents of other communities. Prices are set to cover the cost to operate the individual program and to contribute to the overall financing of the department. It is our goal to price programs fairly and competitively, and to operate in a fiscally responsible fashion. Prices are subject to change without notice.</span></p>\r\n<strong>Identification is required when purchasing a membership:</strong>\r\n\r\n<strong>1. Photo ID:</strong> Driver’s License, state ID or school ID\r\n<strong>2. Proof of Residency (Macedonia Residents):</strong> Current utility bill: gas, cable, electric, landline telephone, car registration, water or sewer. Envelopes with addresses displayed will not be accepted.\r\n<strong>3. Birth certificate:</strong> Upon request.\r\n<strong>4. Full time college:</strong> Class schedule with 12 hours for current quarter/semester, student name and official college schedule.\r\n<strong>5. Macedonia commercial property owners:</strong> Deed and current tax bill. Commercial property owners will receive resident rate for membership packages.\r\n<strong>6. Military:</strong> Active duty Military identification.\r\n<strong>7. Same household proof:</strong> Upon request.\r\n<strong>8. Nordonia Hills Safety Forces:</strong> Employment verification letter required on their Township or Village letterhead stating that they are with twp. or village Police, Fire or EMS in the Nordonia Hills School District.\r\n<h4><span style=\"color: #0000ff;\">Returned Check Policy</span></h4>\r\nA returned check from the bank will be charged a $13.00 fee.\r\n<h4><span style=\"color: #0000ff;\">Payment Plan</span></h4>\r\nFor your convenience, a Payment Plan Program is available for annual memberships. First payment is due at time of sign-up along with a $40.00 processing fee. Additional payments will be electronically withdrawn quarterly from your checking/savings account. <strong>When signing up for this program, please bring a voided check and a valid credit card. (debit cards not accepted)</strong>\r\n<h4><span style=\"color: #0000ff;\">Daily Pass</span></h4>\r\n<strong>The daily pass is available to anyone not wishing to purchase a membership.</strong>\r\n<strong>Residency verification required.</strong>\r\n<strong> Children under two are free when accompanied by an adult</strong>\r\n\r\n<strong>All guests age 16 and over are required to show a valid state issue ID upon entering the Rec Center and must be register with at the member services desk.</strong>\r\n\r\nMacedonia Resident Adult $9.00\r\nMacedonia Resident Child/Senior $7.00\r\n(12 yrs. &amp; under or 62+)\r\n\r\nNordonia High School Student $5.00\r\n\r\nGeneral Public Adult $11.00\r\nGeneral Public Child/Senior $9.00\r\n(12 yrs. &amp; under or 62+)\r\n<h4><span style=\"color: #0000ff;\">Individual – Youth</span></h4>\r\nIndividual is considered 3-17 years of age. Standard proof of residency required from parent. Age verification required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Individual – Adult</span></h4>\r\nIndividual is considered 19-61 years of age. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Family 2</span></h4>\r\nConsists of 2 adults living in the same household or 1 adult and 1 legally dependent child between the ages of 3-18 living in the same household. Children 2 and under are free. Standard proof of residency and ID required for both adults. Age verification of child required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Family 3 or More</span></h4>\r\nConsists of 2 adults living in the same household and any legally dependent children 3 – 18 years of age and/or children 19 – 23 who are full-time college students living in the same household. Full-time college verification (class schedule with 12 hours for current quarter/semester, student name and official college schedule.) Children 2 and under are free. Standard proof of residency and ID required for both adults &amp; full-time college student. Age verification of children required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Senior Single</span></h4>\r\nA senior is considered 62 years of age and older. No other senior discounts apply. Standard proof of residency and ID required. Age verification required.\r\n<h4><span style=\"color: #0000ff;\">Senior Couple</span></h4>\r\nConsists of 2 senior adults 62 years of age and older living in the same household. No other senior discounts apply. Standard proof of residency and ID required for both adults. Age verification required.\r\n<h4><span style=\"color: #0000ff;\">Individual Monthly</span></h4>\r\nIndividual is considered 3 years and older. Age verification of children required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Business Membership</span></h4>\r\nRequires a pay stub from a Macedonia business showing a Macedonia City Tax. Businesses in the JEDD subject to review by the Administrative Staff.\r\n<h4><span style=\"color: #0000ff;\">Military Membership</span></h4>\r\nAn individual membership for all active duty United States Armed Forces that are on an authorized leave will receive this membership at no cost for a period of up to four weeks per year. Must provide military identification. Annual membership discount of $100.00 is given to all veteran and active military.\r\n<h4><span style=\"color: #0000ff;\">Nordonia Hills Safety Forces</span></h4>\r\nAnnual membership discount of $100.00 is given to all current Safety Forces employees that work for a Township or Village in the Nordonia Hills School District. This will be available for Police, Fire and EMS employees only. Employment verification letter required on their Township or Village letterhead stating that they are with Police, Fire or EMS in the Nordonia Hills School District. Not available for the Sheriff’s Department. Safety Forces memberships must be paid in full. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Corporate Memberships</span></h4>\r\nAvailable to companies located inside or outside of Macedonia. Minimum number of participating employees required. For more details call (330)468-8375.\r\n<h4><span style=\"color: #0000ff;\">SilverSneakers/Renew Active / AARP UHC Medicare Supplement </span></h4>\r\nSeniors may be eligible for a free/discounted membership to the Macedonia Family Recreation Center at no cost through participating insurance companies.\r\n<h4><span style=\"color: #0000ff;\">Free 5 Day Membership</span></h4>\r\nIf you have not been a member at the Recreation center in the last 12 months, you are eligible for a free 5 day membership! Membership is good for 5 consecutive days.\r\n<h2>We accept:</h2>\r\n<a href=\"#\"><img class=\"alignleft size-large wp-image-2610\" src=\"http://macrec.com/wp-content/uploads/2014/11/visaMCDisCashCheck.jpg\" alt=\"visaMCDisCashCheck\" width=\"357\" height=\"141\" /></a>','Membership','','inherit','closed','closed','','2018-autosave-v1','','','2019-01-22 21:43:48','2019-01-22 21:43:48','',2018,'http://macrec.com/uncategorized/2018-autosave-v1/',0,'revision','',0),(3053,1,'2016-04-01 21:33:12','0000-00-00 00:00:00','<h1><span style=\"color: #ff0000;\"> </span><span style=\"color: #800080;\">\r\n</span></h1>\r\n[row]\r\n\r\n[/row]\r\n<h2>[box]\r\nQuick Links to Important Information</h2>\r\n<h2>[/box]</h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2014/11/March-16-fitness-Schedule-changing-format.pdf\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2011/09/3march-2016.pdf\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\" rel=\"\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]\r\n\r\n[su_spacer size=\"50\"]\r\n[table id=3 /]','Home 3','','draft','closed','closed','','','','','2016-04-01 21:33:12','2016-04-01 21:33:12','',0,'http://macrec.com/?page_id=3053',0,'page','',0),(3057,1,'2016-04-01 21:32:35','2016-04-01 21:32:35','<h1><span style=\"color: #ff0000;\"> </span><span style=\"color: #800080;\">\r\n</span></h1>\r\n[row]\r\n\r\n[/row]\r\n<h2>[box]\r\nQuick Links to Important Information</h2>\r\n<h2>[/box]</h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2014/11/March-16-fitness-Schedule-changing-format.pdf\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2011/09/3march-2016.pdf\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\" rel=\"\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]\r\n\r\n[su_spacer size=\"50\"]\r\n[table id=3 /]','Home 3','','inherit','closed','closed','','3053-revision-v1','','','2016-04-01 21:32:35','2016-04-01 21:32:35','',3053,'http://macrec.com/uncategorized/3053-revision-v1/',0,'revision','',0),(3058,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3058','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3058',6,'nav_menu_item','',0),(3059,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3059','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2103,'http://macrec.com/?p=3059',7,'nav_menu_item','',0),(3060,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3060','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2103,'http://macrec.com/?p=3060',8,'nav_menu_item','',0),(3061,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3061','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2103,'http://macrec.com/?p=3061',9,'nav_menu_item','',0),(3062,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3062','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3062',10,'nav_menu_item','',0),(3063,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3063','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2093,'http://macrec.com/?p=3063',11,'nav_menu_item','',0),(3064,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3064','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2093,'http://macrec.com/?p=3064',12,'nav_menu_item','',0),(3065,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3065','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2093,'http://macrec.com/?p=3065',13,'nav_menu_item','',0),(3066,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3066','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3066',1,'nav_menu_item','',0),(3067,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3067','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3067',4,'nav_menu_item','',0),(3068,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3068','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3068',14,'nav_menu_item','',0),(3069,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3069','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2018,'http://macrec.com/?p=3069',15,'nav_menu_item','',0),(3070,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3070','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2018,'http://macrec.com/?p=3070',16,'nav_menu_item','',0),(3072,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3072','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3072',17,'nav_menu_item','',0),(3073,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3073','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2099,'http://macrec.com/?p=3073',18,'nav_menu_item','',0),(3074,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3074','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3074',19,'nav_menu_item','',0),(3075,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3075','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2087,'http://macrec.com/?p=3075',20,'nav_menu_item','',0),(3076,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3076','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2087,'http://macrec.com/?p=3076',21,'nav_menu_item','',0),(3077,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3077','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2087,'http://macrec.com/?p=3077',22,'nav_menu_item','',0),(3078,1,'2016-04-01 21:39:13','2016-04-01 21:39:13',' ','','','publish','closed','closed','','3078','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',2087,'http://macrec.com/?p=3078',23,'nav_menu_item','',0),(3079,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3079','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3079',2,'nav_menu_item','',0),(3080,1,'2016-04-01 21:39:12','2016-04-01 21:39:12',' ','','','publish','closed','closed','','3080','','','2016-04-01 21:42:17','2016-04-01 21:42:17','',0,'http://macrec.com/?p=3080',5,'nav_menu_item','',0),(3086,1,'2016-04-01 21:44:21','0000-00-00 00:00:00','','Header Background','','draft','closed','closed','','of-header_background','','','2016-04-01 21:44:21','0000-00-00 00:00:00','',0,'http://macrec.com/?post_type=optionsframework&p=3086',0,'optionsframework','',0),(3088,2,'2016-04-02 00:38:02','2016-04-02 00:38:02','','April 16 fitness Schedule changing format','','inherit','open','closed','','april-16-fitness-schedule-changing-format','','','2016-04-02 00:38:02','2016-04-02 00:38:02','',2080,'http://macrec.com/wp-content/uploads/2014/11/April-16-fitness-Schedule-changing-format.jpg',0,'attachment','image/jpeg',0),(3089,2,'2016-04-02 00:39:48','2016-04-02 00:39:48','','April 16 fitness Schedule changing format','','inherit','open','closed','','april-16-fitness-schedule-changing-format-2','','','2016-04-02 00:39:48','2016-04-02 00:39:48','',2080,'http://macrec.com/wp-content/uploads/2014/11/April-16-fitness-Schedule-changing-format.pdf',0,'attachment','application/pdf',0),(3090,2,'2016-04-02 00:40:26','2016-04-02 00:40:26','','4April 2016 (3)','','inherit','open','closed','','4april-2016-3','','','2016-04-02 00:40:26','2016-04-02 00:40:26','',2080,'http://macrec.com/wp-content/uploads/2014/11/4April-2016-3.pdf',0,'attachment','application/pdf',0),(3093,2,'2016-04-02 00:44:57','2016-04-02 00:44:57','','April 16 fitness Schedule changing format','','inherit','open','closed','','april-16-fitness-schedule-changing-format-3','','','2016-04-02 00:44:57','2016-04-02 00:44:57','',2080,'http://macrec.com/wp-content/uploads/2014/11/April-16-fitness-Schedule-changing-format-1.jpg',0,'attachment','image/jpeg',0),(3094,2,'2016-04-02 00:48:54','2016-04-02 00:48:54','','April 16 fitness Schedule changing format','','inherit','open','closed','','april-16-fitness-schedule-changing-format-4','','','2016-04-02 00:48:54','2016-04-02 00:48:54','',2087,'http://macrec.com/wp-content/uploads/2014/11/April-16-fitness-Schedule-changing-format-2.jpg',0,'attachment','image/jpeg',0),(3095,2,'2016-04-02 00:48:58','2016-04-02 00:48:58','','camp macedonia','','inherit','open','closed','','camp-macedonia','','','2016-04-02 00:48:58','2016-04-02 00:48:58','',2087,'http://macrec.com/wp-content/uploads/2014/11/camp-macedonia.jpg',0,'attachment','image/jpeg',0),(3099,2,'2016-04-02 00:58:06','2016-04-02 00:58:06','','mini kickers','','inherit','open','closed','','mini-kickers','','','2016-04-02 00:58:06','2016-04-02 00:58:06','',2120,'http://macrec.com/wp-content/uploads/2014/11/mini-kickers.png',0,'attachment','image/png',0),(3102,2,'2016-04-02 01:17:32','2016-04-02 01:17:32','','4April 2016 (3)-page0001','','inherit','open','closed','','4april-2016-3-page0001','','','2016-04-02 01:17:32','2016-04-02 01:17:32','',2221,'http://macrec.com/wp-content/uploads/2014/11/4April-2016-3-page0001.jpg',0,'attachment','image/jpeg',0),(3103,2,'2016-04-02 01:19:59','2016-04-02 01:19:59','','4April 2016 (3)-page0002','','inherit','open','closed','','4april-2016-3-page0002','','','2016-04-02 01:19:59','2016-04-02 01:19:59','',2221,'http://macrec.com/wp-content/uploads/2014/11/4April-2016-3-page0002.jpg',0,'attachment','image/jpeg',0),(3108,2,'2016-04-02 01:30:36','2016-04-02 01:30:36','','class of the month','','inherit','open','closed','','class-of-the-month','','','2016-04-02 01:30:36','2016-04-02 01:30:36','',2122,'http://macrec.com/wp-content/uploads/2014/11/class-of-the-month.png',0,'attachment','image/png',0),(3109,2,'2016-04-02 01:30:45','2016-04-02 01:30:45','','save the date','','inherit','open','closed','','save-the-date','','','2016-04-02 01:30:45','2016-04-02 01:30:45','',2122,'http://macrec.com/wp-content/uploads/2014/11/save-the-date.png',0,'attachment','image/png',0),(3110,2,'2016-04-02 01:31:32','2016-04-02 01:31:32','','water ex picture','','inherit','open','closed','','water-ex-picture','','','2016-04-02 01:31:32','2016-04-02 01:31:32','',2122,'http://macrec.com/wp-content/uploads/2014/11/water-ex-picture.jpg',0,'attachment','image/jpeg',0),(3126,2,'2016-04-06 22:15:48','2016-04-06 22:15:48','','Spring 2016 Swim Lesson Chart 4-6','','inherit','open','closed','','spring-2016-swim-lesson-chart-4-6','','','2016-04-06 22:15:48','2016-04-06 22:15:48','',2128,'http://macrec.com/wp-content/uploads/2014/11/Spring-2016-Swim-Lesson-Chart-4-6.pdf',0,'attachment','application/pdf',0),(3147,2,'2016-04-18 19:27:48','2016-04-18 19:27:48','','Marathon.','Marathoners running. A large group of legs in a walking race with a pavement foreground.\n\n[url=http://www.istockphoto.com/search/lightbox/9786738][img]http://dl.dropbox.com/u/40117171/group.jpg[/img][/url]\n\n[url=http://www.istockphoto.com/search/lightbox/9786766][img]http://dl.dropbox.com/u/40117171/sport.jpg[/img][/url]','inherit','open','closed','','marathon','','','2016-04-18 19:38:41','2016-04-18 19:38:41','',2122,'http://macrec.com/wp-content/uploads/2014/11/runners-in-a-race-with-bib-numbers.jpg',0,'attachment','image/jpeg',0),(3148,2,'2016-04-18 19:50:30','2016-04-18 19:50:30','','Registration Form 2016','','inherit','open','closed','','registration-form-2016','','','2016-04-18 19:50:30','2016-04-18 19:50:30','',2122,'http://macrec.com/wp-content/uploads/2014/11/Registration-Form-2016.pdf',0,'attachment','application/pdf',0),(3151,2,'2016-04-25 20:05:29','2016-04-25 20:05:29','\n\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Macedonia FunFest 2018 Community Festival presented by City Tire Pros</strong></span></h3>\n<p style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS.png\"><img class=\"alignnone size-medium wp-image-4494\" src=\"http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS-300x29.png\" alt=\"\" width=\"300\" height=\"29\" /></a></p>\n\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>June 7-10, 2018\n</strong></span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Longwoo</strong></span><span style=\"color: #000000;\"><strong>d Park</strong> </span></h2>\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\">1494 E. Aurora Rd., Macedonia, OH 44056</span></h4>\n[embed]https://www.youtube.com/watch?time_continue=6&v=OfHmXA93xOQ[/embed]\n<h1><a href=\"http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1.jpg\"><img class=\" wp-image-4496 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1-225x300.jpg\" alt=\"\" width=\"282\" height=\"376\" /></a></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000080;\">  </span><strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://macrec.com/wp-content/uploads/2018/02/FunFest-Sponsorship-Categories-2018.pdf\"><span style=\"color: #ff0000;\">Click Here</span> for our FunFest Sponsorship Categories</a></span></strong></h1>\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://www.hermescleveland.com/roadracing/events/macrec.asp\"><span style=\"color: #ff0000;\">Click Here</span> for MacRec 5K for the Rescue Registration </a></span></strong></h1>\n<h1 style=\"text-align: center;\"><strong><a href=\"http://macrec.com/wp-content/uploads/2018/05/Cruise-In-Form-2.pdf\"><span style=\"color: #ff0000;\">Click Here</span> <span style=\"color: #000000;\">for the Classic Car Cruise In Registration Form</span></a></strong></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://macrec.com/wp-content/uploads/2018/03/Booth-Space-Application-2018.pdf\"><span style=\"color: #ff0000;\">Click Here</span> for our FunFest Community Booth Application</a></strong>   </span></h1>\n<h1 style=\"text-align: center;\"><strong><a href=\"http://nordoniahills.news/spirit-of-macedonia-fun-fest-2017-photos/#prettyPhoto\"><span style=\"color: #ff0000;\">Click Here</span> <span style=\"color: #000000;\">to checkout photos from last year!</span></a></strong></h1>\n\n','Macedonia FunFest 2018','','publish','closed','closed','','funfest','','','2018-06-11 14:05:58','2018-06-11 14:05:58','',0,'http://macrec.com/?page_id=3151',0,'page','',0),(3152,2,'2016-04-20 21:36:56','0000-00-00 00:00:00','<a href=\"http://macrec.com/wp-content/uploads/2016/04/spirit-of-macedonia-funfest-2016.png\"><img class=\"alignnone size-full wp-image-3153\" src=\"http://macrec.com/wp-content/uploads/2016/04/spirit-of-macedonia-funfest-2016.png\" alt=\"spirit of macedonia funfest 2016\" width=\"696\" height=\"41\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe City of Macedonia Parks and Recreation Department is currently making preparations for <strong>“The Spirit of Macedonia FunFest”</strong> scheduled <strong><u>for June 2-5, 2016</u>!</strong>  Join Us for one of Nordonia Hills area’s largest celebrations!\r\n\r\nAttractions over the four day event will include live entertainment, food concessions, car show, 5K race, fireworks, amusement rides, midway games, costumed characters, raffles, roaming artists, Relaxation Station, beer garden, community businesses and organization booths, and much more!  <strong>Free Parking. Free Admission. Free Entertainment.</strong>\r\n\r\nSponsorships and Booth Space Available!  Click the links below for details!\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/Booth-Space-Application-2016.pdf\">Booth Space Application 2016</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/2016-Spirit-of-Macedonia-FunFest-Spornsorship-Opporunties.pdf\">2016 Spirit of Macedonia FunFest Spornsorship Opporunties</a>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/17159751_BG1.jpg\"><img class=\"alignnone  wp-image-3157\" src=\"http://macrec.com/wp-content/uploads/2016/04/17159751_BG1.jpg\" alt=\"17159751_BG1\" width=\"490\" height=\"326\" /></a>\r\n\r\n&nbsp;\r\n\r\n<strong>Macedonia FunFest Classic Car Show</strong>\r\n\r\n<strong>Saturday, June 4, 2016</strong>\r\n\r\n<strong>10 am – 2 pm </strong>\r\n\r\nInterested in participating in the Classic Car Show contact Christal Crosby ccrosby@macedonia.oh.us or call 330-468-8375\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/runners-in-a-race-with-bib-numbers.jpg\"><img class=\" wp-image-3160\" src=\"http://macrec.com/wp-content/uploads/2016/04/runners-in-a-race-with-bib-numbers.jpg\" alt=\"Marathoners running. A large group of legs in a walking race with a pavement foreground. [url=http://www.istockphoto.com/search/lightbox/9786738][img]http://dl.dropbox.com/u/40117171/group.jpg[/img][/url] [url=http://www.istockphoto.com/search/lightbox/9786766][img]http://dl.dropbox.com/u/40117171/sport.jpg[/img][/url]\" width=\"490\" height=\"326\" /></a>\r\n<p class=\"wp-caption-dd\"></p>\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\"><strong>MACREC </strong></span><b>5K &amp; 1-Mile Walk/Run &amp; Kids Dash</b>\r\n\r\n<b>Sunday, June 5, 2016</b>\r\n\r\n<b>Time</b>:\r\n\r\n7:30am Race day registration\r\n\r\n8:45am 1 Mile Run/Walk\r\n\r\n9:00am 5K\r\n\r\nFree Kids Dash immediately following 5K\r\n\r\n<b><i>Proceeds to benefit Pawsibilities Human Society of Greater Akron</i></b><span style=\"color: #000000;\">\r\n</span>\r\n\r\n&nbsp;\r\n\r\n<b>Place</b>:    Longwood Park &amp;\r\n\r\nMacedonia Family Recreation Center\r\n\r\n1494 E. Aurora Rd\r\n\r\nMacedonia, OH 44056\r\n\r\n<strong><span style=\"color: #000000;\">Entry Fee:</span></strong>\r\n\r\nPre-Registration 5K   $20           Race Day $25\r\n\r\nPre-Registration 1-Mile $15         Race Day $20\r\n\r\n<span style=\"font-size: small;\"><b>Registration</b></span><span style=\"font-family: Calisto MT,Calisto; font-size: small;\"><span style=\"font-family: Calisto MT; font-size: small;\">: Online registration at www.hermescleveland.com </span></span>\r\n\r\n(Deadline: Online registration closes at 9:00am Friday, June 3)\r\n\r\nOr\r\n\r\nHermes Sports and Events\r\n\r\n2425 W. 11 St., Suite #2\r\n\r\nCleveland, Ohio 44113\r\n\r\nMail entries must be received by Wed., June 1\r\n\r\nMake check payable to \"Hermes\"\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/Registration-Form-2016.pdf\">Click here to download MACREC 5K Registration Form </a>\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;','Spirit of Macedonia Funfest','','draft','closed','closed','','','','','2016-04-20 21:36:56','2016-04-20 21:36:56','',0,'http://macrec.com/?page_id=3152',0,'page','',0),(3153,2,'2016-04-20 20:55:56','2016-04-20 20:55:56','','spirit of macedonia funfest 2016','','inherit','open','closed','','spirit-of-macedonia-funfest-2016','','','2016-04-20 20:55:56','2016-04-20 20:55:56','',3152,'http://macrec.com/wp-content/uploads/2016/04/spirit-of-macedonia-funfest-2016.png',0,'attachment','image/png',0),(3156,2,'2016-04-20 21:10:36','2016-04-20 21:10:36','','Click here to download MACREC 5K Registration Form','','inherit','open','closed','','registration-form-2016-2','','','2016-04-20 21:17:04','2016-04-20 21:17:04','',3152,'http://macrec.com/wp-content/uploads/2016/04/Registration-Form-2016.pdf',0,'attachment','application/pdf',0),(3157,2,'2016-04-20 21:12:47','2016-04-20 21:12:47','','17159751_BG1','','inherit','open','closed','','17159751_bg1','','','2016-04-20 21:12:47','2016-04-20 21:12:47','',3152,'http://macrec.com/wp-content/uploads/2016/04/17159751_BG1.jpg',0,'attachment','image/jpeg',0),(3158,2,'2016-04-20 21:19:17','2016-04-20 21:19:17','','NEW-HSGA-LOGO-2C-580x221','','inherit','open','closed','','new-hsga-logo-2c-580x221','','','2016-04-20 21:19:17','2016-04-20 21:19:17','',3152,'http://macrec.com/wp-content/uploads/2016/04/NEW-HSGA-LOGO-2C-580x221.jpg',0,'attachment','image/jpeg',0),(3160,2,'2016-04-20 21:21:14','2016-04-20 21:21:14','','Marathon.','Marathoners running. A large group of legs in a walking race with a pavement foreground.\n\n[url=http://www.istockphoto.com/search/lightbox/9786738][img]http://dl.dropbox.com/u/40117171/group.jpg[/img][/url]\n\n[url=http://www.istockphoto.com/search/lightbox/9786766][img]http://dl.dropbox.com/u/40117171/sport.jpg[/img][/url]','inherit','open','closed','','marathon-2','','','2016-04-20 21:27:15','2016-04-20 21:27:15','',3152,'http://macrec.com/wp-content/uploads/2016/04/runners-in-a-race-with-bib-numbers.jpg',0,'attachment','image/jpeg',0),(3163,2,'2016-04-20 21:28:19','2016-04-20 21:28:19','','Booth Space Application 2016','','inherit','open','closed','','booth-space-application-2016','','','2016-04-20 21:28:19','2016-04-20 21:28:19','',3152,'http://macrec.com/wp-content/uploads/2016/04/Booth-Space-Application-2016.pdf',0,'attachment','application/pdf',0),(3169,2,'2016-04-20 21:36:56','2016-04-20 21:36:56','<a href=\"http://macrec.com/wp-content/uploads/2016/04/spirit-of-macedonia-funfest-2016.png\"><img class=\"alignnone size-full wp-image-3153\" src=\"http://macrec.com/wp-content/uploads/2016/04/spirit-of-macedonia-funfest-2016.png\" alt=\"spirit of macedonia funfest 2016\" width=\"696\" height=\"41\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe City of Macedonia Parks and Recreation Department is currently making preparations for <strong>“The Spirit of Macedonia FunFest”</strong> scheduled <strong><u>for June 2-5, 2016</u>!</strong>  Join Us for one of Nordonia Hills area’s largest celebrations!\r\n\r\nAttractions over the four day event will include live entertainment, food concessions, car show, 5K race, fireworks, amusement rides, midway games, costumed characters, raffles, roaming artists, Relaxation Station, beer garden, community businesses and organization booths, and much more!  <strong>Free Parking. Free Admission. Free Entertainment.</strong>\r\n\r\nSponsorships and Booth Space Available!  Click the links below for details!\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/Booth-Space-Application-2016.pdf\">Booth Space Application 2016</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/2016-Spirit-of-Macedonia-FunFest-Spornsorship-Opporunties.pdf\">2016 Spirit of Macedonia FunFest Spornsorship Opporunties</a>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/17159751_BG1.jpg\"><img class=\"alignnone  wp-image-3157\" src=\"http://macrec.com/wp-content/uploads/2016/04/17159751_BG1.jpg\" alt=\"17159751_BG1\" width=\"490\" height=\"326\" /></a>\r\n\r\n&nbsp;\r\n\r\n<strong>Macedonia FunFest Classic Car Show</strong>\r\n\r\n<strong>Saturday, June 4, 2016</strong>\r\n\r\n<strong>10 am – 2 pm </strong>\r\n\r\nInterested in participating in the Classic Car Show contact Christal Crosby ccrosby@macedonia.oh.us or call 330-468-8375\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/runners-in-a-race-with-bib-numbers.jpg\"><img class=\" wp-image-3160\" src=\"http://macrec.com/wp-content/uploads/2016/04/runners-in-a-race-with-bib-numbers.jpg\" alt=\"Marathoners running. A large group of legs in a walking race with a pavement foreground. [url=http://www.istockphoto.com/search/lightbox/9786738][img]http://dl.dropbox.com/u/40117171/group.jpg[/img][/url] [url=http://www.istockphoto.com/search/lightbox/9786766][img]http://dl.dropbox.com/u/40117171/sport.jpg[/img][/url]\" width=\"490\" height=\"326\" /></a>\r\n<p class=\"wp-caption-dd\"></p>\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\"><strong>MACREC </strong></span><b>5K &amp; 1-Mile Walk/Run &amp; Kids Dash</b>\r\n\r\n<b>Sunday, June 5, 2016</b>\r\n\r\n<b>Time</b>:\r\n\r\n7:30am Race day registration\r\n\r\n8:45am 1 Mile Run/Walk\r\n\r\n9:00am 5K\r\n\r\nFree Kids Dash immediately following 5K\r\n\r\n<b><i>Proceeds to benefit Pawsibilities Human Society of Greater Akron</i></b><span style=\"color: #000000;\">\r\n</span>\r\n\r\n&nbsp;\r\n\r\n<b>Place</b>:    Longwood Park &amp;\r\n\r\nMacedonia Family Recreation Center\r\n\r\n1494 E. Aurora Rd\r\n\r\nMacedonia, OH 44056\r\n\r\n<strong><span style=\"color: #000000;\">Entry Fee:</span></strong>\r\n\r\nPre-Registration 5K   $20           Race Day $25\r\n\r\nPre-Registration 1-Mile $15         Race Day $20\r\n\r\n<span style=\"font-size: small;\"><b>Registration</b></span><span style=\"font-family: Calisto MT,Calisto; font-size: small;\"><span style=\"font-family: Calisto MT; font-size: small;\">: Online registration at www.hermescleveland.com </span></span>\r\n\r\n(Deadline: Online registration closes at 9:00am Friday, June 3)\r\n\r\nOr\r\n\r\nHermes Sports and Events\r\n\r\n2425 W. 11 St., Suite #2\r\n\r\nCleveland, Ohio 44113\r\n\r\nMail entries must be received by Wed., June 1\r\n\r\nMake check payable to \"Hermes\"\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/04/Registration-Form-2016.pdf\">Click here to download MACREC 5K Registration Form </a>\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;','Spirit of Macedonia Funfest','','inherit','closed','closed','','3152-revision-v1','','','2016-04-20 21:36:56','2016-04-20 21:36:56','',3152,'http://macrec.com/uncategorized/3152-revision-v1/',0,'revision','',0),(3170,2,'2016-04-20 22:01:56','2016-04-20 22:01:56','','Click Here for more Summer Camp 2016 Information','','inherit','open','closed','','summer-camp-information-sheet-2016','','','2016-04-20 22:02:19','2016-04-20 22:02:19','',2120,'http://macrec.com/wp-content/uploads/2014/11/Summer-Camp-Information-Sheet-2016.pdf',0,'attachment','application/pdf',0),(3173,2,'2016-04-27 19:18:58','2016-04-27 19:18:58','\n\n<h2 style=\"text-align: center;\"><strong>Camp Macedonia</strong></h2>\n<h2 style=\"text-align: center;\"><strong>Monday - Friday, June 11 - August 10</strong><strong> </strong></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>Registration Open Now</strong></span></h2>\nCamp Macedonia is packed with a variety of activities and non-stop excitement to keep kids ages 6 through 12\n\nactive and engaged (must be 6 yrs old at start of camp week).  Children can develop new skills, interests, and hobbies while building life long memories as they participate in many activities, games, and more.\n\nCamp Macedonia Summer Day Camp offers you the opportunity to enroll your child for the weeks that work best. Day camp will begin at 9:00am and end at 3:00pm. PM &amp; AM extenders are available for enrollment. Before Care starts at 7:30am and ends at 9:00am and After Care starts at 3:00pm and ends at 6:00pm.  Camp is primarily held outside at the pavilion area of Longwood Park within walking distance to fields/open grass areas, lake, trails, &amp; rec center.\n\nCamp Macedonia campers swim up to four times a week at the Macedonia Family Recreation Center.  Macedonia Rec. Center offers 2 pools (0-4ft &amp; 3.5-11ft) for the campers to use.  Swim activities include games and open play.\n\nSpecial field trips are scheduled each week excluding July 4th week.  Campers are transported by school bus. Each week offers a new theme and activities surrounding that theme.  Your camper can enjoy cookouts every Friday instead of bringing a lunch.  Field trips include: Water Works Park, Fun N Stuff, Cleveland Metroparks Zoo, Nickajack Farm, Camp Hi, Akron Rubberducks, Roseland Bowling.\n\nThrough the day campers rotate through social, art and craft, and physical activities before heading off to interest groups (a special activity provided by counselors that campers can pick to do at the start of the week) and lunch.  Swimming activity and group activity follows lunch.\n\n<strong><em>Registration deadline is one week prior to the desired camp week start. </em></strong>\n\nDay Camp per week:  Resident $113 Non Resident $128\n\nJuly 4th week: Macedonia Resident $90/ Non-Resident $102\n\n<strong><u>Extenders</u></strong>\n\nBefore Care:  7:30 - 9:00am             Non Resident $36 / Resident $26\n\n(July 4th week: Macedonia Resident $21/ Non-Resident $29)\n\nAfter Care:  3:00 - 6:00pm                Non Resident $56 / Resident $46\n\n(July 4th week: Macedonia Resident $37/ Non-Resident $45)\n\n<strong><em><u>A $15 late fee will be assessed for registrations accepted passed the deadline</u></em></strong>\n\nDuring the weeks of June 11– July 13 Camp Macedonia is partnering with Solutions Behavioral Consulting to offer day camp for children with ASD and other  developmental disorders or behavioral needs. Camp SBC offers a 1 on 1 ratio.  <em>All SBC counselors are background screened. Registration is required through Solutions Behavioral Consulting. This 5-week program provides SBC campers with full inclusion opportunities. Camp activities include specially designed opportunities for instruction in social skills, academics, and other educational goals as designated by each student’s IEP. SLP and OT services are provided at an additional cost.  For more information: <a href=\"http://www.solutionsbehavioral.com\">www.solutionsbehavioral.com</a></em>\n\n<a href=\"#\"><img src=\"http://macrec.com/wp-content/uploads/2018/03/Summer-camp.png\" alt=\"Summer camp\" width=\"1022\" height=\"600\" class=\"alignleft size-full wp-image-4394\" /></a>\n\n','Day Camps - Winter Break, Spring Break, Summer','','publish','closed','closed','','camps','','','2018-04-25 19:48:25','2018-04-25 19:48:25','',2087,'http://macrec.com/?page_id=3173',0,'page','',0),(3180,1,'2016-04-25 20:03:53','2016-04-25 20:03:53','','Macedonia Festival 2016','','inherit','closed','closed','','3151-autosave-v1','','','2016-04-25 20:03:53','2016-04-25 20:03:53','',3151,'http://macrec.com/uncategorized/3151-autosave-v1/',0,'revision','',0),(3188,2,'2016-04-27 17:30:32','2016-04-27 17:30:32','','2016 Spirit of Macedonia FunFest Sponsorship Opportunities','','inherit','open','closed','','2016-spirit-of-macedonia-funfest-sponsorship-opportunities','','','2016-04-27 17:30:32','2016-04-27 17:30:32','',3151,'http://macrec.com/wp-content/uploads/2016/04/2016-Spirit-of-Macedonia-FunFest-Sponsorship-Opportunities.pdf',0,'attachment','application/pdf',0),(3194,2,'2016-04-27 19:16:24','2016-04-27 19:16:24',' ','','','publish','closed','closed','','3194','','','2017-07-18 19:36:51','2017-07-18 19:36:51','',2087,'http://macrec.com/?p=3194',6,'nav_menu_item','',0),(3195,2,'2016-04-27 19:18:30','2016-04-27 19:18:30','','Summer Camp 2016 Registration Form','','inherit','open','closed','','summer-camp-2016-registration-form','','','2016-04-27 19:18:30','2016-04-27 19:18:30','',3173,'http://macrec.com/wp-content/uploads/2016/04/Summer-Camp-2016-Registration-Form.pdf',0,'attachment','application/pdf',0),(3204,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3204','','','2018-09-27 20:43:27','2018-09-27 20:43:27','',0,'http://macrec.com/?p=3204',1,'nav_menu_item','',0),(3205,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3205','','','2018-09-27 20:43:27','2018-09-27 20:43:27','',2103,'http://macrec.com/?p=3205',4,'nav_menu_item','',0),(3206,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3206','','','2018-09-27 20:43:27','2018-09-27 20:43:27','',2103,'http://macrec.com/?p=3206',2,'nav_menu_item','',0),(3207,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3207','','','2018-09-27 20:43:27','2018-09-27 20:43:27','',2103,'http://macrec.com/?p=3207',3,'nav_menu_item','',0),(3208,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3208','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',0,'http://macrec.com/?p=3208',7,'nav_menu_item','',0),(3209,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3209','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2093,'http://macrec.com/?p=3209',8,'nav_menu_item','',0),(3210,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3210','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2093,'http://macrec.com/?p=3210',9,'nav_menu_item','',0),(3211,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3211','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2093,'http://macrec.com/?p=3211',10,'nav_menu_item','',0),(3214,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3214','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',0,'http://macrec.com/?p=3214',11,'nav_menu_item','',0),(3215,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3215','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2018,'http://macrec.com/?p=3215',12,'nav_menu_item','',0),(3216,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3216','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2018,'http://macrec.com/?p=3216',13,'nav_menu_item','',0),(3218,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3218','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',0,'http://macrec.com/?p=3218',23,'nav_menu_item','',0),(3219,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3219','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2099,'http://macrec.com/?p=3219',24,'nav_menu_item','',0),(3220,1,'2016-04-29 13:57:59','2016-04-29 13:57:59',' ','','','publish','closed','closed','','3220','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',0,'http://macrec.com/?p=3220',14,'nav_menu_item','',0),(3221,1,'2016-04-29 13:58:00','2016-04-29 13:58:00',' ','','','publish','closed','closed','','3221','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2087,'http://macrec.com/?p=3221',21,'nav_menu_item','',0),(3222,1,'2016-04-29 13:58:00','2016-04-29 13:58:00',' ','','','publish','closed','closed','','3222','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2087,'http://macrec.com/?p=3222',16,'nav_menu_item','',0),(3223,1,'2016-04-29 13:58:00','2016-04-29 13:58:00',' ','','','publish','closed','closed','','3223','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2087,'http://macrec.com/?p=3223',17,'nav_menu_item','',0),(3224,1,'2016-04-29 13:58:00','2016-04-29 13:58:00','','Day Camps – Winter Break, Spring Break, Summer','','publish','closed','closed','','3224','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2087,'http://macrec.com/?p=3224',18,'nav_menu_item','',0),(3225,1,'2016-04-29 13:58:00','2016-04-29 13:58:00',' ','','','publish','closed','closed','','3225','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2087,'http://macrec.com/?p=3225',19,'nav_menu_item','',0),(3230,2,'2016-04-30 15:27:05','2016-04-30 15:27:05','','Copy of Summer 2016 Chart','','inherit','open','closed','','copy-of-summer-2016-chart','','','2016-04-30 15:27:05','2016-04-30 15:27:05','',2128,'http://macrec.com/wp-content/uploads/2014/11/Copy-of-Summer-2016-Chart.pdf',0,'attachment','application/pdf',0),(3232,2,'2016-04-30 17:21:58','2016-04-30 17:21:58','','5May 2016-page-0 (1)','','inherit','open','closed','','5may-2016-page-0-1','','','2016-04-30 17:21:58','2016-04-30 17:21:58','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2016-page-0-1.jpg',0,'attachment','image/jpeg',0),(3233,2,'2016-04-30 17:24:26','2016-04-30 17:24:26','','5May 2016-page-0 (2)','','inherit','open','closed','','5may-2016-page-0-2','','','2016-04-30 17:24:26','2016-04-30 17:24:26','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2016-page-0-2.jpg',0,'attachment','image/jpeg',0),(3238,2,'2016-04-30 19:14:26','2016-04-30 19:14:26','','page-0','','inherit','open','closed','','page-0','','','2016-04-30 19:14:26','2016-04-30 19:14:26','',2221,'http://macrec.com/wp-content/uploads/2014/11/page-0.jpg',0,'attachment','image/jpeg',0),(3240,2,'2016-04-30 19:39:08','2016-04-30 19:39:08','','May 16 fitness Schedule','','inherit','open','closed','','may-16-fitness-schedule','','','2016-04-30 19:39:08','2016-04-30 19:39:08','',2080,'http://macrec.com/wp-content/uploads/2014/11/May-16-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(3241,2,'2016-04-30 19:41:58','2016-04-30 19:41:58','','May 16 fitness Schedule','','inherit','open','closed','','may-16-fitness-schedule-2','','','2016-04-30 19:41:58','2016-04-30 19:41:58','',2080,'http://macrec.com/wp-content/uploads/2014/11/May-16-fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3245,2,'2016-04-30 19:51:15','2016-04-30 19:51:15','','5May 2016-page-0 (1)','','inherit','open','closed','','5may-2016-page-0-1-2','','','2016-04-30 19:51:15','2016-04-30 19:51:15','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2016-page-0-1-1.jpg',0,'attachment','image/jpeg',0),(3248,2,'2016-05-02 18:15:03','2016-05-02 18:15:03','','male_female','','inherit','open','closed','','male_female','','','2016-05-02 18:15:03','2016-05-02 18:15:03','',0,'http://macrec.com/wp-content/uploads/2014/12/male_female.jpg',0,'attachment','image/jpeg',0),(3249,2,'2016-05-02 18:15:41','2016-05-02 18:15:41','','slots','photo posted on post-gazette.com','inherit','open','closed','','slots','','','2016-05-02 18:15:41','2016-05-02 18:15:41','',0,'http://macrec.com/wp-content/uploads/2014/12/20070612dsslots_Smiles_450.jpg',0,'attachment','image/jpeg',0),(3250,2,'2016-05-02 18:15:53','2016-05-02 18:15:53','','MemorialDay2016logo','','inherit','open','closed','','memorialday2016logo','','','2016-05-02 18:15:53','2016-05-02 18:15:53','',0,'http://macrec.com/wp-content/uploads/2014/12/MemorialDay2016logo.png',0,'attachment','image/png',0),(3251,2,'2016-05-02 18:19:34','2016-05-02 18:19:34','','2016 Community Flea Market','','inherit','open','closed','','2016-community-flea-market','','','2016-05-02 18:19:34','2016-05-02 18:19:34','',0,'http://macrec.com/wp-content/uploads/2014/12/2016-Community-Flea-Market.pdf',0,'attachment','application/pdf',0),(3252,2,'2016-05-02 18:27:20','2016-05-02 18:27:20','','2016 Community Flea Market Registration Form','','inherit','open','closed','','2016-community-flea-market-registration-form','','','2016-05-02 18:27:20','2016-05-02 18:27:20','',0,'http://macrec.com/wp-content/uploads/2014/12/2016-Community-Flea-Market-Registration-Form.pdf',0,'attachment','application/pdf',0),(3254,2,'2016-05-02 18:31:15','2016-05-02 18:31:15','','art party','','inherit','open','closed','','art-party','','','2016-05-02 18:31:15','2016-05-02 18:31:15','',2113,'http://macrec.com/wp-content/uploads/2014/11/art-party.png',0,'attachment','image/png',0),(3255,2,'2016-05-02 18:31:28','2016-05-02 18:31:28','','slots','photo posted on post-gazette.com','inherit','open','closed','','slots-2','','','2016-05-02 18:31:28','2016-05-02 18:31:28','',2113,'http://macrec.com/wp-content/uploads/2014/11/20070612dsslots_Smiles_450.jpg',0,'attachment','image/jpeg',0),(3258,2,'2016-05-06 16:23:43','2016-05-06 16:23:43','','Revised Employment Application','','inherit','open','closed','','revised-employment-application','','','2016-05-06 16:23:43','2016-05-06 16:23:43','',1797,'http://macrec.com/wp-content/uploads/2011/07/Revised-Employment-Application.pdf',0,'attachment','application/pdf',0),(3261,2,'2016-05-06 20:51:51','2016-05-06 20:51:51','','5May 2016 New -page-0','','inherit','open','closed','','5may-2016-new-page-0','','','2016-05-06 20:51:51','2016-05-06 20:51:51','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2016-New-page-0.jpg',0,'attachment','image/jpeg',0),(3262,2,'2016-05-06 20:55:26','2016-05-06 20:55:26','','5May 2016 New -page-1','','inherit','open','closed','','5may-2016-new-page-1','','','2016-05-06 20:55:26','2016-05-06 20:55:26','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2016-New-page-1.jpg',0,'attachment','image/jpeg',0),(3266,2,'2016-05-06 21:07:11','2016-05-06 21:07:11','','5May 2016 New','','inherit','open','closed','','5may-2016-new','','','2016-05-06 21:07:11','2016-05-06 21:07:11','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2016-New-.pdf',0,'attachment','application/pdf',0),(3268,2,'2016-05-11 15:39:19','2016-05-11 15:39:19','','Employment Application','','inherit','open','closed','','revised-employment-application-2','','','2016-05-11 15:42:23','2016-05-11 15:42:23','',1797,'http://macrec.com/wp-content/uploads/2011/07/Revised-Employment-Application-1.pdf',0,'attachment','application/pdf',0),(3273,2,'2016-05-23 20:20:20','2016-05-23 20:20:20','','Click here for Funfest Event Schedule 2016','','inherit','open','closed','','event-description-flyer-1-2016-5-17-16-press','','','2016-05-23 20:23:55','2016-05-23 20:23:55','',3151,'http://macrec.com/wp-content/uploads/2016/04/Event-Description-Flyer-1-2016-5-17-16-press.pdf',0,'attachment','application/pdf',0),(3278,2,'2016-05-23 21:05:38','2016-05-23 21:05:38','','Flea-Market-West-End-Community-Centre','','inherit','open','closed','','flea-market-west-end-community-centre','','','2016-05-23 21:05:38','2016-05-23 21:05:38','',2113,'http://macrec.com/wp-content/uploads/2014/11/Flea-Market-West-End-Community-Centre.png',0,'attachment','image/png',0),(3281,2,'2016-05-23 21:16:17','2016-05-23 21:16:17','','Babysitting_Course','','inherit','open','closed','','babysitting_course','','','2016-05-23 21:16:17','2016-05-23 21:16:17','',2120,'http://macrec.com/wp-content/uploads/2014/11/Babysitting_Course.png',0,'attachment','image/png',0),(3288,2,'2016-05-23 21:28:08','2016-05-23 21:28:08','','self-defense','','inherit','open','closed','','self-defense','','','2016-05-23 21:28:08','2016-05-23 21:28:08','',2113,'http://macrec.com/wp-content/uploads/2014/11/self-defense.jpg',0,'attachment','image/jpeg',0),(3289,2,'2016-05-23 21:36:22','2016-05-23 21:36:22','','self_defense','','inherit','open','closed','','self_defense','','','2016-05-23 21:36:22','2016-05-23 21:36:22','',2113,'http://macrec.com/wp-content/uploads/2014/11/self_defense.jpg',0,'attachment','image/jpeg',0),(3292,2,'2016-05-27 20:55:50','2016-05-27 20:55:50','','Click Here for 2016 Car Show Application','','inherit','open','closed','','car-show-2016-application-2','','','2016-05-27 20:56:09','2016-05-27 20:56:09','',3151,'http://macrec.com/wp-content/uploads/2016/04/Car-Show-2016-Application-2.pdf',0,'attachment','application/pdf',0),(3297,2,'2016-06-01 18:38:56','2016-06-01 18:38:56','','June 16 fitness Schedule','','inherit','open','closed','','june-16-fitness-schedule','','','2016-06-01 18:38:56','2016-06-01 18:38:56','',2080,'http://macrec.com/wp-content/uploads/2014/11/June-16-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(3298,2,'2016-06-01 18:39:04','2016-06-01 18:39:04','','June 16 fitness Schedule','','inherit','open','closed','','june-16-fitness-schedule-2','','','2016-06-01 18:39:04','2016-06-01 18:39:04','',2080,'http://macrec.com/wp-content/uploads/2014/11/June-16-fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3300,2,'2016-06-01 21:07:25','2016-06-01 21:07:25','','6 June 2016-page-0','','inherit','open','closed','','6-june-2016-page-0','','','2016-06-01 21:07:25','2016-06-01 21:07:25','',2221,'http://macrec.com/wp-content/uploads/2014/11/6-June-2016-page-0.jpg',0,'attachment','image/jpeg',0),(3301,2,'2016-06-01 21:07:45','2016-06-01 21:07:45','','6 June 2016-page-1','','inherit','open','closed','','6-june-2016-page-1','','','2016-06-01 21:07:45','2016-06-01 21:07:45','',2221,'http://macrec.com/wp-content/uploads/2014/11/6-June-2016-page-1.jpg',0,'attachment','image/jpeg',0),(3302,2,'2016-06-01 21:08:45','2016-06-01 21:08:45','','6 June 2016','','inherit','open','closed','','6-june-2016','','','2016-06-01 21:08:45','2016-06-01 21:08:45','',2221,'http://macrec.com/wp-content/uploads/2014/11/6-June-2016.pdf',0,'attachment','application/pdf',0),(3311,2,'2016-06-14 19:02:30','2016-06-14 19:02:30','','1402164699000-fish001','','inherit','open','closed','','1402164699000-fish001','','','2016-06-14 19:02:30','2016-06-14 19:02:30','',2122,'http://macrec.com/wp-content/uploads/2014/11/1402164699000-fish001.jpg',0,'attachment','image/jpeg',0),(3321,2,'2016-06-28 21:25:16','2016-06-28 21:25:16','','MIP Poster 2016','','inherit','open','closed','','mip-poster-2016','','','2016-06-28 21:25:16','2016-06-28 21:25:16','',2122,'http://macrec.com/wp-content/uploads/2014/11/MIP-Poster-2016.jpeg',0,'attachment','image/jpeg',0),(3322,2,'2016-06-28 21:26:44','2016-06-28 21:26:44','','zootopiaposter1','','inherit','open','closed','','zootopiaposter1','','','2016-06-28 21:26:44','2016-06-28 21:26:44','',2122,'http://macrec.com/wp-content/uploads/2014/11/zootopiaposter1.jpg',0,'attachment','image/jpeg',0),(3334,2,'2016-06-30 18:00:01','2016-06-30 18:00:01','','page0001','','inherit','open','closed','','page0001','','','2016-06-30 18:00:01','2016-06-30 18:00:01','',2221,'http://macrec.com/wp-content/uploads/2014/11/page0001.jpg',0,'attachment','image/jpeg',0),(3335,2,'2016-06-30 18:00:12','2016-06-30 18:00:12','','page0002','','inherit','open','closed','','page0002','','','2016-06-30 18:00:12','2016-06-30 18:00:12','',2221,'http://macrec.com/wp-content/uploads/2014/11/page0002.jpg',0,'attachment','image/jpeg',0),(3338,2,'2016-06-30 18:09:41','2016-06-30 18:09:41','','July 16 fitness Schedule','','inherit','open','closed','','july-16-fitness-schedule','','','2016-06-30 18:09:41','2016-06-30 18:09:41','',2080,'http://macrec.com/wp-content/uploads/2014/11/July-16-fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(3339,2,'2016-06-30 18:09:51','2016-06-30 18:09:51','','July 16 fitness Schedule','','inherit','open','closed','','july-16-fitness-schedule-2','','','2016-06-30 18:09:51','2016-06-30 18:09:51','',2080,'http://macrec.com/wp-content/uploads/2014/11/July-16-fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3342,2,'2016-06-30 18:16:43','2016-06-30 18:16:43','','7July 2016 (3)','','inherit','open','closed','','7july-2016-3','','','2016-06-30 18:16:43','2016-06-30 18:16:43','',203,'http://macrec.com/wp-content/uploads/2011/09/7July-2016-3.pdf',0,'attachment','application/pdf',0),(3345,2,'2016-07-08 20:14:40','2016-07-08 20:14:40','','Click here for Summer 2016 Session Information','','inherit','open','closed','','swim-flyer-summer-2016-quarter-3','','','2016-07-08 20:15:45','2016-07-08 20:15:45','',2128,'http://macrec.com/wp-content/uploads/2014/11/swim-flyer-summer-2016-quarter-3.pdf',0,'attachment','application/pdf',0),(3346,2,'2016-07-08 20:15:18','2016-07-08 20:15:18','','Solutions Beh Consulting','','inherit','open','closed','','solutions-beh-consulting','','','2016-07-08 20:15:18','2016-07-08 20:15:18','',2128,'http://macrec.com/wp-content/uploads/2014/11/Solutions-Beh-Consulting.jpg',0,'attachment','image/jpeg',0),(3350,2,'2016-07-15 18:52:12','2016-07-15 18:52:12','','nice_sports','(CQ) Erin McElroy, 6, passes the ball to her teammate Bradley Pomajevich, 6,  during a scrimmage at Havener Park on Sunday, August 28, 2011 in Powell, Ohio.  i9 Sports league\'s core values are fun, safety, convenience and integrity. Each child gets equal playing time on the field, and there is a no-contact policy to ensure each child\'s safety.  (Dispatch photo by Taylor Glascock)','inherit','open','closed','','nice_sports','','','2016-07-15 18:52:12','2016-07-15 18:52:12','',2120,'http://macrec.com/wp-content/uploads/2014/11/youth_flag_football.jpg',0,'attachment','image/jpeg',0),(3351,2,'2016-07-15 18:52:22','2016-07-15 18:52:22','','youthffootball','','inherit','open','closed','','youthffootball','','','2016-07-15 18:52:22','2016-07-15 18:52:22','',2120,'http://macrec.com/wp-content/uploads/2014/11/youthffootball.jpg',0,'attachment','image/jpeg',0),(3352,2,'2016-07-15 18:54:17','2016-07-15 18:54:17','','YouthFlagFootball_0-2','','inherit','open','closed','','youthflagfootball_0-2','','','2016-07-15 18:54:17','2016-07-15 18:54:17','',2120,'http://macrec.com/wp-content/uploads/2014/11/YouthFlagFootball_0-2.jpg',0,'attachment','image/jpeg',0),(3353,2,'2016-07-15 18:55:38','2016-07-15 18:55:38','','soccer picture','','inherit','open','closed','','soccer-picture','','','2016-07-15 18:55:38','2016-07-15 18:55:38','',2120,'http://macrec.com/wp-content/uploads/2014/11/soccer-picture.jpg',0,'attachment','image/jpeg',0),(3354,2,'2016-07-15 19:00:56','2016-07-15 19:00:56','','tot t ball','','inherit','open','closed','','tot-t-ball','','','2016-07-15 19:00:56','2016-07-15 19:00:56','',2120,'http://macrec.com/wp-content/uploads/2014/11/tot-t-ball.png',0,'attachment','image/png',0),(3358,2,'2016-07-29 21:43:09','2016-07-29 21:43:09','','8August 2016-page0001','','inherit','open','closed','','8august-2016-page0001','','','2016-07-29 21:43:09','2016-07-29 21:43:09','',2221,'http://macrec.com/wp-content/uploads/2014/11/8August-2016-page0001.jpg',0,'attachment','image/jpeg',0),(3359,2,'2016-07-29 21:43:16','2016-07-29 21:43:16','','8August 2016-page0002','','inherit','open','closed','','8august-2016-page0002','','','2016-07-29 21:43:16','2016-07-29 21:43:16','',2221,'http://macrec.com/wp-content/uploads/2014/11/8August-2016-page0002.jpg',0,'attachment','image/jpeg',0),(3361,2,'2016-07-29 21:47:02','2016-07-29 21:47:02','','Copy of Fall 2016 Chart','','inherit','open','closed','','copy-of-fall-2016-chart','','','2016-07-29 21:47:02','2016-07-29 21:47:02','',2128,'http://macrec.com/wp-content/uploads/2014/11/Copy-of-Fall-2016-Chart.pdf',0,'attachment','application/pdf',0),(3366,2,'2016-08-01 19:57:24','2016-08-01 19:57:24','','August 16 Fitness Schedule','','inherit','open','closed','','august-16-fitness-schedule','','','2016-08-01 19:57:24','2016-08-01 19:57:24','',2080,'http://macrec.com/wp-content/uploads/2014/11/August-16-Fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(3368,2,'2016-08-01 20:04:20','2016-08-01 20:04:20','','August 16 Fitness Schedule','','inherit','open','closed','','august-16-fitness-schedule-2','','','2016-08-01 20:04:20','2016-08-01 20:04:20','',203,'http://macrec.com/wp-content/uploads/2011/09/August-16-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3373,2,'2016-08-31 20:15:16','2016-08-31 20:15:16','','9September 2016','','inherit','open','closed','','9september-2016','','','2016-08-31 20:15:16','2016-08-31 20:15:16','',2221,'http://macrec.com/wp-content/uploads/2014/11/9September-2016.pdf',0,'attachment','application/pdf',0),(3377,1,'2016-09-01 16:38:02','2016-09-01 16:38:02','','Sept 16 Fitness Schedule1','','inherit','open','closed','','sept-16-fitness-schedule1','','','2016-09-01 16:38:02','2016-09-01 16:38:02','',2080,'http://macrec.com/wp-content/uploads/2014/11/Sept-16-Fitness-Schedule1.pdf',0,'attachment','application/pdf',0),(3378,1,'2016-09-01 16:39:16','2016-09-01 16:39:16','','Sept 16 Fitness Schedule1','','inherit','open','closed','','sept-16-fitness-schedule1-2','','','2016-09-01 16:39:16','2016-09-01 16:39:16','',2080,'http://macrec.com/wp-content/uploads/2014/11/Sept-16-Fitness-Schedule1-1.pdf',0,'attachment','application/pdf',0),(3379,1,'2016-09-01 16:39:45','2016-09-01 16:39:45','','Sept 16 Fitness Schedule1','','inherit','open','closed','','sept-16-fitness-schedule1-3','','','2016-09-01 16:39:45','2016-09-01 16:39:45','',2080,'http://macrec.com/wp-content/uploads/2014/11/Sept-16-Fitness-Schedule1.jpg',0,'attachment','image/jpeg',0),(3384,1,'2016-09-02 15:22:19','2016-09-02 15:22:19','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><img class=\"alignleft wp-image-3379 size-full\" src=\"http://macrec.com/wp-content/uploads/2014/11/Sept-16-Fitness-Schedule1.jpg\" width=\"1275\" height=\"1650\" /></h4>\r\n<h4></h4>\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/May-16-fitness-Schedule.jpg\"> </a>\r\n\r\n[mp_span col=\"12\"]\r\n\r\n&nbsp;\r\n\r\n[su_button url=\"http://macrec.com/wp-content/uploads/2014/11/Sept-16-Fitness-Schedule1.pdf\"]Click Here For PDF [/su_button]\r\n[su_spacer size=\"30\"]\r\n<h5>Fitness Class Descriptions</h5>\r\n[su_accordion] [su_spoiler title=\"15 Minute Abs\" style=\"fancy\"]A fast paced abdominal routine that is performed with different types of equipment that blast abdominal region of the body with set after set that is endured for 15 minutes straight, rest and stretching at the end of the routine. [/su_spoiler] [su_spoiler title=\" Aqua Arthritis \" style=\"fancy\"]The program exercises are designed specifically for people with arthritis and related diseases.  Participants improve their joint flexibility and reduce there pain and stiffness while supported by the water’s buoyancy and resistance. The class also provides a friendly , fun atmosphere in which participants.[/su_spoiler] [su_spoiler title=\"Aqua Fitness Fusion Shallow/Deep\" style=\"fancy\"]Definitely a fun class! A low impact, high energy class using a combination of exercises designed to improve your cardiovascular system and muscle tone without the traditional wear and tear on your body. Integrated stretching exercises with infused Yoga poses that flow and help create long lean muscles during the recovery period and cool down portion of the class[/su_spoiler][su_spoiler title=\"Bike &amp; Body\" style=\"fancy\"]30 Minutes of intense Cycling followed by 30 minutes of weights. Instructor may do abdominals, upper or lower body or combination of all 3 components for an awesome workout. Instructor may also incorporate TRX® suspension bands.[/su_spoiler][su_spoiler title=\"Cardio &amp; Core\" style=\"fancy\"]A great cross fit combination of 30 minutes cardio, cycling, track, treadmill, or elliptical followed by 30 minutes of TRX® , medicine ball or weights.[/su_spoiler][su_spoiler title=\"H20 Total Splash\" style=\"fancy\"]Try a new twist to the traditional water work out! We use noodles, weights, bands and kickboxing drills to improve on cardio endurance and muscle strength without the impact on your joints.[/su_spoiler][su_spoiler title=\"Indoor Cycling / Location: 2nd Floor Cycling Area\" style=\"fancy\"]Our instructors lead you through a fun and challenging endurance strength workout. Cycling indoors will simulate cycling outdoors with sprints, climbs and cadence drills. Geared for all fitness levels from beginner to advanced come and give this class a try. Let’s Ride![/su_spoiler][su_spoiler title=\"Kickboxing Circuit\" style=\"fancy\"]This program is a fusion of basic to intermediate martial arts techniques and includes cardio exercises with the kickboxing master bags. This class incorporates bag drills, body conditioning, calisthenics and more.[/su_spoiler][su_spoiler title=\"Low Impact\" style=\"fancy\"]This 45-minute workout consists of toning, stretching and low-impact aerobics. Our class teaches basic cardio while gearing you up for more advanced moves. Fitness balls, resistance bands and even a walk around our indoor track will keep you motivated.[/su_spoiler][su_spoiler title=\"Mat Pilates\" style=\"fancy\"]Based on Joseph Pilates (the founder of Pilates) fundamentals, this class will focus on conditioning the body from the inside out. Learn the importance of core stabilization, muscle balance, proper alignment, strength and flexibility. Bring a sticky mat.[/su_spoiler][su_spoiler title=\"RIP\" style=\"fancy\"]60 minute class using barbells and adjustable weights to tone and condition muscles while raising metabolic rate for rapid fat-burning. All major muscle groups are worked via a series of weight-bearing exercises including squats, presses and lifts, set to great, fun music! Weights are adjustable, so all fitness and ability levels are welcome in this class! This class style has confirmed higher than expected fat-burning effects alongside endurance, strength and \'wellness\' benefits.[/su_spoiler][su_spoiler title=\"Sunrise Yoga\" style=\"fancy\"]Start your morning out with a destressing breath of fresh morning air. Kick off your shoes and relax. Strengthen, stretch and balance. Classes are geared to fitness enthusiasts that want to learn and practice Hath a Yoga.[/su_spoiler][su_spoiler title=\"Tighten N Tone (T.N.T.)\" style=\"fancy\"]Learn proper body placement while using resistance. Your endurance, range of motion, flexibility, posture, muscle strength and bone density will improve. Weights and resistance tubing are used in this class. Bring a mat and a bottle of water.[/su_spoiler][su_spoiler title=\"TRX Circuit\" style=\"fancy\"]TRX-Total Body Resistance Training using adjustable straps for multi-plane workout.[/su_spoiler][su_spoiler title=\"Zumba\" style=\"fancy\"]ZUMBA is a fusion of Latin and International music-dance themes that create a dynamic, exciting, effective fitness workout! The routines feature easy to follow dance steps combined with body sculpting movements plus loads of fun<span style=\"color: #993300;\">[/su_spoiler][su_spoiler title=\"Balance Body Blast\" style=\"fancy\"]Balance Body Blast uses stability balls, weights, bands for a total body workout. </span><span style=\"color: #993300;\"> [/su_spoiler][su_spoiler title=\"15 Min Abs/TRX Core\" style=\"fancy\"] A fast paced abdominal routine that is performed with different types of equipment that blast abdominal region of the body. [/su_spoiler][su_spoiler title=\"Cardio Lite\" style=\"fancy\"] Low Impact cardio workout with toning &amp; mat workout. <span style=\"color: #993300;\">[/su_spoiler][su_spoiler title=\"Flow\" style=\"fancy\"] Grow longer and stronger in this invigorating 60- minute mind-body workout. Flow incorporates yoga and pilates fundamentals with athletic training for balance, mobility, flexibility, and core. Emotive music drives the experience as you breathe and stretch through this full-body fitness journey.[/su_spoiler]<span style=\"color: #993300;\">[su_spoiler title=\"Tai Chi in Motion\" style=\"fancy\"] Yang style short form 24 style martial arts routine performed slowly. Balance the entire body. </span><span style=\"color: #993300;\">[/su_spoiler]<span style=\"color: #993300;\">[su_spoiler title=\"Let\'s Go H2O\" style=\"fancy\"] This class is geared for all fitness levels the instructor will use aquatic noodles and buoy\'s for fun exercises to work your entire body. The instructor may head to the deeper end of the pool for more aquatic drills, participants are welcome to stay in the shallow end of the pool as well.</span></span></span></span><span style=\"color: #993300;\"><span style=\"color: #993300;\"><span style=\"color: #993300;\"><span style=\"color: #993300;\"> </span><span style=\"color: #993300;\">[/su_spoiler][su_spoiler title=\"Aqua Fusion\" style=\"fancy\"]</span></span></span></span><span style=\"color: #993300;\"><span style=\"color: #993300;\"><span style=\"color: #993300;\"><span style=\"color: #993300;\">This class will combine multiple formats to improve your overall level of fitness. A mix of strength and endurance exercises held in the shallow lap lanes, the instructor may also take you into the deep water diving well.  Enjoy the buoyancy of the water while reducing impact on your joints.[/su_spoiler][su_spoiler title=\"Foam Roller\" style=\"fancy\"]</span></span></span></span>The most overlooked component of injury prevention and fast progress is soft tissue quality. Learn how to perform self myofascial release of trigger points in the muscles. You must bring your own foam roller. Rec Ctr sells them<span style=\"color: #993300;\"><span style=\"color: #993300;\"><span style=\"color: #993300;\"><span style=\"color: #993300;\">[/su_spoiler]</span></span></span></span>\r\n\r\n&nbsp;\r\n<h5>Classes Below are FREE for SilverSneakers Members</h5>\r\n[su_spoiler title=\"Silver Sneakers® Classic\" style=\"fancy\"]Have fun and move to the music through a variety of exercises designed to increase muscular strength, range of movement, and activity for daily living skills. Hand-held weights, elastic tubing with handles, and a ball are offered for resistance, and a chair is used for seated and/or standing support.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Yoga\" style=\"fancy\"]YogaStretch will move your whole body through a complete series of seated and standing yoga poses. Chair support is offered to safely perform a variety of postures designed to increase flexibility, balance and range of movement. Restorative breathing exercises and final relaxation will promote stress reduction and mental clarity.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Splash\" style=\"fancy\"]Activate your aqua exercise urge for variety! SilverSplash® offers LOTS of fun and shallow water moves to improve agility, flexibility and cardiovascular endurance. No swimming ability is required, and a special Silver Sneakers® kickboard is used to develop strength, balance and coordination.[/su_spoiler][su_spoiler title=\"Silver Sneakers® CardioFit\" style=\"fancy\"]Get up and go with an aerobics class that’s safe, heart-healthy and gentle on the joints. The workout includes easy-to-follow low-impact movement and upper-body strength, abdominal conditioning, stretching and relaxation exercises designed to energize your active lifestyle.[/su_spoiler]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3><strong>Special Fluidity Bar Class  Schedule</strong></h3>\r\n<h3>Monday 2:30pm-3:30pm</h3>\r\n<h3>Tuesday 9:00am- 10:00am</h3>\r\n<h3>Thursday 9:00am - 10:00am</h3>\r\n<h3>Friday 5:30am - 6:30 am</h3>\r\n<h3>Saturday 9:30am - 10:30 am</h3>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Fitness Schedule','','inherit','closed','closed','','2080-autosave-v1','','','2016-09-02 15:22:19','2016-09-02 15:22:19','',2080,'http://macrec.com/uncategorized/2080-autosave-v1/',0,'revision','',0),(3389,1,'2018-12-17 17:50:59','2018-12-17 17:50:59','<h1><span style=\"color: #ff0000;\">&nbsp;</span>[row]</h1>\n&nbsp;\n<h2><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">Click here for our employment application.</a></span></h2>\n<h2><span style=\"color: #00ff00;\"><a style=\"color: #00ff00;\" href=\"https://visitor.r20.constantcontact.com/manage/optin?v=001R5ZVVsTX-LBC2uf-EiljG5pZzN396tuuFTWDkQXVrwXBSjY8_oF_W7M4EnGL8TYJL3Je0cZqKAWQDyABiwUV_v4qcIT1wjPj-57B09oNQ0PAtPiMZhmjiyCTHLx62bD9Ur0VfqBhvyABKpPQnenDip6OG1Rh-vuFXYPvBUXvIHoSOnQjHYsBhUMkkoYI5SzUmbk-qpiIJpZOVElbxhvt2GG4j6QLrZnXeL2qWaZc0io2L_9aQJ8miSss5A4K2EdbUbQmR7PcVq0%3D\">Click here to join the recreation newsletter!&nbsp;</a></span></h2>\n[row]\n<h2></h2>\n[ezcol_1quarter]<a href=\"http://macrec.com/fitness/schedule/\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\"></a>[su_button url=http://macrec.com/wp-content/uploads/2018/11/December-Schedule.pdf]Click Here[/su_button][/ezcol_1quarter]\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\"></a>[su_button url=\"http://macrec.com/wp-content/uploads/2018/11/12December-2018.pdf\"]Click Here[/su_button]\n\n[/ezcol_1quarter][ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\"></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\n[ezcol_1quarter]\n\n[su_spacer size=\"50\"]\n[table id=3 /]','Home','','inherit','closed','closed','','203-autosave-v1','','','2018-12-17 17:50:59','2018-12-17 17:50:59','',203,'http://macrec.com/uncategorized/203-autosave-v1/',0,'revision','',0),(3394,1,'2016-09-10 20:36:56','2016-09-10 20:36:56','[mp_row]\r\n<h6>Main Phone: (330) 468-8370</h6>\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\nMembership packages are available to Macedonia residents/Macedonia commercial property owners and the general public. In addition to being able to use the entire facility during open hours, members enjoy priority registration, discounted prices for programs and facility rental, and a New Rec. Center PERKS card. (Summer Monthly, College Student Winter and Military Memberships are excluded.) <strong>Please keep these passes/coupons in a safe place. They are non-replaceable. Memberships are non-transferable and non-refundable.</strong>\r\n\r\n[ezcol_1half]\r\n<h4><span style=\"color: #0000ff;\">Membership Rates</span></h4>\r\n<span style=\"color: #000000;\">[table id=1 /]</span>\r\n<h4><span style=\"color: #0000ff;\">Pricing Policy</span></h4>\r\nIt is the policy of the Parks and Recreation Department to provide our residents and members with a discount for programs for which they are already making significant contributions through property tax, income tax or membership fees. This policy is designed to help equalize fees among members and Macedonia residents versus residents of other communities. Prices are set to cover the cost to operate the individual program and to contribute to the overall financing of the department. It is our goal to price programs fairly and competitively, and to operate in a fiscally responsible fashion. Prices are subject to change without notice.\r\n\r\n<strong>Identification is required when purchasing a membership:</strong>\r\n\r\n<strong>1. Photo ID:</strong> Driver’s License, state ID or school ID\r\n<strong>2. Proof of Residency:</strong> Current utility bill: gas, cable, electric, landline telephone, car registration, water or sewer. Envelopes with addresses displayed will not be accepted.\r\n<strong>3. Birth certificate or Marriage License:</strong> Upon request.\r\n<strong>4. Full time college:</strong> Class schedule with 12 hours for current quarter/semester, student name and official college schedule.\r\n<strong>5. Macedonia commercial property owners:</strong> Deed and current tax bill. Commercial property owners will receive resident rate for membership packages.\r\n<strong>6. Military:</strong> Active duty Military identification.\r\n<strong>7. Same household proof:</strong> Upon request.\r\n<strong>8. Nordonia Hills Safety Forces:</strong> Employment verification letter required on their Township or Village letterhead stating that they are with twp. or village Police, Fire or EMS in the Nordonia Hills School District.\r\n<h4><span style=\"color: #0000ff;\">Returned Check Policy</span></h4>\r\nA returned check from the bank will be charged a $12.50 fee.\r\n<h4><span style=\"color: #0000ff;\">Payment Plan</span></h4>\r\nFor your convenience, a Payment Plan Program is available for annual memberships. First payment is due at time of sign-up along with a $40.00 processing fee. Additional payments will be electronically withdrawn quarterly from your checking/savings account. <strong>When signing up for this program, please bring a voided check and a valid credit card. (debit cards not accepted)</strong>\r\n<h4><span style=\"color: #0000ff;\">Daily Pass</span></h4>\r\n<strong>The daily pass is available to anyone not wishing to purchase a membership.</strong>\r\n<strong>Residency verification required.</strong>\r\n<strong> Children under two are free when accompanied by an adult</strong>\r\n\r\n<strong>All guests age 16 and over are required to show a valid state issue ID upon entering the Rec Center and must be register with at the member services desk.</strong>\r\n\r\nMacedonia Resident Adult $7.00\r\nMacedonia Resident Child/Senior $5.00\r\n(12 yrs. &amp; under or 62+)\r\n\r\nGeneral Public Adult $9.00\r\nGeneral Public Child/Senior $7.00\r\n(12 yrs. &amp; under or 62+)\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n\r\n<span style=\"color: #0000ff;\">[ezcol_1half_end]</span>\r\n<h4><span style=\"color: #0000ff;\">Individual – Youth</span></h4>\r\nIndividual is considered 10-14 years of age. Standard proof of residency required from parent. Age verification required from birth certificate.\r\n<h4><span style=\"color: #0000ff;\">Individual – Junior</span></h4>\r\nIndividual is considered 15-18 years of age. Standard proof of residency required from parent. Age verification required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Individual – Adult</span></h4>\r\nIndividual is considered 19-61 years of age. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Family 2</span></h4>\r\nConsists of 2 adults living in the same household or 1 adult and 1 legally dependent child between the ages of 3-18 living in the same household. Children 2 and under are free. Standard proof of residency and ID required for both adults. Age verification of child required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Family 3 or More</span></h4>\r\nConsists of 2 adults living in the same household and any legally dependent children 3 – 18 years of age and/or children 19 – 23 who are full-time college students living in the same household. Full-time college verification (class schedule with 12 hours for current quarter/semester, student name and official college schedule.) Children 2 and under are free. Standard proof of residency and ID required for both adults &amp; full-time college student. Age verification of children required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Senior Single</span></h4>\r\nA senior is considered 62 years of age and older. No other senior discounts apply. Standard proof of residency and ID required. Age verification required.\r\n<h4><span style=\"color: #0000ff;\">Senior Couple</span></h4>\r\nConsists of 2 senior adults 62 years of age and older living in the same household. No other senior discounts apply. Standard proof of residency and ID required for both adults. Age verification required.\r\n<h4><span style=\"color: #0000ff;\">College Student Winter Break</span></h4>\r\nAny consecutive 6-week period Nov. 1 – Jan. 31 (membership cannot extend beyond Jan. 31). Membership is for full-time college students ages 19-23. Full-time college verification (class schedule with 12 hours for current quarter/semester, student name and official college schedule) is required. Standard proof of residency and ID required. Age verification required from birth certificate or valid photo ID.\r\n<h4><span style=\"color: #0000ff;\">Business Membership</span></h4>\r\nRequires a pay stub from a Macedonia business showing a Macedonia City Tax. Businesses in the JEDD subject to review by the Administrative Staff.\r\n<h4><span style=\"color: #0000ff;\">Summer Monthly Membership</span></h4>\r\nMonthly Membership package available May 1 – September 30 (any consecutive 30 day period). Membership cannot extend beyond September 30. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Military Membership</span></h4>\r\nAn individual membership for all active duty United States Armed Forces that are on an authorized leave will receive this membership at no cost for a period of up to four weeks per year. Must provide military identification.\r\n<h4><span style=\"color: #0000ff;\">Nordonia Hills Safety Forces</span></h4>\r\nAnnual membership discount of $100.00 is given to all current Safety Forces employees that work for a Township or Village in the Nordonia Hills School District. This will be available for Police, Fire and EMS employees only. Employment verification letter required on their Township or Village letterhead stating that they are with Police, Fire or EMS in the Nordonia Hills School District. Not available for the Sheriff’s Department. Safety Forces memberships must be paid in full. Standard proof of residency and ID required.\r\n<h4><span style=\"color: #0000ff;\">Corporate Memberships</span></h4>\r\nAvailable to companies located inside or outside of Macedonia. Minimum number of participating employees required. For more details call (330)468-8375.\r\n<h4></h4>\r\n<span style=\"color: #0000ff;\">[/ezcol_1half_end]</span>\r\n\r\n<strong> </strong>\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"4\"]\r\n\r\n[mp_heading]\r\n<h2>We accept:</h2>\r\n[/mp_heading]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"8\" classes=\"motopress-empty mp-hidden-phone\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image id=\"2610\" size=\"large\" link_type=\"custom_url\" link=\"#\" target=\"false\" align=\"left\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Membership','','inherit','closed','closed','','2018-autosave-v1','','','2016-09-10 20:36:56','2016-09-10 20:36:56','',2018,'http://macrec.com/uncategorized/2018-autosave-v1/',0,'revision','',0),(3398,2,'2016-09-30 19:43:57','2016-09-30 19:43:57','','10-october-2016','','inherit','open','closed','','10-october-2016','','','2016-09-30 19:43:57','2016-09-30 19:43:57','',2221,'http://macrec.com/wp-content/uploads/2014/11/10-October-2016.pdf',0,'attachment','application/pdf',0),(3400,2,'2016-09-30 19:45:40','2016-09-30 19:45:40','','10-october-2016-page-0','','inherit','open','closed','','10-october-2016-page-0','','','2016-09-30 19:45:40','2016-09-30 19:45:40','',2221,'http://macrec.com/wp-content/uploads/2014/11/10-October-2016-page-0.jpg',0,'attachment','image/jpeg',0),(3401,2,'2016-09-30 19:45:54','2016-09-30 19:45:54','','10-october-2016-page-1','','inherit','open','closed','','10-october-2016-page-1','','','2016-09-30 19:45:54','2016-09-30 19:45:54','',2221,'http://macrec.com/wp-content/uploads/2014/11/10-October-2016-page-1.jpg',0,'attachment','image/jpeg',0),(3404,2,'2016-10-05 19:44:07','2016-10-05 19:44:07','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><span style=\"color: #000080;\">John Doyle, Aquatics Coordinator-email:  <em><a style=\"color: #000080;\" href=\"mailto:jdoyle@macedonia.oh.us\">jdoyle@macedonia.oh.us</a></em></span></h4>\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg\"><img class=\"size-full wp-image-3417 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg\" alt=\"lifeguards-wanted-pic\" width=\"650\" height=\"325\" /></a>\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\">*NOW HIRING LIFEGAURDS AND SWIM INSTRUCTORS*  Call 330.468.8372 for more information!</span></h4>\r\n<h4><span style=\"color: #000080;\"> </span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2491,2490,2489,2488,2487\" size=\"large\" animation=\"slide\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\">Our Aquatics facility is designed to accommodate all types of swimming needs.</span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h2><span style=\"color: #000080;\">Macedonia Recreation Pool Facts</span></h2>\r\n<h4><span style=\"color: #000080;\">Lap Pool:</span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">208,000 gallons</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">84 degrees Fahrenheit </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">1 mile = 35.2 laps or 70.4 lengths </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point-3\'6\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'6\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #00ff00;\"><span style=\"color: #000080;\">Diving Well Depth- 11\'6</span>\"</span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Activity Pool: </span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">37, 000 gallons </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">87 degrees Fahrenheit </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point-0\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'0\"</span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Whirlpool:</span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">7,000 gallons </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">102 Degrees Fahrenheit</span></h4>\r\n</li>\r\n</ul>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Aquatics','','inherit','closed','closed','','2103-autosave-v1','','','2016-10-05 19:44:07','2016-10-05 19:44:07','',2103,'http://macrec.com/uncategorized/2103-autosave-v1/',0,'revision','',0),(3412,2,'2016-10-03 19:25:50','2016-10-03 19:25:50','','oct-16-fitness-schedule1','','inherit','open','closed','','oct-16-fitness-schedule1','','','2016-10-03 19:25:50','2016-10-03 19:25:50','',2080,'http://macrec.com/wp-content/uploads/2014/11/Oct-16-Fitness-Schedule1.pdf',0,'attachment','application/pdf',0),(3413,2,'2016-10-03 19:36:18','2016-10-03 19:36:18','','oct-16-fitness-schedule1-page-0','','inherit','open','closed','','oct-16-fitness-schedule1-page-0','','','2016-10-03 19:36:18','2016-10-03 19:36:18','',2080,'http://macrec.com/wp-content/uploads/2014/11/Oct-16-Fitness-Schedule1-page-0.jpg',0,'attachment','image/jpeg',0),(3416,2,'2016-10-05 19:34:40','2016-10-05 19:34:40','','Lifeguards Wanted','','publish','closed','closed','','lifeguards-wanted','','','2016-10-07 17:07:26','2016-10-07 17:07:26','',0,'http://macrec.com/?post_type=slider&#038;p=3416',0,'slider','',0),(3417,2,'2016-10-05 19:33:40','2016-10-05 19:33:40','','lifeguards-wanted-pic','','inherit','open','closed','','lifeguards-wanted-pic','','','2016-10-05 19:33:40','2016-10-05 19:33:40','',3416,'http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg',0,'attachment','image/jpeg',0),(3420,2,'2016-10-07 16:51:53','2016-10-07 16:51:53','','town-hall-image-3','','inherit','open','closed','','town-hall-image-3','','','2016-10-07 16:51:53','2016-10-07 16:51:53','',203,'http://macrec.com/wp-content/uploads/2011/09/Town-Hall-Image-3.jpg',0,'attachment','image/jpeg',0),(3421,2,'2016-10-07 16:54:19','2016-10-07 16:54:19','','renewal-pic','','inherit','open','closed','','renewal-pic','','','2016-10-07 16:54:19','2016-10-07 16:54:19','',203,'http://macrec.com/wp-content/uploads/2011/09/Renewal-Pic.png',0,'attachment','image/png',0),(3423,2,'2016-10-07 17:07:07','2016-10-07 17:07:07','','lifeguard-wanted-pic','','inherit','open','closed','','lifeguard-wanted-pic','','','2016-10-07 17:07:07','2016-10-07 17:07:07','',3416,'http://macrec.com/wp-content/uploads/2016/10/Lifeguard-Wanted-Pic.jpg',0,'attachment','image/jpeg',0),(3426,2,'2016-10-07 17:26:34','2016-10-07 17:26:34','','issue-19-fact-sheet','','inherit','open','closed','','issue-19-fact-sheet','','','2016-10-07 17:26:34','2016-10-07 17:26:34','',0,'http://macrec.com/wp-content/uploads/2014/12/Issue-19-Fact-Sheet.pdf',0,'attachment','application/pdf',0),(3436,2,'2016-10-07 18:02:47','2016-10-07 18:02:47','','townhall-info-mtg-ltr','','inherit','open','closed','','townhall-info-mtg-ltr','','','2016-10-07 18:02:47','2016-10-07 18:02:47','',0,'http://macrec.com/wp-content/uploads/2014/12/TOWNHALL-info-mtg-ltr.pdf',0,'attachment','application/pdf',0),(3449,2,'2016-10-11 20:08:55','2016-10-11 20:08:55','','townhall-flyer-final','','inherit','open','closed','','townhall-flyer-final','','','2016-10-11 20:08:55','2016-10-11 20:08:55','',0,'http://macrec.com/wp-content/uploads/2014/12/townhall-FLYER-FINAL.pdf',0,'attachment','application/pdf',0),(3462,2,'2016-10-21 17:34:33','2016-10-21 17:34:33','','new-renewal-pic','','inherit','open','closed','','new-renewal-pic','','','2016-10-21 17:34:33','2016-10-21 17:34:33','',0,'http://macrec.com/wp-content/uploads/2014/12/New-Renewal-Pic.png',0,'attachment','image/png',0),(3463,2,'2016-10-21 17:35:52','2016-10-21 17:35:52','','aquatic-center','','inherit','open','closed','','aquatic-center','','','2016-10-21 17:35:52','2016-10-21 17:35:52','',0,'http://macrec.com/wp-content/uploads/2014/12/Aquatic-Center.jpg',0,'attachment','image/jpeg',0),(3464,2,'2016-10-21 17:35:55','2016-10-21 17:35:55','','concept-first-floor-axonometric','','inherit','open','closed','','concept-first-floor-axonometric','','','2016-10-21 17:35:55','2016-10-21 17:35:55','',0,'http://macrec.com/wp-content/uploads/2014/12/Concept-First-Floor-Axonometric.jpg',0,'attachment','image/jpeg',0),(3465,2,'2016-10-21 17:35:57','2016-10-21 17:35:57','','gym1','','inherit','open','closed','','gym1','','','2016-10-21 17:35:57','2016-10-21 17:35:57','',0,'http://macrec.com/wp-content/uploads/2014/12/Gym1.jpg',0,'attachment','image/jpeg',0),(3466,2,'2016-10-21 17:35:58','2016-10-21 17:35:58','','Concept Rendering.psd','','inherit','open','closed','','concept-rendering-psd','','','2016-10-21 17:35:58','2016-10-21 17:35:58','',0,'http://macrec.com/wp-content/uploads/2014/12/Longwood-Park-Concept-Rendering.jpg',0,'attachment','image/jpeg',0),(3468,2,'2016-10-21 18:02:08','2016-10-21 18:02:08','','levy-renewal-fact-sheet2','','inherit','open','closed','','levy-renewal-fact-sheet2','','','2016-10-21 18:02:08','2016-10-21 18:02:08','',0,'http://macrec.com/wp-content/uploads/2014/12/Levy-Renewal-Fact-Sheet2.pdf',0,'attachment','application/pdf',0),(3474,2,'2016-10-24 21:01:42','2016-10-24 21:01:42','','dodgeball','','inherit','open','closed','','dodgeball','','','2016-10-24 21:01:42','2016-10-24 21:01:42','',2109,'http://macrec.com/wp-content/uploads/2014/11/Dodgeball.gif',0,'attachment','image/gif',0),(3475,2,'2016-10-24 21:03:43','2016-10-24 21:03:43','','picture1','','inherit','open','closed','','picture1','','','2016-10-24 21:05:58','2016-10-24 21:05:58','',2109,'http://macrec.com/wp-content/uploads/2016/10/Picture1.png',0,'attachment','image/png',0),(3478,2,'2016-10-24 21:36:04','2016-10-24 21:36:04','<h2 id=\"content\" class=\"content_full_width\"><a href=\"http://www.macedonia.oh.us/\" target=\"_blank\">City of Macedonia, Ohio</a></h2>\r\n<h2 class=\"content_full_width\"><a href=\"http://www.windmillgolfcenter.com/\" target=\"_blank\">Windmill Golf Center</a></h2>\r\n<h2 class=\"content_full_width\"><a href=\"http://www.ntyf.org/\" target=\"_blank\"> Nordonia Twinsburg Youth Football League</a></h2>\r\n<div class=\"main-holder\">\r\n<h2><a href=\"https://www.silversneakers.com/\" target=\"_blank\">Silver Sneakers Fitness Program</a></h2>\r\n<h2><a href=\"http://nhaa.leaguetoolbox.com/league/\" target=\"_blank\">Nordonia Hills Athletic Association</a></h2>\r\n<h2><a href=\"http://www.playnyb.info/\">Nordonia Youth Basketball</a></h2>\r\n</div>','Links','','inherit','closed','closed','','2463-autosave-v1','','','2016-10-24 21:36:04','2016-10-24 21:36:04','',2463,'http://macrec.com/uncategorized/2463-autosave-v1/',0,'revision','',0),(3479,2,'2016-10-24 21:35:19','2016-10-24 21:35:19','<h2 id=\"content\" class=\"content_full_width\"><a href=\"http://www.macedonia.oh.us/\" target=\"_blank\">City of Macedonia, Ohio</a></h2>\r\n<h2 class=\"content_full_width\"><a href=\"http://www.windmillgolfcenter.com/\" target=\"_blank\">Windmill Golf Center</a></h2>\r\n<h2 class=\"content_full_width\"><a href=\"http://www.ntyf.org/\" target=\"_blank\"> Nordonia Twinsburg Youth Football League</a></h2>\r\n<div class=\"main-holder\">\r\n<h2><a href=\"https://www.silversneakers.com/\" target=\"_blank\">Silver Sneakers Fitness Program</a></h2>\r\n<h2><a href=\"http://nhaa.leaguetoolbox.com/league/\" target=\"_blank\">Nordonia Hills Athletic Association</a></h2>\r\n<h2><a href=\"http://www.playnyb.info/\">Nordonia Youth Basketball</a></h2>\r\n</div>','Links','','inherit','closed','closed','','2463-revision-v1','','','2016-10-24 21:35:19','2016-10-24 21:35:19','',2463,'http://macrec.com/uncategorized/2463-revision-v1/',0,'revision','',0),(3483,2,'2016-10-26 17:34:22','2016-10-26 17:34:22','','fall-painting','','inherit','open','closed','','fall-painting','','','2016-10-26 17:40:12','2016-10-26 17:40:12','',2113,'http://macrec.com/wp-content/uploads/2016/10/Fall-Painting.jpg',0,'attachment','image/jpeg',0),(3484,2,'2016-10-26 17:34:28','2016-10-26 17:34:28','','wine-botte-painting','','inherit','open','closed','','wine-botte-painting','','','2016-10-26 17:40:18','2016-10-26 17:40:18','',2113,'http://macrec.com/wp-content/uploads/2016/10/Wine-botte-painting.jpg',0,'attachment','image/jpeg',0),(3494,2,'2016-10-27 20:42:42','2016-10-27 20:42:42','','nov-16-fitness-schedule1','','inherit','open','closed','','nov-16-fitness-schedule1','','','2016-10-27 20:50:57','2016-10-27 20:50:57','',2080,'http://macrec.com/wp-content/uploads/2016/10/Nov-16-Fitness-Schedule1.pdf',0,'attachment','application/pdf',0),(3495,2,'2016-10-27 20:42:54','2016-10-27 20:42:54','','nov-16-fitness-descriptions','','inherit','open','closed','','nov-16-fitness-descriptions','','','2016-10-27 20:42:54','2016-10-27 20:42:54','',0,'http://macrec.com/wp-content/uploads/2016/10/Nov-16-Fitness-Descriptions.pdf',0,'attachment','application/pdf',0),(3496,2,'2016-10-27 20:57:21','2016-10-27 20:57:21','','nov-16-fitness-schedule1','','inherit','open','closed','','nov-16-fitness-schedule1-2','','','2016-10-27 20:57:21','2016-10-27 20:57:21','',0,'http://macrec.com/wp-content/uploads/2016/10/Nov-16-Fitness-Schedule1-1.pdf',0,'attachment','application/pdf',0),(3497,2,'2016-10-27 21:01:16','2016-10-27 21:01:16','','nov-16-fitness-schedule1','','inherit','open','closed','','nov-16-fitness-schedule1-3','','','2016-10-27 21:01:16','2016-10-27 21:01:16','',2080,'http://macrec.com/wp-content/uploads/2014/11/Nov-16-Fitness-Schedule1.pdf',0,'attachment','application/pdf',0),(3504,2,'2016-11-01 18:54:33','2016-11-01 18:54:33','','nov-16-fitness-schedule1','','inherit','open','closed','','nov-16-fitness-schedule1-4','','','2016-11-01 18:54:59','2016-11-01 18:54:59','',2080,'http://macrec.com/wp-content/uploads/2016/11/Nov-16-Fitness-Schedule1.jpg',0,'attachment','image/jpeg',0),(3513,2,'2016-11-04 15:06:10','2016-11-04 15:06:10','','11november-2016','','inherit','open','closed','','11november-2016','','','2016-11-04 15:06:10','2016-11-04 15:06:10','',2221,'http://macrec.com/wp-content/uploads/2014/11/11November-2016.pdf',0,'attachment','application/pdf',0),(3516,2,'2016-11-04 16:24:43','2016-11-04 16:24:43','','11november-2016-page0001','','inherit','open','closed','','11november-2016-page0001','','','2016-11-04 16:24:43','2016-11-04 16:24:43','',2221,'http://macrec.com/wp-content/uploads/2014/11/11November-2016-page0001.jpg',0,'attachment','image/jpeg',0),(3517,2,'2016-11-04 16:24:54','2016-11-04 16:24:54','','11november-2016-page0002','','inherit','open','closed','','11november-2016-page0002','','','2016-11-04 16:24:54','2016-11-04 16:24:54','',2221,'http://macrec.com/wp-content/uploads/2014/11/11November-2016-page0002.jpg',0,'attachment','image/jpeg',0),(3531,2,'2016-11-22 17:09:20','2016-11-22 17:09:20','','lifeguard-poster','','inherit','open','closed','','lifeguard-poster','','','2016-11-22 17:09:20','2016-11-22 17:09:20','',2613,'http://macrec.com/wp-content/uploads/2015/09/Lifeguard-Poster.jpg',0,'attachment','image/jpeg',0),(3532,2,'2016-11-22 17:24:58','2016-11-22 17:24:58','','babysitting-pic','','inherit','open','closed','','babysitting-pic','','','2016-11-22 17:24:58','2016-11-22 17:24:58','',2613,'http://macrec.com/wp-content/uploads/2015/09/Babysitting-Pic.jpg',0,'attachment','image/jpeg',0),(3538,2,'2018-11-21 17:39:12','2018-11-21 17:39:12','<img class=\"alignnone size-full wp-image-3017\" src=\"http://macrec.com/wp-content/uploads/2014/11/Swim_002_2013_08_23_06_58_24.jpg\" alt=\"Swim_002_2013_08_23_06_58_24\" width=\"567\" height=\"194\" />\r\n<h3></h3>\r\n&nbsp;\r\n<h3> [su_button url=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Chart-Color-.pdf\"]Click  Here  For  Winter  2019  Information [/su_button]\r\n[su_spacer size=\"30\"]</h3>\r\n<h3><span style=\"color: #0000ff;\">Registration opens December 1, 2018!</span></h3>\r\n<h3><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic.jpg\"><img class=\"size-medium wp-image-4759 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic-300x230.jpg\" alt=\"\" width=\"300\" height=\"230\" /></a></span></h3>\r\n<h3></h3>\r\n<h1></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1><strong><span style=\"color: #0000ff;\">Swim Lessons</span></strong></h1>\r\nWhen choosing a class for your child it is important to look at both the age and skill level. Improper placement can lead to frustration for the parent, instructor and child. Because this is a motor skill activity, every child will progress at their own pace. In swimming lessons, the child must master basic skills for each stroke prior to moving to the next level. In many cases, children will repeat a level in order to perfect these skills. If you have questions regarding placement, please do not hesitate to ask the staff for assistance.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4>Class Descriptions</h4>\r\n[su_accordion][su_spoiler title=\"Aqua Swim Kids-Adapted Swim Lessons\" style=\"fancy\"]\r\n\r\nPartnering with Solutions Behavioral Consulting, our aquatics program is committed to providing  small group swim lessons adapted to your child. We are dedicated to promoting water safety skills in a structured environment for students with autism and other developmental disabilities.\r\n\r\nClasses are designed by a certified Red Cross water safety instructor and Board Certified Behavior Analyst (BCBA)\r\n\r\n[/su_spoiler]\r\n\r\n[su_accordion][su_spoiler title=\"The Little Splashers\" style=\"fancy\"]The Little Splashers class is for children who are 6 months to 2 years old and have either no water experience or one previous session of water adjustment lessons. The goals of Little Splashers are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge, explore buoyancy in a front and back position, change body position in the water, and learn about choosing and using life jackets.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                          <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-1.pdf\">Parent/Child 1 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Big Waves\" style=\"fancy\"] The Big Waves class is for children: 18 months to 4 years old and have had two or more previous sessions of water adjustment lessons, submerge only reluctantly or not at all, or require flotation support at all times, OR are up to 5 years old and have little or no previous experience in water adjustment lessons, are reluctant to enter the water or submerge, requires floatation support at all times, or may benefit from parental presence and support in the water. The Big Waves class builds upon the skills learned in Little Splashers. The goals of the Big Waves class are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge in a rhythmic pattern, explore buoyancy in a front and back position, perform combined stroke on front and back, change body position in the water, and learn about choosing and using life jackets.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                           <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-2.pdf\">Parent/Child 2 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 1* (Ages 3-5)\" style=\"fancy\"]To orient preschool-age children to the aquatics environment and to help them acquire rudimentary levels of basic aquatic skills.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                      <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-1.pdf\">Preschool 1 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 2* (Ages 3-5)\" style=\"fancy\"]Students will build on the skills learned in Level 1, learning combined arm and leg movement, as well as learning to be self-supporting.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                 <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-2.pdf\">Preschool 2 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Preschool Aquatics Level 3* (Ages 3-5)\" style=\"fancy\"] Students will increase proficiency and build on the skills learned in Levels 1 and 2 by providing additional guided practice with increased distances and times.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                  <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-3.pdf\">Preschool 3 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Level 1 – Intro to Water Skills (Ages 5-12)\" style=\"fancy\"] There are no prerequisites for this course. The objective of Level 1 is to help students feel comfortable in the water and enjoy the water safely.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                        <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-1.pdf\">Level 1 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Level 2 - Fundamental Aquatic Skill (Ages 5-12)\" style=\"fancy\"] The objective of Level 2 is to give students success with fundamental skills. Students will learn to float without support and to recover to vertical position. This level marks the beginning of true locomotion skills. Students explore simultaneous and alternating arm and leg actions on the front and back to lay the foundation for future strokes.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-2.pdf\">Level 2 Skills Checklist</a>[/su_spoiler]\r\n[su_spoiler title=\"Level 3 - Stroke Development (Ages 5-12) \" style=\"fancy\"] Students will build on the skills in Level 2 by providing additional guided practice. The students will be taught to coordinate the front crawl and back crawl. Elements of the butterfly and treading water will be introduced. Students will also learn rules for head first entries and will begin to learn to enter the water head first from the side of the pool.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-3.pdf\">Level 3 Skills Checklist</a> [/su_spoiler]\r\n[su_spoiler title=\"Level 4 - Stroke Improvement (ages 5 -12)\" style=\"fancy\"] The objective of Level 4 is to develop confidence in the strokes learned thus far and to improve other aquatic skills. Students can expect to improve their skills and increase their endurance by swimming familiar strokes for greater distances. Students will continue to build on the butterfly and introduce the elementary backstroke, breaststroke, sidestroke, and basic turns.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-4.pdf\">Level 4 Skills Checklist</a>       [/su_spoiler]\r\n\r\n[su_spoiler title=\"Level 5 - Stroke Refinement (ages 5 -12)\" style=\"fancy\"] To further learn how to coordinate and refine all strokes as well as progress into shallow angle dives, flip turns and backstroke flip turns.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-5.pdf\">Level 5 Skills Checklist</a>       [/su_spoiler]\r\n\r\n[su_spoiler title=\"Level 6 - Fitness Swimmer (ages 5 -12)\" style=\"fancy\"] To refine strokes so participants swim them with more ease, efficiency, power and smoothness and over greater distances.\r\n\r\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-6.pdf\">Level 6 Skills checklist</a>       [/su_spoiler]\r\n[su_spoiler title=\"Adult Swimming Program\" style=\"fancy\"] This swimming program has a little bit for everyone. Did you always wish that you had learned how to swim as a child? Well it’s never too late to get started. The purpose of this program is what YOU want to get out of it. For some of you that may mean personal safety, “I want to be able to save myself.” For others it may be learning to swim the basic strokes so that you can later use them for fitness swimming. Your needs will be discussed at the beginning of the class, and the class will be geared towards meeting your personal goals. [/su_spoiler]\r\n[su_spoiler title=\"Private Swim Lessons\" style=\"fancy\"] If your swimming skills aren’t ready for public viewing, or if our group lessons don’t fit your schedule, we can provide one on one sessions with experienced instructors tailored to meet your needs. Whether you’ve never learned to swim or just want to improve your technique, we can match you with the appropriate level of instruction. Call today for an appointment. <strong>No coupon.</strong>\r\n\r\n<strong>Program Fee</strong> $30.00/ half hr./ per student\r\n<strong>Macedonia Resident Fee</strong> $25.00/ half hr./per student\r\n<strong>Member Fee</strong> $20.00/ half hr./per student [/su_spoiler]\r\n[su_spoiler title=\"Semi-Private Swim Lessons\" style=\"fancy\"] Receive the benefits of a private lesson with a friend or family member. The following fees are in addition to the private lesson fee. The first participant pays the private lesson fee, each participant after pays the following fee.  By appointment only. (Maximum of 4 participants in a semi-private lesson.) <strong>No coupon.</strong>\r\n\r\n<strong>Program Fee</strong> $15.00/ half hr./ per student\r\n<strong>Macedonia Resident Fee</strong> $13.00/ half hr./per student\r\n<strong>Member Fee</strong> $10.00/ half hr./per student [/su_spoiler]\r\n\r\n<strong>*All swim classes have limited space available. No make-up lessons for missed lessons. Participants will receive a full refund or credit if the Parks &amp; Recreation Department cancels a lesson.</strong> <strong>No drop-ins. Coupon accepted.</strong>','Swim Lessons','','inherit','closed','closed','','2128-autosave-v1','','','2018-11-21 17:39:12','2018-11-21 17:39:12','',2128,'http://macrec.com/uncategorized/2128-autosave-v1/',0,'revision','',0),(3539,2,'2016-11-23 17:46:37','2016-11-23 17:46:37','','Level 1 Skills Checklist','','inherit','open','closed','','level-1','','','2016-11-23 18:51:32','2016-11-23 18:51:32','',2128,'http://macrec.com/wp-content/uploads/2014/11/Level-1.pdf',0,'attachment','application/pdf',0),(3540,2,'2016-11-23 17:46:44','2016-11-23 17:46:44','','Level 2 Skills Checklist','','inherit','open','closed','','level-2','','','2016-11-23 18:56:09','2016-11-23 18:56:09','',2128,'http://macrec.com/wp-content/uploads/2014/11/Level-2.pdf',0,'attachment','application/pdf',0),(3541,2,'2016-11-23 17:46:50','2016-11-23 17:46:50','','Level 3 Skills Checklist','','inherit','open','closed','','level-3','','','2016-11-23 19:06:41','2016-11-23 19:06:41','',2128,'http://macrec.com/wp-content/uploads/2014/11/Level-3.pdf',0,'attachment','application/pdf',0),(3542,2,'2016-11-23 17:46:55','2016-11-23 17:46:55','','Level 4 Skills Checklist','','inherit','open','closed','','level-4','','','2016-11-23 19:08:37','2016-11-23 19:08:37','',2128,'http://macrec.com/wp-content/uploads/2014/11/Level-4.pdf',0,'attachment','application/pdf',0),(3543,2,'2016-11-23 17:47:01','2016-11-23 17:47:01','','Level 5 Skills Checklist','','inherit','open','closed','','level-5','','','2016-11-23 19:15:46','2016-11-23 19:15:46','',2128,'http://macrec.com/wp-content/uploads/2014/11/Level-5.pdf',0,'attachment','application/pdf',0),(3544,2,'2016-11-23 17:47:07','2016-11-23 17:47:07','','Level 6 Skills checklist','','inherit','open','closed','','level-6','','','2016-11-23 19:16:59','2016-11-23 19:16:59','',2128,'http://macrec.com/wp-content/uploads/2014/11/Level-6.pdf',0,'attachment','application/pdf',0),(3545,2,'2016-11-23 17:47:14','2016-11-23 17:47:14','','Parent/Child Skills Checklist','','inherit','open','closed','','parent-child-1','','','2016-11-23 17:51:18','2016-11-23 17:51:18','',2128,'http://macrec.com/wp-content/uploads/2014/11/Parent-Child-1.pdf',0,'attachment','application/pdf',0),(3546,2,'2016-11-23 17:47:21','2016-11-23 17:47:21','','Parent/Child 2 Skills Checklist','','inherit','open','closed','','parent-child-2','','','2016-11-23 17:53:07','2016-11-23 17:53:07','',2128,'http://macrec.com/wp-content/uploads/2014/11/Parent-Child-2.pdf',0,'attachment','application/pdf',0),(3547,2,'2016-11-23 17:47:27','2016-11-23 17:47:27','','Preschool 1 Skills Checklist','','inherit','open','closed','','ps-level-1','','','2016-11-23 18:43:12','2016-11-23 18:43:12','',2128,'http://macrec.com/wp-content/uploads/2014/11/PS-Level-1.pdf',0,'attachment','application/pdf',0),(3548,2,'2016-11-23 17:47:33','2016-11-23 17:47:33','','Preschool 2 Skills Checklist','','inherit','open','closed','','ps-level-2','','','2016-11-23 18:48:47','2016-11-23 18:48:47','',2128,'http://macrec.com/wp-content/uploads/2014/11/PS-Level-2.pdf',0,'attachment','application/pdf',0),(3549,2,'2016-11-23 17:47:38','2016-11-23 17:47:38','','Preschool 3 Skills Checklist','','inherit','open','closed','','ps-level-3','','','2016-11-23 18:51:04','2016-11-23 18:51:04','',2128,'http://macrec.com/wp-content/uploads/2014/11/PS-Level-3.pdf',0,'attachment','application/pdf',0),(3555,2,'2016-11-29 17:53:27','2016-11-29 17:53:27','','December 2016 Pool Schedule - Click Here for PDF','','inherit','open','closed','','12december-2016','','','2016-11-29 17:55:05','2016-11-29 17:55:05','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016.pdf',0,'attachment','application/pdf',0),(3556,2,'2016-11-29 17:53:35','2016-11-29 17:53:35','','12december-2016-page0001','','inherit','open','closed','','12december-2016-page0001','','','2016-11-29 17:53:35','2016-11-29 17:53:35','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016-page0001.jpg',0,'attachment','image/jpeg',0),(3557,2,'2016-11-29 17:53:42','2016-11-29 17:53:42','','12december-2016-page0002','','inherit','open','closed','','12december-2016-page0002','','','2016-11-29 17:53:42','2016-11-29 17:53:42','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016-page0002.jpg',0,'attachment','image/jpeg',0),(3559,2,'2016-11-30 20:40:21','2016-11-30 20:40:21','','dec-16-fitness-schedule','','inherit','open','closed','','dec-16-fitness-schedule','','','2016-11-30 20:40:21','2016-11-30 20:40:21','',2080,'http://macrec.com/wp-content/uploads/2014/11/Dec-16-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3560,2,'2016-11-30 20:49:09','2016-11-30 20:49:09','','dec-16-fitness-schedule-page-0','','inherit','open','closed','','dec-16-fitness-schedule-page-0','','','2016-11-30 20:49:09','2016-11-30 20:49:09','',2080,'http://macrec.com/wp-content/uploads/2014/11/Dec-16-Fitness-Schedule-page-0.jpg',0,'attachment','image/jpeg',0),(3563,2,'2016-12-01 19:30:38','2016-12-01 19:30:38','','Click HERE for December 2016 Pool Schedule','','inherit','open','closed','','12december-2016-2','','','2016-12-01 19:31:30','2016-12-01 19:31:30','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016-1.pdf',0,'attachment','application/pdf',0),(3564,2,'2016-12-01 19:35:45','2016-12-01 19:35:45','','12december-2016-page0001','','inherit','open','closed','','12december-2016-page0001-2','','','2016-12-01 19:35:45','2016-12-01 19:35:45','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016-page0001-1.jpg',0,'attachment','image/jpeg',0),(3565,2,'2016-12-01 19:35:52','2016-12-01 19:35:52','','12december-2016-page0002','','inherit','open','closed','','12december-2016-page0002-2','','','2016-12-01 19:35:52','2016-12-01 19:35:52','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016-page0002-1.jpg',0,'attachment','image/jpeg',0),(3567,2,'2016-12-02 17:57:59','2016-12-02 17:57:59','','winter-2017-chart','','inherit','open','closed','','winter-2017-chart','','','2016-12-02 17:57:59','2016-12-02 17:57:59','',2128,'http://macrec.com/wp-content/uploads/2014/11/Winter-2017-Chart.pdf',0,'attachment','application/pdf',0),(3568,2,'2016-12-02 17:58:16','2016-12-02 17:58:16','','winter-2017-chart-page-0','','inherit','open','closed','','winter-2017-chart-page-0','','','2016-12-02 17:58:16','2016-12-02 17:58:16','',2128,'http://macrec.com/wp-content/uploads/2014/11/Winter-2017-Chart-page-0.jpg',0,'attachment','image/jpeg',0),(3578,2,'2016-12-13 22:18:00','2016-12-13 22:18:00','','Employment Application','','inherit','open','closed','','employment-application','','','2016-12-13 22:22:33','2016-12-13 22:22:33','',1797,'http://macrec.com/wp-content/uploads/2016/12/Employment-Application.pdf',0,'attachment','application/pdf',0),(3589,2,'2016-12-19 21:07:57','2016-12-19 21:07:57','','Click HERE for December 2016 PDF','','inherit','open','closed','','12december-2016-3','','','2016-12-19 21:11:30','2016-12-19 21:11:30','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016-2.pdf',0,'attachment','application/pdf',0),(3590,2,'2016-12-19 21:08:08','2016-12-19 21:08:08','','12December 2016-page0001','','inherit','open','closed','','12december-2016-page0001-3','','','2016-12-19 21:08:08','2016-12-19 21:08:08','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016-page0001-2.jpg',0,'attachment','image/jpeg',0),(3591,2,'2016-12-19 21:08:16','2016-12-19 21:08:16','','12December 2016-page0002','','inherit','open','closed','','12december-2016-page0002-3','','','2016-12-19 21:08:16','2016-12-19 21:08:16','',2221,'http://macrec.com/wp-content/uploads/2014/11/12December-2016-page0002-2.jpg',0,'attachment','image/jpeg',0),(3597,2,'2016-12-22 22:52:40','2016-12-22 22:52:40','','Jan 17 Fitness Schedule-page-0','','inherit','open','closed','','jan-17-fitness-schedule-page-0','','','2016-12-22 22:52:40','2016-12-22 22:52:40','',2080,'http://macrec.com/wp-content/uploads/2014/11/Jan-17-Fitness-Schedule-page-0.jpg',0,'attachment','image/jpeg',0),(3606,2,'2017-01-02 22:33:11','2017-01-02 22:33:11','','Click Here for January 2017 PDF','','inherit','open','closed','','1january-2017','','','2017-01-02 22:34:23','2017-01-02 22:34:23','',2221,'http://macrec.com/wp-content/uploads/2014/11/1January-2017.pdf',0,'attachment','application/pdf',0),(3612,2,'2017-01-02 22:50:20','2017-01-02 22:50:20','','1January 2017-page-0','','inherit','open','closed','','1january-2017-page-0','','','2017-01-02 22:51:00','2017-01-02 22:51:00','',2221,'http://macrec.com/wp-content/uploads/2017/01/1January-2017-page-0.jpg',0,'attachment','image/jpeg',0),(3613,2,'2017-01-02 22:51:39','2017-01-02 22:51:39','','1January 2017-page-1','','inherit','open','closed','','1january-2017-page-1','','','2017-01-02 22:51:39','2017-01-02 22:51:39','',2221,'http://macrec.com/wp-content/uploads/2014/11/1January-2017-page-1.jpg',0,'attachment','image/jpeg',0),(3615,2,'2017-01-04 19:43:07','2017-01-04 19:43:07','','Jan 17 Fitness Schedule','','inherit','open','closed','','jan-17-fitness-schedule','','','2017-01-04 19:43:07','2017-01-04 19:43:07','',2080,'http://macrec.com/wp-content/uploads/2014/11/Jan-17-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3621,2,'2017-01-06 20:07:50','2017-01-06 20:07:50','\n\n<strong> </strong>\n\n','Sport Camps','','publish','closed','closed','','sport-camps','','','2018-08-02 16:18:14','2018-08-02 16:18:14','',2087,'http://macrec.com/?page_id=3621',0,'page','',0),(3623,2,'2018-08-02 16:18:06','2018-08-02 16:18:06','<h4><strong>Ultimate Warrior Camp<a href=\"http://macrec.com/wp-content/uploads/2018/07/Ultimate_Warrior_Camp_4_1.jpg\"><img class=\"size-medium wp-image-4550 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/07/Ultimate_Warrior_Camp_4_1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></strong></h4>\r\nM-F, July 23 -27\r\n9:00-12:00pm\r\nBaseball Fields at Longwood Park\r\nCamp consists of age appropriate and safe activities specifically designed to challenge, inspire, and excite for boys and girls entering grades 1-6. Games and tasks include obstacle courses, relays, tug-of-war, and many other fun activities designed to teach cooperation and teamwork while also developing self-esteem and emphasizing sportsmanship.  Staffed by Jump Start Sports.  For more information &amp; to register visit <strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https://www.jumpstartsports.com/programs/macedonia-ultimate-warrior-camp-summer-2018&amp;date=7/2/18&amp;date_type=3&amp;sport_id=27&amp;zip=44056&amp;distance=5\">CLICK HERE</a></span></strong>\r\n\r\n$85 (Resident), $90 (Non-Resident)<strong> </strong>','Sport Camps','','inherit','closed','closed','','3621-autosave-v1','','','2018-08-02 16:18:06','2018-08-02 16:18:06','',3621,'http://macrec.com/uncategorized/3621-autosave-v1/',0,'revision','',0),(3625,2,'2017-01-06 20:16:46','2017-01-06 20:16:46','','BSC2017-WebBanners-VariousSizes-612x288','','inherit','open','closed','','bsc2017-webbanners-varioussizes-612x288','','','2017-01-06 20:18:15','2017-01-06 20:18:15','',3621,'http://macrec.com/wp-content/uploads/2017/01/BSC2017-WebBanners-VariousSizes-612x288.jpg',0,'attachment','image/jpeg',0),(3646,2,'2017-01-06 21:35:51','2017-01-06 21:35:51',' ','','','publish','closed','closed','','3646','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2087,'http://macrec.com/?p=3646',20,'nav_menu_item','',0),(3647,2,'2017-01-06 21:36:30','2017-01-06 21:36:30','','Field Permit Application','','inherit','open','closed','','field-permit-application','','','2017-01-06 21:39:01','2017-01-06 21:39:01','',2099,'http://macrec.com/wp-content/uploads/2017/01/Field-Permit-Application.pdf',0,'attachment','application/pdf',0),(3649,2,'2017-01-06 21:45:20','2017-01-06 21:45:20','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2617,2618,2619,2620,2621\" size=\"full\" animation=\"fade\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n<h4>Shelter Reservation Policy</h4>\r\n<strong>1.</strong> Shelters may be reserved by Macedonia Residents beginning January 1st for that current year. Non-residents may reserve shelters after February 1st for that current year.\r\nProof of residency required.\r\n<strong>2.</strong> Shelters available to reserve on a ﬁrst come ﬁrst serve basis.\r\n<strong>3.</strong> Electrical Outlets are available at Longwood only. Sanitary facilities are also available. Water is now available at Longwood, and features a sand volleyball court, hiking trails, softball ﬁelds, and playgrounds. Sugarbush offers a basketball court, softball ﬁeld, playground, and hiking trails.\r\n<strong>4.</strong> Alcoholic Beverages are Prohibited.\r\n<strong>5.</strong> The Shelter reservation will not exempt you from the rules of the park or the City of Macedonia.\r\n<strong>6.</strong> Park hours are from 8:00am to 8:00pm. Shelters are reserved for the entire day. (Dawn to Dusk)\r\n<strong>7.</strong> Cost of reserving shelters:\r\n\r\n<strong>Residents: $25 weekdays (M-F) $50 weekends/holidays</strong>\r\n<strong>Non-residents: $50 weekdays (M-F) $75 weekends/holidays</strong>\r\n\r\n<strong>8.</strong> Refunds will be issued only when shelter is deemed unusable by the Parks and Recreation Administrative Staff or when a request for a refund is made 30 days before the event.\r\n\r\n<strong>Longwood 1</strong> — accommodates up to 100 people and has 10 tables.\r\n<strong>Longwood 2</strong> — accommodates up to 100 people and has 10 tables.\r\n<strong>Longwood 3</strong> — accommodates up to 65 people and has 6 tables.\r\n<strong>Sugarbush</strong> — accommodates up to 85 people and has 8 tables.\r\n<h4><span style=\"color: #0000ff;\">Please get the Field Permit Application here:  [su_button url=\"http://macrec.com/wp-content/uploads/2017/01/Field-Permit-Application.pdf\" radius=\"round\"]Download pdf[/su_button]</span></h4>\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parks-Map.jpg\"><img class=\"alignleft size-full wp-image-2253\" src=\"http://macrec.com/wp-content/uploads/2014/11/Parks-Map.jpg\" alt=\"Parks Map\" width=\"1650\" height=\"1275\" /></a>\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n&nbsp;','Parks','','inherit','closed','closed','','2099-revision-v1','','','2017-01-06 21:45:20','2017-01-06 21:45:20','',2099,'http://macrec.com/uncategorized/2099-revision-v1/',0,'revision','',0),(3656,2,'2017-01-12 17:41:02','2017-01-12 17:41:02','','IMG_8939','','inherit','open','closed','','img_8939','','','2017-01-12 17:41:30','2017-01-12 17:41:30','',2113,'http://macrec.com/wp-content/uploads/2017/01/IMG_8939.jpg',0,'attachment','image/jpeg',0),(3665,2,'2017-01-13 18:58:32','2017-01-13 18:58:32','','LOGO_lms (002)2','','inherit','open','closed','','logo_lms-0022','','','2017-01-13 18:59:03','2017-01-13 18:59:03','',2120,'http://macrec.com/wp-content/uploads/2017/01/LOGO_lms-0022.png',0,'attachment','image/png',0),(3666,2,'2017-01-13 19:01:13','2017-01-13 19:01:13','','LOGO_lms (002)2','','inherit','open','closed','','logo_lms-0022-2','','','2017-01-13 19:01:13','2017-01-13 19:01:13','',0,'http://macrec.com/wp-content/uploads/2017/01/LOGO_lms-0022-1.png',0,'attachment','image/png',0),(3678,2,'2017-01-30 20:48:38','2017-01-30 20:48:38','City of Macedonia Parks &amp; Recreation uses this hotline phone number to post announcements related to field closings or sport activity cancellations and similar alerts. This information may also be obtained by calling the “Recreation Hotline” at (330) 468-8369','Rec. Hotline Alert','','publish','closed','closed','','rec-hotline-alert','','','2017-01-30 20:49:50','2017-01-30 20:49:50','',2087,'http://macrec.com/?page_id=3678',0,'page','',0),(3679,2,'2017-01-30 20:48:38','2017-01-30 20:48:38','City of Macedonia Parks &amp; Recreation uses this hotline phone number to post announcements related to field closings or sport activity cancellations and similar alerts. This information may also be obtained by calling the “Recreation Hotline” at (330) 468-8369','Rec. Hotline Alert','','inherit','closed','closed','','3678-revision-v1','','','2017-01-30 20:48:38','2017-01-30 20:48:38','',3678,'http://macrec.com/uncategorized/3678-revision-v1/',0,'revision','',0),(3681,2,'2017-01-30 20:52:14','2017-01-30 20:52:14',' ','','','publish','closed','closed','','3681','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',2087,'http://macrec.com/?p=3681',22,'nav_menu_item','',0),(3684,2,'2017-01-30 21:01:00','2017-01-30 21:01:00',' ','','','publish','closed','closed','','3684','','','2017-07-18 19:36:51','2017-07-18 19:36:51','',2087,'http://macrec.com/uncategorized/3684/',8,'nav_menu_item','',0),(3685,2,'2017-01-31 19:15:24','2017-01-31 19:15:24','','Click here for February 2017 PDF','','inherit','open','closed','','2february-2017','','','2017-01-31 19:25:21','2017-01-31 19:25:21','',2221,'http://macrec.com/wp-content/uploads/2014/11/2February-2017.pdf',0,'attachment','application/pdf',0),(3686,2,'2017-01-31 19:15:29','2017-01-31 19:15:29','','2February 2017-page-0','','inherit','open','closed','','2february-2017-page-0','','','2017-01-31 19:15:29','2017-01-31 19:15:29','',2221,'http://macrec.com/wp-content/uploads/2014/11/2February-2017-page-0.jpg',0,'attachment','image/jpeg',0),(3687,2,'2017-01-31 19:15:36','2017-01-31 19:15:36','','2February 2017-page-1','','inherit','open','closed','','2february-2017-page-1','','','2017-01-31 19:15:36','2017-01-31 19:15:36','',2221,'http://macrec.com/wp-content/uploads/2014/11/2February-2017-page-1.jpg',0,'attachment','image/jpeg',0),(3689,2,'2017-01-31 19:41:36','2017-01-31 19:41:36','','Feb 17 Fitness Schedule','','inherit','open','closed','','feb-17-fitness-schedule','','','2017-01-31 19:41:36','2017-01-31 19:41:36','',2080,'http://macrec.com/wp-content/uploads/2014/11/Feb-17-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3690,2,'2017-01-31 19:52:01','2017-01-31 19:52:01','','Feb 17 Fitness Schedule-page-0','','inherit','open','closed','','feb-17-fitness-schedule-page-0','','','2017-01-31 19:52:01','2017-01-31 19:52:01','',2080,'http://macrec.com/wp-content/uploads/2014/11/Feb-17-Fitness-Schedule-page-0.jpg',0,'attachment','image/jpeg',0),(3696,2,'2017-01-31 20:10:30','2017-01-31 20:10:30','','Click here for February 2017 PDF','','inherit','open','closed','','2february-2017-2','','','2017-01-31 20:11:35','2017-01-31 20:11:35','',2221,'http://macrec.com/wp-content/uploads/2014/11/2February-2017-1.pdf',0,'attachment','application/pdf',0),(3697,2,'2017-01-31 20:10:34','2017-01-31 20:10:34','','2February 2017-page-0-1','','inherit','open','closed','','2february-2017-page-0-1','','','2017-01-31 20:10:34','2017-01-31 20:10:34','',2221,'http://macrec.com/wp-content/uploads/2014/11/2February-2017-page-0-1.jpg',0,'attachment','image/jpeg',0),(3698,2,'2017-01-31 20:11:04','2017-01-31 20:11:04','','2February 2017-page-1-1','','inherit','open','closed','','2february-2017-page-1-1','','','2017-01-31 20:11:04','2017-01-31 20:11:04','',2221,'http://macrec.com/wp-content/uploads/2014/11/2February-2017-page-1-1.jpg',0,'attachment','image/jpeg',0),(3703,2,'2017-02-20 21:52:18','2017-02-20 21:52:18','<h3>330-468-8369</h3>\r\nCity of Macedonia Parks &amp; Recreation uses this hotline phone number to post announcements related to field closings or sport activity cancellations and similar alerts. This information may also be obtained by calling the “Recreation Hotline” at (330) 468-8369','Rec. Hotline Alert','','inherit','closed','closed','','3678-autosave-v1','','','2017-02-20 21:52:18','2017-02-20 21:52:18','',3678,'http://macrec.com/uncategorized/3678-autosave-v1/',0,'revision','',0),(3707,2,'2017-02-22 22:42:34','2017-02-22 22:42:34',' ','','','publish','closed','closed','','3707','','','2017-07-18 19:36:51','2017-07-18 19:36:51','',2087,'http://macrec.com/?p=3707',7,'nav_menu_item','',0),(3708,2,'2018-03-07 15:42:23','2018-03-07 15:42:23','<h4>Spring Break Camp 2018</h4>\r\nApril 2-6\r\n9:00am-3:00pm\r\nChildren ages 6-12 years will enjoy games, activities, arts &amp; crafts, and swimming. Campers need to bring a sack lunch and their bathing suit each day. Students must be registered for the entire week. Deadline to register is March 17. Registration fee Registrations accepted after March 17 are subject to $15 late fee. (Minimum 6 campers)\r\nFee: Member $75 / Resident $84 / Non Resident $90\r\n\r\n<strong><span style=\"text-decoration: underline;\">Extenders</span></strong>\r\n<strong><em>Before Care</em></strong>: 7:30am-9:00am (Minimum 4 campers)\r\nFee: Member $25 / Resident $30 / Non Resident $35\r\n\r\n<strong><em>After Care</em></strong>: 3:00pm-6:00pm (Minimum 4 campers)\r\nFee: Member $40 / Resident $45 / Non Resident $50','Day Camps - Winter Break, Spring Break, Summer','','inherit','closed','closed','','3173-autosave-v1','','','2018-03-07 15:42:23','2018-03-07 15:42:23','',3173,'http://macrec.com/uncategorized/3173-autosave-v1/',0,'revision','',0),(3710,2,'2018-09-25 14:25:00','2018-09-25 14:25:00','<a href=\"http://macrec.com/wp-content/uploads/2018/09/Movie-in-the-Park.jpg\"><img class=\"alignnone size-medium wp-image-4662\" src=\"http://macrec.com/wp-content/uploads/2018/09/Movie-in-the-Park-232x300.jpg\" alt=\"\" width=\"232\" height=\"300\" /></a>\r\n<h2><span style=\"color: #0000ff;\">Movie in the Park</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Friday, September 28 in Longwood Park, Movie starts at dusk</span></h2>\r\nThe Ohio Wizard of Oz Festival is providing FREE Movie in the Park for everyone to attend. Bring your blanket and lawn chair. Arrive early to meet Dorothy &amp; Toto!\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/09/dive-in-oz.jpg\"><img class=\"alignnone size-medium wp-image-4663\" src=\"http://macrec.com/wp-content/uploads/2018/09/dive-in-oz-232x300.jpg\" alt=\"\" width=\"232\" height=\"300\" /></a>\r\n<h2><span style=\"color: #0000ff;\">Dive-In Movie at the Rec Center</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Saturday, September 29 at 7:00 pm</span></h2>\r\nKeep the fun of the Wizard of Oz Festival going with a Dive-In Movie at the Rec Center! Watch the movie from the pool deck or inside our heated pools. Visitors can  bring something to sit on, flotation devices are welcomed but limited to smaller rafts or tubes. Children 6 and under must be with an adult in the pool at all times. Purchase a $5 ticket at the Rec Center or <a href=\"https://wizardofozohio.com/\">online </a>!\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/09/Pumpkin-Final-1.png\"><img class=\"alignnone wp-image-4656\" src=\"http://macrec.com/wp-content/uploads/2018/09/Pumpkin-Final-1-232x300.png\" alt=\"\" width=\"242\" height=\"313\" /></a>\r\n<h2><span style=\"color: #0000ff;\">Pumpkin Painting in the Park!</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Sunday, October 21, 1:00-4:00 pm</span></h2>\r\nJoin us for a great day of Fall fun in Longwood Park! We\'ve partnered with So-So Artsy to offer pumpkin painting, face painting &amp; more! The class will meet in Pavilion 1 at Longwood Park, drop-in anytime between 1-4 pm. Registration fee includes your pumpkin, face painting, supplies &amp; instruction. Class instructed by So So Artsy. Cost is $15 per child, register at the Rec Center front desk or <span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https://www.sosoartsy.com/events/arts-in-the-park-pumpkin-painting\">CLICK HERE</a> </span>to register online.','Adult Programs','','inherit','closed','closed','','2113-autosave-v1','','','2018-09-25 14:25:00','2018-09-25 14:25:00','',2113,'http://macrec.com/uncategorized/2113-autosave-v1/',0,'revision','',0),(3716,2,'2017-03-02 00:43:01','2017-03-02 00:43:01','','Click Here for March 2017 PDF','','inherit','open','closed','','3march-2017','','','2017-03-02 00:43:39','2017-03-02 00:43:39','',2221,'http://macrec.com/wp-content/uploads/2014/11/3March-2017.pdf',0,'attachment','application/pdf',0),(3717,2,'2017-03-02 00:43:05','2017-03-02 00:43:05','','3March 2017-page0001-1','','inherit','open','closed','','3march-2017-page0001-1','','','2017-03-02 00:43:05','2017-03-02 00:43:05','',2221,'http://macrec.com/wp-content/uploads/2014/11/3March-2017-page0001-1.jpg',0,'attachment','image/jpeg',0),(3718,2,'2017-03-02 00:43:08','2017-03-02 00:43:08','','','','inherit','open','closed','','3march-2017-page0002-1','','','2017-03-02 00:44:14','2017-03-02 00:44:14','',2221,'http://macrec.com/wp-content/uploads/2014/11/3March-2017-page0002-1.jpg',0,'attachment','image/jpeg',0),(3722,2,'2017-03-03 20:38:02','2017-03-03 20:38:02','','3March 2017-page0002-1','','inherit','open','closed','','3march-2017-page0002-1-2','','','2017-03-03 20:38:02','2017-03-03 20:38:02','',2080,'http://macrec.com/wp-content/uploads/2014/11/3March-2017-page0002-1-1.jpg',0,'attachment','image/jpeg',0),(3723,2,'2017-03-03 20:39:14','2017-03-03 20:39:14','','Mar 17 Fitness Schedule-page-0','','inherit','open','closed','','mar-17-fitness-schedule-page-0','','','2017-03-03 20:39:14','2017-03-03 20:39:14','',2080,'http://macrec.com/wp-content/uploads/2014/11/Mar-17-Fitness-Schedule-page-0.jpg',0,'attachment','image/jpeg',0),(3724,2,'2017-03-03 20:40:24','2017-03-03 20:40:24','','Mar 17 Fitness Schedule','','inherit','open','closed','','mar-17-fitness-schedule','','','2017-03-03 20:40:24','2017-03-03 20:40:24','',2080,'http://macrec.com/wp-content/uploads/2014/11/Mar-17-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3731,2,'2017-03-09 19:15:53','2017-03-09 19:15:53','','Longwood Park Map 2017','','inherit','open','closed','','longwood-park-map-2017','','','2017-03-09 19:18:16','2017-03-09 19:18:16','',2252,'http://macrec.com/wp-content/uploads/2017/03/Longwood-Park-Map-2017.pdf',0,'attachment','application/pdf',0),(3742,2,'2017-03-24 14:47:22','2017-03-24 14:47:22','','Lollipop logo','','inherit','open','closed','','lollipop-logo','','','2017-03-24 14:47:22','2017-03-24 14:47:22','',2120,'http://macrec.com/wp-content/uploads/2014/11/Lollipop-logo.jpg',0,'attachment','image/jpeg',0),(3745,2,'2017-03-24 18:43:12','2017-03-24 18:43:12','','Spring 2017 Chart','','inherit','open','closed','','spring-2017-chart','','','2017-03-24 18:43:12','2017-03-24 18:43:12','',2128,'http://macrec.com/wp-content/uploads/2014/11/Spring-2017-Chart.pdf',0,'attachment','application/pdf',0),(3746,2,'2017-03-24 18:46:02','2017-03-24 18:46:02','','Spring 2017 Chart-page-0','','inherit','open','closed','','spring-2017-chart-page-0','','','2017-03-24 18:46:02','2017-03-24 18:46:02','',2128,'http://macrec.com/wp-content/uploads/2014/11/Spring-2017-Chart-page-0.jpg',0,'attachment','image/jpeg',0),(3760,2,'2017-03-31 19:00:43','2017-03-31 19:00:43','','Click Here for April 2017 PDF','','inherit','open','closed','','4april-2017','','','2017-03-31 19:01:03','2017-03-31 19:01:03','',2221,'http://macrec.com/wp-content/uploads/2014/11/4April-2017.pdf',0,'attachment','application/pdf',0),(3761,2,'2017-03-31 19:12:31','2017-03-31 19:12:31','','4April 2017-page-0','','inherit','open','closed','','4april-2017-page-0','','','2017-03-31 19:12:31','2017-03-31 19:12:31','',2221,'http://macrec.com/wp-content/uploads/2014/11/4April-2017-page-0.jpg',0,'attachment','image/jpeg',0),(3762,2,'2017-03-31 19:12:40','2017-03-31 19:12:40','','4April 2017-page-1','','inherit','open','closed','','4april-2017-page-1','','','2017-03-31 19:12:40','2017-03-31 19:12:40','',2221,'http://macrec.com/wp-content/uploads/2014/11/4April-2017-page-1.jpg',0,'attachment','image/jpeg',0),(3764,2,'2017-03-31 19:16:52','2017-03-31 19:16:52','','Click Here for April 2017 PDF','','inherit','open','closed','','4april-2017-2','','','2017-03-31 19:19:21','2017-03-31 19:19:21','',2221,'http://macrec.com/wp-content/uploads/2014/11/4April-2017-1.pdf',0,'attachment','application/pdf',0),(3766,2,'2017-03-31 19:20:19','2017-03-31 19:20:19','','Apr 17 Fitness Schedule','','inherit','open','closed','','apr-17-fitness-schedule','','','2017-03-31 19:20:19','2017-03-31 19:20:19','',2080,'http://macrec.com/wp-content/uploads/2014/11/Apr-17-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(3771,2,'2017-04-01 18:31:33','2017-04-01 18:31:33','','Click Here for April 2017 PDF','','inherit','open','closed','','4april-2017-3','','','2017-04-01 18:31:51','2017-04-01 18:31:51','',2221,'http://macrec.com/wp-content/uploads/2014/11/4April-2017-2.pdf',0,'attachment','application/pdf',0),(3783,2,'2017-04-20 20:02:16','2017-04-20 20:02:16','<h4>Macedonia Community Wide Garage Sale 2018</h4>\r\nSaturday &amp; Sunday, June 23 &amp; 24\r\n9:00 AM – 3:00 PM\r\n\r\nCity residents are encouraged to participate in a city wide garage sale event by hosting a sale at their home or by shopping at area sales. Please register your address with the Macedonia Family Recreation Center by submitting a participation form, available at the center. The City sales that are registered by June 14th will be included on a participation list that will be accessible online on the Recreation Center’s website (www.macrec.com). Copies will also be available at the center’s front desk. The participation list will be made available on June 19th.  (Names and phone numbers will not published.) Participation in the sale is not required.  <span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/04/Garage-Sale-form-2018.pdf\">Macedonia Citywide Garage Sale Form</a></span>\r\n\r\nMacedonia Resident participation listing: FREE\r\nMacedonia Resident participation listing with list of sale items: $5\r\n\r\nFor more information, please view the <a href=\"http://macrec.com/wp-content/uploads/2018/05/Citywide-Garage-Sale-Faq.pdf\">Citywide Garage Sale Faq</a> or contact the Macedonia Recreation Center at (330) 468-8370.\r\n<h4><span style=\"color: #ff0000;\"><a href=\"http://macrec.com/wp-content/uploads/2018/06/Macedonia-Citywide-Garage-Sale-List-2018-1.pdf\">Macedonia Citywide Garage Sale List 2018</a></span></h4>\r\n<iframe src=\"https://www.google.com/maps/d/u/0/embed?mid=11oEPU3aiyp_W8C6pB_wBqI4RvSyF3ERt\" width=\"640\" height=\"480\"></iframe>','Macedonia Citywide Garage Sale 2018','','publish','closed','closed','','macedonia-citywide-garage-sale','','','2018-12-18 17:36:44','2018-12-18 17:36:44','',0,'http://macrec.com/?page_id=3783',0,'page','',0),(3788,2,'2017-04-20 20:14:51','2017-04-20 20:14:51','','Macedonia Citywide Garage Sale Form','','inherit','open','closed','','macedonia-citywide-garage-sale-form','','','2017-04-20 20:14:51','2017-04-20 20:14:51','',0,'http://macrec.com/wp-content/uploads/2017/04/Macedonia-Citywide-Garage-Sale-Form.pdf',0,'attachment','application/pdf',0),(3789,2,'2017-04-20 20:15:01','2017-04-20 20:15:01','','Macedonia Citywide Garage Sale Form','','inherit','open','closed','','macedonia-citywide-garage-sale-form-2','','','2017-04-20 20:16:18','2017-04-20 20:16:18','',3783,'http://macrec.com/wp-content/uploads/2017/04/Macedonia-Citywide-Garage-Sale-Form-1.pdf',0,'attachment','application/pdf',0),(3799,2,'2017-05-01 16:15:29','2017-05-01 16:15:29','','Summer 2017 Chart','','inherit','open','closed','','summer-2017-chart','','','2017-05-01 16:15:29','2017-05-01 16:15:29','',2128,'http://macrec.com/wp-content/uploads/2014/11/Summer-2017-Chart.pdf',0,'attachment','application/pdf',0),(3800,2,'2017-05-01 16:15:40','2017-05-01 16:15:40','','Summer 2017 Chart-0','','inherit','open','closed','','summer-2017-chart-0','','','2017-05-01 16:15:40','2017-05-01 16:15:40','',2128,'http://macrec.com/wp-content/uploads/2014/11/Summer-2017-Chart-0.jpg',0,'attachment','image/jpeg',0),(3802,2,'2017-05-01 16:23:21','2017-05-01 16:23:21','','Summer 2017 Chart','','inherit','open','closed','','summer-2017-chart-2','','','2017-05-01 16:23:21','2017-05-01 16:23:21','',2128,'http://macrec.com/wp-content/uploads/2014/11/Summer-2017-Chart-1.pdf',0,'attachment','application/pdf',0),(3803,2,'2017-05-01 16:23:48','2017-05-01 16:23:48','','Summer 2017 Chart-0-1','','inherit','open','closed','','summer-2017-chart-0-1','','','2017-05-01 16:23:48','2017-05-01 16:23:48','',2128,'http://macrec.com/wp-content/uploads/2014/11/Summer-2017-Chart-0-1.jpg',0,'attachment','image/jpeg',0),(3805,2,'2017-05-01 16:32:15','2017-05-01 16:32:15','','May 17 Fitness Schedule new','','inherit','open','closed','','may-17-fitness-schedule-new','','','2017-05-01 16:32:15','2017-05-01 16:32:15','',2080,'http://macrec.com/wp-content/uploads/2014/11/May-17-Fitness-Schedule-new.pdf',0,'attachment','application/pdf',0),(3806,2,'2017-05-01 16:35:31','2017-05-01 16:35:31','','May 17 Fitness Schedule new-page-0','','inherit','open','closed','','may-17-fitness-schedule-new-page-0','','','2017-05-01 16:35:31','2017-05-01 16:35:31','',2080,'http://macrec.com/wp-content/uploads/2014/11/May-17-Fitness-Schedule-new-page-0.jpg',0,'attachment','image/jpeg',0),(3809,2,'2017-05-01 17:14:37','2017-05-01 17:14:37','','Click here for May 2017 PDF','','inherit','open','closed','','5may-2017','','','2017-05-01 17:15:23','2017-05-01 17:15:23','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2017.pdf',0,'attachment','application/pdf',0),(3810,2,'2017-05-01 17:14:48','2017-05-01 17:14:48','','5May 2017-page0001','','inherit','open','closed','','5may-2017-page0001','','','2017-05-01 17:14:48','2017-05-01 17:14:48','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2017-page0001.jpg',0,'attachment','image/jpeg',0),(3811,2,'2017-05-01 17:14:54','2017-05-01 17:14:54','','5May 2017-page0002','','inherit','open','closed','','5may-2017-page0002','','','2017-05-01 17:14:54','2017-05-01 17:14:54','',2221,'http://macrec.com/wp-content/uploads/2014/11/5May-2017-page0002.jpg',0,'attachment','image/jpeg',0),(3821,2,'2017-05-06 15:38:43','2017-05-06 15:38:43','','Community Booth 2017 Funfest','','inherit','open','closed','','community-booth-2017-funfest','','','2017-05-08 18:46:30','2017-05-08 18:46:30','',3151,'http://macrec.com/wp-content/uploads/2017/05/Community-Booth-2017-Funfest.pdf',0,'attachment','application/pdf',0),(3830,2,'2017-05-11 17:33:49','2017-05-11 17:33:49','','Sponsorship','','inherit','open','closed','','sponsorship','','','2017-05-11 17:34:52','2017-05-11 17:34:52','',3151,'http://macrec.com/wp-content/uploads/2017/05/Sponsorship.pdf',0,'attachment','application/pdf',0),(3837,2,'2017-05-17 19:50:33','2017-05-17 19:50:33','','Cruise In Registration 2017','','inherit','open','closed','','cruise-in-registration-2017','','','2017-05-17 19:51:23','2017-05-17 19:51:23','',3151,'http://macrec.com/wp-content/uploads/2017/05/Cruise-In-Registration-2017.pdf',0,'attachment','application/pdf',0),(3843,2,'2017-05-24 18:17:57','2017-05-24 18:17:57','','Mmbrship2017','','inherit','open','closed','','mmbrship2017','','','2017-05-24 18:19:33','2017-05-24 18:19:33','',1797,'http://macrec.com/wp-content/uploads/2017/05/Mmbrship2017.pdf',0,'attachment','application/pdf',0),(3850,2,'2017-06-01 00:30:18','2017-06-01 00:30:18','','FunFest Schedule','','inherit','open','closed','','funfest-schedule','','','2017-06-01 00:31:15','2017-06-01 00:31:15','',3151,'http://macrec.com/wp-content/uploads/2017/06/FunFest-Schedule.pdf',0,'attachment','application/pdf',0),(3854,2,'2017-06-01 00:37:35','2017-06-01 00:37:35','','FunFest 2017','','inherit','open','closed','','funfest-2017','','','2017-06-01 00:37:35','2017-06-01 00:37:35','',0,'http://macrec.com/wp-content/uploads/2017/06/FunFest-2017.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(3855,2,'2017-06-01 00:39:07','2017-06-01 00:39:07','','FunFest Schedule','','inherit','open','closed','','funfest-schedule-2','','','2017-06-01 00:39:35','2017-06-01 00:39:35','',3151,'http://macrec.com/wp-content/uploads/2017/06/FunFest-Schedule-1.pdf',0,'attachment','application/pdf',0),(3860,2,'2017-06-01 19:00:44','2017-06-01 19:00:44','<h2><span style=\"color: #000080;\">Pool Rental Info</span></h2>\r\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\r\n\r\n<strong>Class 1</strong>: City of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\r\n\r\n<strong>Class 2</strong>: Macedonia based, non-profit, tax exempt corporations as established by the IRS (civic organizations, churches, fraternal bodies) not charging admissions.\r\n\r\n<strong>Class 3</strong>: Any organization, institution, agency, group or individual not included in Class 1 or 2.\r\n<div id=\"tablepress-2_wrapper\" class=\"dataTables_wrapper no-footer\">\r\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2 dataTable no-footer\"><caption><a href=\"http://macrec.com/wp-admin/admin.php?page=tablepress&amp;action=edit&amp;table_id=2\">Edit</a></caption>\r\n<thead>\r\n<tr class=\"row-1 odd\">\r\n<th class=\"column-1 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Hourly Rental Rates\r\nRoom/Area</th>\r\n<th class=\"column-2 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Maximum\r\nOccupancy</th>\r\n<th class=\"column-3 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 1\r\nper hour</th>\r\n<th class=\"column-4 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 2\r\nper hour</th>\r\n<th class=\"column-5 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 3\r\nper hour</th>\r\n</tr>\r\n</thead>\r\n<tbody class=\"row-hover\">\r\n<tr class=\"row-2 even\">\r\n<td class=\"column-1\">Activity Room</td>\r\n<td class=\"column-2\">40</td>\r\n<td class=\"column-3\">$30</td>\r\n<td class=\"column-4\">$40</td>\r\n<td class=\"column-5\">$50</td>\r\n</tr>\r\n<tr class=\"row-3 odd\">\r\n<td class=\"column-1\">Rotunda – Section</td>\r\n<td class=\"column-2\">40</td>\r\n<td class=\"column-3\">$20</td>\r\n<td class=\"column-4\">$30</td>\r\n<td class=\"column-5\">$35</td>\r\n</tr>\r\n<tr class=\"row-4 even\">\r\n<td class=\"column-1\">Natatorium – Whole*</td>\r\n<td class=\"column-2\">200</td>\r\n<td class=\"column-3\">$150</td>\r\n<td class=\"column-4\">$200</td>\r\n<td class=\"column-5\">$300</td>\r\n</tr>\r\n<tr class=\"row-5 odd\">\r\n<td class=\"column-1\">Natatorium – Lap Pool</td>\r\n<td class=\"column-2\">100</td>\r\n<td class=\"column-3\">$90</td>\r\n<td class=\"column-4\">$100</td>\r\n<td class=\"column-5\">$120</td>\r\n</tr>\r\n<tr class=\"row-6 even\">\r\n<td class=\"column-1\">Natatorium – Activity Pool</td>\r\n<td class=\"column-2\">75</td>\r\n<td class=\"column-3\">$90</td>\r\n<td class=\"column-4\">$100</td>\r\n<td class=\"column-5\">$120</td>\r\n</tr>\r\n<tr class=\"row-7 odd\">\r\n<td class=\"column-1\">Natatorium – Lap Lane</td>\r\n<td class=\"column-2\">10</td>\r\n<td class=\"column-3\">$20</td>\r\n<td class=\"column-4\">$25</td>\r\n<td class=\"column-5\">$30</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','Pool Rental','','publish','closed','closed','','pool-rental','','','2018-07-19 13:34:56','2018-07-19 13:34:56','',0,'http://macrec.com/?page_id=3860',0,'page','',0),(3863,2,'2017-06-01 19:00:44','2017-06-01 19:00:44',' ','','','publish','closed','closed','','3863','','','2018-12-21 19:34:40','2018-12-21 19:34:40','',0,'http://macrec.com/uncategorized/3863/',6,'nav_menu_item','',0),(3865,2,'2017-06-01 19:01:55','2017-06-01 19:01:55',' ','','','publish','closed','closed','','3865','','','2018-09-27 20:43:27','2018-09-27 20:43:27','',0,'http://macrec.com/?p=3865',5,'nav_menu_item','',0),(3866,2,'2017-06-01 19:03:09','2017-06-01 19:03:09','','Click Here for the June 2017 PDF','','inherit','open','closed','','6june-2017','','','2017-06-01 19:03:42','2017-06-01 19:03:42','',2221,'http://macrec.com/wp-content/uploads/2014/11/6June-2017.pdf',0,'attachment','application/pdf',0),(3868,2,'2017-06-01 19:37:11','2017-06-01 19:37:11','','6June 2017-page-0','','inherit','open','closed','','6june-2017-page-0','','','2017-06-01 19:37:11','2017-06-01 19:37:11','',2221,'http://macrec.com/wp-content/uploads/2014/11/6June-2017-page-0.jpg',0,'attachment','image/jpeg',0),(3869,2,'2017-06-01 19:37:17','2017-06-01 19:37:17','','6June 2017-page-1','','inherit','open','closed','','6june-2017-page-1','','','2017-06-01 19:37:17','2017-06-01 19:37:17','',2221,'http://macrec.com/wp-content/uploads/2014/11/6June-2017-page-1.jpg',0,'attachment','image/jpeg',0),(3870,2,'2017-06-01 19:37:24','2017-06-01 19:37:24','','page-0','','inherit','open','closed','','page-0-2','','','2017-06-01 19:37:24','2017-06-01 19:37:24','',2221,'http://macrec.com/wp-content/uploads/2014/11/page-0-1.jpg',0,'attachment','image/jpeg',0),(3874,2,'2017-06-01 19:42:13','2017-06-01 19:42:13','','Click Here For Printable Event Description Flyer','','inherit','open','closed','','event-description-flyer-2017','','','2017-06-01 19:42:51','2017-06-01 19:42:51','',3151,'http://macrec.com/wp-content/uploads/2016/04/Event-Description-Flyer-2017.pdf',0,'attachment','application/pdf',0),(3876,2,'2017-06-01 19:56:28','2017-06-01 19:56:28','\n\n<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone  wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" alt=\"\" width=\"330\" height=\"186\" /></a>\n\nBirthday Party\n\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\n<p style=\"padding-left: 30px;\">Pricing: $150/Member     $175/Resident     $200/Non-Resident</p>\n\n','Birthday Parties','','publish','closed','closed','','birthday-parties','','','2017-11-22 19:36:57','2017-11-22 19:36:57','',0,'http://macrec.com/?page_id=3876',0,'page','',0),(3878,2,'2017-06-01 19:58:00','2017-06-01 19:58:00',' ','','','publish','closed','closed','','3878','','','2018-09-27 20:43:27','2018-09-27 20:43:27','',0,'http://macrec.com/?p=3878',6,'nav_menu_item','',0),(3880,2,'2019-01-22 21:48:08','2019-01-22 21:48:08','<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" alt=\"\" width=\"330\" height=\"186\" /></a>\r\n\r\nBirthday Party\r\n\r\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\r\n<p style=\"padding-left: 30px;\">Pricing: $150/Member     $175/Resident     $200/Non-Resident</p>','Birthday Parties','','inherit','closed','closed','','3876-autosave-v1','','','2019-01-22 21:48:08','2019-01-22 21:48:08','',3876,'http://macrec.com/uncategorized/3876-autosave-v1/',0,'revision','',0),(3882,2,'2018-07-19 13:31:13','2018-07-19 13:31:13','<h2><span style=\"color: #000080;\">Pool Rental Info</span></h2>\r\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\r\n\r\n<strong>Class 1</strong>: City of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\r\n\r\n<strong>Class 2</strong>: Macedonia based, non-profit, tax exempt corporations as established by the IRS (civic organizations, churches, fraternal bodies) not charging admissions.\r\n\r\n<strong>Class 3</strong>: Any organization, institution, agency, group or individual not included in Class 1 or 2.\r\n<div id=\"tablepress-2_wrapper\" class=\"dataTables_wrapper no-footer\">\r\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2 dataTable no-footer\"><caption><a href=\"http://macrec.com/wp-admin/admin.php?page=tablepress&amp;action=edit&amp;table_id=2\">Edit</a></caption>\r\n<thead>\r\n<tr class=\"row-1 odd\">\r\n<th class=\"column-1 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Hourly Rental Rates\r\nRoom/Area</th>\r\n<th class=\"column-2 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Maximum\r\nOccupancy</th>\r\n<th class=\"column-3 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 1\r\nper hour</th>\r\n<th class=\"column-4 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 2\r\nper hour</th>\r\n<th class=\"column-5 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 3\r\nper hour</th>\r\n</tr>\r\n</thead>\r\n<tbody class=\"row-hover\">\r\n<tr class=\"row-2 even\">\r\n<td class=\"column-1\">Activity Room</td>\r\n<td class=\"column-2\">40</td>\r\n<td class=\"column-3\">$30</td>\r\n<td class=\"column-4\">$40</td>\r\n<td class=\"column-5\">$50</td>\r\n</tr>\r\n<tr class=\"row-3 odd\">\r\n<td class=\"column-1\">Rotunda – Section</td>\r\n<td class=\"column-2\">40</td>\r\n<td class=\"column-3\">$20</td>\r\n<td class=\"column-4\">$30</td>\r\n<td class=\"column-5\">$35</td>\r\n</tr>\r\n<tr class=\"row-4 even\">\r\n<td class=\"column-1\">Natatorium – Whole*</td>\r\n<td class=\"column-2\">200</td>\r\n<td class=\"column-3\">$150</td>\r\n<td class=\"column-4\">$200</td>\r\n<td class=\"column-5\">$300</td>\r\n</tr>\r\n<tr class=\"row-5 odd\">\r\n<td class=\"column-1\">Natatorium – Lap Pool</td>\r\n<td class=\"column-2\">100</td>\r\n<td class=\"column-3\">$90</td>\r\n<td class=\"column-4\">$100</td>\r\n<td class=\"column-5\">$120</td>\r\n</tr>\r\n<tr class=\"row-6 even\">\r\n<td class=\"column-1\">Natatorium – Activity Pool</td>\r\n<td class=\"column-2\">75</td>\r\n<td class=\"column-3\">$90</td>\r\n<td class=\"column-4\">$100</td>\r\n<td class=\"column-5\">$120</td>\r\n</tr>\r\n<tr class=\"row-7 odd\">\r\n<td class=\"column-1\">Natatorium – Lap Lane</td>\r\n<td class=\"column-2\">10</td>\r\n<td class=\"column-3\">$20</td>\r\n<td class=\"column-4\">$25</td>\r\n<td class=\"column-5\">$30</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','Pool Rental','','inherit','closed','closed','','3860-autosave-v1','','','2018-07-19 13:31:13','2018-07-19 13:31:13','',3860,'http://macrec.com/uncategorized/3860-autosave-v1/',0,'revision','',0),(3885,2,'2017-06-05 20:09:15','2017-06-05 20:09:15','','Click here for printable event description flyer','','inherit','open','closed','','event-description-flyer-2017-2','','','2017-06-05 20:11:26','2017-06-05 20:11:26','',3151,'http://macrec.com/wp-content/uploads/2016/04/Event-Description-Flyer-2017-1.pdf',0,'attachment','application/pdf',0),(3886,2,'2017-06-05 20:13:53','2017-06-05 20:13:53','','page-0','','inherit','open','closed','','page-0-3','','','2017-06-05 20:13:53','2017-06-05 20:13:53','',3151,'http://macrec.com/wp-content/uploads/2016/04/page-0.jpg',0,'attachment','image/jpeg',0),(3889,2,'2017-06-07 14:05:35','2017-06-07 14:05:35','','Click Here for June 2017 PDF','','inherit','open','closed','','6june-2017-2','','','2017-06-07 14:06:07','2017-06-07 14:06:07','',2221,'http://macrec.com/wp-content/uploads/2014/11/6June-2017-1.pdf',0,'attachment','application/pdf',0),(3890,2,'2017-06-07 14:05:42','2017-06-07 14:05:42','','page-0','','inherit','open','closed','','page-0-4','','','2017-06-07 14:05:42','2017-06-07 14:05:42','',2221,'http://macrec.com/wp-content/uploads/2014/11/page-0-2.jpg',0,'attachment','image/jpeg',0),(3891,2,'2017-06-07 14:05:49','2017-06-07 14:05:49','','page-1','','inherit','open','closed','','page-1','','','2017-06-07 14:05:49','2017-06-07 14:05:49','',2221,'http://macrec.com/wp-content/uploads/2014/11/page-1.jpg',0,'attachment','image/jpeg',0),(3917,2,'2017-06-16 15:39:45','2017-06-16 15:39:45','','June 17 Fitness Schedule new','','inherit','open','closed','','june-17-fitness-schedule-new','','','2017-06-16 15:39:45','2017-06-16 15:39:45','',2080,'http://macrec.com/wp-content/uploads/2014/11/June-17-Fitness-Schedule-new.pdf',0,'attachment','application/pdf',0),(3918,2,'2017-06-16 15:39:53','2017-06-16 15:39:53','','June 17 Fitness Schedule new-page-0','','inherit','open','closed','','june-17-fitness-schedule-new-page-0','','','2017-06-16 15:39:53','2017-06-16 15:39:53','',2080,'http://macrec.com/wp-content/uploads/2014/11/June-17-Fitness-Schedule-new-page-0.jpg',0,'attachment','image/jpeg',0),(3919,2,'2017-06-16 15:40:11','2017-06-16 15:40:11','','Click here for June 2017 PDF','','inherit','open','closed','','6june-2017-3','','','2017-06-16 16:07:21','2017-06-16 16:07:21','',2080,'http://macrec.com/wp-content/uploads/2014/11/6June-2017-2.pdf',0,'attachment','application/pdf',0),(3920,2,'2017-06-16 15:40:15','2017-06-16 15:40:15','','6June 2017-page0001','','inherit','open','closed','','6june-2017-page0001','','','2017-06-16 15:40:15','2017-06-16 15:40:15','',2080,'http://macrec.com/wp-content/uploads/2014/11/6June-2017-page0001.jpg',0,'attachment','image/jpeg',0),(3921,2,'2017-06-16 15:40:18','2017-06-16 15:40:18','','6June 2017-page0002','','inherit','open','closed','','6june-2017-page0002','','','2017-06-16 15:40:18','2017-06-16 15:40:18','',2080,'http://macrec.com/wp-content/uploads/2014/11/6June-2017-page0002.jpg',0,'attachment','image/jpeg',0),(3948,2,'2017-06-23 20:49:22','2017-06-23 20:49:22','','Macedonia Citywide Garage Sales List','','inherit','open','closed','','macedonia-citywide-garage-sales-list','','','2017-06-23 20:49:45','2017-06-23 20:49:45','',3783,'http://macrec.com/wp-content/uploads/2017/06/Macedonia-Citywide-Garage-Sales-List.pdf',0,'attachment','application/pdf',0),(3949,2,'2017-06-23 20:50:59','2017-06-23 20:50:59','','Macedonia Citywide Garage Sales List','','inherit','open','closed','','macedonia-citywide-garage-sales-list-2','','','2017-06-23 20:51:18','2017-06-23 20:51:18','',3783,'http://macrec.com/wp-content/uploads/2017/06/Macedonia-Citywide-Garage-Sales-List-1.pdf',0,'attachment','application/pdf',0),(3952,2,'2017-06-28 20:33:24','2017-06-28 20:33:24','','Click Here for July 2017 PDF','','inherit','open','closed','','7july-2017','','','2017-06-28 20:34:48','2017-06-28 20:34:48','',2221,'http://macrec.com/wp-content/uploads/2014/11/7July-2017.pdf',0,'attachment','application/pdf',0),(3953,2,'2017-06-28 20:36:30','2017-06-28 20:36:30','','7July 2017-page0001','','inherit','open','closed','','7july-2017-page0001','','','2017-06-28 20:36:30','2017-06-28 20:36:30','',2221,'http://macrec.com/wp-content/uploads/2014/11/7July-2017-page0001.jpg',0,'attachment','image/jpeg',0),(3954,2,'2017-06-28 20:36:33','2017-06-28 20:36:33','','7July 2017-page0002','','inherit','open','closed','','7july-2017-page0002','','','2017-06-28 20:36:33','2017-06-28 20:36:33','',2221,'http://macrec.com/wp-content/uploads/2014/11/7July-2017-page0002.jpg',0,'attachment','image/jpeg',0),(3963,2,'2017-07-06 15:21:25','2017-07-06 15:21:25','[row]\r\n\r\n[span4]\r\n<h2><em>Services list</em></h2>\r\n[custom_list]\r\n<ul>\r\n 	<li><a href=\"#\">Sed ut perspiciatis unde omnis iste natus</a></li>\r\n 	<li><a href=\"#\">Error sit voluptatem accusantium doloremqu</a></li>\r\n 	<li><a href=\"#\">Laudantium totam rem aperiam eaque</a></li>\r\n 	<li><a href=\"#\">Inventore veritatis et quasi architecto bea</a></li>\r\n 	<li><a href=\"#\">Nemo enim ipsam voluptatem quia</a></li>\r\n 	<li><a href=\"#\">Voluptas sit aspernatur aut odit aut fugi</a></li>\r\n 	<li><a href=\"#\">Consequuntur magni dolores eos</a></li>\r\n 	<li><a href=\"#\">Qui ratione voluptatem sequi nesciunt</a></li>\r\n</ul>\r\n[/custom_list]\r\n\r\n[spacer]\r\n\r\n<a href=\"blog\"><img class=\"alignnone size-full wp-image-1982\" src=\"http://macrec.com/wp-content/uploads/2011/07/banner.jpg\" alt=\"banner\" width=\"328\" height=\"363\" /></a>\r\n\r\n[/span4]\r\n\r\n[span8]\r\n<h2>Get to know more about our services</h2>\r\n[posts_grid type=\"services\" columns=\"2\" rows=\"3\" order_by=\"date\" order=\"DESC\" thumb_width=\"358\" thumb_height=\"213\" meta=\"no\" excerpt_count=\"18\" link=\"no\" custom_class=\"services\"]\r\n\r\n[/span8]\r\n\r\n[/row]','Services','','inherit','closed','closed','','7-autosave-v1','','','2017-07-06 15:21:25','2017-07-06 15:21:25','',7,'http://macrec.com/uncategorized/7-autosave-v1/',0,'revision','',0),(3965,2,'2018-12-03 17:09:26','2018-12-03 17:09:26','<h2></h2>\r\n<h2><span style=\"color: #ff0000;\"><strong><a href=\"http://macrec.com/wp-content/uploads/2018/11/Santas-Mailbox.png\"><img class=\"size-medium wp-image-4755 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/Santas-Mailbox-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>Santa’s Mailbox</strong></span></h2>\r\nNov. 26 – Dec. 16\r\n\r\nA mailbox dedicated to the North Pole will arrive in the lobby of the Rec. Center on November 26th!  Children may drop off their letters to Santa Nov. 26 - Dec. 16 and Santa has promised to respond to each child!  Letters may be dropped off anytime during Rec. Center hours. Parents, please include a self-addressed stamped envelope, so that Santa has more time to spend in his workshop.  All letters must be received no later than December 16 to ensure a response.\r\n<h2><a href=\"http://macrec.com/wp-content/uploads/2018/11/2018-Holiday-Tree-Lighting.png\"><img class=\"size-medium wp-image-4749 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/11/2018-Holiday-Tree-Lighting-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h2>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2><span style=\"color: #ff0000;\">Annual Holiday Tree Lighting</span></h2>\r\nIt\'s that time of year again! Join us for the City of Macedonia\'s Annual Holiday Tree Lighting. This year\'s event is outside at Macedonia City Hall on December 2 from 5-7 pm. Kids will have their chance to meet Santa and enjoy a special treat! This event is FREE to everyone. Starbucks coffee and Giant Eagle cookies provided!\r\n<h2><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"> <img class=\"alignnone size-medium wp-image-4676\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h2>\r\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\r\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\r\n\r\n<hr />','Special Events','','inherit','closed','closed','','2122-autosave-v1','','','2018-12-03 17:09:26','2018-12-03 17:09:26','',2122,'http://macrec.com/uncategorized/2122-autosave-v1/',0,'revision','',0),(3973,2,'2017-07-12 22:37:15','2017-07-12 22:37:15','','Soccer Inforamtion','','inherit','open','closed','','soccer-inforamtion','','','2017-07-12 22:37:44','2017-07-12 22:37:44','',2109,'http://macrec.com/wp-content/uploads/2017/07/Soccer-Inforamtion.pdf',0,'attachment','application/pdf',0),(3981,2,'2017-07-20 20:17:48','2017-07-20 20:17:48','','July 17 Fitness Schedule new','','inherit','open','closed','','july-17-fitness-schedule-new','','','2017-07-20 20:17:48','2017-07-20 20:17:48','',2080,'http://macrec.com/wp-content/uploads/2014/11/July-17-Fitness-Schedule-new.pdf',0,'attachment','application/pdf',0),(3985,2,'2017-07-24 18:43:08','2017-07-24 18:43:08','','Aug 17 Fitness Schedule new','','inherit','open','closed','','aug-17-fitness-schedule-new','','','2017-07-24 18:43:08','2017-07-24 18:43:08','',2221,'http://macrec.com/wp-content/uploads/2014/11/Aug-17-Fitness-Schedule-new.pdf',0,'attachment','application/pdf',0),(3986,2,'2017-07-24 18:43:29','2017-07-24 18:43:29','','Aug 17 Fitness Schedule new-page-0','','inherit','open','closed','','aug-17-fitness-schedule-new-page-0','','','2017-07-24 18:43:29','2017-07-24 18:43:29','',2221,'http://macrec.com/wp-content/uploads/2014/11/Aug-17-Fitness-Schedule-new-page-0.jpg',0,'attachment','image/jpeg',0),(3987,2,'2017-07-24 18:44:06','2017-07-24 18:44:06','','Click Here for August 2017 PDF','','inherit','open','closed','','8august-2017','','','2017-07-24 18:44:37','2017-07-24 18:44:37','',2221,'http://macrec.com/wp-content/uploads/2014/11/8August-2017.pdf',0,'attachment','application/pdf',0),(3988,2,'2017-07-24 18:44:10','2017-07-24 18:44:10','','8August 2017-page-0','','inherit','open','closed','','8august-2017-page-0','','','2017-07-24 18:44:10','2017-07-24 18:44:10','',2221,'http://macrec.com/wp-content/uploads/2014/11/8August-2017-page-0.jpg',0,'attachment','image/jpeg',0),(3989,2,'2017-07-24 18:44:16','2017-07-24 18:44:16','','8August 2017-page-1','','inherit','open','closed','','8august-2017-page-1','','','2017-07-24 18:44:16','2017-07-24 18:44:16','',2221,'http://macrec.com/wp-content/uploads/2014/11/8August-2017-page-1.jpg',0,'attachment','image/jpeg',0),(3992,2,'2019-01-30 15:54:13','2019-01-30 15:54:13','<a href=\"http://macrec.com/wp-content/uploads/2018/12/January-Schedule.png\"><img class=\"alignright size-medium wp-image-4880\" src=\"http://macrec.com/wp-content/uploads/2018/12/January-Schedule-300x229.png\" alt=\"\" width=\"300\" height=\"229\" /></a><a href=\"http://macrec.com/wp-content/uploads/2018/10/SilverSneakers-Schedule.png\"><img class=\"alignnone size-medium wp-image-4693\" src=\"http://macrec.com/wp-content/uploads/2018/10/SilverSneakers-Schedule-300x230.png\" alt=\"\" width=\"300\" height=\"230\" /></a>\r\n<h1><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://macrec.com/wp-content/uploads/2018/12/January-Schedule.pdf\">Click here for the January Fitness Schedule</a></span></h1>\r\n<h2><span style=\"color: #ff0000;\">Our group fitness classes are included in your purchase of a daily, monthly and annual membership.</span></h2>\r\n<h2>Class Cancellations/Updates</h2>\r\nReceive a text message for any class cancellations or changes! Sign-up at the front desk to join the list.\r\n<h4>Fluidity Bar Schedule</h4>\r\nTuesday: 9:00 - 10:00 AM\r\nThursday: 9:00 – 10:00 AM\r\nMember $12 / Resident $14 / Non Resident $16\r\n<h2><strong>Fitness Class Descriptions - All classes free for members </strong></h2>\r\n[su_spoiler title=\" Aqua Arthritis \" style=\"fancy\"]The program exercises are designed specifically for people with arthritis and related diseases.  Participants improve their joint flexibility and reduce there pain and stiffness while supported by the water’s buoyancy and resistance. The class also provides a friendly , fun atmosphere in which participants.<span style=\"color: #993300;\">[/su_spoiler][su_spoiler title=\"Aqua Fusion\" style=\"fancy\"]</span><span style=\"color: #993300;\"><span style=\"color: #000000;\">This class will combine multiple formats to improve your overall level of fitness. A mix of strength and endurance exercises held in the shallow lap lanes, the instructor may also take you into the deep water diving well.  Enjoy the buoyancy of the water while reducing impact on your joints.[/su_spoiler][su_spoiler title=\"Barre Intensity\" style=\"fancy\"]</span></span>Combines attributes of pilates, dance, and functional fitness training. Small isolated movement to fatigue the muscles, large range motion to elevate the heart rate, and sequencing that incorporates upper and lower body.  Mini-balls, resistance bands and light hand weights are used to sculpt, slim, and stretch your entire body.[/su_spoiler][su_spoiler title=\"Beyond Barre\" style=\"fancy\"]Think ballet meets ice skating! This class incorporates cardio, body-sculpting, fat burning, endurance. All levels are welcome to try the class. [/su_spoiler][su_spoiler title=\"Bike &amp; Body\" style=\"fancy\"]30 Minutes of intense Cycling followed by 30 minutes of weights. Instructor may do abdominals, upper or lower body or combination of all 3 components for an awesome workout. Instructor may also incorporate TRX® suspension bands.[/su_spoiler]<span style=\"color: #993300;\"><span style=\"color: #000000;\">[su_spoiler title=\"Dig Deep\" style=\"fancy\"]Water buoyancy belts are used in the deep end of the diving area. Water resistance improves cardio and strength. Cross training alternative without impact. Should be comfortable in deep water.</span></span>[/su_spoiler][su_spoiler title=\"Flow\" style=\"fancy\"]Grow longer and stronger in this invigorating mind-body workout. Flow incorporates yoga and pilates fundamentals with athletic training for balance, mobility, flexibility and the core.[/su_spoiler][su_spoiler title=\"H20 Boot Camp\" style=\"fancy\"]Based on traditional Boot Camp style with Aqua drills and thrills! A serious calorie burner and FUN!.[/su_spoiler][su_spoiler title=\"H20 Kickboxing\" style=\"fancy\"]Total body workout using kickboxing techniques.[/su_spoiler][su_spoiler title=\"H20 Total Splash\" style=\"fancy\"]Try a new twist to the traditional water work out! We use noodles, weights, bands and kickboxing drills to improve on cardio endurance and muscle strength without the impact on your joints.[/su_spoiler][su_spoiler title=\"Indoor Cycling / Location: 2nd Floor Cycling Area\" style=\"fancy\"]Our instructors lead you through a fun and challenging endurance strength workout. Cycling indoors will simulate cycling outdoors with sprints, climbs and cadence drills. Geared for all fitness levels from beginner to advanced come and give this class a try. Let’s Ride! Please bring a water bottle and towel with you to class.[/su_spoiler][su_spoiler title=\"Line Dance\" style=\"fancy\"]Learn the basic Level 1 line dancing steps. As the group progress\'s we will learn more advanced steps. Join us every Sunday for load\'s of fun &amp; line dancing also is excellent for memory.[/su_spoiler][su_spoiler title=\"Phase Pilates\" style=\"fancy\"]This class is for the true Pilates Student. Based on the Master Inventor Joseph Pilates we incorporate all of his fundamentals &amp; the 6 principals of Pilates. Instructor will demonstrate All Levels of Pilates from beginner to advanced. This class is true Mat Pilates we use our bodies and a mat in this class only. All fitness levels are welcome.[/su_spoiler][su_spoiler title=\"Pilates\" style=\"fancy\"]Based on Joseph Pilates basic techniques this class works the entire core. Instructor may also incorporate small balls, weights &amp; large stability balls and bands to add a very unique workout that you will truly enjoy. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"Power Yoga\" style=\"fancy\"]Linking breathing with movement, build strength, flexibility and balance. A dynamic warm up of the spine and full-body, followed by a sequence of poses focusing on balance, abs, hips, and twists to lengthen tone and detoxify the body and mind.  Ending with a deep rest, leaving you relaxed and rejuvenated. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"RIP\" style=\"fancy\"]60 minute class using barbells ant.d adjustable weights to tone and condition muscles while raising metabolic rate for rapid fat-burning. All major muscle groups are worked via a series of weight-bearing exercises including squats, presses and lifts, set to great, fun music! Weights are adjustable, so all fitness and ability levels are welcome in this class! This class style has confirmed higher than expected fat-burning effects alongside endurance, strength and \'wellness\' benefits.[/su_spoiler][su_spoiler title=\"Sunrise Yoga\" style=\"fancy\"]Start your morning out with a destressing breath of fresh morning air. Kick off your shoes and relax. Strengthen, stretch and balance. Classes are geared to fitness enthusiasts that want to learn and practice Hath a Yoga.[/su_spoiler][su_spoiler title=\"Tai Chi\" style=\"fancy\"]This low impact class will consist of basic stretching, gi gong (internal energy exercise), and basic tai chi postures and form. Students should expect to increase muscle strength, stamina and balance.[/su_spoiler][su_spoiler title=\"Tighten N Tone (T.N.T.)\" style=\"fancy\"]Learn proper body placement while using resistance. Your endurance, range of motion, flexibility, posture, muscle strength and bone density will improve. Weights and resistance tubing are used in this class. Bring a mat and a bottle of water.[/su_spoiler][su_spoiler title=\"Total Body Circuit\" style=\"fancy\"]Circuit intervals on weight machines focusing on muscle groups in both upper and lower body. Pair this class with Indoor Cycling for a great cardio and strength workout![/su_spoiler][su_spoiler title=\"Total Core\" style=\"fancy\"]Fast paced ab and core routine performed with different types of equipment that target different areas of the body.[/su_spoiler][su_spoiler title=\"TRX/Rip Trainer\" style=\"fancy\"]A weighted bar attached to a flexible cord to improve core, rotational power and increase stamina.[/su_spoiler][su_spoiler title=\"Vinyasa Flow \" style=\"fancy\"]This class uses breathing paired with Vinyasa movements to improve strength, flexibility &amp; endurance[/su_spoiler][su_spoiler title=\"Zumba\" style=\"fancy\"]ZUMBA is a fusion of Latin and International music-dance themes that create a dynamic, exciting, effective fitness workout! The routines feature easy to follow dance steps combined with body sculpting movements plus loads of fun[/su_spoiler][su_spoiler title=\"Zumba Kids\" style=\"fancy\"]<strong>D</strong>esigned for the younger Zumba fans ages 6-11. It’s an opportunity for them to move, dance and be active while enjoying some of their favorite music! Features routines based on Zumba choreography. The routines are kid friendly and the steps are designed to be easy to follow and fun for all![/su_spoiler]\r\n<h5></h5>\r\n<h5>Classes Below are FREE for SilverSneakers Members</h5>\r\n[su_spoiler title=\"Silver Sneakers® Classic\" style=\"fancy\"]Have fun and move to the music through a variety of exercises designed to increase muscular strength, range of movement, and activity for daily living skills. Hand-held weights, elastic tubing with handles, and a ball are offered for resistance, and a chair is used for seated and/or standing support.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Yoga\" style=\"fancy\"]YogaStretch will move your whole body through a complete series of seated and standing yoga poses. Chair support is offered to safely perform a variety of postures designed to increase flexibility, balance and range of movement. Restorative breathing exercises and final relaxation will promote stress reduction and mental clarity.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Splash\" style=\"fancy\"]Activate your aqua exercise urge for variety! SilverSplash® offers LOTS of fun and shallow water moves to improve agility, flexibility and cardiovascular endurance. No swimming ability is required, and a special Silver Sneakers® kickboard is used to develop strength, balance and coordination.[/su_spoiler][su_spoiler title=\"Silver Sneakers® CardioFit\" style=\"fancy\"]Get up and go with an aerobics class that’s safe, heart-healthy and gentle on the joints. The workout includes easy-to-follow low-impact movement and upper-body strength, abdominal conditioning, stretching and relaxation exercises designed to energize your active lifestyle.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Boom\" style=\"fancy\"]BOOM is a three-tiered program specially designed to service the needs of the active older adult population. Each class will include actin (BOOM Muscle), dance (BOOM Move It) and mind/body (BOOM Mind) formats to cater to the specific needs of this growing segment of the fitness center program.[/su_spoiler]\r\n<h3><strong>Fluidity Bar Class Schedule</strong></h3>\r\n<h3>Tuesday 9:00am- 10:00am</h3>\r\n<h3>Thursday 9:00am - 10:00am</h3>','Fitness Schedule','','inherit','closed','closed','','2080-autosave-v1','','','2019-01-30 15:54:13','2019-01-30 15:54:13','',2080,'http://macrec.com/uncategorized/2080-autosave-v1/',0,'revision','',0),(4015,2,'2017-08-04 17:38:42','2017-08-04 17:38:42','The Macedonia Recreation Department offers a variety of recreation programs and activities throughout the year.\r\n\r\nPrograms are listed following the links below and flyers are posted at the Rec Center.  Contact the Macedonia Rec Center at (330) 468-8370 for more information.\r\n<h4><a href=\"http://macrec.com/programs/kids-programs/\"><span style=\"color: #3366ff;\">Youth Programs</span></a></h4>\r\n<h4><a href=\"http://macrec.com/programs/adult-programs/\"><span style=\"color: #3366ff;\">Adult Programs</span></a></h4>\r\n<h4><a href=\"http://macrec.com/programs/special-events/\"><span style=\"color: #3366ff;\">Special Events</span></a></h4>\r\n<h4><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://macrec.com/programs/youth-sports/\">Youth Sports</a></span></h4>\r\n<h4><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://macrec.com/programs/http://macrec.com/programs/camp-summer-2016/\">Day Camp (Summer, Spring Break, Winter Break)</a></span></h4>\r\n<h4><a href=\"http://macrec.com/programs/sport-camps/\"><span style=\"color: #3366ff;\">Sport Camps </span></a></h4>\r\n<h4><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/programs/rec-hotline-alert/\"><span style=\"color: #0000ff;\"><span style=\"color: #3366ff;\">Rec. Hotline</span></span> </a></span></h4>\r\n<h4></h4>\r\n&nbsp;\r\n<h4></h4>\r\n<h5><span style=\"color: #ff0000;\">Interested in teaching a class</span></h5>\r\nIf you would like to lead/instruct a new program (adult, teen and youth classes in a variety of areas including sport, dance, arts and crafts, general education, and other), please contact Alan Hamski at 330-468-8376 or <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:ahamski@macedonia.oh.us\">ahamski@macedonia.oh.us</a></span> with your ideas or any questions that you may have.  We’d love to hear from you!\r\n<h4></h4>\r\n<h4></h4>','Programs','','inherit','closed','closed','','2087-autosave-v1','','','2017-08-04 17:38:42','2017-08-04 17:38:42','',2087,'http://macrec.com/uncategorized/2087-autosave-v1/',0,'revision','',0),(4016,2,'2017-08-04 17:38:28','2017-08-04 17:38:28','The Macedonia Recreation Department offers a variety of recreation programs and activities throughout the year.\r\n\r\nPrograms are listed following the links below and flyers are posted at the Rec Center.  Contact the Macedonia Rec Center at (330) 468-8370 for more information.\r\n<h4><a href=\"http://macrec.com/programs/kids-programs/\"><span style=\"color: #3366ff;\">Youth Programs</span></a></h4>\r\n<h4><a href=\"http://macrec.com/programs/adult-programs/\"><span style=\"color: #3366ff;\">Adult Programs</span></a></h4>\r\n<h4><a href=\"http://macrec.com/programs/special-events/\"><span style=\"color: #3366ff;\">Special Events</span></a></h4>\r\n<h4><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://macrec.com/programs/youth-sports/\">Youth Sports</a></span></h4>\r\n<h4><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://macrec.com/programs/http://macrec.com/programs/camp-summer-2016/\">Day Camp (Summer, Spring Break, Winter Break)</a></span></h4>\r\n<h4><a href=\"http://macrec.com/programs/sport-camps/\"><span style=\"color: #3366ff;\">Sport Camps </span></a></h4>\r\n<h4><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/programs/rec-hotline-alert/\"><span style=\"color: #0000ff;\"><span style=\"color: #3366ff;\">Rec. Hotline</span></span> </a></span></h4>\r\n<h4></h4>\r\n&nbsp;\r\n<h4></h4>\r\n<h5><span style=\"color: #ff0000;\">Interested in teaching a class</span></h5>\r\nIf you would like to lead/instruct a new program (adult, teen and youth classes in a variety of areas including sport, dance, arts and crafts, general education, and other), please contact Alan Hamski at 330-468-8376 or <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:ahamski@macedonia.oh.us\">ahamski@macedonia.oh.us</a></span> with your ideas or any questions that you may have.  We’d love to hear from you!\r\n<h4></h4>\r\n<h4></h4>','Programs','','inherit','closed','closed','','2087-revision-v1','','','2017-08-04 17:38:28','2017-08-04 17:38:28','',2087,'http://macrec.com/uncategorized/2087-revision-v1/',0,'revision','',0),(4019,2,'2017-08-04 17:56:24','2017-08-04 17:56:24','','Parent-Guardian Information Handout','','inherit','open','closed','','parent-guardian-information-handout','','','2017-08-04 17:56:24','2017-08-04 17:56:24','',2109,'http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Information-Handout.pdf',0,'attachment','application/pdf',0),(4020,2,'2017-08-04 17:56:37','2017-08-04 17:56:37','','Parent-Guardian Signature Form','','inherit','open','closed','','parent-guardian-signature-form','','','2017-08-04 17:56:37','2017-08-04 17:56:37','',2109,'http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Signature-Form.pdf',0,'attachment','application/pdf',0),(4024,2,'2017-08-04 17:58:40','2017-08-04 17:58:40','','Coach-Info','','inherit','open','closed','','coach-info','','','2017-08-04 17:58:40','2017-08-04 17:58:40','',2109,'http://macrec.com/wp-content/uploads/2014/11/Coach-Info.pdf',0,'attachment','application/pdf',0),(4033,2,'2017-08-09 19:32:23','2017-08-09 19:32:23','','Job Posting','','inherit','open','closed','','job-posting','','','2017-08-09 19:32:23','2017-08-09 19:32:23','',203,'http://macrec.com/wp-content/uploads/2011/09/Job-Posting.pdf',0,'attachment','application/pdf',0),(4034,2,'2017-08-09 19:32:57','2017-08-09 19:32:57','','Job Posting','','inherit','open','closed','','job-posting-2','','','2017-08-09 19:32:57','2017-08-09 19:32:57','',203,'http://macrec.com/wp-content/uploads/2011/09/Job-Posting-1.pdf',0,'attachment','application/pdf',0),(4048,2,'2017-08-21 19:48:53','2017-08-21 19:48:53','','Fall 2017 Chart','','inherit','open','closed','','fall-2017-chart','','','2017-08-21 19:48:53','2017-08-21 19:48:53','',2128,'http://macrec.com/wp-content/uploads/2014/11/Fall-2017-Chart.jpg',0,'attachment','image/jpeg',0),(4049,2,'2017-08-21 19:48:59','2017-08-21 19:48:59','','Fall 2017 Chart','','inherit','open','closed','','fall-2017-chart-2','','','2017-08-21 19:48:59','2017-08-21 19:48:59','',2128,'http://macrec.com/wp-content/uploads/2014/11/Fall-2017-Chart.pdf',0,'attachment','application/pdf',0),(4052,2,'2017-08-31 19:00:48','2017-08-31 19:00:48','','9September 2017','','inherit','open','closed','','9september-2017','','','2017-08-31 19:00:48','2017-08-31 19:00:48','',2221,'http://macrec.com/wp-content/uploads/2014/11/9September-2017.pdf',0,'attachment','application/pdf',0),(4053,2,'2017-08-31 19:01:04','2017-08-31 19:01:04','','9September 2017-page-0','','inherit','open','closed','','9september-2017-page-0','','','2017-08-31 19:01:04','2017-08-31 19:01:04','',2221,'http://macrec.com/wp-content/uploads/2014/11/9September-2017-page-0.jpg',0,'attachment','image/jpeg',0),(4054,2,'2017-08-31 19:01:17','2017-08-31 19:01:17','','9September 2017-page-1','','inherit','open','closed','','9september-2017-page-1','','','2017-08-31 19:01:17','2017-08-31 19:01:17','',2221,'http://macrec.com/wp-content/uploads/2014/11/9September-2017-page-1.jpg',0,'attachment','image/jpeg',0),(4057,2,'2017-08-31 19:06:29','2017-08-31 19:06:29','','Sept 17 Fitness Schedule','','inherit','open','closed','','sept-17-fitness-schedule','','','2017-08-31 19:06:29','2017-08-31 19:06:29','',2080,'http://macrec.com/wp-content/uploads/2014/11/Sept-17-Fitness-Schedule-.pdf',0,'attachment','application/pdf',0),(4058,2,'2017-08-31 19:06:36','2017-08-31 19:06:36','','Sept 17 Fitness Schedule -page-0','','inherit','open','closed','','sept-17-fitness-schedule-page-0','','','2017-08-31 19:06:36','2017-08-31 19:06:36','',2080,'http://macrec.com/wp-content/uploads/2014/11/Sept-17-Fitness-Schedule-page-0.jpg',0,'attachment','image/jpeg',0),(4072,2,'2017-10-03 18:32:35','2017-10-03 18:32:35','','October 17 Fitness Schedule -page-0','','inherit','open','closed','','october-17-fitness-schedule-page-0','','','2017-10-03 18:32:35','2017-10-03 18:32:35','',2221,'http://macrec.com/wp-content/uploads/2014/11/October-17-Fitness-Schedule-page-0.jpg',0,'attachment','image/jpeg',0),(4073,2,'2017-10-03 18:32:42','2017-10-03 18:32:42','','October 17 Fitness Schedule','','inherit','open','closed','','october-17-fitness-schedule','','','2017-10-03 18:32:42','2017-10-03 18:32:42','',2221,'http://macrec.com/wp-content/uploads/2014/11/October-17-Fitness-Schedule-.pdf',0,'attachment','application/pdf',0),(4074,2,'2017-10-03 18:32:55','2017-10-03 18:32:55','','10October 2017','','inherit','open','closed','','10october-2017','','','2017-10-03 18:32:55','2017-10-03 18:32:55','',2221,'http://macrec.com/wp-content/uploads/2014/11/10October-2017.pdf',0,'attachment','application/pdf',0),(4075,2,'2017-10-03 18:32:59','2017-10-03 18:32:59','','10October 2017-page-0','','inherit','open','closed','','10october-2017-page-0','','','2017-10-03 18:32:59','2017-10-03 18:32:59','',2221,'http://macrec.com/wp-content/uploads/2014/11/10October-2017-page-0.jpg',0,'attachment','image/jpeg',0),(4076,2,'2017-10-03 18:33:07','2017-10-03 18:33:07','','10October 2017-page-1','','inherit','open','closed','','10october-2017-page-1','','','2017-10-03 18:33:07','2017-10-03 18:33:07','',2221,'http://macrec.com/wp-content/uploads/2014/11/10October-2017-page-1.jpg',0,'attachment','image/jpeg',0),(4090,2,'2017-11-01 19:17:10','2017-11-01 19:17:10','','11November 2017','','inherit','open','closed','','11november-2017','','','2017-11-01 19:17:10','2017-11-01 19:17:10','',2221,'http://macrec.com/wp-content/uploads/2014/11/11November-2017.pdf',0,'attachment','application/pdf',0),(4091,2,'2017-11-01 19:17:21','2017-11-01 19:17:21','','11November 2017-page-0','','inherit','open','closed','','11november-2017-page-0','','','2017-11-01 19:17:21','2017-11-01 19:17:21','',2221,'http://macrec.com/wp-content/uploads/2014/11/11November-2017-page-0.jpg',0,'attachment','image/jpeg',0),(4092,2,'2017-11-01 19:17:28','2017-11-01 19:17:28','','11November 2017-page-1','','inherit','open','closed','','11november-2017-page-1','','','2017-11-01 19:17:28','2017-11-01 19:17:28','',2221,'http://macrec.com/wp-content/uploads/2014/11/11November-2017-page-1.jpg',0,'attachment','image/jpeg',0),(4098,2,'2017-11-01 19:24:14','2017-11-01 19:24:14','','November 17 Fitness Schedule','','inherit','open','closed','','november-17-fitness-schedule','','','2017-11-01 19:24:14','2017-11-01 19:24:14','',2080,'http://macrec.com/wp-content/uploads/2014/11/November-17-Fitness-Schedule-.pdf',0,'attachment','application/pdf',0),(4099,2,'2017-11-01 19:24:34','2017-11-01 19:24:34','','November 17 Fitness Schedule -page-0','','inherit','open','closed','','november-17-fitness-schedule-page-0','','','2017-11-01 19:24:34','2017-11-01 19:24:34','',2080,'http://macrec.com/wp-content/uploads/2014/11/November-17-Fitness-Schedule-page-0.jpg',0,'attachment','image/jpeg',0),(4103,2,'2017-11-03 14:49:45','2017-11-03 14:49:45','','EMPLOYMENT APPLICATION','','inherit','open','closed','','employment-application-2','','','2017-11-03 14:54:49','2017-11-03 14:54:49','',1797,'http://macrec.com/wp-content/uploads/2017/11/EMPLOYMENT-APPLICATION.pdf',0,'attachment','application/pdf',0),(4107,2,'2017-11-09 16:23:28','2017-11-09 16:23:28','','santa-mailbox-1904131_1920','','inherit','open','closed','','santa-mailbox-1904131_1920','','','2017-11-09 16:23:28','2017-11-09 16:23:28','',2120,'http://macrec.com/wp-content/uploads/2014/11/santa-mailbox-1904131_1920.png',0,'attachment','image/png',0),(4112,2,'2017-11-09 16:36:04','2017-11-09 16:36:04','','snow-man-555323_1920','','inherit','open','closed','','snow-man-555323_1920','','','2017-11-09 16:36:04','2017-11-09 16:36:04','',3173,'http://macrec.com/wp-content/uploads/2016/04/snow-man-555323_1920.jpg',0,'attachment','image/jpeg',0),(4120,2,'2017-11-14 21:37:20','2017-11-14 21:37:20','','Tree Light Up with Santa','','inherit','open','closed','','tree-light-up-with-santa','','','2017-11-14 21:37:20','2017-11-14 21:37:20','',2122,'http://macrec.com/wp-content/uploads/2014/11/Tree-Light-Up-with-Santa.jpg',0,'attachment','image/jpeg',0),(4123,2,'2017-11-17 17:37:58','2017-11-17 17:37:58','','Santa Final','','inherit','open','closed','','santa-final','','','2017-11-17 17:37:58','2017-11-17 17:37:58','',2122,'http://macrec.com/wp-content/uploads/2017/11/Santa-Final.png',0,'attachment','image/png',0),(4127,2,'2017-11-22 19:36:57','2017-11-22 19:36:57','\n\n<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone  wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" alt=\"\" width=\"330\" height=\"186\" /></a>\n\nBirthday Party\n\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\n<p style=\"padding-left: 30px;\">Pricing: $150/Member     $175/Resident     $200/Non-Resident</p>\n\n','Birthday Parties','','inherit','closed','closed','','3876-revision-v1','','','2017-11-22 19:36:57','2017-11-22 19:36:57','',3876,'http://macrec.com/uncategorized/3876-revision-v1/',0,'revision','',0),(4130,2,'2017-11-30 22:11:22','2017-11-30 22:11:22','','12December 2017','','inherit','open','closed','','12december-2017','','','2017-11-30 22:11:22','2017-11-30 22:11:22','',2221,'http://macrec.com/wp-content/uploads/2017/11/12December-2017.pdf',0,'attachment','application/pdf',0),(4131,2,'2017-11-30 22:11:26','2017-11-30 22:11:26','','12December 2017-page-0','','inherit','open','closed','','12december-2017-page-0','','','2017-11-30 22:11:26','2017-11-30 22:11:26','',2221,'http://macrec.com/wp-content/uploads/2017/11/12December-2017-page-0.jpg',0,'attachment','image/jpeg',0),(4132,2,'2017-11-30 22:11:34','2017-11-30 22:11:34','','12December 2017-page-1','','inherit','open','closed','','12december-2017-page-1','','','2017-11-30 22:11:34','2017-11-30 22:11:34','',2221,'http://macrec.com/wp-content/uploads/2017/11/12December-2017-page-1.jpg',0,'attachment','image/jpeg',0),(4134,2,'2017-11-30 22:15:57','2017-11-30 22:15:57','[row]\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n&nbsp;\r\n<h2>[box]\r\nQuick Links to Important Information</h2>\r\n<h2>[/box]</h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2080\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2017/11/12December-2017.pdf\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2122\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter]\r\n\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png\"><img class=\"alignleft wp-image-2473 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2080\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter][su_spacer]\r\n\r\n[table id=3 /]','Home 2','','inherit','closed','closed','','2786-autosave-v1','','','2017-11-30 22:15:57','2017-11-30 22:15:57','',2786,'http://macrec.com/uncategorized/2786-autosave-v1/',0,'revision','',0),(4135,2,'2017-11-30 22:16:13','2017-11-30 22:16:13','[row]\r\n\r\n&nbsp;\r\n\r\n[/row]\r\n\r\n&nbsp;\r\n<h2>[box]\r\nQuick Links to Important Information</h2>\r\n<h2>[/box]</h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2080\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2017/11/12December-2017.pdf\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2122\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter]\r\n\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png\"><img class=\"alignleft wp-image-2473 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/bigstock-Fireworks-148530-1.png\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://www.x2media.us/macrec/?p=2080\" radius=\"round\"]Click Here[/su_button][/ezcol_1quarter][su_spacer]\r\n\r\n[table id=3 /]','Home 2','','inherit','closed','closed','','2786-revision-v1','','','2017-11-30 22:16:13','2017-11-30 22:16:13','',2786,'http://macrec.com/uncategorized/2786-revision-v1/',0,'revision','',0),(4137,2,'2017-11-30 22:40:20','2017-11-30 22:40:20','','December 17 Fitness Schedule','','inherit','open','closed','','december-17-fitness-schedule','','','2017-11-30 22:40:20','2017-11-30 22:40:20','',2080,'http://macrec.com/wp-content/uploads/2017/11/December-17-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(4138,2,'2017-11-30 22:40:32','2017-11-30 22:40:32','','December 17 Fitness Schedule-page-0','','inherit','open','closed','','december-17-fitness-schedule-page-0','','','2017-11-30 22:40:32','2017-11-30 22:40:32','',2080,'http://macrec.com/wp-content/uploads/2017/11/December-17-Fitness-Schedule-page-0.jpg',0,'attachment','image/jpeg',0),(4139,2,'2017-11-30 22:40:49','2017-11-30 22:40:49','','December 17 Fitness Schedule','','inherit','open','closed','','december-17-fitness-schedule-2','','','2017-11-30 22:40:49','2017-11-30 22:40:49','',2080,'http://macrec.com/wp-content/uploads/2017/11/December-17-Fitness-Schedule-1.pdf',0,'attachment','application/pdf',0),(4144,2,'2017-12-04 17:17:43','2017-12-04 17:17:43','','December 17 Fitness Schedule','','inherit','open','closed','','december-17-fitness-schedule-3','','','2017-12-04 17:17:43','2017-12-04 17:17:43','',2080,'http://macrec.com/wp-content/uploads/2017/12/December-17-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(4145,2,'2017-12-04 18:23:51','2017-12-04 18:23:51','','December 17 Fitness Schedule','','inherit','open','closed','','december-17-fitness-schedule-4','','','2017-12-04 18:23:51','2017-12-04 18:23:51','',2080,'http://macrec.com/wp-content/uploads/2017/12/December-17-Fitness-Schedule-1.pdf',0,'attachment','application/pdf',0),(4146,2,'2017-12-04 18:24:22','2017-12-04 18:24:22','','December 17 Fitness Schedule','','inherit','open','closed','','december-17-fitness-schedule-5','','','2017-12-04 18:24:22','2017-12-04 18:24:22','',2080,'http://macrec.com/wp-content/uploads/2017/12/December-17-Fitness-Schedule-2.pdf',0,'attachment','application/pdf',0),(4147,2,'2017-12-04 18:30:40','2017-12-04 18:30:40','','December 17 Fitness Schedule','','inherit','open','closed','','december-17-fitness-schedule-6','','','2017-12-04 18:31:22','2017-12-04 18:31:22','',2080,'http://macrec.com/wp-content/uploads/2017/12/December-17-Fitness-Schedule.jpg',0,'attachment','image/jpeg',0),(4151,2,'2018-09-11 18:23:49','2018-09-11 18:23:49','<h4><span style=\"color: #0000ff;\">Bethann barto, fitness consultant,    email:  </span><em><a href=\"mailto:bethann946@roadrunner.com\"><span style=\"color: #0000ff;\">bethann946@roadrunner.com</span></a></em></h4>\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG></o:AllowPNG>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves></w:TrackMoves>\r\n<w:TrackFormatting></w:TrackFormatting>\r\n<w:PunctuationKerning></w:PunctuationKerning>\r\n<w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF></w:DoNotPromoteQF>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables></w:BreakWrappedTables>\r\n<w:SnapToGridInCell></w:SnapToGridInCell>\r\n<w:WrapTextWithPunct></w:WrapTextWithPunct>\r\n<w:UseAsianBreakRules></w:UseAsianBreakRules>\r\n<w:DontGrowAutofit></w:DontGrowAutofit>\r\n<w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\r\n<w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\r\n<w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\r\n<w:OverrideTableStyleHps></w:OverrideTableStyleHps>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"></m:mathFont>\r\n<m:brkBin m:val=\"before\"></m:brkBin>\r\n<m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\r\n<m:smallFrac m:val=\"off\"></m:smallFrac>\r\n<m:dispDef></m:dispDef>\r\n<m:lMargin m:val=\"0\"></m:lMargin>\r\n<m:rMargin m:val=\"0\"></m:rMargin>\r\n<m:defJc m:val=\"centerGroup\"></m:defJc>\r\n<m:wrapIndent m:val=\"1440\"></m:wrapIndent>\r\n<m:intLim m:val=\"subSup\"></m:intLim>\r\n<m:naryLim m:val=\"undOvr\"></m:naryLim>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />table.MsoNormalTable<br />{mso-style-name:\"Table Normal\";<br />mso-tstyle-rowband-size:0;<br />mso-tstyle-colband-size:0;<br />mso-style-noshow:yes;<br />mso-style-priority:99;<br />mso-style-parent:\"\";<br />mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />mso-para-margin-top:0in;<br />mso-para-margin-right:0in;<br />mso-para-margin-bottom:10.0pt;<br />mso-para-margin-left:0in;<br />line-height:115%;<br />mso-pagination:widow-orphan;<br />font-size:11.0pt;<br />font-family:\"Calibri\",\"sans-serif\";<br />mso-ascii-font-family:Calibri;<br />mso-ascii-theme-font:minor-latin;<br />mso-hansi-font-family:Calibri;<br />mso-hansi-theme-font:minor-latin;}<br /></style><!&#091;endif&#093;-->\r\n\r\n<span style=\"font-size: 14px;\">Personal trainers can help start you on a path towards reaching your health and wellness goals. Whether you\'re seeking general conditioning, sports-specific training, motivation or nutrition advice,  we are trained to work with people of all ages and fitness levels.</span>\r\n\r\n<span style=\"font-size: 14px;\">1 on 1 Personal Training</span> <span style=\"font-size: 14px;\">Package Includes:\r\n</span>\r\n<ul>\r\n 	<li><span style=\"font-size: 14px;\">Fitness Assessment Challenge</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Body Fat Testing &amp; Measurements</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Professional Stretching</span></li>\r\n 	<li><span style=\"font-size: 14px;\">All Programs Custom Designed</span></li>\r\n 	<li><span style=\"font-size: 14px;\">Diet and Nutrition Suggestions</span></li>\r\n</ul>\r\n<h6></h6>\r\n<h3><span style=\"color: #ff0000;\"><b>September Specials</b></span></h3>\r\n<h3>Purchase a 1-hour massage &amp; receive an extra 20 minutes for FREE!</h3>\r\n<h3 class=\"MsoPlainText\">Personal Training Express: 30 minutes for $30!</h3>\r\n<h4><span style=\"font-size: 18px; font-family: Calibri, sans-serif;\">-All one hour massage services now include a steamed, hot towel service</span></h4>\r\n<h4><span style=\"color: #000000;\">Personal Training Packages</span></h4>\r\n<span style=\"color: #000000;\"><em>All personal training and services must be redeemed within 1 year of purchase date.</em></span>\r\n\r\n[su_spoiler title=\"30 Minute Express Personal Training\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\r\n\r\n(Receive 1 FREE session with purchase of 5)\r\n\r\n[/su_spoiler]\r\n\r\n[su_spoiler title=\"1 Hour Personal Training\" style=\"fancy\"]Session Members -$55.00     Macedonia Residence -$60.00        General Public- $65.00 [/su_spoiler]\r\n[su_spoiler title=\"5 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$275.00     Macedonia Residence -$300.00        General Public- $325.00\r\n\r\n(Receive 1 FREE session with purchase) [/su_spoiler]\r\n[su_spoiler title=\"10 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$550.00     Macedonia Residence -$600.00        General Public- $650.00\r\n\r\n(Receive 2 FREE sessions with purchase) [/su_spoiler]\r\n[su_spoiler title=\"20 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1100.00     Macedonia Residence -$1200.00        General Public- $1300.00\r\n\r\n(Receive 4 FREE sessions with purchase) [/su_spoiler]\r\n\r\n[su_spoiler title=\"30- 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1650.00     Macedonia Residence -$1800.00        General Public- $1950.00\r\n\r\n(Receive 6 FREE sessions with purchase) [/su_spoiler]\r\n[su_spoiler title=\"40 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$2200.00     Macedonia Residence -$2400.00        General Public- $2600.00\r\n\r\n(Receive 8 FREE sessions with purchase) [/su_spoiler]\r\n\r\n[su_spoiler title=\"Private Pilates Personal Training Session\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\r\n\r\n(Receive 3 FREE sessions with purchase of 5)\r\n\r\n[su_spoiler title=\"Additional Personal Training Services\" style=\"fancy\"]\r\n\r\n•Teen Training Program\r\nMember $20 / Macedonia Resident $25 / General Public $30\r\n\r\n•New Member Workout\r\nMember $20 / Macedonia Resident $25 / General Public $30\r\n\r\n•Small Group Personal Training [/su_spoiler]\r\n<h4><span style=\"color: #000000;\">Personal Services</span></h4>\r\n[su_accordion]\r\n[su_spoiler title=\"Body Fat Testing and Measurements\" style=\"fancy\"]A Personal Trainer will measure your body fat with a body fat caliper to determine your correct percentage. We will also take accurate measurements and document the information for you.\r\nGeneral Public: - $12.00     Macedonia Residence Fee $10.00     Member Fee-$8.00 [/su_spoiler]\r\n[su_spoiler title=\"Professional Stretching (30 Min.)\" style=\"fancy\"]Let our Personal Trainers professionally stretch out your entire body. This session is 30 minutes long. It helps relieve muscle soreness, increase range of motion, and leaves you feeling great!\r\nGeneral Public: - $49.00     Macedonia Residence Fee $47.00     Member Fee-$45.00\r\n\r\nPurchase 10  Stretching Sessions get 1 Free\r\n\r\nGeneral Public: - $490.00 Macedonia Residence Fee $470.00     Member Fee-$450.00\r\n\r\n[/su_spoiler]\r\n[su_spoiler title=\"Fitness Assessment\" style=\"fancy\"]What areas should you be working harder on: flexibility, cardiovascular, strength. Our personal Trainers will help determined the area of need. Bring water and wear workout clothing. Assessment is roughly 15 minutes. For men and women ages 15 years and older.\r\nGeneral Public: - $15.00     Macedonia Residence Fee $12.00     Member Fee-$10.00 [/su_spoiler]\r\n[su_spoiler title=\"Fluidity Bar Group Training\" style=\"fancy\"]Fluidity Bar training is designed to improve our ability to function in everyday life– that is, multi-dimensional, weight-bearing movements that challenge our balance, stability and mobility. Fluidity Bar strengthens and lengthens muscles and improves the pelvic floor girdle area by 360 degrees of challenging poses. This training is done by appointment only and is a 60 minute session.\r\n1 - 1 Hour Session: General Public Fee: - $16.00     Macedonia Residence Fee $14.00     Member Fee-$12.00\r\n5 - 1 Hour Sessions: General Public Fee: - $80.00     Macedonia Residence Fee $70.00     Member Fee-$60.00\r\n\r\nClass Schedule\r\nTuesday: 9:00 - 10:00 AM\r\nThursday: 9:00 – 10:00 AM\r\n\r\n<em> *Registration for Fluidity Bar classes can be done at the front desk*</em>\r\n\r\n[/su_spoiler]\r\n[su_spoiler title=\"Kinesiology Therapeutic Tape\" style=\"fancy\"]Our Certified KT Specialist is certified in: Kinesiology Taping. This method aids in the healing process of most injuries. The direction method applied &amp; the compression of the tape helps heal your injury faster. Most Professional Athlete\'s use KT to help with performance &amp; healing.\r\n\r\nCost: $10.00 to $20.00 (depending on how much tape is used &amp; how many times the client will have to return for more taping) [/su_spoiler]\r\n<h3><span style=\"color: #ff0000;\">Personal Trainers not affiliated with the Macedonia Recreation Center can enter the center to train at a $50 fee per hour.</span></h3>','Personal Training','','inherit','closed','closed','','2241-autosave-v1','','','2018-09-11 18:23:49','2018-09-11 18:23:49','',2241,'http://macrec.com/uncategorized/2241-autosave-v1/',0,'revision','',0),(4163,2,'2017-12-05 19:26:54','2017-12-05 19:26:54','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n<h4>Bethann barto, fitness consultant,    email: <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2579,2581,2624,2626,2627,2630\" size=\"full\" animation=\"fade\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"7\"]\r\n\r\n[mp_text]\r\n\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG/>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"&#45;-\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />\r\ntable.MsoNormalTable<br />\r\n{mso-style-name:\"Table Normal\";<br />\r\nmso-tstyle-rowband-size:0;<br />\r\nmso-tstyle-colband-size:0;<br />\r\nmso-style-noshow:yes;<br />\r\nmso-style-priority:99;<br />\r\nmso-style-parent:\"\";<br />\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;<br />\r\nmso-para-margin-top:0in;<br />\r\nmso-para-margin-right:0in;<br />\r\nmso-para-margin-bottom:10.0pt;<br />\r\nmso-para-margin-left:0in;<br />\r\nline-height:115%;<br />\r\nmso-pagination:widow-orphan;<br />\r\nfont-size:11.0pt;<br />\r\nfont-family:\"Calibri\",\"sans-serif\";<br />\r\nmso-ascii-font-family:Calibri;<br />\r\nmso-ascii-theme-font:minor-latin;<br />\r\nmso-hansi-font-family:Calibri;<br />\r\nmso-hansi-theme-font:minor-latin;}<br />\r\n</style><!&#091;endif&#093;-->\r\n<h4 class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal; mso-layout-grid-align: none; text-autospace: none;\"><strong><span style=\"font-size: 12.0pt; mso-bidi-font-family: \'Arial Black\';\">Fitness Center <span style=\"font-size: 16px;\">Guidelines</span></span></strong></h4>\r\n<ol>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\"> New patrons should request a fitness orientation during the posted hours to acquaint themselves with the proper use of the equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Fitness center users must be a minimum of 15 years old to be on the floor. 12 – 14 year olds can workout on equipment if they have received their certification card from taking a Teen Training or a Personal Training session. 12 &amp; 13 year olds must have an adult present at all t<span style=\"font-size: 14px;\">i</span>mes. Your certification card must be with you at all times or you cannot use the equipment. 12 years of age and under permitted to used track during “Family Track Hours”</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Please clean equipment after use.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Water bottles only will be permitted in this area. No other beverage or food please.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Please do not bang or slam the weights.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Be courteous to others who are waiting. Do not rest on equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">The buddy system of training is highly recommended.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Spotters will be required when working with free weights.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Appropriate attire is required at all times.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Lockers must be used for storage of gym bags and personal items.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">During peak hours there may be time restrictions on the cardiovascular equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\"> Do not operate any equipment with damaged or loose parts. Notify staff if problems exist.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Clean non-marking athletic footwear required.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">During wet weather please bring an additional pair of dry, clean shoes.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; line-height: 115%; mso-bidi-font-family: \'Times New Roman\';\">If you need help, please see the fitness attendant for assistance (evenings after 5pm or on weekends).</span></li>\r\n</ol>\r\n&nbsp;\r\n\r\n[/mp_text]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"1\" classes=\"motopress-space\"]\r\n\r\n[mp_space]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"4\"]\r\n\r\n[mp_text]\r\n\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG/>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"&#45;-\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />\r\ntable.MsoNormalTable<br />\r\n{mso-style-name:\"Table Normal\";<br />\r\nmso-tstyle-rowband-size:0;<br />\r\nmso-tstyle-colband-size:0;<br />\r\nmso-style-noshow:yes;<br />\r\nmso-style-priority:99;<br />\r\nmso-style-parent:\"\";<br />\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;<br />\r\nmso-para-margin-top:0in;<br />\r\nmso-para-margin-right:0in;<br />\r\nmso-para-margin-bottom:10.0pt;<br />\r\nmso-para-margin-left:0in;<br />\r\nline-height:115%;<br />\r\nmso-pagination:widow-orphan;<br />\r\nfont-size:11.0pt;<br />\r\nfont-family:\"Calibri\",\"sans-serif\";<br />\r\nmso-ascii-font-family:Calibri;<br />\r\nmso-ascii-theme-font:minor-latin;<br />\r\nmso-hansi-font-family:Calibri;<br />\r\nmso-hansi-theme-font:minor-latin;}<br />\r\n</style><!&#091;endif&#093;-->\r\n<h4 style=\"text-align: left;\"><span style=\"font-size: 16px;\">Indoor Track Facts</span></h4>\r\n<span style=\"font-size: 14px;\">Inside Lane -14 Laps = 1 mile</span>\r\n<span style=\"font-size: 14px;\">Middle Lane 13 .5 Laps = 1 mile</span>\r\n<span style=\"font-size: 14px;\">Outside Lane 12.5 Laps = 1 mile</span>\r\n\r\n<span style=\"font-size: 14px;\">Family Track hours</span>\r\n<span style=\"font-size: 14px;\">Tuesday 3:30pm – 5:30pm</span>\r\n<span style=\"font-size: 14px;\">Friday 6:00pm – 9:00pm</span>\r\n<span style=\"font-size: 14px;\">Saturday 11:30 am – 2:30pm</span>\r\n<span style=\"font-size: 14px;\">Sunday 11:00am – 6:00pm</span>\r\n\r\n<span style=\"font-size: 14px;\">The running track is for those 13 years and older. Strollers are not permitted on the track.</span>\r\n\r\n[/mp_text]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Fitness','','inherit','closed','closed','','2093-autosave-v1','','','2017-12-05 19:26:54','2017-12-05 19:26:54','',2093,'http://macrec.com/uncategorized/2093-autosave-v1/',0,'revision','',0),(4164,2,'2017-12-05 19:27:04','2017-12-05 19:27:04','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_text]\r\n<h4>Bethann barto, fitness consultant,    email: <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\r\n[/mp_text]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2579,2581,2624,2626,2627,2630\" size=\"full\" animation=\"fade\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[mp_row_inner]\r\n\r\n[mp_span_inner col=\"7\"]\r\n\r\n[mp_text]\r\n\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG/>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"&#45;-\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />\r\ntable.MsoNormalTable<br />\r\n{mso-style-name:\"Table Normal\";<br />\r\nmso-tstyle-rowband-size:0;<br />\r\nmso-tstyle-colband-size:0;<br />\r\nmso-style-noshow:yes;<br />\r\nmso-style-priority:99;<br />\r\nmso-style-parent:\"\";<br />\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;<br />\r\nmso-para-margin-top:0in;<br />\r\nmso-para-margin-right:0in;<br />\r\nmso-para-margin-bottom:10.0pt;<br />\r\nmso-para-margin-left:0in;<br />\r\nline-height:115%;<br />\r\nmso-pagination:widow-orphan;<br />\r\nfont-size:11.0pt;<br />\r\nfont-family:\"Calibri\",\"sans-serif\";<br />\r\nmso-ascii-font-family:Calibri;<br />\r\nmso-ascii-theme-font:minor-latin;<br />\r\nmso-hansi-font-family:Calibri;<br />\r\nmso-hansi-theme-font:minor-latin;}<br />\r\n</style><!&#091;endif&#093;-->\r\n<h4 class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal; mso-layout-grid-align: none; text-autospace: none;\"><strong><span style=\"font-size: 12.0pt; mso-bidi-font-family: \'Arial Black\';\">Fitness Center <span style=\"font-size: 16px;\">Guidelines</span></span></strong></h4>\r\n<ol>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\"> New patrons should request a fitness orientation during the posted hours to acquaint themselves with the proper use of the equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Fitness center users must be a minimum of 15 years old to be on the floor. 12 – 14 year olds can workout on equipment if they have received their certification card from taking a Teen Training or a Personal Training session. 12 &amp; 13 year olds must have an adult present at all t<span style=\"font-size: 14px;\">i</span>mes. Your certification card must be with you at all times or you cannot use the equipment. 12 years of age and under permitted to used track during “Family Track Hours”</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Please clean equipment after use.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Water bottles only will be permitted in this area. No other beverage or food please.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Please do not bang or slam the weights.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Be courteous to others who are waiting. Do not rest on equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">The buddy system of training is highly recommended.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Spotters will be required when working with free weights.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Appropriate attire is required at all times.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Lockers must be used for storage of gym bags and personal items.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">During peak hours there may be time restrictions on the cardiovascular equipment.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\"> Do not operate any equipment with damaged or loose parts. Notify staff if problems exist.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">Clean non-marking athletic footwear required.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; mso-bidi-font-family: \'Times New Roman\';\">During wet weather please bring an additional pair of dry, clean shoes.</span></li>\r\n 	<li><span style=\"font-size: 10.0pt; line-height: 115%; mso-bidi-font-family: \'Times New Roman\';\">If you need help, please see the fitness attendant for assistance (evenings after 5pm or on weekends).</span></li>\r\n</ol>\r\n&nbsp;\r\n\r\n[/mp_text]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"1\" classes=\"motopress-space\"]\r\n\r\n[mp_space]\r\n\r\n[/mp_span_inner]\r\n\r\n[mp_span_inner col=\"4\"]\r\n\r\n[mp_text]\r\n\r\n<!-- &#091;if gte mso 9&#093;><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:AllowPNG/>\r\n</o:OfficeDocumentSettings>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"&#45;-\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\r\n\r\n<style>\r\n /* Style Definitions */<br />\r\ntable.MsoNormalTable<br />\r\n{mso-style-name:\"Table Normal\";<br />\r\nmso-tstyle-rowband-size:0;<br />\r\nmso-tstyle-colband-size:0;<br />\r\nmso-style-noshow:yes;<br />\r\nmso-style-priority:99;<br />\r\nmso-style-parent:\"\";<br />\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;<br />\r\nmso-para-margin-top:0in;<br />\r\nmso-para-margin-right:0in;<br />\r\nmso-para-margin-bottom:10.0pt;<br />\r\nmso-para-margin-left:0in;<br />\r\nline-height:115%;<br />\r\nmso-pagination:widow-orphan;<br />\r\nfont-size:11.0pt;<br />\r\nfont-family:\"Calibri\",\"sans-serif\";<br />\r\nmso-ascii-font-family:Calibri;<br />\r\nmso-ascii-theme-font:minor-latin;<br />\r\nmso-hansi-font-family:Calibri;<br />\r\nmso-hansi-theme-font:minor-latin;}<br />\r\n</style><!&#091;endif&#093;-->\r\n<h4 style=\"text-align: left;\"><span style=\"font-size: 16px;\">Indoor Track Facts</span></h4>\r\n<span style=\"font-size: 14px;\">Inside Lane -14 Laps = 1 mile</span>\r\n<span style=\"font-size: 14px;\">Middle Lane 13 .5 Laps = 1 mile</span>\r\n<span style=\"font-size: 14px;\">Outside Lane 12.5 Laps = 1 mile</span>\r\n\r\n<span style=\"font-size: 14px;\">Family Track hours</span>\r\n<span style=\"font-size: 14px;\">Tuesday 3:30pm – 5:30pm</span>\r\n<span style=\"font-size: 14px;\">Friday 6:00pm – 9:00pm</span>\r\n<span style=\"font-size: 14px;\">Saturday 11:30 am – 2:30pm</span>\r\n<span style=\"font-size: 14px;\">Sunday 11:00am – 6:00pm</span>\r\n\r\n<span style=\"font-size: 14px;\">The running track is for those 13 years and older. Strollers are not permitted on the track.</span>\r\n\r\n[/mp_text]\r\n\r\n[/mp_span_inner]\r\n\r\n[/mp_row_inner]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Fitness','','inherit','closed','closed','','2093-revision-v1','','','2017-12-05 19:27:04','2017-12-05 19:27:04','',2093,'http://macrec.com/uncategorized/2093-revision-v1/',0,'revision','',0),(4165,2,'2018-09-11 18:22:04','2018-09-11 18:22:04','<h4>Bethann Barto, fitness consultant,    email:  <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\r\n<h2>Massage Services</h2>\r\nMassage is the manipulation of the soft tissues of the body which helps ease stress, and muscular tension, relieve pain from injuries and speed healing.\r\n\r\nLooking to add on additional services?  We offer 90 minute massage and 180 minute massage as well.\r\n\r\nAll one-hour massage services now include a steamed, hot towel.\r\n\r\n<strong>Our Policies:</strong>\r\n\r\nA $25 reservation fee to hold appointment time for non-members of the Macedonia Family Recreation Center.\r\nFee will be put towards price of service as long as appointment is held.\r\nA $25 fee will be assessed for any cancellation not made 24 hours before appointment.\r\n\r\n<strong>*Massage prices do not include gratuity.*</strong>\r\n\r\n<strong>*Draping is REQUIRED for all massage services.*</strong>\r\n<h1><span style=\"color: #ff0000;\"><span style=\"color: #ff0000;\"><b>September Specials!</b></span></span></h1>\r\nPurchase a 1-hour massage and receive an extra 20 minutes for FREE!\r\n\r\n30 minute express Personal Training for $30!\r\n<h4>Massage Service Descriptions</h4>\r\n[su_accordion]\r\n[su_spoiler title=\"Deep Tissue Massage\" style=\"fancy\"]This massage focuses on deep layers of muscle tissue to release tension in the body by using slow stokes with extra pressure.\r\nMembers $65     Residents $70      General Public $75   (price per hour) [/su_spoiler]\r\n\r\n[su_spoiler title=\"Swedish Massage\" style=\"fancy\"]Swedish massage therapy involves soft, long, kneading strokes, as well as light, rhythmic, tapping strokes, on topmost layers of muscles.\r\nMembers $60     Residents $65      General Public $70  (price per hour)\r\n\r\n[/su_spoiler]\r\n\r\n[su_spoiler title=\"Athletic Massage\" style=\"fancy\"]This massage is geared toward athletes-runners, swimmers, tri-athletes people who need specific areas worked on.\r\nMembers $65     Residents $70      General Public $75   (price per hour)[/su_spoiler]\r\n[su_spoiler title=\"Chair Massage\" style=\"fancy\"]In a hurry? Remain fully dressed while enjoying an invigorating massage in chair. Minimum 10 min. required.\r\nFee: $1.25 per minute [/su_spoiler]\r\n\r\n[su_spoiler title=\"Cupping Therapy\" style=\"fancy\"] Over 7,000 years old dating back to Egyptian and Chinese doctors to heal patients. The Massage Therapist uses silicone cups to pull the muscle outward instead of pressing down on the muscle tissue. The method is safe and highly effective for most people. This method relieves muscle soreness, helps heal and remove toxins and helps in circulation.  Minimum 10 min. required.\r\nFee: $1.00 per minute [/su_spoiler]\r\n\r\n[su_spoiler title=\"Massage Package Deals\" style=\"fancy\"]\r\n\r\nPurchase 5 Swedish at regular price and get 1 hour FREE\r\nMembers $300     Residents $325      General Public $375\r\n\r\nPurchase 5 Deep Tissue at regular price and get 1 hour FREE\r\nMembers $325     Residents $350      General Public $375\r\n\r\n[/su_spoiler]\r\n[/su_accordion]','Massage','','inherit','closed','closed','','2245-autosave-v1','','','2018-09-11 18:22:04','2018-09-11 18:22:04','',2245,'http://macrec.com/uncategorized/2245-autosave-v1/',0,'revision','',0),(4168,2,'2017-12-05 20:08:24','2017-12-05 20:08:24','','Winter 2018 Chart - Color','','inherit','open','closed','','winter-2018-chart-color','','','2017-12-05 20:08:24','2017-12-05 20:08:24','',2128,'http://macrec.com/wp-content/uploads/2017/12/Winter-2018-Chart-Color.pdf',0,'attachment','application/pdf',0),(4181,2,'2017-12-13 15:30:45','2017-12-13 15:30:45','','Tot Room','','inherit','open','closed','','tot-room-2','','','2017-12-13 15:30:45','2017-12-13 15:30:45','',2000,'http://macrec.com/wp-content/uploads/2013/09/Tot-Room.jpg',0,'attachment','image/jpeg',0),(4182,2,'2017-12-18 19:07:25','2017-12-18 19:07:25','','Plate','','inherit','open','closed','','plate','','','2017-12-18 19:07:25','2017-12-18 19:07:25','',2120,'http://macrec.com/wp-content/uploads/2017/12/Plate.png',0,'attachment','image/png',0),(4187,2,'2017-12-28 19:37:11','2017-12-28 19:37:11','[row][span4]\r\n<h2>What does MacRec offer you?</h2>\r\n[dropcap]1.[/dropcap]\r\n<h6>Amenities</h6>\r\nThe City of Macedonia Family Recreation Center is a 55,000 sq. ft. community and fitness center located in Macedonia, Ohio. In addition to providing a wide variety of recreational and educational programming for all ages, we offer the following features for your enjoyment:\r\n<div id=\"content\">\r\n<ul>\r\n 	<li>Lap Pool, Activity Pool, Steam, Sauna, Whirlpool</li>\r\n 	<li>Indoor Track, Cardio and Resistance Equipment</li>\r\n 	<li>Fully Equipped Weight Room</li>\r\n 	<li>Learn to Swim Classes for all ages and abilities</li>\r\n 	<li>Land and Aquatic Fitness Classes</li>\r\n 	<li>Fitness Classes geared for Older Adults, including the SilverSneakers® Program</li>\r\n 	<li>Tot Room Babysitting</li>\r\n 	<li>Youth Programming &amp; Sports</li>\r\n 	<li>Summer Day Camp</li>\r\n 	<li>Special Events</li>\r\n 	<li>Rental Opportunities</li>\r\n 	<li>Birthday Parties</li>\r\n 	<li>FREE WIFI!</li>\r\n 	<li>Much More!</li>\r\n</ul>\r\n<strong>\r\nStop in and ask for a free tour!  We look forward to serving you!</strong>\r\n\r\n</div>\r\n[clear][dropcap]2.[/dropcap]\r\n<div class=\"none\">\r\n<h6>Employment Opportunities</h6>\r\n</div>\r\n<div id=\"content\">\r\n<h4>Join the MacRec team!</h4>\r\n&nbsp;\r\n\r\nPlease download the <a href=\"http://macrec.com/wp-content/uploads/2017/11/EMPLOYMENT-APPLICATION.pdf\">EMPLOYMENT APPLICATION</a>, complete, and return to the front desk at the rec center.\r\nNOTE:  Employment applications are accepted year-round for current and future positions.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>• Daytime Lifeguards</strong>\r\n<strong> • WSI Instructors</strong>\r\n<strong> • Front Desk</strong></div>\r\n<div></div>\r\n[clear][dropcap]3.[/dropcap]\r\n<h6>Registration Guidelines</h6>\r\nAll registration is done at the Macedonia Family Recreation Center. Priority is given to members first. Register promptly to ensure your position in the program and to prevent possible cancellation due to low enrollment. We reserve the right to cancel classes due to insufficient enrollment prior to the start of the class. We accept registrations until the class is full or as noted:\r\n<h4>Swim Lessons</h4>\r\nBecause of the progressive nature of swim lessons no registration will be accepted after the second class begins.\r\n<h4>Fitness Classes (Land &amp; Water)</h4>\r\nRegistration is accepted throughout the entire session. No prorated fees available. Drop ins welcome for some classes; see course description for details.\r\n<h4>Youth Sports Organizations</h4>\r\nRegistration dates are published as available for these programs.\r\n<h4>Drop In Fee Guidelines</h4>\r\nA drop in fee is available for some programs (see program description for drop in availability and pricing). When classes are full, dropping in will not be possible. All classes require a minimum number of pre-registered participants to operate. If minimum enrollment is not met, classes will be cancelled. The best way to ensure a spot in a class is to pre-register. All drop in registrations must be done in person at the front desk before entering the class.\r\n<h4>Waiting Lists</h4>\r\nWaiting lists are available for popular programs. If a class is full please leave your name and phone number for the waiting list.\r\n<h4>Fee Information</h4>\r\nFees must be paid at the time of registration. Only receipt of payment reserves registration. Members of the Macedonia Family Recreation Center will receive a discount on classes that take place at the Recreation Center. Classes have limited enrollment. Fees for programs may be paid by cash, check, Visa or MasterCard.\r\n<strong>Checks may be made payable to: City of Macedonia</strong>\r\n<h4>Refund Policy</h4>\r\nActivity, program, or class refund or credit: Participant will receive a full refund or credit if the Parks &amp; Recreation Department cancels an activity. Participant cancels 5 business days prior to first day of activity, a full refund or credit will be issued minus an $5.00 administration fee. If participant cancels less than 5 business days prior to first day of activity, participant will receive prorated refund or credit minus $5.00 an administration fee from date of notification.\r\n<h4>Special Refund</h4>\r\nRefund for bus trips will be issued if spot can be filled. If expenditure has been made on behalf of a participant, that amount will be deducted from the total refund. Any refund of $5 or less will be credited to an account at the Rec. Center. Department supervisors reserve the right to adjust the policy and request documentation, depending upon the circumstances and the severity of the situation. Department supervisors reserve the right not to grant all refund requests. Participants should recognize and understand that activities of a physical nature involve some level or risk, and by registering for the class/program/activity the participant (or participant’s guardian) has assumed responsibility for that risk.\r\nMemberships and daily passes are non-refundable or non-transferable.\r\n<h4>Returned Check Policy</h4>\r\nA returned check from the bank will be charged a $13.00 fee.\r\n\r\n[clear][dropcap]4.[/dropcap]\r\n<h6>Facility Policies</h6>\r\nDownload the Facilities Policy Document:[su_button url=\"http://macrec.com/wp-content/uploads/2011/07/facility_policies-1.pdf\" radius=\"round\"]Download pdf[/su_button][clear][spacer]\r\n\r\n&nbsp;\r\n<h2>Facility Rental Info</h2>\r\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\r\n\r\n[table id=2 /]\r\n\r\n* The entire natatorium can only be rented outside of the regular hours of operation.\r\n<h4>Class 1</h4>\r\nCity of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\r\n<h4>Class 2</h4>\r\nMacedonia based, Non profit, tax exempt corporations as established by the IRS (examples: civic organizations, churches, fraternal bodies) not charging admissions.\r\n<h4>Class 3</h4>\r\nAny organization, institution, agency, group or individual not included in Class 1 – 2; or anyone in Class 2 charging admission.\r\n<h4>Rental Policies and Fees</h4>\r\n<strong>1.</strong>  The application for use of areas within the Macedonia Family Recreation Center shall be in writing and submitted to the Macedonia Family Recreation Center Staff. All areas of the application must be filled out completely and must be signed by a responsible representative of the requesting organization or party.\r\n<strong>2.</strong>  Rental requests will be accepted on a quarterly basis to correspond with program registration dates. Requests must be received a minimum of 2 weeks in advance.\r\n<strong>3.</strong>  Your rental fee payment and completed Rental Agreement must be received prior to approval and confirmation.\r\n<strong>4.</strong>  When events are scheduled outside of the normal business day, a fee of $25.00 per hour will be assessed. A minimum of two hours will be charged.\r\n<strong>5.</strong>  SECURITY DEPOSIT – A $50.00 Security Deposit is required for all rentals. The Security Deposit will be refunded (a check to be mailed from the City of Macedonia within 4 weeks) unless:\r\n\r\n<strong>a.</strong>  You cancel the rental with less than 2 weeks notice.\r\n<strong>b.</strong>  The facility is left dirty.\r\n<strong>c.</strong>  Any damage has occurred to City property as a result of your rental\r\n<strong>d.</strong>  You or your party violates the terms of the Rental Agreement.\r\n\r\n<strong>6.</strong>  Macedonia Family Recreation Center lifeguards will supervise all activities in the natatorium. Please have an accurate estimate of attendance at the time of the rental so we may plan accordingly. The rental fee includes up to 25 people. There will be an additional fee of $35.00 per hour for each additional 25 persons, or portion there of, in attendance.\r\n<strong>7.</strong>  Any time the Colorado Timing system is in use, Macedonia Family Recreation Center staff will set-up, run and remove the system. The fee is an additional $25.00 per hour.\r\n<h2>Special Services</h2>\r\nTot Room\r\n<figure class=\"featured-thumbnail\"><img src=\"http://macrec.com/wp-content/uploads/2013/09/Tot-Room-120x120.jpg\" alt=\"Tot Room\" /></figure>\r\n<div class=\"team-content post-content\">\r\n\r\n<strong>Open to ages 1½ to 8 years old.</strong>\r\n\r\nThe Tot Room will be available for babysitting services for anyone using the facility. Enrollment in to room is complementary for members. Non-Members pay $2.00 per hour per child. Utilization for the tot room shall not exceed two hours per visit per day.\r\n\r\nHours\r\nMonday-Saturday Mornings 9:00am-1:00pm\r\nMonday-Thursday Evenings 5:00pm-8:00pm\r\n<ul>\r\n 	<li>Parents must remain in the center during the child’s visit to the Tot Room.</li>\r\n 	<li>A maximum number of 8 children will be accepted in the Tot Room at any given time.</li>\r\n 	<li>The Tot Room staff will not be able to feed, diaper or supply medicine to the children.</li>\r\n 	<li>No sick children will be accepted.</li>\r\n 	<li>We require that the same guardian that signs the child into the Tot Room is the same guardian that picks the child up, unless prior arrangements are made with Tot Room Staff.</li>\r\n 	<li>All belongings should be labeled.</li>\r\n 	<li>Please do not send your child with food or beverages.</li>\r\n</ul>\r\nA current Tot Room Medical Information Form must be on file.\r\n\r\n</div>\r\n<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" sizes=\"(max-width: 330px) 100vw, 330px\" srcset=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg 300w, http://macrec.com/wp-content/uploads/2013/09/20151014_120353-1024x576.jpg 1024w\" alt=\"\" width=\"330\" height=\"186\" /></a>\r\n\r\nBirthday Party\r\n\r\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\r\n\r\nPricing: $150/Member     $175/Resident     $200/Non-Resident\r\n\r\n&nbsp;','About','','inherit','closed','closed','','1797-autosave-v1','','','2017-12-28 19:37:11','2017-12-28 19:37:11','',1797,'http://macrec.com/uncategorized/1797-autosave-v1/',0,'revision','',0),(4190,2,'2017-12-29 19:26:12','2017-12-29 19:26:12','','1January 2018','','inherit','open','closed','','1january-2018','','','2017-12-29 19:26:12','2017-12-29 19:26:12','',2221,'http://macrec.com/wp-content/uploads/2017/12/1January-2018.pdf',0,'attachment','application/pdf',0),(4193,2,'2018-01-02 15:03:37','2018-01-02 15:03:37','','Janurary 18 Fitness Schedule','','inherit','open','closed','','janurary-18-fitness-schedule','','','2018-01-02 15:03:37','2018-01-02 15:03:37','',2080,'http://macrec.com/wp-content/uploads/2018/01/Janurary-18-Fitness-Schedule.png',0,'attachment','image/png',0),(4205,2,'2018-01-02 20:03:00','2018-01-02 20:03:00','<div class=\"main-holder\">\r\n<div id=\"content\" class=\"content_full_width\">\r\n\r\nThe daily pass is available to anyone not wishing to purchase a membership.\r\nResidency verification required.\r\nChildren under two are free when accompanied by an adult\r\n\r\nAll guests age 16 and over are required to show a valid state issue ID upon entering the Rec Center and must be register with at the member services desk.\r\n\r\n<strong> Macedonia Resident Adult $9.00\r\nMacedonia Resident Child/Senior $7.00\r\n(12 yrs. &amp; under or 62+)</strong>\r\n\r\n<strong>Nordonia High School Student $5.00</strong>\r\n\r\n<strong>General Public Adult $11.00\r\nGeneral Public Child/Senior $9.00\r\n(12 yrs. &amp; under or 62+)</strong>\r\n\r\n</div>\r\n</div>','Daily Pass','','inherit','closed','closed','','2073-revision-v1','','','2018-01-02 20:03:00','2018-01-02 20:03:00','',2073,'http://macrec.com/uncategorized/2073-revision-v1/',0,'revision','',0),(4210,2,'2018-01-16 21:10:40','2018-01-16 21:10:40','[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h4><span style=\"color: #000080;\">John Doyle, Aquatics Coordinator-email:  <em><a style=\"color: #000080;\" href=\"mailto:jdoyle@macedonia.oh.us\">jdoyle@macedonia.oh.us</a></em></span></h4>\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg\"><img class=\"size-full wp-image-3417 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2016/10/Lifeguards-Wanted-Pic.jpg\" alt=\"lifeguards-wanted-pic\" width=\"650\" height=\"325\" /></a>\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\">*NOW HIRING LIFEGAURDS AND SWIM INSTRUCTORS*  Call 330.468.8372 for more information!</span></h4>\r\n<h4><span style=\"color: #000080;\"> </span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[mp_image_slider ids=\"2491,2490,2489,2488,2487\" size=\"large\" animation=\"slide\" smooth_height=\"false\" slideshow=\"true\" slideshow_speed=\"7\" animation_speed=\"600\" control_nav=\"true\"]\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\">Our Aquatics facility is designed to accommodate all types of swimming needs.</span></h4>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n<h2><span style=\"color: #000080;\">Macedonia Recreation Pool Facts</span></h2>\r\n<h4><span style=\"color: #000080;\">Lap Pool:</span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">208,000 gallons</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">84 degrees Fahrenheit </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">1 mile = 35.2 laps or 70.4 lengths </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point- 3\'6\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'6\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #00ff00;\"><span style=\"color: #000080;\">Diving Well Depth- 11\'6\"</span></span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Activity Pool: </span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">37, 000 gallons </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">87 degrees Fahrenheit </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Shallow Point- 0\"</span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">Deepest Point- 4\'0\"</span></h4>\r\n</li>\r\n</ul>\r\n<h4></h4>\r\n<h4><span style=\"color: #000080;\">Whirlpool:</span></h4>\r\n<ul>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">7,000 gallons </span></h4>\r\n</li>\r\n 	<li>\r\n<h4><span style=\"color: #000080;\">102 Degrees Fahrenheit</span></h4>\r\n</li>\r\n</ul>\r\n[/mp_span]\r\n\r\n[/mp_row]\r\n\r\n[mp_row]\r\n\r\n[mp_span col=\"12\"]\r\n\r\n[/mp_span]\r\n\r\n[/mp_row]','Aquatics','','inherit','closed','closed','','2103-revision-v1','','','2018-01-16 21:10:40','2018-01-16 21:10:40','',2103,'http://macrec.com/uncategorized/2103-revision-v1/',0,'revision','',0),(4215,2,'2018-12-19 14:37:06','2018-12-19 14:37:06','<h2></h2>\r\n<h2><strong><span style=\"color: #ff0000;\">Santa’s Mailbox</span><a href=\"http://macrec.com/wp-content/uploads/2018/11/Santas-Mailbox.png\"><img class=\"size-medium wp-image-4755 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/Santas-Mailbox-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></strong></h2>\r\nNov. 26 – Dec. 16\r\n\r\nA mailbox dedicated to the North Pole will arrive in the lobby of the Rec. Center on November 26th!  Children may drop off their letters to Santa Nov. 26 - Dec. 16 and Santa has promised to respond to each child!  Letters may be dropped off anytime during Rec. Center hours. Parents, please include a self-addressed stamped envelope, so that Santa has more time to spend in his workshop.  All letters must be received no later than December 16 to ensure a response.\r\n<h2></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #ff0000;\">Lego Club Connection<a href=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection.png\"><img class=\"size-medium wp-image-4773 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></span></h2>\r\nTuesday, January 15 - February 19\r\n\r\nAges 5-7: 5:30-6:30 pm. Ages 8-11: 6:45-7:45 pm\r\n\r\nJoin friends as we imagine, build and create. Each class will explore a different design that students can build and more.  All materials are provided.\r\n\r\n$50 per person for six class sessions\r\n<h2></h2>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"size-medium wp-image-4676 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\r\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\r\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\r\n\r\n&nbsp;','Youth Programs','','inherit','closed','closed','','2120-autosave-v1','','','2018-12-19 14:37:06','2018-12-19 14:37:06','',2120,'http://macrec.com/uncategorized/2120-autosave-v1/',0,'revision','',0),(4218,2,'2018-01-19 18:31:34','2018-01-19 18:31:34','','1January 2018','','inherit','open','closed','','1january-2018-2','','','2018-01-19 18:31:34','2018-01-19 18:31:34','',2221,'http://macrec.com/wp-content/uploads/2018/01/1January-2018.pdf',0,'attachment','application/pdf',0),(4224,2,'2018-01-22 15:33:55','2018-01-22 15:33:55','','sunday','','inherit','open','closed','','sunday','','','2018-01-22 15:33:55','2018-01-22 15:33:55','',2122,'http://macrec.com/wp-content/uploads/2018/01/sunday.png',0,'attachment','image/png',0),(4226,2,'2018-01-25 20:03:42','2018-01-25 20:03:42','','Essential Oils','','inherit','open','closed','','essential-oils','','','2018-01-25 20:03:42','2018-01-25 20:03:42','',2122,'http://macrec.com/wp-content/uploads/2018/01/Essential-Oils.png',0,'attachment','image/png',0),(4235,2,'2018-02-01 20:25:52','2018-02-01 20:25:52','','2February 2018','','inherit','open','closed','','2february-2018','','','2018-02-01 20:25:52','2018-02-01 20:25:52','',2221,'http://macrec.com/wp-content/uploads/2018/02/2February-2018.pdf',0,'attachment','application/pdf',0),(4238,2,'2018-02-02 15:58:12','2018-02-02 15:58:12','','February 18 Fitness Schedule','','inherit','open','closed','','february-18-fitness-schedule','','','2018-02-02 15:58:12','2018-02-02 15:58:12','',2080,'http://macrec.com/wp-content/uploads/2018/02/February-18-Fitness-Schedule.png',0,'attachment','image/png',0),(4242,2,'2018-10-29 19:27:39','2018-10-29 19:27:39','<h4><a href=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football.png\"><img class=\"alignnone wp-image-4544 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football-232x300.png\" alt=\"\" width=\"255\" height=\"330\" /></a><strong>Fall Soccer </strong></h4>\r\n<h4>Recreation soccer league play for boys and girls ages 6-15. Practices to start mid-August through October. Most games will be played on Saturday, starting in September. Practices are held throughout the week. U7 &amp; U8 leage play in-house. U9, U11, U13, U15 divisions play in the Suburban Recreational Soccer League. Shin guards with socks covering are required, soccer cleats are recommended. Volunteer coaches are needed. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> Single Season fee is $60. Register for both Fall 2018 and Spring 2019 season for $100. Please fill out below forms and bring to the Rec Center with payment.</h4>\r\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></strong></span></h4>\r\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></strong></span></h4>\r\n<h4><strong>Flag Football </strong></h4>\r\nLeague play for kids 5-11 years old. Kids will learn football skills and play games. Most games will be on Saturday mornings. Volunteer coaches are needed. The season starts in August and runs through October. All players must wear a mouth guard. Must be age 5 prior to 7/31/18 to register. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> League Play: 5-6 years; 7-8 years; 9-11 years. Fee is $60. Please fill out below forms and bring to the Rec Center with payment.\r\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></span></h4>\r\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></span></h4>\r\n<h4></h4>\r\n<h4><strong>FALL T-BALL<a href=\"http://macrec.com/wp-content/uploads/2018/08/Fall-Baseball.png\"><img class=\"size-medium wp-image-4622 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/08/Fall-Baseball-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></strong></h4>\r\nFridays, Sept 7 – Oct 5\r\n5:30pm\r\nA fun and highly instructional introduction to baseball for 3, 4, and 5 year old boys and girls. Players learn the basics of throwing, catching, fielding, batting, and base running, and then apply what they have learned in fun, non-competitive games. Jump Start Sports staff members conduct the instruction and oversee the game play while volunteer parent team coaches’ assist. This program runs much smoother with parent involvement! Parents can be a weekly coach or assist with tasks/drills whenever available.  Provided by Jump Start Sports staff.  Register at <a href=\"https://www.jumpstartsports.com/\">Jump Start Sports</a>\r\n\r\nFee $70 per person\r\n<h4>FALL ROOKIE LEAGUE</h4>\r\nFridays, Sept 7 – Oct 5\r\n6:30pm\r\nA fun introduction to coach pitch baseball for 5 – 7 year old boys and girls. Players will receive instruction in all basics of the sport, and will apply what they have learned in fun games. The games will be non-competitive and no score will be kept. Players who are not able to hit a pitched ball will be able to use a tee while learning.  Each session includes instruction and game play. Jump Start Sports staff members conduct the instruction and oversee the game play while volunteer parent team coaches’ assist. This program runs much smoother with parent involvement! Parents can be a weekly coach or assist with tasks/drills whenever available.  Provided by Jump Start Sports staff.  Register at <a href=\"https://www.jumpstartsports.com/\">Jump Start Sports</a>\r\nFee $70 per person\r\n<h5><strong>Concussion Information</strong></h5>\r\n<a href=\"http://www.healthy.ohio.gov/~/media/HealthyOhio/ASSETS/Files/injury%20prevention/concussion/4Youth%20Sports%20Organization%20Concussion%20Form%20%20ODH%20Revised%203pdf.pdf\">Ohio Department of Health Concussion Information Sheet</a>\r\n\r\n<a href=\"https://www.cdc.gov/headsup/youthsports/training/index.html\">Concussion Video</a>\r\n<h5><strong>Sudden Cardiac Arrest &amp; Lindsay\'s Law </strong></h5>\r\n<a href=\"https://www.youtube.com/watch?v=s-YfCWQPeqw&amp;feature=youtu.be\">Parent-Guardian Video</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Information-Handout.pdf\">Parent-Guardian Information Handout</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Signature-Form.pdf\">Parent-Guardian Signature Form</a>\r\n\r\n<a href=\"https://www.youtube.com/watch?v=h3teQ3e_hoQ&amp;feature=youtu.be\">Coach Video</a>\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Coach-Info.pdf\">Coach Information Handout </a>','Youth Sports','','inherit','closed','closed','','2109-autosave-v1','','','2018-10-29 19:27:39','2018-10-29 19:27:39','',2109,'http://macrec.com/uncategorized/2109-autosave-v1/',0,'revision','',0),(4244,2,'2018-02-05 19:21:44','2018-02-05 19:21:44','','Soccer Information Spring 2018','','inherit','open','closed','','soccer-information-spring-2018','','','2018-02-05 19:21:44','2018-02-05 19:21:44','',2109,'http://macrec.com/wp-content/uploads/2018/02/Soccer-Information-Spring-2018.pdf',0,'attachment','application/pdf',0),(4245,2,'2018-02-05 19:22:00','2018-02-05 19:22:00','','Soccer Information Spring 2018','','inherit','open','closed','','soccer-information-spring-2018-2','','','2018-02-05 19:22:00','2018-02-05 19:22:00','',2109,'http://macrec.com/wp-content/uploads/2018/02/Soccer-Information-Spring-2018-1.pdf',0,'attachment','application/pdf',0),(4246,2,'2018-02-05 19:25:40','2018-02-05 19:25:40','[[\"Brith Year\",\"Division\",\"League\"],[\"2011\",\"U7 Coed\",\"In-house\"],[\"2010\",\"U8 Coed\",\"In-house\"],[\"2009\",\"U9 Girls \\/ U9 Boys\",\"SRSL\"],[\"2008\",\"U11 Girls \\/ U11 Boys \",\"SRSL \"],[\"2007\",\"U11 Girls \\/ U11 Boys \",\"SRSL \"],[\"2006\",\"U13 Girls \\/ U13 Boys \",\"SRSL \"],[\"2005\",\"U13 Girls \\/ U13 Boys \",\"SRSL \"],[\"2004\",\"U15 Girls \\/ U15 Boys \",\"SRSL \"],[\"2003\",\"U15 Girls \\/ U15 Boys \",\"SRSL \"]]','Recreation Soccer Age Division Chart','','publish','closed','closed','','soccer-age-division-chart','','','2018-02-05 19:35:11','2018-02-05 19:35:11','',0,'http://macrec.com/?post_type=tablepress_table&#038;p=4246',0,'tablepress_table','application/json',0),(4247,2,'2018-02-05 19:32:11','2018-02-05 19:32:11','[[\"Brith Year\",\"Division\",\"League\"],[\"2011\",\"U7 Coed\",\"In-house\"],[\"2010\",\"U8 Coed\",\"In-house\"],[\"2009\",\"U9 Girls \\/ U9 Boys\",\"SRSL\"],[\"2008\",\"U11 Girls \\/ U11 Boys \",\"SRSL \"],[\"2007\",\"U11 Girls \\/ U11 Boys \",\"SRSL \"],[\"2006\",\"U13 Girls \\/ U13 Boys \",\"SRSL \"],[\"2005\",\"U13 Girls \\/ U13 Boys \",\"SRSL \"],[\"2004\",\"U15 Girls \\/ U15 Boys \",\"SRSL \"],[\"2003\",\"U15 Girls \\/ U15 Boys \",\"SRSL \"]]','Recreation Soccer Age Division Chart','','inherit','closed','closed','','4246-revision-v1','','','2018-02-05 19:32:11','2018-02-05 19:32:11','',4246,'http://macrec.com/uncategorized/4246-revision-v1/',0,'revision','',0),(4248,2,'2018-02-05 19:42:13','2018-02-05 19:42:13','','Dive In Movie Flyer','','inherit','open','closed','','dive-in-movie-flyer','','','2018-02-05 19:42:13','2018-02-05 19:42:13','',2122,'http://macrec.com/wp-content/uploads/2018/02/Dive-In-Movie-Flyer.png',0,'attachment','image/png',0),(4254,2,'2018-02-06 16:14:01','2018-02-06 16:14:01','','General Application','','inherit','open','closed','','general-application','','','2018-02-06 16:14:01','2018-02-06 16:14:01','',203,'http://macrec.com/wp-content/uploads/2018/02/General-Application.pdf',0,'attachment','application/pdf',0),(4263,2,'2018-02-16 16:58:05','2018-02-16 16:58:05','','Booth Space Application 2018','','inherit','open','closed','','booth-space-application-2018','','','2018-02-16 18:20:09','2018-02-16 18:20:09','',3151,'http://macrec.com/wp-content/uploads/2018/02/Booth-Space-Application-2018.pdf',0,'attachment','application/pdf',0),(4264,2,'2018-02-16 16:58:11','2018-02-16 16:58:11','','FunFest Sponsorship Agreement Form 2018','','inherit','open','closed','','funfest-sponsorship-agreement-form-2018','','','2018-02-16 16:58:11','2018-02-16 16:58:11','',0,'http://macrec.com/wp-content/uploads/2018/02/FunFest-Sponsorship-Agreement-Form-2018.pdf',0,'attachment','application/pdf',0),(4265,2,'2018-02-16 16:58:14','2018-02-16 16:58:14','','FunFest Sponsorship Categories 2018','','inherit','open','closed','','funfest-sponsorship-categories-2018','','','2018-02-16 16:58:14','2018-02-16 16:58:14','',0,'http://macrec.com/wp-content/uploads/2018/02/FunFest-Sponsorship-Categories-2018.pdf',0,'attachment','application/pdf',0),(4268,2,'2018-06-11 14:05:18','2018-06-11 14:05:18','<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Macedonia FunFest 2018 Community Festival presented by City Tire Pros</strong></span></h3>\r\n<p style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS.png\"><img class=\"alignnone size-medium wp-image-4494\" src=\"http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS-300x29.png\" alt=\"\" width=\"300\" height=\"29\" /></a></p>\r\n\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>June 7-10, 2018\r\n</strong></span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Longwoo</strong></span><span style=\"color: #000000;\"><strong>d Park</strong> </span></h2>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\">1494 E. Aurora Rd., Macedonia, OH 44056</span></h4>\r\n[embed]https://www.youtube.com/watch?time_continue=6&v=OfHmXA93xOQ[/embed]\r\n<h1><a href=\"http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1.jpg\"><img class=\" wp-image-4496 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1-225x300.jpg\" alt=\"\" width=\"282\" height=\"376\" /></a></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000080;\">  </span><strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://macrec.com/wp-content/uploads/2018/02/FunFest-Sponsorship-Categories-2018.pdf\"><span style=\"color: #ff0000;\">Click Here</span> for our FunFest Sponsorship Categories</a></span></strong></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://www.hermescleveland.com/roadracing/events/macrec.asp\"><span style=\"color: #ff0000;\">Click Here</span> for MacRec 5K for the Rescue Registration </a></span></strong></h1>\r\n<h1 style=\"text-align: center;\"><strong><a href=\"http://macrec.com/wp-content/uploads/2018/05/Cruise-In-Form-2.pdf\"><span style=\"color: #ff0000;\">Click Here</span> <span style=\"color: #000000;\">for the Classic Car Cruise In Registration Form</span></a></strong></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://macrec.com/wp-content/uploads/2018/03/Booth-Space-Application-2018.pdf\"><span style=\"color: #ff0000;\">Click Here</span> for our FunFest Community Booth Application</a></strong>   </span></h1>\r\n<h1 style=\"text-align: center;\"><strong><a href=\"http://nordoniahills.news/spirit-of-macedonia-fun-fest-2017-photos/#prettyPhoto\"><span style=\"color: #ff0000;\">Click Here</span> <span style=\"color: #000000;\">to checkout photos from last year!</span></a></strong></h1>','Macedonia FunFest 2018','','inherit','closed','closed','','3151-autosave-v1','','','2018-06-11 14:05:18','2018-06-11 14:05:18','',3151,'http://macrec.com/uncategorized/3151-autosave-v1/',0,'revision','',0),(4270,2,'2018-02-16 18:20:03','2018-02-16 18:20:03','','FunFest Save the Date Flyer','','inherit','open','closed','','funfest-save-the-date-flyer','','','2018-02-16 18:20:03','2018-02-16 18:20:03','',3151,'http://macrec.com/wp-content/uploads/2018/02/FunFest-Save-the-Date-Flyer.pdf',0,'attachment','application/pdf',0),(4271,2,'2018-02-16 18:23:37','2018-02-16 18:23:37','','FunFest Save the Date Flyer','','inherit','open','closed','','funfest-save-the-date-flyer-2','','','2018-02-16 18:23:37','2018-02-16 18:23:37','',3151,'http://macrec.com/wp-content/uploads/2018/02/FunFest-Save-the-Date-Flyer.png',0,'attachment','image/png',0),(4273,2,'2018-02-20 17:03:27','2018-02-20 17:03:27','','little vet school','','inherit','open','closed','','little-vet-school','','','2018-02-20 17:03:27','2018-02-20 17:03:27','',2120,'http://macrec.com/wp-content/uploads/2018/02/little-vet-school.jpg',0,'attachment','image/jpeg',0),(4274,2,'2018-02-20 17:03:28','2018-02-20 17:03:28','','Stem','','inherit','open','closed','','stem','','','2018-02-20 17:03:28','2018-02-20 17:03:28','',2120,'http://macrec.com/wp-content/uploads/2018/02/Stem.jpg',0,'attachment','image/jpeg',0),(4275,2,'2018-02-20 17:03:30','2018-02-20 17:03:30','','Tap Class','','inherit','open','closed','','tap-class','','','2018-02-20 17:03:30','2018-02-20 17:03:30','',2120,'http://macrec.com/wp-content/uploads/2018/02/Tap-Class.jpg',0,'attachment','image/jpeg',0),(4278,2,'2018-02-20 20:37:08','2018-02-20 20:37:08','','Description','','inherit','open','closed','','description','','','2018-02-20 20:37:08','2018-02-20 20:37:08','',203,'http://macrec.com/wp-content/uploads/2018/02/Description.pdf',0,'attachment','application/pdf',0),(4279,2,'2018-02-20 20:37:28','2018-02-20 20:37:28','','Description','','inherit','open','closed','','description-2','','','2018-02-20 20:37:28','2018-02-20 20:37:28','',203,'http://macrec.com/wp-content/uploads/2018/02/Description-1.pdf',0,'attachment','application/pdf',0),(4281,2,'2018-02-20 20:40:14','2018-02-20 20:40:14','','Summer Camp Counselor Job Posting','','inherit','open','closed','','summer-camp-counselor-job-posting','','','2018-02-20 20:41:09','2018-02-20 20:41:09','',203,'http://macrec.com/wp-content/uploads/2018/02/Summer-Camp-Counselor-Job-Posting.pdf',0,'attachment','application/pdf',0),(4285,2,'2018-02-21 21:02:34','2018-02-21 21:02:34','','Shelter Form','','inherit','open','closed','','shelter-form','','','2018-02-21 21:02:34','2018-02-21 21:02:34','',2252,'http://macrec.com/wp-content/uploads/2018/02/Shelter-Form.pdf',0,'attachment','application/pdf',0),(4287,2,'2018-02-22 16:31:31','2018-02-22 16:31:31','\n\n<a href=\"#\"><img src=\"http://macrec.com/wp-content/uploads/2018/05/5K-flyer.png\" alt=\"5K flyer\" width=\"604\" height=\"794\" class=\"alignleft size-large wp-image-4473\" /></a>\n\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://www.hermescleveland.com/roadracing/events/macrec.asp\">Click here</a> </span><span style=\"color: #000000;\">to register for the 5K for the Rescue.</span></strong></h1>\n\n','5K for the Rescue','','publish','closed','closed','','5k-for-the-rescue','','','2018-06-11 14:10:56','2018-06-11 14:10:56','',3151,'http://macrec.com/?page_id=4287',0,'page','',0),(4289,2,'2018-02-22 16:29:31','2018-02-22 16:29:31','','5K for the Rescue','','inherit','open','closed','','5k-for-the-rescue','','','2018-02-22 16:29:31','2018-02-22 16:29:31','',4287,'http://macrec.com/wp-content/uploads/2018/02/5K-for-the-Rescue.png',0,'attachment','image/png',0),(4293,2,'2018-05-23 20:00:33','2018-05-23 20:00:33','<a href=\"#\"><img class=\"alignleft size-full wp-image-4289\" src=\"http://macrec.com/wp-content/uploads/2018/02/5K-for-the-Rescue.png\" alt=\"5K for the Rescue\" width=\"997\" height=\"634\" /></a>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://www.hermescleveland.com/roadracing/events/macrec.asp\">Click here</a> </span><span style=\"color: #000000;\">to register for the 5K for the Rescue.</span></strong></h1>','5K for the Rescue','','inherit','closed','closed','','4287-autosave-v1','','','2018-05-23 20:00:33','2018-05-23 20:00:33','',4287,'http://macrec.com/uncategorized/4287-autosave-v1/',0,'revision','',0),(4298,2,'2018-02-27 19:53:37','2018-02-27 19:53:37','','March 18 Fitness Schedule','','inherit','open','closed','','march-18-fitness-schedule','','','2018-02-27 19:53:37','2018-02-27 19:53:37','',2080,'http://macrec.com/wp-content/uploads/2018/02/March-18-Fitness-Schedule.png',0,'attachment','image/png',0),(4306,2,'2018-03-02 22:27:03','2018-03-02 22:27:03','','3March 2018','','inherit','open','closed','','3march-2018','','','2018-03-02 22:27:03','2018-03-02 22:27:03','',2221,'http://macrec.com/wp-content/uploads/2018/03/3March-2018.pdf',0,'attachment','application/pdf',0),(4309,2,'2018-03-05 20:49:23','2018-03-05 20:49:23','\n\n<a href=\"http://macrec.com/wp-content/uploads/2018/05/funfest-current-sponsors.png\"><img class=\" wp-image-4483 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/05/funfest-current-sponsors-300x154.png\" alt=\"\" width=\"423\" height=\"217\" /></a>\n<h2 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Thank you to our 2018 sponsors!</strong></span></h2>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Platinum Sponsor: City Tire Pros</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Gold Sponsor: Faith Fellowship</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fireworks Show Sponsor: Universal Windows Direct</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Beer Garden Sponsor: Jackson Comfort Heating &amp; Cooling</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Car Cruise In Sponsor: Century Cart Connection</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">List Sponsor: Cable Nine and Ferfolia Funeral Homes</span></h1>\n\n','Sponsorship','','publish','closed','closed','','sponsorship-2','','','2018-05-31 19:27:50','2018-05-31 19:27:50','',3151,'http://macrec.com/?page_id=4309',0,'page','',0),(4310,2,'2018-03-05 20:45:58','2018-03-05 20:45:58','','Funfest Postcard','','inherit','open','closed','','funfest-postcard','','','2018-03-05 20:45:58','2018-03-05 20:45:58','',4309,'http://macrec.com/wp-content/uploads/2018/03/Funfest-Postcard.png',0,'attachment','image/png',0),(4315,2,'2018-03-16 15:39:07','2018-03-16 15:39:07','<a href=\"http://macrec.com/wp-content/uploads/2018/03/Funfest-Postcard.png\"><img class=\"wp-image-4310 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/03/Funfest-Postcard-300x194.png\" alt=\"\" width=\"446\" height=\"288\" /></a>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/02/FunFest-Sponsorship-Categories-2018.pdf\">Click Here <span style=\"color: #000000;\">for FunFest Sponsorship Categories</span></a></span></strong></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/02/Booth-Space-Application-2018.pdf\">Click Here <span style=\"color: #000000;\">for FunFest Community Booth Application</span></a></span></strong></h1>','Sponsorship','','inherit','closed','closed','','4309-autosave-v1','','','2018-03-16 15:39:07','2018-03-16 15:39:07','',4309,'http://macrec.com/uncategorized/4309-autosave-v1/',0,'revision','',0),(4322,2,'2018-03-05 21:25:46','2018-03-05 21:25:46','<iframe width=\"604\" height=\"340\" src=\"https://www.youtube.com/embed/OfHmXA93xOQ?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','','','publish','closed','closed','','763d2559e97f8889331f70c7b2097c78','','','2018-03-05 21:25:46','2018-03-05 21:25:46','',0,'http://macrec.com/uncategorized/763d2559e97f8889331f70c7b2097c78/',0,'oembed_cache','',0),(4323,2,'2018-03-05 21:26:43','2018-03-05 21:26:43','<iframe width=\"604\" height=\"340\" src=\"https://www.youtube.com/embed/OfHmXA93xOQ?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','','','publish','closed','closed','','70d81717077a58fc86aa2206a591dd2d','','','2018-03-05 21:26:43','2018-03-05 21:26:43','',0,'http://macrec.com/uncategorized/70d81717077a58fc86aa2206a591dd2d/',0,'oembed_cache','',0),(4327,2,'2018-03-07 15:35:54','2018-03-07 15:35:54','','Aquatic Egg Hunt','','inherit','open','closed','','aquatic-egg-hunt','','','2018-03-07 15:35:54','2018-03-07 15:35:54','',2122,'http://macrec.com/wp-content/uploads/2018/03/Aquatic-Egg-Hunt.png',0,'attachment','image/png',0),(4329,2,'2018-03-07 15:41:56','2018-03-07 15:41:56','','spring break','','inherit','open','closed','','spring-break','','','2018-03-07 15:41:56','2018-03-07 15:41:56','',3173,'http://macrec.com/wp-content/uploads/2018/03/spring-break.png',0,'attachment','image/png',0),(4334,2,'2018-03-08 20:53:47','2018-03-08 20:53:47',' ','','','publish','closed','closed','','4334','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',0,'http://macrec.com/?p=4334',15,'nav_menu_item','',0),(4336,2,'2018-03-08 20:58:17','2018-03-08 20:58:17','','April 2018 Lifeguarding Class Flyer','','inherit','open','closed','','april-2018-lifeguarding-class-flyer','','','2018-03-08 20:58:17','2018-03-08 20:58:17','',2613,'http://macrec.com/wp-content/uploads/2018/03/April-2018-Lifeguarding-Class-Flyer.pdf',0,'attachment','application/pdf',0),(4338,2,'2018-03-08 21:07:36','2018-03-08 21:07:36','','April 2018','','inherit','open','closed','','april-2018','','','2018-03-08 21:07:36','2018-03-08 21:07:36','',2613,'http://macrec.com/wp-content/uploads/2018/03/April-2018.jpg',0,'attachment','image/jpeg',0),(4339,2,'2018-03-08 21:09:15','2018-03-08 21:09:15','','April 2018','','inherit','open','closed','','april-2018-2','','','2018-03-08 21:09:15','2018-03-08 21:09:15','',2613,'http://macrec.com/wp-content/uploads/2018/03/April-2018-1.jpg',0,'attachment','image/jpeg',0),(4345,2,'2018-03-12 16:01:23','2018-03-12 16:01:23','','April 2018 Lifeguarding Class Flyer','','inherit','open','closed','','april-2018-lifeguarding-class-flyer-2','','','2018-03-12 16:01:23','2018-03-12 16:01:23','',2613,'http://macrec.com/wp-content/uploads/2018/03/April-2018-Lifeguarding-Class-Flyer.jpg',0,'attachment','image/jpeg',0),(4346,2,'2018-03-12 16:01:27','2018-03-12 16:01:27','','April 2018 Lifeguarding Class Flyer','','inherit','open','closed','','april-2018-lifeguarding-class-flyer-3','','','2018-03-12 16:01:27','2018-03-12 16:01:27','',2613,'http://macrec.com/wp-content/uploads/2018/03/April-2018-Lifeguarding-Class-Flyer-1.pdf',0,'attachment','application/pdf',0),(4348,2,'2018-03-13 18:28:38','2018-03-13 18:28:38','','Sprin 2018 Pic','','inherit','open','closed','','sprin-2018-pic','','','2018-03-13 18:28:38','2018-03-13 18:28:38','',2128,'http://macrec.com/wp-content/uploads/2018/03/Sprin-2018-Pic.jpg',0,'attachment','image/jpeg',0),(4349,2,'2018-03-13 18:28:41','2018-03-13 18:28:41','','Spring 2018 Chart','','inherit','open','closed','','spring-2018-chart','','','2018-03-13 18:28:41','2018-03-13 18:28:41','',2128,'http://macrec.com/wp-content/uploads/2018/03/Spring-2018-Chart.pdf',0,'attachment','application/pdf',0),(4350,2,'2018-03-13 18:31:05','2018-03-13 18:31:05','','Summer 2018 Pic','','inherit','open','closed','','summer-2018-pic','','','2018-03-13 18:31:05','2018-03-13 18:31:05','',2128,'http://macrec.com/wp-content/uploads/2018/03/Summer-2018-Pic.jpg',0,'attachment','image/jpeg',0),(4351,2,'2018-03-13 18:31:14','2018-03-13 18:31:14','','Summer 2018 Chart Color','','inherit','open','closed','','summer-2018-chart-color','','','2018-03-13 18:31:14','2018-03-13 18:31:14','',2128,'http://macrec.com/wp-content/uploads/2018/03/Summer-2018-Chart-Color.pdf',0,'attachment','application/pdf',0),(4359,2,'2018-03-14 19:36:25','2018-03-14 19:36:25','','Booth Space Application 2018','','inherit','open','closed','','booth-space-application-2018-2','','','2018-03-14 19:36:25','2018-03-14 19:36:25','',3151,'http://macrec.com/wp-content/uploads/2018/03/Booth-Space-Application-2018.pdf',0,'attachment','application/pdf',0),(4360,2,'2018-03-14 19:36:45','2018-03-14 19:36:45','<iframe width=\"604\" height=\"340\" src=\"https://www.youtube.com/embed/OfHmXA93xOQ?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','','','publish','closed','closed','','7f2c83d797ebd49b868bdfbb25c531b1','','','2018-03-14 19:36:45','2018-03-14 19:36:45','',0,'http://macrec.com/uncategorized/7f2c83d797ebd49b868bdfbb25c531b1/',0,'oembed_cache','',0),(4368,2,'2018-03-20 15:29:11','2018-03-20 15:29:11','','April 2018 LG Class','','inherit','open','closed','','april-2018-lg-class','','','2018-03-20 15:29:11','2018-03-20 15:29:11','',2613,'http://macrec.com/wp-content/uploads/2018/03/April-2018-LG-Class.jpg',0,'attachment','image/jpeg',0),(4369,2,'2018-03-20 15:29:12','2018-03-20 15:29:12','','April 2018 Lifeguarding Class Flyer','','inherit','open','closed','','april-2018-lifeguarding-class-flyer-4','','','2018-03-20 15:29:12','2018-03-20 15:29:12','',2613,'http://macrec.com/wp-content/uploads/2018/03/April-2018-Lifeguarding-Class-Flyer-2.pdf',0,'attachment','application/pdf',0),(4370,2,'2019-01-22 21:40:31','2019-01-22 21:40:31','<h3><span style=\"color: #000080;\"><strong>Babysitter’s Training Course </strong></span></h3>\r\n<a href=\"http://macrec.com/wp-content/uploads/2015/09/Babysitting-Pic.jpg\"><img class=\"alignnone size-full wp-image-3532\" src=\"http://macrec.com/wp-content/uploads/2015/09/Babysitting-Pic.jpg\" alt=\"babysitting-pic\" width=\"459\" height=\"227\" /></a>\r\n\r\nThis course provides the knowledge and skills necessary to safely and responsibly care for infants and children up to the age of 10, as well as to manage a babysitting business. Plus it offers hands-on skills practice and additional training in first aid.\r\n\r\nNo classes currently scheduled.  Check back soon for future dates.\r\n\r\nMaterials Included\r\n\r\nMembers $60  Residents $70 General Public $80\r\n\r\nFor more information contact BethAnn  at 216-406-2391\r\n<h3><span style=\"color: #000080;\"><strong>First Aid, CPR and AED</strong></span></h3>\r\nRed Cross First Aid, CPR (cardiopulmonary resuscitation) and AED (automated external defibrillator) training and certification meets the needs of workplace responders, professional rescuers school staffs, professional responders and healthcare providers, as well as the general public.  <em>No Classes currently scheduled.</em>','Red Cross Classes','','inherit','closed','closed','','2613-autosave-v1','','','2019-01-22 21:40:31','2019-01-22 21:40:31','',2613,'http://macrec.com/uncategorized/2613-autosave-v1/',0,'revision','',0),(4375,2,'2018-03-20 15:44:53','2018-03-20 15:44:53','','Sring 2018 Flyer','','inherit','open','closed','','sring-2018-flyer','','','2018-03-20 15:44:53','2018-03-20 15:44:53','',2128,'http://macrec.com/wp-content/uploads/2018/03/Sring-2018-Flyer.jpg',0,'attachment','image/jpeg',0),(4376,2,'2018-03-20 15:44:59','2018-03-20 15:44:59','','Spring 2018 Flyer','','inherit','open','closed','','spring-2018-flyer','','','2018-03-20 15:44:59','2018-03-20 15:44:59','',2128,'http://macrec.com/wp-content/uploads/2018/03/Spring-2018-Flyer.pdf',0,'attachment','application/pdf',0),(4380,2,'2018-03-23 19:09:48','2018-03-23 19:09:48','','4April 2018','','inherit','open','closed','','4april-2018','','','2018-03-23 19:09:48','2018-03-23 19:09:48','',2221,'http://macrec.com/wp-content/uploads/2018/03/4April-2018.pdf',0,'attachment','application/pdf',0),(4386,2,'2018-03-23 19:15:16','2018-03-23 19:15:16','','April Fitness','','inherit','open','closed','','april-fitness','','','2018-03-23 19:15:16','2018-03-23 19:15:16','',2080,'http://macrec.com/wp-content/uploads/2018/03/April-Fitness.png',0,'attachment','image/png',0),(4394,2,'2018-03-30 16:15:51','2018-03-30 16:15:51','','Summer camp','','inherit','open','closed','','summer-camp','','','2018-03-30 16:15:51','2018-03-30 16:15:51','',3173,'http://macrec.com/wp-content/uploads/2018/03/Summer-camp.png',0,'attachment','image/png',0),(4398,2,'2018-04-03 14:25:19','2018-04-03 14:25:19','','Tot Tball','','inherit','open','closed','','tot-tball','','','2018-04-03 14:25:19','2018-04-03 14:25:19','',2109,'http://macrec.com/wp-content/uploads/2018/04/Tot-Tball.png',0,'attachment','image/png',0),(4400,2,'2018-04-03 14:27:53','2018-04-03 14:27:53','','Youth Soccer','','inherit','open','closed','','youth-soccer','','','2018-04-03 14:27:53','2018-04-03 14:27:53','',3621,'http://macrec.com/wp-content/uploads/2018/04/Youth-Soccer.png',0,'attachment','image/png',0),(4409,2,'2018-04-20 19:57:42','2018-04-20 19:57:42','','Garage Sale form 2018','','inherit','open','closed','','garage-sale-form-2018','','','2018-04-20 19:58:13','2018-04-20 19:58:13','',3783,'http://macrec.com/wp-content/uploads/2018/04/Garage-Sale-form-2018.pdf',0,'attachment','application/pdf',0),(4416,2,'2018-04-25 19:48:25','2018-04-25 19:48:25','\n\n<h2 style=\"text-align: center;\"><strong>Camp Macedonia</strong></h2>\n<h2 style=\"text-align: center;\"><strong>Monday - Friday, June 11 - August 10</strong><strong> </strong></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>Registration Open Now</strong></span></h2>\nCamp Macedonia is packed with a variety of activities and non-stop excitement to keep kids ages 6 through 12\n\nactive and engaged (must be 6 yrs old at start of camp week).  Children can develop new skills, interests, and hobbies while building life long memories as they participate in many activities, games, and more.\n\nCamp Macedonia Summer Day Camp offers you the opportunity to enroll your child for the weeks that work best. Day camp will begin at 9:00am and end at 3:00pm. PM &amp; AM extenders are available for enrollment. Before Care starts at 7:30am and ends at 9:00am and After Care starts at 3:00pm and ends at 6:00pm.  Camp is primarily held outside at the pavilion area of Longwood Park within walking distance to fields/open grass areas, lake, trails, &amp; rec center.\n\nCamp Macedonia campers swim up to four times a week at the Macedonia Family Recreation Center.  Macedonia Rec. Center offers 2 pools (0-4ft &amp; 3.5-11ft) for the campers to use.  Swim activities include games and open play.\n\nSpecial field trips are scheduled each week excluding July 4th week.  Campers are transported by school bus. Each week offers a new theme and activities surrounding that theme.  Your camper can enjoy cookouts every Friday instead of bringing a lunch.  Field trips include: Water Works Park, Fun N Stuff, Cleveland Metroparks Zoo, Nickajack Farm, Camp Hi, Akron Rubberducks, Roseland Bowling.\n\nThrough the day campers rotate through social, art and craft, and physical activities before heading off to interest groups (a special activity provided by counselors that campers can pick to do at the start of the week) and lunch.  Swimming activity and group activity follows lunch.\n\n<strong><em>Registration deadline is one week prior to the desired camp week start. </em></strong>\n\nDay Camp per week:  Resident $113 Non Resident $128\n\nJuly 4th week: Macedonia Resident $90/ Non-Resident $102\n\n<strong><u>Extenders</u></strong>\n\nBefore Care:  7:30 - 9:00am             Non Resident $36 / Resident $26\n\n(July 4th week: Macedonia Resident $21/ Non-Resident $29)\n\nAfter Care:  3:00 - 6:00pm                Non Resident $56 / Resident $46\n\n(July 4th week: Macedonia Resident $37/ Non-Resident $45)\n\n<strong><em><u>A $15 late fee will be assessed for registrations accepted passed the deadline</u></em></strong>\n\nDuring the weeks of June 11– July 13 Camp Macedonia is partnering with Solutions Behavioral Consulting to offer day camp for children with ASD and other  developmental disorders or behavioral needs. Camp SBC offers a 1 on 1 ratio.  <em>All SBC counselors are background screened. Registration is required through Solutions Behavioral Consulting. This 5-week program provides SBC campers with full inclusion opportunities. Camp activities include specially designed opportunities for instruction in social skills, academics, and other educational goals as designated by each student’s IEP. SLP and OT services are provided at an additional cost.  For more information: <a href=\"http://www.solutionsbehavioral.com\">www.solutionsbehavioral.com</a></em>\n\n<a href=\"#\"><img src=\"http://macrec.com/wp-content/uploads/2018/03/Summer-camp.png\" alt=\"Summer camp\" width=\"1022\" height=\"600\" class=\"alignleft size-full wp-image-4394\" /></a>\n\n','Day Camps - Winter Break, Spring Break, Summer','','inherit','closed','closed','','3173-revision-v1','','','2018-04-25 19:48:25','2018-04-25 19:48:25','',3173,'http://macrec.com/uncategorized/3173-revision-v1/',0,'revision','',0),(4418,2,'2018-04-26 19:19:31','2018-04-26 19:19:31','','5May 2018','','inherit','open','closed','','5may-2018','','','2018-04-26 19:19:31','2018-04-26 19:19:31','',2221,'http://macrec.com/wp-content/uploads/2018/04/5May-2018.jpg',0,'attachment','image/jpeg',0),(4419,2,'2018-04-26 19:19:33','2018-04-26 19:19:33','','5May 2018','','inherit','open','closed','','5may-2018-2','','','2018-04-26 19:19:33','2018-04-26 19:19:33','',2221,'http://macrec.com/wp-content/uploads/2018/04/5May-2018.pdf',0,'attachment','application/pdf',0),(4420,2,'2018-04-26 19:19:36','2018-04-26 19:19:36','','5May.Act 2018','','inherit','open','closed','','5may-act-2018','','','2018-04-26 19:19:36','2018-04-26 19:19:36','',2221,'http://macrec.com/wp-content/uploads/2018/04/5May.Act-2018.jpg',0,'attachment','image/jpeg',0),(4423,2,'2018-04-27 17:12:38','2018-04-27 17:12:38','','May Fitness Schedule','','inherit','open','closed','','may-fitness-schedule','','','2018-04-27 17:12:38','2018-04-27 17:12:38','',2080,'http://macrec.com/wp-content/uploads/2018/04/May-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(4424,2,'2018-04-27 17:14:47','2018-04-27 17:14:47','','May Fitness','','inherit','open','closed','','may-fitness','','','2018-04-27 17:14:47','2018-04-27 17:14:47','',2080,'http://macrec.com/wp-content/uploads/2018/04/May-Fitness.png',0,'attachment','image/png',0),(4430,2,'2018-04-30 14:58:11','2018-04-30 14:58:11','','Fishing Day','','inherit','open','closed','','fishing-day','','','2018-04-30 14:58:11','2018-04-30 14:58:11','',2120,'http://macrec.com/wp-content/uploads/2018/04/Fishing-Day.png',0,'attachment','image/png',0),(4433,2,'2018-05-03 18:04:10','2018-05-03 18:04:10','','Faq 2018','','inherit','open','closed','','faq-2018','','','2018-05-03 18:04:10','2018-05-03 18:04:10','',3783,'http://macrec.com/wp-content/uploads/2018/05/Faq-2018.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4435,2,'2018-05-03 18:09:21','2018-05-03 18:09:21','','Citywide Garage Sale Faq','','inherit','open','closed','','citywide-garage-sale-faq','','','2018-05-03 18:09:21','2018-05-03 18:09:21','',3783,'http://macrec.com/wp-content/uploads/2018/05/Citywide-Garage-Sale-Faq.pdf',0,'attachment','application/pdf',0),(4436,2,'2018-05-03 18:10:42','2018-05-03 18:10:42','','Citywide Garage Sale Faq','','inherit','open','closed','','citywide-garage-sale-faq-2','','','2018-05-03 18:10:42','2018-05-03 18:10:42','',3783,'http://macrec.com/wp-content/uploads/2018/05/Citywide-Garage-Sale-Faq-1.pdf',0,'attachment','application/pdf',0),(4440,2,'2018-05-09 15:40:25','2018-05-09 15:40:25','','Manta Rays Summer 2018','','inherit','open','closed','','manta-rays-summer-2018','','','2018-05-09 15:40:25','2018-05-09 15:40:25','',2230,'http://macrec.com/wp-content/uploads/2018/05/Manta-Rays-Summer-2018.pdf',0,'attachment','application/pdf',0),(4441,2,'2018-05-09 15:40:39','2018-05-09 15:40:39','','Manta Rays Summer 2018','','inherit','open','closed','','manta-rays-summer-2018-2','','','2018-05-09 15:40:39','2018-05-09 15:40:39','',2230,'http://macrec.com/wp-content/uploads/2018/05/Manta-Rays-Summer-2018-1.pdf',0,'attachment','application/pdf',0),(4443,2,'2018-05-09 15:42:15','2018-05-09 15:42:15','','Manta Rays Summer 2016','','inherit','open','closed','','manta-rays-summer-2016','','','2018-05-09 15:42:15','2018-05-09 15:42:15','',2230,'http://macrec.com/wp-content/uploads/2018/05/Manta-Rays-Summer-2016.pdf',0,'attachment','application/pdf',0),(4444,2,'2018-05-09 15:47:04','2018-05-09 15:47:04','','Manta Rays Summer 2018','','inherit','open','closed','','manta-rays-summer-2018-3','','','2018-05-09 15:47:04','2018-05-09 15:47:04','',2230,'http://macrec.com/wp-content/uploads/2018/05/Manta-Rays-Summer-2018-2.pdf',0,'attachment','application/pdf',0),(4445,2,'2018-05-09 15:49:11','2018-05-09 15:49:11','','Summer 2018','','inherit','open','closed','','summer-2018','','','2018-05-09 15:49:11','2018-05-09 15:49:11','',2230,'http://macrec.com/wp-content/uploads/2018/05/Summer-2018.jpg',0,'attachment','image/jpeg',0),(4453,2,'2018-05-15 15:37:14','2018-05-15 15:37:14','<iframe width=\"604\" height=\"340\" src=\"https://www.youtube.com/embed/OfHmXA93xOQ?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>','','','publish','closed','closed','','20c802c69f8dcfc749238ad14e154b47','','','2018-05-15 15:37:14','2018-05-15 15:37:14','',0,'http://macrec.com/uncategorized/20c802c69f8dcfc749238ad14e154b47/',0,'oembed_cache','',0),(4454,2,'2018-05-15 15:39:59','2018-05-15 15:39:59','','Cruise In Form','','inherit','open','closed','','cruise-in-form','','','2018-05-15 15:39:59','2018-05-15 15:39:59','',0,'http://macrec.com/wp-content/uploads/2018/05/Cruise-In-Form.pdf',0,'attachment','application/pdf',0),(4455,2,'2018-05-15 15:40:10','2018-05-15 15:40:10','','Cruise In Form','','inherit','open','closed','','cruise-in-form-2','','','2018-05-15 15:40:10','2018-05-15 15:40:10','',0,'http://macrec.com/wp-content/uploads/2018/05/Cruise-In-Form-1.pdf',0,'attachment','application/pdf',0),(4456,2,'2018-05-15 15:40:26','2018-05-15 15:40:26','','Cruise In Form','','inherit','open','closed','','cruise-in-form-3','','','2018-05-15 15:40:26','2018-05-15 15:40:26','',0,'http://macrec.com/wp-content/uploads/2018/05/Cruise-In-Form.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4457,2,'2018-05-15 15:40:44','2018-05-15 15:40:44','','Cruise In Form','','inherit','open','closed','','cruise-in-form-4','','','2018-05-15 15:40:44','2018-05-15 15:40:44','',0,'http://macrec.com/wp-content/uploads/2018/05/Cruise-In-Form-2.pdf',0,'attachment','application/pdf',0),(4461,2,'2018-05-17 14:36:34','2018-05-17 14:36:34','','FunFest presale','','inherit','open','closed','','funfest-presale','','','2018-05-17 14:36:34','2018-05-17 14:36:34','',2122,'http://macrec.com/wp-content/uploads/2018/05/FunFest-presale.png',0,'attachment','image/png',0),(4462,2,'2018-05-17 14:38:55','2018-05-17 14:38:55','','FunFest Flyer pic','','inherit','open','closed','','funfest-flyer-pic','','','2018-05-17 14:38:55','2018-05-17 14:38:55','',2122,'http://macrec.com/wp-content/uploads/2018/05/FunFest-Flyer-pic.png',0,'attachment','image/png',0),(4464,2,'2018-05-17 14:42:39','2018-05-17 14:42:39','','Car Show Flyer','','inherit','open','closed','','car-show-flyer','','','2018-05-17 14:42:39','2018-05-17 14:42:39','',2113,'http://macrec.com/wp-content/uploads/2018/05/Car-Show-Flyer.png',0,'attachment','image/png',0),(4468,2,'2018-05-23 19:52:23','2018-05-23 19:52:23','','June Fitness','','inherit','open','closed','','june-fitness','','','2018-05-23 19:52:23','2018-05-23 19:52:23','',2080,'http://macrec.com/wp-content/uploads/2018/05/June-Fitness.png',0,'attachment','image/png',0),(4473,2,'2018-05-23 20:00:05','2018-05-23 20:00:05','','5K flyer','','inherit','open','closed','','5k-flyer','','','2018-05-23 20:00:05','2018-05-23 20:00:05','',4287,'http://macrec.com/wp-content/uploads/2018/05/5K-flyer.png',0,'attachment','image/png',0),(4474,2,'2018-05-23 20:00:43','2018-05-23 20:00:43','\n\n<a href=\"#\"><img src=\"http://macrec.com/wp-content/uploads/2018/05/5K-flyer.png\" alt=\"5K flyer\" width=\"604\" height=\"794\" class=\"alignleft size-large wp-image-4473\" /></a>\n\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://www.hermescleveland.com/roadracing/events/macrec.asp\">Click here</a> </span><span style=\"color: #000000;\">to register for the 5K for the Rescue.</span></strong></h1>\n\n','5K for the Rescue','','inherit','closed','closed','','4287-revision-v1','','','2018-05-23 20:00:43','2018-05-23 20:00:43','',4287,'http://macrec.com/uncategorized/4287-revision-v1/',0,'revision','',0),(4476,2,'2018-05-25 14:05:45','2018-05-25 14:05:45','','2018 Sponsors','','inherit','open','closed','','2018-sponsors','','','2018-05-25 14:05:45','2018-05-25 14:05:45','',4309,'http://macrec.com/wp-content/uploads/2018/05/2018-Sponsors.png',0,'attachment','image/png',0),(4479,2,'2018-05-25 17:50:56','2018-05-25 17:50:56','','6June 2018','','inherit','open','closed','','6june-2018','','','2018-05-25 17:50:56','2018-05-25 17:50:56','',2221,'http://macrec.com/wp-content/uploads/2018/05/6June-2018.pdf',0,'attachment','application/pdf',0),(4480,2,'2018-05-25 17:51:11','2018-05-25 17:51:11','','June Act','','inherit','open','closed','','june-act','','','2018-05-25 17:51:11','2018-05-25 17:51:11','',2221,'http://macrec.com/wp-content/uploads/2018/05/June-Act.jpg',0,'attachment','image/jpeg',0),(4481,2,'2018-05-25 17:51:13','2018-05-25 17:51:13','','June Lap','','inherit','open','closed','','june-lap','','','2018-05-25 17:51:13','2018-05-25 17:51:13','',2221,'http://macrec.com/wp-content/uploads/2018/05/June-Lap.jpg',0,'attachment','image/jpeg',0),(4483,2,'2018-05-31 19:26:51','2018-05-31 19:26:51','','funfest current sponsors','','inherit','open','closed','','funfest-current-sponsors','','','2018-05-31 19:26:51','2018-05-31 19:26:51','',4309,'http://macrec.com/wp-content/uploads/2018/05/funfest-current-sponsors.png',0,'attachment','image/png',0),(4484,2,'2018-05-31 19:27:50','2018-05-31 19:27:50','\n\n<a href=\"http://macrec.com/wp-content/uploads/2018/05/funfest-current-sponsors.png\"><img class=\" wp-image-4483 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/05/funfest-current-sponsors-300x154.png\" alt=\"\" width=\"423\" height=\"217\" /></a>\n<h2 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Thank you to our 2018 sponsors!</strong></span></h2>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Platinum Sponsor: City Tire Pros</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Gold Sponsor: Faith Fellowship</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Fireworks Show Sponsor: Universal Windows Direct</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Beer Garden Sponsor: Jackson Comfort Heating &amp; Cooling</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">Car Cruise In Sponsor: Century Cart Connection</span></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">List Sponsor: Cable Nine and Ferfolia Funeral Homes</span></h1>\n\n','Sponsorship','','inherit','closed','closed','','4309-revision-v1','','','2018-05-31 19:27:50','2018-05-31 19:27:50','',4309,'http://macrec.com/uncategorized/4309-revision-v1/',0,'revision','',0),(4485,2,'2018-06-01 18:48:56','2018-06-01 18:48:56','','June 2018','','inherit','open','closed','','june-2018','','','2018-06-01 18:48:56','2018-06-01 18:48:56','',2080,'http://macrec.com/wp-content/uploads/2018/06/June-2018.jpg',0,'attachment','image/jpeg',0),(4486,2,'2018-06-01 18:49:01','2018-06-01 18:49:01','','June Fitness Schedule','','inherit','open','closed','','june-fitness-schedule','','','2018-06-01 18:49:01','2018-06-01 18:49:01','',2080,'http://macrec.com/wp-content/uploads/2018/06/June-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(4493,2,'2018-06-04 18:01:12','2018-06-04 18:01:12','','FunFest Flyer','','inherit','open','closed','','funfest-flyer','','','2018-06-04 18:01:12','2018-06-04 18:01:12','',3151,'http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer.jpg',0,'attachment','image/jpeg',0),(4494,2,'2018-06-04 18:02:52','2018-06-04 18:02:52','','CityTire_Logo_BANNERS','','inherit','open','closed','','citytire_logo_banners','','','2018-06-04 18:02:52','2018-06-04 18:02:52','',3151,'http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS.png',0,'attachment','image/png',0),(4496,2,'2018-06-06 18:51:08','2018-06-06 18:51:08','','FunFest Flyer (1)','','inherit','open','closed','','funfest-flyer-1','','','2018-06-06 18:51:08','2018-06-06 18:51:08','',3151,'http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1.jpg',0,'attachment','image/jpeg',0),(4497,2,'2018-06-06 18:51:37','2018-06-06 18:51:37','\n\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Macedonia FunFest 2018 Community Festival presented by City Tire Pros</strong></span></h3>\n<p style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS.png\"><img class=\"alignnone size-medium wp-image-4494\" src=\"http://macrec.com/wp-content/uploads/2018/06/CityTire_Logo_BANNERS-300x29.png\" alt=\"\" width=\"300\" height=\"29\" /></a></p>\n\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>June 7-10, 2018\n</strong></span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Longwoo</strong></span><span style=\"color: #000000;\"><strong>d Park</strong> </span></h2>\n<h4 style=\"text-align: center;\"><span style=\"color: #000000;\">1494 E. Aurora Rd., Macedonia, OH 44056</span></h4>\n[embed]https://www.youtube.com/watch?time_continue=6&v=OfHmXA93xOQ[/embed]\n<h1><a href=\"http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1.jpg\"><img class=\" wp-image-4496 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/06/FunFest-Flyer-1-225x300.jpg\" alt=\"\" width=\"282\" height=\"376\" /></a></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000080;\">  </span><strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://macrec.com/wp-content/uploads/2018/02/FunFest-Sponsorship-Categories-2018.pdf\"><span style=\"color: #ff0000;\">Click Here</span> for our FunFest Sponsorship Categories</a></span></strong></h1>\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://www.hermescleveland.com/roadracing/events/macrec.asp\"><span style=\"color: #ff0000;\">Click Here</span> for MacRec 5K for the Rescue Registration </a></span></strong></h1>\n<h1 style=\"text-align: center;\"><strong><a href=\"http://macrec.com/wp-content/uploads/2018/05/Cruise-In-Form-2.pdf\"><span style=\"color: #ff0000;\">Click Here</span> <span style=\"color: #000000;\">for the Classic Car Cruise In Registration Form</span></a></strong></h1>\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\"><strong><a style=\"color: #000000;\" href=\"http://macrec.com/wp-content/uploads/2018/03/Booth-Space-Application-2018.pdf\"><span style=\"color: #ff0000;\">Click Here</span> for our FunFest Community Booth Application</a></strong>   </span></h1>\n<h1 style=\"text-align: center;\"><strong><a href=\"http://nordoniahills.news/spirit-of-macedonia-fun-fest-2017-photos/#prettyPhoto\"><span style=\"color: #ff0000;\">Click Here</span> <span style=\"color: #000000;\">to checkout photos from last year!</span></a></strong></h1>\n\n','Macedonia FunFest 2018','','inherit','closed','closed','','3151-revision-v1','','','2018-06-06 18:51:37','2018-06-06 18:51:37','',3151,'http://macrec.com/uncategorized/3151-revision-v1/',0,'revision','',0),(4512,2,'2018-06-19 16:19:59','2018-06-19 16:19:59','','Join Our Team','','inherit','open','closed','','join-our-team','','','2018-06-19 16:19:59','2018-06-19 16:19:59','',203,'http://macrec.com/wp-content/uploads/2018/06/Join-Our-Team.png',0,'attachment','image/png',0),(4527,2,'2018-06-20 14:35:46','2018-06-20 14:35:46','','Macedonia Citywide Garage Sale List 2018','','inherit','open','closed','','macedonia-citywide-garage-sale-list-2018-2','','','2018-06-20 14:36:36','2018-06-20 14:36:36','',3783,'http://macrec.com/wp-content/uploads/2018/06/Macedonia-Citywide-Garage-Sale-List-2018-1.pdf',0,'attachment','application/pdf',0),(4528,2,'2018-06-20 14:37:00','2018-06-20 14:37:00','<h4>Macedonia Community Wide Garage Sale 2018</h4>\r\nSaturday &amp; Sunday, June 23 &amp; 24\r\n9:00 AM – 3:00 PM\r\n\r\nCity residents are encouraged to participate in a city wide garage sale event by hosting a sale at their home or by shopping at area sales. Please register your address with the Macedonia Family Recreation Center by submitting a participation form, available at the center. The City sales that are registered by June 14th will be included on a participation list that will be accessible online on the Recreation Center’s website (www.macrec.com). Copies will also be available at the center’s front desk. The participation list will be made available on June 19th.  (Names and phone numbers will not published.) Participation in the sale is not required.  <span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/04/Garage-Sale-form-2018.pdf\">Macedonia Citywide Garage Sale Form</a></span>\r\n\r\nMacedonia Resident participation listing: FREE\r\nMacedonia Resident participation listing with list of sale items: $5\r\n\r\nFor more information, please view the <a href=\"http://macrec.com/wp-content/uploads/2018/05/Citywide-Garage-Sale-Faq.pdf\">Citywide Garage Sale Faq</a> or contact the Macedonia Recreation Center at (330) 468-8370.\r\n<h4><span style=\"color: #ff0000;\"><a href=\"http://macrec.com/wp-content/uploads/2018/06/Macedonia-Citywide-Garage-Sale-List-2018-1.pdf\">Macedonia Citywide Garage Sale List 2018</a></span></h4>\r\n<iframe src=\"https://www.google.com/maps/d/u/0/embed?mid=11oEPU3aiyp_W8C6pB_wBqI4RvSyF3ERt\" width=\"640\" height=\"480\"></iframe>','Macedonia Citywide Garage Sale 2018','','inherit','closed','closed','','3783-revision-v1','','','2018-06-20 14:37:00','2018-06-20 14:37:00','',3783,'http://macrec.com/uncategorized/3783-revision-v1/',0,'revision','',0),(4529,2,'2018-06-21 14:37:58','2018-06-21 14:37:58','','ACT Test','','inherit','open','closed','','act-test','','','2018-06-21 14:37:58','2018-06-21 14:37:58','',2120,'http://macrec.com/wp-content/uploads/2018/06/ACT-Test.png',0,'attachment','image/png',0),(4537,2,'2018-06-26 18:57:26','2018-06-26 18:57:26','','7July 2018','','inherit','open','closed','','7july-2018','','','2018-06-26 18:57:26','2018-06-26 18:57:26','',2221,'http://macrec.com/wp-content/uploads/2018/06/7July-2018.pdf',0,'attachment','application/pdf',0),(4538,2,'2018-06-26 18:57:31','2018-06-26 18:57:31','','July Act','','inherit','open','closed','','july-act','','','2018-06-26 18:57:31','2018-06-26 18:57:31','',2221,'http://macrec.com/wp-content/uploads/2018/06/July-Act.jpg',0,'attachment','image/jpeg',0),(4539,2,'2018-06-26 18:57:35','2018-06-26 18:57:35','','July Lap','','inherit','open','closed','','july-lap','','','2018-06-26 18:57:35','2018-06-26 18:57:35','',2221,'http://macrec.com/wp-content/uploads/2018/06/July-Lap.jpg',0,'attachment','image/jpeg',0),(4542,2,'2018-06-29 14:13:27','2018-06-29 14:13:27','','July Fitness','','inherit','open','closed','','july-fitness','','','2018-06-29 14:13:27','2018-06-29 14:13:27','',2080,'http://macrec.com/wp-content/uploads/2018/06/July-Fitness.png',0,'attachment','image/png',0),(4544,2,'2018-07-02 13:53:25','2018-07-02 13:53:25','','Soccer and football','','inherit','open','closed','','soccer-and-football','','','2018-07-02 13:53:25','2018-07-02 13:53:25','',2109,'http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football.png',0,'attachment','image/png',0),(4546,2,'2018-07-02 14:05:26','2018-07-02 14:05:26','','New Yoga','','inherit','open','closed','','new-yoga','','','2018-07-02 14:05:26','2018-07-02 14:05:26','',2122,'http://macrec.com/wp-content/uploads/2018/07/New-Yoga.png',0,'attachment','image/png',0),(4550,2,'2018-07-02 14:10:59','2018-07-02 14:10:59','','Ultimate_Warrior_Camp_4_1','','inherit','open','closed','','ultimate_warrior_camp_4_1','','','2018-07-02 14:10:59','2018-07-02 14:10:59','',3621,'http://macrec.com/wp-content/uploads/2018/07/Ultimate_Warrior_Camp_4_1.jpg',0,'attachment','image/jpeg',0),(4556,2,'2018-07-06 17:14:37','2018-07-06 17:14:37','[[\"Name \",\"Department\",\"Email Address\"],[\"Angela Gmerek\",\"Director of Parks & Recreation\",\"<a href=\\\"mailto:agmerek@macedonia.oh.us\\\">agmerek@macedonia.oh.us<\\/a>\"],[\"John Doyle\",\"Aquatics Coordinator\",\"<a href=\\\"mailto:jdoyle@macedonia.oh.us\\\">jdoyle@macedonia.oh.us<\\/a>\"],[\"Cindy Funk\",\"Administrative Coordinator\",\"<a href=\\\"mailto:cfunk@macedonia.oh.us\\\">cfunk@macedonia.oh.us<\\/a>\"],[\"Alan Hamski\",\"Recreation Coordinator\",\"<a href=\\\"mailto:ahamski@macedonia.oh.us\\\">ahamski@macedonia.oh.us<\\/a>\"],[\"Bill Lupica\",\"Building Foreman\",\"<a href=\\\"mailto:blupica@macedonia.oh.us\\\">blupica@macedonia.oh.us<\\/a>\"],[\"Brad Wisniewski\",\"Membership & Marketing Coordinator\",\"<a href=\\\"mailto:bwisniewski@macedonia.oh.us\\\">bwisniewski@macedonia.oh.us<\\/a>\"]]','Email Address List','','inherit','closed','closed','','2457-revision-v1','','','2018-07-06 17:14:37','2018-07-06 17:14:37','',2457,'http://macrec.com/uncategorized/2457-revision-v1/',0,'revision','',0),(4557,2,'2018-07-10 15:22:31','2018-07-10 15:22:31','\n\n<div id=\"sub_nav\"></div>\n<div id=\"content\">\n<h4>Shelter Reservation Policy</h4>\n<strong>1.</strong> Shelters may be reserved by Macedonia Residents beginning January 1st for that current year. Non-residents may reserve shelters after February 1st for that current year.\nProof of residency required.\n<strong>2.</strong> Shelters available to reserve on a ﬁrst come ﬁrst serve basis.\n<strong>3.</strong> Electrical Outlets are available at Longwood only. Sanitary facilities are also available. Water is available at Longwood, and features hiking trails, softball ﬁelds, and playgrounds. Sugarbush offers a basketball court, softball ﬁeld, playground, and hiking trails.\n<strong>4.</strong> Alcoholic Beverages are Prohibited.\n<strong>5.</strong> The Shelter reservation will not exempt you from the rules of the park or the City of Macedonia.\n<strong>6.</strong> Park hours are from 8:00am to 8:00pm. Shelters are reserved for the entire day. (Dawn to Dusk)\n<strong>7.</strong> Cost of reserving shelters:\n\n<strong>Residents: $25 weekdays (M-F) $50 weekends/holidays</strong>\n<strong>Non-residents: $50 weekdays (M-F) $75 weekends/holidays</strong>\n\n<strong>8.</strong> Refunds will be issued only when shelter is deemed unusable by the Parks and Recreation Administrative Staff or when a request for a refund is made 30 days before the event.\n\n<strong>Longwood 1</strong> — accommodates up to 100 people and has 10 tables.\n<strong>Longwood 2</strong> — accommodates up to 100 people and has 10 tables.\n<strong>Longwood 3</strong> — accommodates up to 65 people and has 6 tables.\n<strong>Sugarbush</strong> — accommodates up to 85 people and has 8 tables.\n\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/02/Shelter-Form.pdf\">Download the Shelter Form Application Here</a></span>\n\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2017/01/Field-Permit-Application.pdf\">Download the Field Permit Application Here</a></span>\n\n<span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2017/03/Longwood-Park-Map-2017.pdf\">Longwood Park Map </a></span>\n\n</div>\n\n','Shelter Reservations','','inherit','closed','closed','','2252-revision-v1','','','2018-07-10 15:22:31','2018-07-10 15:22:31','',2252,'http://macrec.com/uncategorized/2252-revision-v1/',0,'revision','',0),(4561,2,'2018-07-11 14:16:39','2018-07-11 14:16:39','','July Fitness Schedule','','inherit','open','closed','','july-fitness-schedule','','','2018-07-11 14:16:39','2018-07-11 14:16:39','',2080,'http://macrec.com/wp-content/uploads/2018/07/July-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(4566,2,'2018-07-19 13:32:10','2018-07-19 13:32:10','<h2><span style=\"color: #000080;\">Pool Rental Info</span></h2>\r\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\r\n\r\n<strong>Class 1</strong>: City of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\r\n\r\n<strong>Class 2</strong>: Macedonia based, non-profit, tax exempt corporations as established by the IRS (civic organizations, churches, fraternal bodies) not charging admissions.\r\n\r\n<strong>Class 3</strong>: Any organization, institution, agency, group or individual not included in Class 1 or 2.\r\n<div id=\"tablepress-2_wrapper\" class=\"dataTables_wrapper no-footer\">\r\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2 dataTable no-footer\"><caption><a href=\"http://macrec.com/wp-admin/admin.php?page=tablepress&amp;action=edit&amp;table_id=2\">Edit</a></caption>\r\n<thead>\r\n<tr class=\"row-1 odd\">\r\n<th class=\"column-1 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Hourly Rental Rates\r\nRoom/Area</th>\r\n<th class=\"column-2 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Maximum\r\nOccupancy</th>\r\n<th class=\"column-3 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 1\r\nper hour</th>\r\n<th class=\"column-4 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 2\r\nper hour</th>\r\n<th class=\"column-5 sorting_disabled\" colspan=\"1\" rowspan=\"1\">Class 3\r\nper hour</th>\r\n</tr>\r\n</thead>\r\n<tbody class=\"row-hover\">\r\n<tr class=\"row-2 even\">\r\n<td class=\"column-1\">Activity Room</td>\r\n<td class=\"column-2\">40</td>\r\n<td class=\"column-3\">$30</td>\r\n<td class=\"column-4\">$40</td>\r\n<td class=\"column-5\">$50</td>\r\n</tr>\r\n<tr class=\"row-3 odd\">\r\n<td class=\"column-1\">Rotunda – Section</td>\r\n<td class=\"column-2\">40</td>\r\n<td class=\"column-3\">$20</td>\r\n<td class=\"column-4\">$30</td>\r\n<td class=\"column-5\">$35</td>\r\n</tr>\r\n<tr class=\"row-4 even\">\r\n<td class=\"column-1\">Natatorium – Whole*</td>\r\n<td class=\"column-2\">200</td>\r\n<td class=\"column-3\">$150</td>\r\n<td class=\"column-4\">$200</td>\r\n<td class=\"column-5\">$300</td>\r\n</tr>\r\n<tr class=\"row-5 odd\">\r\n<td class=\"column-1\">Natatorium – Lap Pool</td>\r\n<td class=\"column-2\">100</td>\r\n<td class=\"column-3\">$90</td>\r\n<td class=\"column-4\">$100</td>\r\n<td class=\"column-5\">$120</td>\r\n</tr>\r\n<tr class=\"row-6 even\">\r\n<td class=\"column-1\">Natatorium – Activity Pool</td>\r\n<td class=\"column-2\">75</td>\r\n<td class=\"column-3\">$90</td>\r\n<td class=\"column-4\">$100</td>\r\n<td class=\"column-5\">$120</td>\r\n</tr>\r\n<tr class=\"row-7 odd\">\r\n<td class=\"column-1\">Natatorium – Lap Lane</td>\r\n<td class=\"column-2\">10</td>\r\n<td class=\"column-3\">$20</td>\r\n<td class=\"column-4\">$25</td>\r\n<td class=\"column-5\">$30</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','Pool Rental','','inherit','closed','closed','','3860-revision-v1','','','2018-07-19 13:32:10','2018-07-19 13:32:10','',3860,'http://macrec.com/uncategorized/3860-revision-v1/',0,'revision','',0),(4567,2,'2018-07-25 13:58:20','2018-07-25 13:58:20','','8August 2018','','inherit','open','closed','','8august-2018','','','2018-07-25 13:58:20','2018-07-25 13:58:20','',2221,'http://macrec.com/wp-content/uploads/2018/07/8August-2018.pdf',0,'attachment','application/pdf',0),(4568,2,'2018-07-25 13:58:24','2018-07-25 13:58:24','','8August Act','','inherit','open','closed','','8august-act','','','2018-07-25 13:58:24','2018-07-25 13:58:24','',2221,'http://macrec.com/wp-content/uploads/2018/07/8August-Act.jpg',0,'attachment','image/jpeg',0),(4569,2,'2018-07-25 13:58:26','2018-07-25 13:58:26','','8August Lap','','inherit','open','closed','','8august-lap','','','2018-07-25 13:58:26','2018-07-25 13:58:26','',2221,'http://macrec.com/wp-content/uploads/2018/07/8August-Lap.jpg',0,'attachment','image/jpeg',0),(4572,2,'2018-07-25 20:15:23','2018-07-25 20:15:23','','August Fitness','','inherit','open','closed','','august-fitness','','','2018-07-25 20:15:23','2018-07-25 20:15:23','',2080,'http://macrec.com/wp-content/uploads/2018/07/August-Fitness.png',0,'attachment','image/png',0),(4573,2,'2018-07-25 20:16:11','2018-07-25 20:16:11','','August Fitness Schedule','','inherit','open','closed','','august-fitness-schedule','','','2018-07-25 20:16:11','2018-07-25 20:16:11','',2080,'http://macrec.com/wp-content/uploads/2018/07/August-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(4578,2,'2018-07-26 14:06:51','2018-07-26 14:06:51','','Tai Chi (2)','','inherit','open','closed','','tai-chi-2','','','2018-07-26 14:06:51','2018-07-26 14:06:51','',2122,'http://macrec.com/wp-content/uploads/2018/07/Tai-Chi-2.png',0,'attachment','image/png',0),(4580,2,'2018-07-26 14:14:56','2018-07-26 14:14:56','','New Yoga','','inherit','open','closed','','new-yoga-2','','','2018-07-26 14:14:56','2018-07-26 14:14:56','',2080,'http://macrec.com/wp-content/uploads/2018/07/New-Yoga-1.png',0,'attachment','image/png',0),(4587,2,'2018-08-02 16:18:14','2018-08-02 16:18:14','\n\n<strong> </strong>\n\n','Sport Camps','','inherit','closed','closed','','3621-revision-v1','','','2018-08-02 16:18:14','2018-08-02 16:18:14','',3621,'http://macrec.com/uncategorized/3621-revision-v1/',0,'revision','',0),(4588,2,'2018-08-02 20:47:22','2018-08-02 20:47:22','\n\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Looking to have your business recognized by more than 30,000 people each season?</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join our Light Pole Banner Program!</span></p>\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors.png\"><img class=\"size-medium wp-image-4877 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors-300x245.png\" alt=\"\" width=\"300\" height=\"245\" /></a>\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2019/01/Banner-Program.pdf\">CLICK HERE for the Banner Program Flyer!</a> </span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Thank you to our winter sponsors: </span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">So So Artsy, Merit Dental &amp; SummaCare!</span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">CLICK HERE for the Banner Application!</a></span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Spring Applications due by February 15!</span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>What:</strong> The Macedonia Family Recreation Center is beautifying the parking lot by adding large, colorful banners to the light poles. We hope to partner with local businesses to build a better community.  We are looking for area businesses to sponsor a banner by adding your logo!</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>When</strong>: We have four display periods available: Fall (September-November), Winter (December-February), Spring (March-May), and Summer (June-August). Banners will be displayed for a 90-day period.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Who: </strong>Who will see your banner? During any 3-month period, the Rec Center has more than 30,000 member visits. That\'s not counting special events, practices and games, swim meets and an array of events that draw people to the Recreation Center and Longwood Park.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>How: </strong>Looking to add your business logo? Please fill out our</span> <strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">Banner Application</a></span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Details: </strong>All banners will be provided, installed and removed by the City. Banners are 30\" x 60\" and double-sided. Banner applications are approved on a first come first serve basis. We have the right to refuse any banner application. Applications received for a period that is already full will be first for the next upcoming season. </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Cost: </strong>Each 30\" x 60\" double-sided banner costs $300 for any 90-day period. The cost of the banner includes: design, hardware, material, installation and removal of each banner. That\'s $300 for 90 days of advertising that will reach over 30,000 people, roughly $3.33 a day!!!</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Contact: </strong>If you have any questions about the Banner Program, call 330-468-8375 or email bwisniewski@macedonia.oh.us</span></p>\n\n','Banner Program','','publish','closed','closed','','banners','','','2019-01-09 16:44:05','2019-01-09 16:44:05','',0,'http://macrec.com/?page_id=4588',0,'page','',0),(4589,2,'2018-08-02 20:00:28','2018-08-02 20:00:28','','Fall','','inherit','open','closed','','fall','','','2018-08-02 20:00:28','2018-08-02 20:00:28','',4588,'http://macrec.com/wp-content/uploads/2018/08/Fall.jpg',0,'attachment','image/jpeg',0),(4591,2,'2018-08-02 20:21:54','2018-08-02 20:21:54','','City of Macedonia Banner Application','','inherit','open','closed','','city-of-macedonia-banner-application','','','2018-08-02 20:21:54','2018-08-02 20:21:54','',4588,'http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application.pdf',0,'attachment','application/pdf',0),(4592,2,'2018-08-02 20:41:05','2018-08-02 20:41:05','','Banner Program','','inherit','open','closed','','banner-program','','','2018-08-02 20:41:05','2018-08-02 20:41:05','',4588,'http://macrec.com/wp-content/uploads/2018/08/Banner-Program.png',0,'attachment','image/png',0),(4594,2,'2018-08-02 20:50:19','2018-08-02 20:50:19',' ','','','publish','closed','closed','','4594','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',0,'http://macrec.com/?p=4594',25,'nav_menu_item','',0),(4597,2,'2018-08-03 15:07:56','2018-08-03 15:07:56','','Tai Chi','','inherit','open','closed','','tai-chi','','','2018-08-03 15:07:56','2018-08-03 15:07:56','',2080,'http://macrec.com/wp-content/uploads/2018/08/Tai-Chi.png',0,'attachment','image/png',0),(4602,2,'2018-08-07 19:57:52','2018-08-07 19:57:52','','Sports Registration Form','','inherit','open','closed','','sports-registration-form','','','2018-08-07 19:57:52','2018-08-07 19:57:52','',2109,'http://macrec.com/wp-content/uploads/2018/08/Sports-Registration-Form.pdf',0,'attachment','application/pdf',0),(4603,2,'2018-08-07 19:58:09','2018-08-07 19:58:09','','Sports Registration Form','','inherit','open','closed','','sports-registration-form-2','','','2018-08-07 19:58:09','2018-08-07 19:58:09','',2109,'http://macrec.com/wp-content/uploads/2018/08/Sports-Registration-Form-1.pdf',0,'attachment','application/pdf',0),(4604,2,'2018-08-07 19:58:32','2018-08-07 19:58:32','','Parent-Guardian Signature Form','','inherit','open','closed','','parent-guardian-signature-form-2','','','2018-08-07 19:58:32','2018-08-07 19:58:32','',2109,'http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf',0,'attachment','application/pdf',0),(4605,2,'2018-08-07 19:59:08','2018-08-07 19:59:08','','Sports Registration Form','','inherit','open','closed','','sports-registration-form-3','','','2018-08-07 19:59:08','2018-08-07 19:59:08','',2109,'http://macrec.com/wp-content/uploads/2018/08/Sports-Registration-Form-2.pdf',0,'attachment','application/pdf',0),(4606,2,'2018-08-07 20:03:00','2018-08-07 20:03:00','','Official Sports Registration Form','','inherit','open','closed','','official-sports-registration-form','','','2018-08-07 20:03:00','2018-08-07 20:03:00','',2109,'http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png',0,'attachment','image/png',0),(4616,2,'2018-08-15 19:43:32','2018-08-15 19:43:32','','Fall 2018 Chart - Color','','inherit','open','closed','','fall-2018-chart-color','','','2018-08-15 19:43:32','2018-08-15 19:43:32','',2128,'http://macrec.com/wp-content/uploads/2018/08/Fall-2018-Chart-Color.pdf',0,'attachment','application/pdf',0),(4619,2,'2018-08-15 19:47:39','2018-08-15 19:47:39','','Fall 2018 Pic','','inherit','open','closed','','fall-2018-pic','','','2018-08-15 19:47:39','2018-08-15 19:47:39','',2128,'http://macrec.com/wp-content/uploads/2018/08/Fall-2018-Pic.jpg',0,'attachment','image/jpeg',0),(4622,2,'2018-08-17 15:21:44','2018-08-17 15:21:44','','Fall Baseball','','inherit','open','closed','','fall-baseball','','','2018-08-17 15:21:44','2018-08-17 15:21:44','',2109,'http://macrec.com/wp-content/uploads/2018/08/Fall-Baseball.png',0,'attachment','image/png',0),(4625,2,'2018-08-24 18:25:49','2018-08-24 18:25:49','','Line Dance','','inherit','open','closed','','line-dance','','','2018-08-24 18:25:49','2018-08-24 18:25:49','',2080,'http://macrec.com/wp-content/uploads/2018/08/Line-Dance.png',0,'attachment','image/png',0),(4634,2,'2018-08-27 20:55:17','2018-08-27 20:55:17','','September Fitness Schedule','','inherit','open','closed','','september-fitness-schedule','','','2018-08-27 20:55:17','2018-08-27 20:55:17','',2080,'http://macrec.com/wp-content/uploads/2018/08/September-Fitness-Schedule.pdf',0,'attachment','application/pdf',0),(4635,2,'2018-08-27 20:56:42','2018-08-27 20:56:42','','September Fitness','','inherit','open','closed','','september-fitness','','','2018-08-27 20:56:42','2018-08-27 20:56:42','',2080,'http://macrec.com/wp-content/uploads/2018/08/September-Fitness.png',0,'attachment','image/png',0),(4638,2,'2018-08-27 22:00:13','2018-08-27 22:00:13','','City of Macedonia Banner Application','','inherit','open','closed','','city-of-macedonia-banner-application-2','','','2018-08-27 22:00:13','2018-08-27 22:00:13','',4588,'http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf',0,'attachment','application/pdf',0),(4641,2,'2018-08-28 15:59:27','2018-08-28 15:59:27','','9September 2018','','inherit','open','closed','','9september-2018','','','2018-08-28 15:59:27','2018-08-28 15:59:27','',2221,'http://macrec.com/wp-content/uploads/2018/08/9September-2018.pdf',0,'attachment','application/pdf',0),(4642,2,'2018-08-28 15:59:44','2018-08-28 15:59:44','','9September Lap','','inherit','open','closed','','9september-lap','','','2018-08-28 15:59:44','2018-08-28 15:59:44','',2221,'http://macrec.com/wp-content/uploads/2018/08/9September-Lap.jpg',0,'attachment','image/jpeg',0),(4643,2,'2018-08-28 15:59:53','2018-08-28 15:59:53','','9September Act','','inherit','open','closed','','9september-act','','','2018-08-28 15:59:53','2018-08-28 15:59:53','',2221,'http://macrec.com/wp-content/uploads/2018/08/9September-Act.jpg',0,'attachment','image/jpeg',0),(4649,2,'2018-09-11 18:21:52','2018-09-11 18:21:52','','Cupping Therapy','','inherit','open','closed','','cupping-therapy','','','2018-09-11 18:21:52','2018-09-11 18:21:52','',2245,'http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy.png',0,'attachment','image/png',0),(4651,2,'2018-09-11 18:23:15','2018-09-11 18:23:15','','September Special','','inherit','open','closed','','september-special','','','2018-09-11 18:23:15','2018-09-11 18:23:15','',2241,'http://macrec.com/wp-content/uploads/2018/09/September-Special.png',0,'attachment','image/png',0),(4652,2,'2018-09-11 18:23:38','2018-09-11 18:23:38','','1 on 1 training','','inherit','open','closed','','1-on-1-training','','','2018-09-11 18:23:38','2018-09-11 18:23:38','',2241,'http://macrec.com/wp-content/uploads/2018/09/1-on-1-training.png',0,'attachment','image/png',0),(4654,2,'2018-09-12 15:10:23','2018-09-12 15:10:23','','Dining Etiquette','','inherit','open','closed','','dining-etiquette','','','2018-09-12 15:10:23','2018-09-12 15:10:23','',2120,'http://macrec.com/wp-content/uploads/2018/09/Dining-Etiquette.png',0,'attachment','image/png',0),(4656,2,'2018-09-14 18:02:10','2018-09-14 18:02:10','','Pumpkin Final (1)','','inherit','open','closed','','pumpkin-final-1','','','2018-09-14 18:02:10','2018-09-14 18:02:10','',2120,'http://macrec.com/wp-content/uploads/2018/09/Pumpkin-Final-1.png',0,'attachment','image/png',0),(4661,2,'2018-09-17 20:24:43','2018-09-17 20:24:43','[[\"Hours\",\"Phone\",\"Address\"],[\"Mon-Thurs   5:30am-9pm\",\"Main Line  330-468-8370\",\"1494 East Aurora Rd.\"],[\"Friday   5:30am-8pm\",\"Hotline  330-468-8369\",\"Macedonia, Oh 44056\"],[\"Saturday   8am-6pm\",\"Fax  330-468-8377\",\"\"],[\"Sunday   9am-5pm\",\"\",\"\"],[\"* Pool closes 30 minutes BEFORE facility.\",\"SPECIAL CLOSINGS: Facility will be closed on Easter, Memorial Day, July 4th, Labor Day, Thanksgiving, Christmas Eve, Christmas Day, New Year\\u2019s Eve, New Year\\u2019s Day, Annual Facility Shutdown. \",\"#colspan#\"]]','Home page hours, phone and address','','inherit','closed','closed','','2390-revision-v1','','','2018-09-17 20:24:43','2018-09-17 20:24:43','',2390,'http://macrec.com/uncategorized/2390-revision-v1/',0,'revision','',0),(4662,2,'2018-09-21 15:38:41','2018-09-21 15:38:41','','Movie in the Park','','inherit','open','closed','','movie-in-the-park','','','2018-09-21 15:38:41','2018-09-21 15:38:41','',2122,'http://macrec.com/wp-content/uploads/2018/09/Movie-in-the-Park.jpg',0,'attachment','image/jpeg',0),(4663,2,'2018-09-21 15:40:57','2018-09-21 15:40:57','','dive in oz','','inherit','open','closed','','dive-in-oz','','','2018-09-21 15:40:57','2018-09-21 15:40:57','',2122,'http://macrec.com/wp-content/uploads/2018/09/dive-in-oz.jpg',0,'attachment','image/jpeg',0),(4669,2,'2018-09-21 18:54:01','2018-09-21 18:54:01','','Banner Program','','inherit','open','closed','','banner-program-2','','','2018-09-21 18:54:01','2018-09-21 18:54:01','',4588,'http://macrec.com/wp-content/uploads/2018/09/Banner-Program.png',0,'attachment','image/png',0),(4671,2,'2018-09-21 18:56:39','2018-09-21 18:56:39','','Winter','','inherit','open','closed','','winter','','','2018-09-21 18:56:39','2018-09-21 18:56:39','',4588,'http://macrec.com/wp-content/uploads/2018/09/Winter.jpg',0,'attachment','image/jpeg',0),(4673,2,'2018-09-21 18:58:20','2018-09-21 18:58:20','','Automotive Adv Banner Hanging','','inherit','open','closed','','automotive-adv-banner-hanging','','','2018-09-21 18:58:20','2018-09-21 18:58:20','',4588,'http://macrec.com/wp-content/uploads/2018/09/Automotive-Adv-Banner-Hanging.jpg',0,'attachment','image/jpeg',0),(4674,2,'2018-09-21 19:01:48','2018-09-21 19:01:48','','Capture','','inherit','open','closed','','capture','','','2018-09-21 19:01:48','2018-09-21 19:01:48','',4588,'http://macrec.com/wp-content/uploads/2018/09/Capture.png',0,'attachment','image/png',0),(4676,2,'2018-09-25 14:22:22','2018-09-25 14:22:22','','Monsters Ticket Form','','inherit','open','closed','','monsters-ticket-form','','','2018-09-25 14:22:22','2018-09-25 14:22:22','',2122,'http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png',0,'attachment','image/png',0),(4683,2,'2018-09-27 20:42:55','2018-09-27 20:42:55','<a href=\"http://macrec.com/wp-content/uploads/2018/09/Merchandise-1.png\"><img class=\" wp-image-4684 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/09/Merchandise-1-232x300.png\" alt=\"\" width=\"301\" height=\"389\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">We are now selling Mac Rec apparel! A ton of designs, colors and styles for men, ladies and toddlers!</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https://www.badlime.com/collections/macedonia-family-recreation-center\">Click here for our online store!</a></span></h2>','Merchandise','','publish','closed','closed','','merchandise','','','2018-11-07 18:03:45','2018-11-07 18:03:45','',0,'http://macrec.com/?page_id=4683',0,'page','',0),(4684,2,'2018-09-27 20:41:39','2018-09-27 20:41:39','','Merchandise (1)','','inherit','open','closed','','merchandise-1','','','2018-09-27 20:41:39','2018-09-27 20:41:39','',4683,'http://macrec.com/wp-content/uploads/2018/09/Merchandise-1.png',0,'attachment','image/png',0),(4686,2,'2018-09-27 20:43:28','2018-09-27 20:43:28',' ','','','publish','closed','closed','','4686','','','2018-09-27 20:43:28','2018-09-27 20:43:28','',0,'http://macrec.com/?p=4686',26,'nav_menu_item','',0),(4687,2,'2018-09-27 20:48:48','2018-09-27 20:48:48','<a href=\"http://macrec.com/wp-content/uploads/2018/09/Merchandise-1.png\"><img class=\" wp-image-4684 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/09/Merchandise-1-232x300.png\" alt=\"\" width=\"301\" height=\"389\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">We are now selling Mac Rec apparel! A ton of designs, colors and style for men, ladies and toddlers!</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https://www.badlime.com/collections/macedonia-family-recreation-center\">Click here for our online store!</a></span></h2>','Merchandise','','inherit','closed','closed','','4683-autosave-v1','','','2018-09-27 20:48:48','2018-09-27 20:48:48','',4683,'http://macrec.com/uncategorized/4683-autosave-v1/',0,'revision','',0),(4689,2,'2018-09-28 16:58:09','2018-09-28 16:58:09','','October Schedule','','inherit','open','closed','','october-schedule','','','2018-09-28 16:58:09','2018-09-28 16:58:09','',2080,'http://macrec.com/wp-content/uploads/2018/09/October-Schedule.pdf',0,'attachment','application/pdf',0),(4690,2,'2018-09-28 16:58:23','2018-09-28 16:58:23','','October Fitness 18','','inherit','open','closed','','october-fitness-18','','','2018-09-28 16:58:23','2018-09-28 16:58:23','',2080,'http://macrec.com/wp-content/uploads/2018/09/October-Fitness-18.png',0,'attachment','image/png',0),(4693,2,'2018-10-01 13:14:43','2018-10-01 13:14:43','','SilverSneakers Schedule','','inherit','open','closed','','silversneakers-schedule','','','2018-10-01 13:14:43','2018-10-01 13:14:43','',2080,'http://macrec.com/wp-content/uploads/2018/10/SilverSneakers-Schedule.png',0,'attachment','image/png',0),(4695,2,'2018-10-01 14:16:53','2018-10-01 14:16:53','','10October 2018','','inherit','open','closed','','10october-2018','','','2018-10-01 14:16:53','2018-10-01 14:16:53','',2221,'http://macrec.com/wp-content/uploads/2018/10/10October-2018.pdf',0,'attachment','application/pdf',0),(4696,2,'2018-10-01 14:17:04','2018-10-01 14:17:04','','10October 2018 Lap','','inherit','open','closed','','10october-2018-lap','','','2018-10-01 14:17:04','2018-10-01 14:17:04','',2221,'http://macrec.com/wp-content/uploads/2018/10/10October-2018-Lap.jpg',0,'attachment','image/jpeg',0),(4697,2,'2018-10-01 14:17:12','2018-10-01 14:17:12','','10October 2108 Act','','inherit','open','closed','','10october-2108-act','','','2018-10-01 14:17:12','2018-10-01 14:17:12','',2221,'http://macrec.com/wp-content/uploads/2018/10/10October-2108-Act.jpg',0,'attachment','image/jpeg',0),(4702,2,'2018-10-01 19:25:34','2018-10-01 19:25:34','','Tap Class','','inherit','open','closed','','tap-class-2','','','2018-10-01 19:25:34','2018-10-01 19:25:34','',2120,'http://macrec.com/wp-content/uploads/2018/10/Tap-Class.jpg',0,'attachment','image/jpeg',0),(4710,2,'2018-10-01 20:26:57','2018-10-01 20:26:57','\n\n<h4>Bethann Barto, fitness consultant,    email:  <span style=\"color: #0000ff;\"><em><a style=\"color: #0000ff;\" href=\"mailto:bethann946@roadrunner.com\">bethann946@roadrunner.com</a></em></span></h4>\n\n<h2>Massage Services</h2>\nMassage is the manipulation of the soft tissues of the body which helps ease stress, and muscular tension, relieve pain from injuries and speed healing.\n\nLooking to add on additional services?  We offer 90 minute massage and 180 minute massage as well.\n\nAll one-hour massage services now include a steamed, hot towel.\n\n<strong>Our Policies:</strong>\n\nA $25 reservation fee to hold appointment time for non-members of the Macedonia Family Recreation Center.\nFee will be put towards price of service as long as appointment is held.\nA $25 fee will be assessed for any cancellation not made 24 hours before appointment.\n\n<strong>*Massage prices do not include gratuity.*</strong>\n\n<strong>*Draping is REQUIRED for all massage services.*</strong>\n<h4><a href=\"http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy.png\"><img class=\"alignnone size-medium wp-image-4649\" src=\"http://macrec.com/wp-content/uploads/2018/09/Cupping-Therapy-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h4>\n<h4>Massage Service Descriptions</h4>\n[su_accordion]\n[su_spoiler title=\"Deep Tissue Massage\" style=\"fancy\"]This massage focuses on deep layers of muscle tissue to release tension in the body by using slow stokes with extra pressure.\nMembers $65     Residents $70      General Public $75   (price per hour) [/su_spoiler]\n\n[su_spoiler title=\"Swedish Massage\" style=\"fancy\"]Swedish massage therapy involves soft, long, kneading strokes, as well as light, rhythmic, tapping strokes, on topmost layers of muscles.\nMembers $60     Residents $65      General Public $70  (price per hour)\n\n[/su_spoiler]\n\n[su_spoiler title=\"Athletic Massage\" style=\"fancy\"]This massage is geared toward athletes-runners, swimmers, tri-athletes people who need specific areas worked on.\nMembers $65     Residents $70      General Public $75   (price per hour)[/su_spoiler]\n[su_spoiler title=\"Chair Massage\" style=\"fancy\"]In a hurry? Remain fully dressed while enjoying an invigorating massage in chair. Minimum 10 min. required.\nFee: $1.25 per minute [/su_spoiler]\n\n[su_spoiler title=\"Cupping Therapy\" style=\"fancy\"] Over 7,000 years old dating back to Egyptian and Chinese doctors to heal patients. The Massage Therapist uses silicone cups to pull the muscle outward instead of pressing down on the muscle tissue. The method is safe and highly effective for most people. This method relieves muscle soreness, helps heal and remove toxins and helps in circulation.  Minimum 10 min. required.\nFee: $1.00 per minute [/su_spoiler]\n\n[su_spoiler title=\"Massage Package Deals\" style=\"fancy\"]\n\nPurchase 5 Swedish at regular price and get 1 hour FREE\nMembers $300     Residents $325      General Public $375\n\nPurchase 5 Deep Tissue at regular price and get 1 hour FREE\nMembers $325     Residents $350      General Public $375\n\n[/su_spoiler]\n[/su_accordion]\n\n','Massage','','inherit','closed','closed','','2245-revision-v1','','','2018-10-01 20:26:57','2018-10-01 20:26:57','',2245,'http://macrec.com/uncategorized/2245-revision-v1/',0,'revision','',0),(4711,2,'2018-10-01 20:27:40','2018-10-01 20:27:40','\n\n<h4><span style=\"color: #0000ff;\">Bethann barto, fitness consultant,    email:  </span><em><a href=\"mailto:bethann946@roadrunner.com\"><span style=\"color: #0000ff;\">bethann946@roadrunner.com</span></a></em></h4>\n\n<!-- &#091;if gte mso 9&#093;><xml>\n<o:OfficeDocumentSettings>\n<o:AllowPNG></o:AllowPNG>\n</o:OfficeDocumentSettings>\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\n<w:WordDocument>\n<w:View>Normal</w:View>\n<w:Zoom>0</w:Zoom>\n<w:TrackMoves></w:TrackMoves>\n<w:TrackFormatting></w:TrackFormatting>\n<w:PunctuationKerning></w:PunctuationKerning>\n<w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\n<w:DoNotPromoteQF></w:DoNotPromoteQF>\n<w:LidThemeOther>EN-US</w:LidThemeOther>\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\n<w:Compatibility>\n<w:BreakWrappedTables></w:BreakWrappedTables>\n<w:SnapToGridInCell></w:SnapToGridInCell>\n<w:WrapTextWithPunct></w:WrapTextWithPunct>\n<w:UseAsianBreakRules></w:UseAsianBreakRules>\n<w:DontGrowAutofit></w:DontGrowAutofit>\n<w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>\n<w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>\n<w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>\n<w:OverrideTableStyleHps></w:OverrideTableStyleHps>\n</w:Compatibility>\n<m:mathPr>\n<m:mathFont m:val=\"Cambria Math\"></m:mathFont>\n<m:brkBin m:val=\"before\"></m:brkBin>\n<m:brkBinSub m:val=\"&#45;-\"></m:brkBinSub>\n<m:smallFrac m:val=\"off\"></m:smallFrac>\n<m:dispDef></m:dispDef>\n<m:lMargin m:val=\"0\"></m:lMargin>\n<m:rMargin m:val=\"0\"></m:rMargin>\n<m:defJc m:val=\"centerGroup\"></m:defJc>\n<m:wrapIndent m:val=\"1440\"></m:wrapIndent>\n<m:intLim m:val=\"subSup\"></m:intLim>\n<m:naryLim m:val=\"undOvr\"></m:naryLim>\n</m:mathPr></w:WordDocument>\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 9&#093;><xml>\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"></w:LsdException>\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"></w:LsdException>\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"></w:LsdException>\n</w:LatentStyles>\n</xml><!&#091;endif&#093;--><!-- &#091;if gte mso 10&#093;>\n\n<style>\n /* Style Definitions */<br />table.MsoNormalTable<br />{mso-style-name:\"Table Normal\";<br />mso-tstyle-rowband-size:0;<br />mso-tstyle-colband-size:0;<br />mso-style-noshow:yes;<br />mso-style-priority:99;<br />mso-style-parent:\"\";<br />mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />mso-para-margin-top:0in;<br />mso-para-margin-right:0in;<br />mso-para-margin-bottom:10.0pt;<br />mso-para-margin-left:0in;<br />line-height:115%;<br />mso-pagination:widow-orphan;<br />font-size:11.0pt;<br />font-family:\"Calibri\",\"sans-serif\";<br />mso-ascii-font-family:Calibri;<br />mso-ascii-theme-font:minor-latin;<br />mso-hansi-font-family:Calibri;<br />mso-hansi-theme-font:minor-latin;}<br /></style><!&#091;endif&#093;-->\n\n<span style=\"font-size: 14px;\">Personal trainers can help start you on a path towards reaching your health and wellness goals. Whether you\'re seeking general conditioning, sports-specific training, motivation or nutrition advice,  we are trained to work with people of all ages and fitness levels.</span>\n\n<span style=\"font-size: 14px;\">1 on 1 Personal Training</span> <span style=\"font-size: 14px;\">Package Includes:\n</span>\n<ul>\n 	<li><span style=\"font-size: 14px;\">Fitness Assessment Challenge</span></li>\n 	<li><span style=\"font-size: 14px;\">Body Fat Testing &amp; Measurements</span></li>\n 	<li><span style=\"font-size: 14px;\">Professional Stretching</span></li>\n 	<li><span style=\"font-size: 14px;\">All Programs Custom Designed</span></li>\n 	<li><span style=\"font-size: 14px;\">Diet and Nutrition Suggestions</span></li>\n</ul>\n<a href=\"http://macrec.com/wp-content/uploads/2018/09/1-on-1-training.png\"><img class=\"alignnone size-medium wp-image-4652\" src=\"http://macrec.com/wp-content/uploads/2018/09/1-on-1-training-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>\n<h4><span style=\"font-size: 18px; font-family: Calibri, sans-serif;\">-All one hour massage services now include a steamed, hot towel service</span></h4>\n\n<h4><span style=\"color: #000000;\">Personal Training Packages</span></h4>\n<span style=\"color: #000000;\"><em>All personal training and services must be redeemed within 1 year of purchase date.</em></span>\n\n[su_spoiler title=\"30 Minute Express Personal Training\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\n\n(Receive 1 FREE session with purchase of 5)\n\n[/su_spoiler]\n\n[su_spoiler title=\"1 Hour Personal Training\" style=\"fancy\"]Session Members -$55.00     Macedonia Residence -$60.00        General Public- $65.00 [/su_spoiler]\n[su_spoiler title=\"5 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$275.00     Macedonia Residence -$300.00        General Public- $325.00\n\n(Receive 1 FREE session with purchase) [/su_spoiler]\n[su_spoiler title=\"10 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$550.00     Macedonia Residence -$600.00        General Public- $650.00\n\n(Receive 2 FREE sessions with purchase) [/su_spoiler]\n[su_spoiler title=\"20 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1100.00     Macedonia Residence -$1200.00        General Public- $1300.00\n\n(Receive 4 FREE sessions with purchase) [/su_spoiler]\n\n[su_spoiler title=\"30- 1 Hour Personal Training\" style=\"fancy\"]Session Members -$1650.00     Macedonia Residence -$1800.00        General Public- $1950.00\n\n(Receive 6 FREE sessions with purchase) [/su_spoiler]\n[su_spoiler title=\"40 - 1 Hour Personal Training\" style=\"fancy\"]Session Members -$2200.00     Macedonia Residence -$2400.00        General Public- $2600.00\n\n(Receive 8 FREE sessions with purchase) [/su_spoiler]\n\n[su_spoiler title=\"Private Pilates Personal Training Session\" style=\"fancy\"]Session Members -$35.00     Macedonia Residence -$37.00        General Public- $39.00\n\n(Receive 3 FREE sessions with purchase of 5)\n\n[su_spoiler title=\"Additional Personal Training Services\" style=\"fancy\"]\n\n•Teen Training Program\nMember $20 / Macedonia Resident $25 / General Public $30\n\n•New Member Workout\nMember $20 / Macedonia Resident $25 / General Public $30\n\n•Small Group Personal Training [/su_spoiler]\n<h4><span style=\"color: #000000;\">Personal Services</span></h4>\n[su_accordion]\n[su_spoiler title=\"Body Fat Testing and Measurements\" style=\"fancy\"]A Personal Trainer will measure your body fat with a body fat caliper to determine your correct percentage. We will also take accurate measurements and document the information for you.\nGeneral Public: - $12.00     Macedonia Residence Fee $10.00     Member Fee-$8.00 [/su_spoiler]\n[su_spoiler title=\"Professional Stretching (30 Min.)\" style=\"fancy\"]Let our Personal Trainers professionally stretch out your entire body. This session is 30 minutes long. It helps relieve muscle soreness, increase range of motion, and leaves you feeling great!\nGeneral Public: - $49.00     Macedonia Residence Fee $47.00     Member Fee-$45.00\n\nPurchase 10  Stretching Sessions get 1 Free\n\nGeneral Public: - $490.00 Macedonia Residence Fee $470.00     Member Fee-$450.00\n\n[/su_spoiler]\n[su_spoiler title=\"Fitness Assessment\" style=\"fancy\"]What areas should you be working harder on: flexibility, cardiovascular, strength. Our personal Trainers will help determined the area of need. Bring water and wear workout clothing. Assessment is roughly 15 minutes. For men and women ages 15 years and older.\nGeneral Public: - $15.00     Macedonia Residence Fee $12.00     Member Fee-$10.00 [/su_spoiler]\n[su_spoiler title=\"Fluidity Bar Group Training\" style=\"fancy\"]Fluidity Bar training is designed to improve our ability to function in everyday life– that is, multi-dimensional, weight-bearing movements that challenge our balance, stability and mobility. Fluidity Bar strengthens and lengthens muscles and improves the pelvic floor girdle area by 360 degrees of challenging poses. This training is done by appointment only and is a 60 minute session.\n1 - 1 Hour Session: General Public Fee: - $16.00     Macedonia Residence Fee $14.00     Member Fee-$12.00\n5 - 1 Hour Sessions: General Public Fee: - $80.00     Macedonia Residence Fee $70.00     Member Fee-$60.00\n\nClass Schedule\nTuesday: 9:00 - 10:00 AM\nThursday: 9:00 – 10:00 AM\n\n<em> *Registration for Fluidity Bar classes can be done at the front desk*</em>\n\n[/su_spoiler]\n[su_spoiler title=\"Kinesiology Therapeutic Tape\" style=\"fancy\"]Our Certified KT Specialist is certified in: Kinesiology Taping. This method aids in the healing process of most injuries. The direction method applied &amp; the compression of the tape helps heal your injury faster. Most Professional Athlete\'s use KT to help with performance &amp; healing.\n\nCost: $10.00 to $20.00 (depending on how much tape is used &amp; how many times the client will have to return for more taping) [/su_spoiler]\n<h3><span style=\"color: #ff0000;\">Personal Trainers not affiliated with the Macedonia Recreation Center can enter the center to train at a $50 fee per hour.</span></h3>\n\n','Personal Training','','inherit','closed','closed','','2241-revision-v1','','','2018-10-01 20:27:40','2018-10-01 20:27:40','',2241,'http://macrec.com/uncategorized/2241-revision-v1/',0,'revision','',0),(4714,1,'2018-10-03 14:06:38','2018-10-03 14:06:38','<p>This is the WPForms preview page. All your form previews will be handled on this page.</p><p>The page is set to private, so it is not publicly accessible. Please do not delete this page :) .</p>','WPForms Preview','','private','closed','closed','','wpforms-preview','','','2018-10-03 14:06:38','2018-10-03 14:06:38','',0,'http://macrec.com/wpforms-preview/',0,'page','',0),(4715,2,'2018-10-03 16:13:32','2018-10-03 16:13:32','{\"id\":\"4715\",\"field_id\":1,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"Macedonia Recreation Center\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"message_scroll\":\"1\",\"page\":\"1797\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','publish','closed','closed','','blank-form','','','2018-10-03 16:13:36','2018-10-03 16:13:36','',0,'http://macrec.com/?post_type=wpforms&#038;p=4715',0,'wpforms','',0),(4716,2,'2018-10-03 19:03:21','2018-10-03 19:03:21','','General Application','','inherit','open','closed','','general-application-fillable','','','2018-10-03 19:03:30','2018-10-03 19:03:30','',0,'http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf',0,'attachment','application/pdf',0),(4718,2,'2018-10-03 19:07:05','2018-10-03 19:07:05','\n\n[row][span4]\n<h2>What does MacRec offer you?</h2>\n[dropcap]1.[/dropcap]\n<h6>Amenities</h6>\nThe City of Macedonia Family Recreation Center is a 55,000 sq. ft. community and fitness center located in Macedonia, Ohio. In addition to providing a wide variety of recreational and educational programming for all ages, we offer the following features for your enjoyment:\n<div id=\"content\">\n<ul>\n 	<li>Lap Pool, Activity Pool, Steam, Sauna, Whirlpool</li>\n 	<li>Indoor Track, Cardio and Resistance Equipment</li>\n 	<li>Fully Equipped Weight Room</li>\n 	<li>Learn to Swim Classes for all ages and abilities</li>\n 	<li>Land and Aquatic Fitness Classes</li>\n 	<li>Fitness Classes geared for Older Adults, including the SilverSneakers® Program</li>\n 	<li>Tot Room Babysitting</li>\n 	<li>Youth Programming &amp; Sports</li>\n 	<li>Summer Day Camp</li>\n 	<li>Special Events</li>\n 	<li>Rental Opportunities</li>\n 	<li>Birthday Parties</li>\n 	<li>FREE WIFI!</li>\n 	<li>Much More!</li>\n</ul>\n<strong>\nStop in and ask for a free tour!  We look forward to serving you!</strong>\n\n</div>\n[clear][dropcap]2.[/dropcap]\n<div class=\"none\">\n<h6>Employment Opportunities</h6>\n</div>\n<div id=\"content\">\n<h4>Join the MacRec team!</h4>\n&nbsp;\n\nPlease download the <a href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">EMPLOYMENT APPLICATION</a>, complete, and return to the front desk at the rec center.\nNOTE:  Employment applications are accepted year-round for current and future positions.\n\n</div>\n<div></div>\n<div><strong>• Daytime Lifeguards</strong>\n<strong> • WSI Instructors</strong>\n<strong> • Front Desk</strong></div>\n<div></div>\n[clear][dropcap]3.[/dropcap]\n<h6>Registration Guidelines</h6>\nAll registration is done at the Macedonia Family Recreation Center. Priority is given to members first. Register promptly to ensure your position in the program and to prevent possible cancellation due to low enrollment. We reserve the right to cancel classes due to insufficient enrollment prior to the start of the class. We accept registrations until the class is full or as noted:\n<h4>Swim Lessons</h4>\nBecause of the progressive nature of swim lessons no registration will be accepted after the second class begins.\n<h4>Fitness Classes (Land &amp; Water)</h4>\nRegistration is accepted throughout the entire session. No prorated fees available. Drop ins welcome for some classes; see course description for details.\n<h4>Youth Sports Organizations</h4>\nRegistration dates are published as available for these programs.\n<h4>Drop In Fee Guidelines</h4>\nA drop in fee is available for some programs (see program description for drop in availability and pricing). When classes are full, dropping in will not be possible. All classes require a minimum number of pre-registered participants to operate. If minimum enrollment is not met, classes will be cancelled. The best way to ensure a spot in a class is to pre-register. All drop in registrations must be done in person at the front desk before entering the class.\n<h4>Waiting Lists</h4>\nWaiting lists are available for popular programs. If a class is full please leave your name and phone number for the waiting list.\n<h4>Fee Information</h4>\nFees must be paid at the time of registration. Only receipt of payment reserves registration. Members of the Macedonia Family Recreation Center will receive a discount on classes that take place at the Recreation Center. Classes have limited enrollment. Fees for programs may be paid by cash, check, Visa or MasterCard.\n<strong>Checks may be made payable to: City of Macedonia</strong>\n<h4>Refund Policy</h4>\nActivity, program, or class refund or credit: Participant will receive a full refund or credit if the Parks &amp; Recreation Department cancels an activity. Participant cancels 5 business days prior to first day of activity, a full refund or credit will be issued minus an $5.00 administration fee. If participant cancels less than 5 business days prior to first day of activity, participant will receive prorated refund or credit minus $5.00 an administration fee from date of notification.\n<h4>Special Refund</h4>\nRefund for bus trips will be issued if spot can be filled. If expenditure has been made on behalf of a participant, that amount will be deducted from the total refund. Any refund of $5 or less will be credited to an account at the Rec. Center. Department supervisors reserve the right to adjust the policy and request documentation, depending upon the circumstances and the severity of the situation. Department supervisors reserve the right not to grant all refund requests. Participants should recognize and understand that activities of a physical nature involve some level or risk, and by registering for the class/program/activity the participant (or participant’s guardian) has assumed responsibility for that risk.\nMemberships and daily passes are non-refundable or non-transferable.\n<h4>Returned Check Policy</h4>\nA returned check from the bank will be charged a $13.00 fee.\n\n[clear][dropcap]4.[/dropcap]\n<h6>Facility Policies</h6>\nDownload the Facilities Policy Document:[su_button url=\"http://macrec.com/wp-content/uploads/2011/07/facility_policies-1.pdf\" radius=\"round\"]Download pdf[/su_button][clear][spacer]\n<h2>Facility Rental Info</h2>\n<a href=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\"><img class=\"alignleft wp-image-2723 size-full\" src=\"http://macrec.com/wp-content/uploads/2011/07/FitnessCenterPhotoCrop2.jpg\" alt=\"\" width=\"258\" height=\"203\" /></a>All rental applications must be in writing. The Recreation Department reserves the right to deny any rental application. All rentals subject to availability. For complete information on facility rental please call the Macedonia Family Recreation Center at (330) 468-8370 between the hours of 8:00 a.m. – 5:00 p.m.\n\n[table id=2 /]\n\n* The entire natatorium can only be rented outside of the regular hours of operation.\n<h4>Class 1</h4>\nCity of Macedonia Departments and Organizations established by the City and current annual members of the Macedonia Family Recreation Center.\n<h4>Class 2</h4>\nMacedonia based, Non profit, tax exempt corporations as established by the IRS (examples: civic organizations, churches, fraternal bodies) not charging admissions.\n<h4>Class 3</h4>\nAny organization, institution, agency, group or individual not included in Class 1 – 2; or anyone in Class 2 charging admission.\n<h4>Rental Policies and Fees</h4>\n<strong>1.</strong>  The application for use of areas within the Macedonia Family Recreation Center shall be in writing and submitted to the Macedonia Family Recreation Center Staff. All areas of the application must be filled out completely and must be signed by a responsible representative of the requesting organization or party.\n<strong>2.</strong>  Rental requests will be accepted on a quarterly basis to correspond with program registration dates. Requests must be received a minimum of 2 weeks in advance.\n<strong>3.</strong>  Your rental fee payment and completed Rental Agreement must be received prior to approval and confirmation.\n<strong>4.</strong>  When events are scheduled outside of the normal business day, a fee of $25.00 per hour will be assessed. A minimum of two hours will be charged.\n<strong>5.</strong>  SECURITY DEPOSIT – A $50.00 Security Deposit is required for all rentals. The Security Deposit will be refunded (a check to be mailed from the City of Macedonia within 4 weeks) unless:\n\n<strong>a.</strong>  You cancel the rental with less than 2 weeks notice.\n<strong>b.</strong>  The facility is left dirty.\n<strong>c.</strong>  Any damage has occurred to City property as a result of your rental\n<strong>d.</strong>  You or your party violates the terms of the Rental Agreement.\n\n<strong>6.</strong>  Macedonia Family Recreation Center lifeguards will supervise all activities in the natatorium. Please have an accurate estimate of attendance at the time of the rental so we may plan accordingly. The rental fee includes up to 25 people. There will be an additional fee of $35.00 per hour for each additional 25 persons, or portion there of, in attendance.\n<strong>7.</strong>  Any time the Colorado Timing system is in use, Macedonia Family Recreation Center staff will set-up, run and remove the system. The fee is an additional $25.00 per hour.\n<h2>Special Services</h2>\nTot Room\n<figure class=\"featured-thumbnail\"><img src=\"http://macrec.com/wp-content/uploads/2013/09/Tot-Room-120x120.jpg\" alt=\"Tot Room\" /></figure>\n<div class=\"team-content post-content\">\n\n<strong>Open to ages 1½ to 8 years old.</strong>\n\nThe Tot Room will be available for babysitting services for anyone using the facility. Enrollment in to room is complementary for members. Non-Members pay $2.00 per hour per child. Utilization for the tot room shall not exceed two hours per visit per day.\n\nHours\nMonday-Saturday Mornings 9:00am-1:00pm\nMonday-Thursday Evenings 5:00pm-8:00pm\n<ul>\n 	<li>Parents must remain in the center during the child’s visit to the Tot Room.</li>\n 	<li>A maximum number of 8 children will be accepted in the Tot Room at any given time.</li>\n 	<li>The Tot Room staff will not be able to feed, diaper or supply medicine to the children.</li>\n 	<li>No sick children will be accepted.</li>\n 	<li>We require that the same guardian that signs the child into the Tot Room is the same guardian that picks the child up, unless prior arrangements are made with Tot Room Staff.</li>\n 	<li>All belongings should be labeled.</li>\n 	<li>Please do not send your child with food or beverages.</li>\n</ul>\nA current Tot Room Medical Information Form must be on file.\n\n</div>\n<a href=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353.jpg\"><img class=\"alignnone wp-image-2846\" src=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg\" sizes=\"(max-width: 330px) 100vw, 330px\" srcset=\"http://macrec.com/wp-content/uploads/2013/09/20151014_120353-300x169.jpg 300w, http://macrec.com/wp-content/uploads/2013/09/20151014_120353-1024x576.jpg 1024w\" alt=\"\" width=\"330\" height=\"186\" /></a>\n\nBirthday Party\n\nHave your child’s next birthday party at the Macedonia Family Recreation Center! Children (ages 12 &amp; under) will enjoy 1 hour and 30 minutes of swimming, followed by 1 hour in our Activity Room for cake &amp; presents. We will provide the party table set up complete with balloons &amp; table coverings. Party packages accommodate up to a maximum of 40 people (includes all adults &amp; chaperones). <em>Note: Chaperones must be in the swimming pool area for children 6 years &amp; younger and in the water with children 4 years &amp; younger. </em>Party dates available on: Fridays, Saturdays and Sundays only. Please see front desk for additional details.\n\nPricing: $150/Member     $175/Resident     $200/Non-Resident','About','','inherit','closed','closed','','1797-revision-v1','','','2018-10-03 19:07:05','2018-10-03 19:07:05','',1797,'http://macrec.com/uncategorized/1797-revision-v1/',0,'revision','',0),(4722,2,'2018-10-15 19:36:08','2018-10-15 19:36:08','','Facility Shutdown','','inherit','open','closed','','facility-shutdown','','','2018-10-15 19:36:08','2018-10-15 19:36:08','',203,'http://macrec.com/wp-content/uploads/2018/10/Facility-Shutdown.png',0,'attachment','image/png',0),(4725,2,'2018-10-29 19:25:28','2018-10-29 19:25:28','<h2><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"alignnone size-medium wp-image-4676\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></h2>\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\n\n','Adult Programs','','inherit','closed','closed','','2113-revision-v1','','','2018-10-29 19:25:28','2018-10-29 19:25:28','',2113,'http://macrec.com/uncategorized/2113-revision-v1/',0,'revision','',0),(4728,2,'2018-10-29 19:27:48','2018-10-29 19:27:48','\n\n<h4><a href=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football.png\"><img class=\"alignnone wp-image-4544 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/07/Soccer-and-football-232x300.png\" alt=\"\" width=\"255\" height=\"330\" /></a><strong>Fall Soccer </strong></h4>\n<h4>Recreation soccer league play for boys and girls ages 6-15. Practices to start mid-August through October. Most games will be played on Saturday, starting in September. Practices are held throughout the week. U7 &amp; U8 leage play in-house. U9, U11, U13, U15 divisions play in the Suburban Recreational Soccer League. Shin guards with socks covering are required, soccer cleats are recommended. Volunteer coaches are needed. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> Single Season fee is $60. Register for both Fall 2018 and Spring 2019 season for $100. Please fill out below forms and bring to the Rec Center with payment.</h4>\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></strong></span></h4>\n<h4><span style=\"color: #ff0000;\"><strong><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></strong></span></h4>\n<h4><strong>Flag Football </strong></h4>\nLeague play for kids 5-11 years old. Kids will learn football skills and play games. Most games will be on Saturday mornings. Volunteer coaches are needed. The season starts in August and runs through October. All players must wear a mouth guard. Must be age 5 prior to 7/31/18 to register. <span style=\"color: #ff0000;\">Registration now subject to late fee.</span> League Play: 5-6 years; 7-8 years; 9-11 years. Fee is $60. Please fill out below forms and bring to the Rec Center with payment.\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Official-Sports-Registration-Form.png\">CLICK HERE for the Registration Form</a></span></h4>\n<h4><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/Parent-Guardian-Signature-Form.pdf\">CLICK HERE for Lindsay\'s Law Form</a></span></h4>\n<h4></h4>\n&nbsp;\n<h5><strong>Concussion Information</strong></h5>\n<a href=\"http://www.healthy.ohio.gov/~/media/HealthyOhio/ASSETS/Files/injury%20prevention/concussion/4Youth%20Sports%20Organization%20Concussion%20Form%20%20ODH%20Revised%203pdf.pdf\">Ohio Department of Health Concussion Information Sheet</a>\n\n<a href=\"https://www.cdc.gov/headsup/youthsports/training/index.html\">Concussion Video</a>\n<h5><strong>Sudden Cardiac Arrest &amp; Lindsay\'s Law </strong></h5>\n<a href=\"https://www.youtube.com/watch?v=s-YfCWQPeqw&amp;feature=youtu.be\">Parent-Guardian Video</a>\n\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Information-Handout.pdf\">Parent-Guardian Information Handout</a>\n\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Guardian-Signature-Form.pdf\">Parent-Guardian Signature Form</a>\n\n<a href=\"https://www.youtube.com/watch?v=h3teQ3e_hoQ&amp;feature=youtu.be\">Coach Video</a>\n\n<a href=\"http://macrec.com/wp-content/uploads/2014/11/Coach-Info.pdf\">Coach Information Handout </a>\n\n','Youth Sports','','inherit','closed','closed','','2109-revision-v1','','','2018-10-29 19:27:48','2018-10-29 19:27:48','',2109,'http://macrec.com/uncategorized/2109-revision-v1/',0,'revision','',0),(4733,2,'2018-10-31 14:29:22','2018-10-31 14:29:22','','11November 2018','','inherit','open','closed','','11november-2018','','','2018-10-31 14:29:22','2018-10-31 14:29:22','',2221,'http://macrec.com/wp-content/uploads/2018/10/11November-2018.pdf',0,'attachment','application/pdf',0),(4734,2,'2018-10-31 14:29:40','2018-10-31 14:29:40','','11November Lap','','inherit','open','closed','','11november-lap','','','2018-10-31 14:29:40','2018-10-31 14:29:40','',2221,'http://macrec.com/wp-content/uploads/2018/10/11November-Lap.jpg',0,'attachment','image/jpeg',0),(4735,2,'2018-10-31 14:29:50','2018-10-31 14:29:50','','11November Act','','inherit','open','closed','','11november-act','','','2018-10-31 14:29:50','2018-10-31 14:29:50','',2221,'http://macrec.com/wp-content/uploads/2018/10/11November-Act.jpg',0,'attachment','image/jpeg',0),(4738,2,'2018-10-31 14:41:49','2018-10-31 14:41:49','','November 18 Schedule','','inherit','open','closed','','november-18-schedule','','','2018-10-31 14:41:49','2018-10-31 14:41:49','',2080,'http://macrec.com/wp-content/uploads/2018/10/November-18-Schedule.pdf',0,'attachment','application/pdf',0),(4739,2,'2018-10-31 14:42:20','2018-10-31 14:42:20','','November 18 Schedule','','inherit','open','closed','','november-18-schedule-2','','','2018-10-31 14:42:20','2018-10-31 14:42:20','',2080,'http://macrec.com/wp-content/uploads/2018/10/November-18-Schedule.png',0,'attachment','image/png',0),(4742,2,'2018-11-01 20:48:38','2018-11-01 20:48:38','','Manta Rays Pre-Season','','inherit','open','closed','','manta-rays-pre-season','','','2018-11-01 20:48:38','2018-11-01 20:48:38','',2230,'http://macrec.com/wp-content/uploads/2018/11/Manta-Rays-Pre-Season.png',0,'attachment','image/png',0),(4744,2,'2018-11-02 15:46:25','2018-11-02 15:46:25','','Nordonia School Open House','','inherit','open','closed','','nordonia-school-open-house','','','2018-11-02 15:46:25','2018-11-02 15:46:25','',2122,'http://macrec.com/wp-content/uploads/2018/11/Nordonia-School-Open-House.png',0,'attachment','image/png',0),(4749,2,'2018-11-07 16:37:12','2018-11-07 16:37:12','','2018 Holiday Tree Lighting','','inherit','open','closed','','2018-holiday-tree-lighting','','','2018-11-07 16:37:12','2018-11-07 16:37:12','',2122,'http://macrec.com/wp-content/uploads/2018/11/2018-Holiday-Tree-Lighting.png',0,'attachment','image/png',0),(4752,2,'2018-11-07 18:03:45','2018-11-07 18:03:45','<a href=\"http://macrec.com/wp-content/uploads/2018/09/Merchandise-1.png\"><img class=\" wp-image-4684 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/09/Merchandise-1-232x300.png\" alt=\"\" width=\"301\" height=\"389\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">We are now selling Mac Rec apparel! A ton of designs, colors and styles for men, ladies and toddlers!</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https://www.badlime.com/collections/macedonia-family-recreation-center\">Click here for our online store!</a></span></h2>','Merchandise','','inherit','closed','closed','','4683-revision-v1','','','2018-11-07 18:03:45','2018-11-07 18:03:45','',4683,'http://macrec.com/uncategorized/4683-revision-v1/',0,'revision','',0),(4754,2,'2018-11-20 15:25:09','0000-00-00 00:00:00','<p>\n<strong>Save 60% OFF on WPForms Pro &#8211; Limited Time Deal</strong></p>\n<p>Our annual sale is a great opportunity to unlock powerful WPForms features like advanced fields, entry management, conditional logic, surveys &#038; polls, payments &#038; marketing integrations, 150+ bonus form templates, and so much more. Don&#8217;t miss out!\n</p>\n<p><a href=\"https://wpforms.com/lite-upgrade/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=bf2018\" target=\"_blank\" class=\"button button-primary\">Claim Your Savings &#8211; Upgrade to WPForms Pro &raquo;</a></p>\n','','','draft','closed','closed','','','','','2018-11-20 15:25:09','0000-00-00 00:00:00','',0,'http://macrec.com/?post_type=amn_wpforms-lite&p=4754',0,'amn_wpforms-lite','',0),(4755,2,'2018-11-20 15:26:15','2018-11-20 15:26:15','','Santa\'s Mailbox','','inherit','open','closed','','santas-mailbox','','','2018-11-20 15:26:15','2018-11-20 15:26:15','',2120,'http://macrec.com/wp-content/uploads/2018/11/Santas-Mailbox.png',0,'attachment','image/png',0),(4759,2,'2018-11-21 17:25:27','2018-11-21 17:25:27','','Winter 2019 Pic','','inherit','open','closed','','winter-2019-pic','','','2018-11-21 17:25:27','2018-11-21 17:25:27','',2128,'http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic.jpg',0,'attachment','image/jpeg',0),(4760,2,'2018-11-21 17:25:37','2018-11-21 17:25:37','','Winter 2019 Chart Color','','inherit','open','closed','','winter-2019-chart-color','','','2018-11-21 17:25:37','2018-11-21 17:25:37','',2128,'http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Chart-Color-.pdf',0,'attachment','application/pdf',0),(4762,2,'2018-11-21 17:39:21','2018-11-21 17:39:21','<img class=\"alignnone size-full wp-image-3017\" src=\"http://macrec.com/wp-content/uploads/2014/11/Swim_002_2013_08_23_06_58_24.jpg\" alt=\"Swim_002_2013_08_23_06_58_24\" width=\"567\" height=\"194\" />\n<h3></h3>\n<h3><span style=\"color: #0000ff;\">Registration opens December 1, 2018!</span></h3>\n&nbsp;\n\n<a href=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic.jpg\"><img class=\" wp-image-4759 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Pic-300x230.jpg\" alt=\"\" width=\"580\" height=\"445\" /></a>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3> [su_button url=\"http://macrec.com/wp-content/uploads/2018/11/Winter-2019-Chart-Color-.pdf\"]Click  Here  For  Winter  2019  Information [/su_button]\n[su_spacer size=\"30\"]</h3>\n<p style=\"text-align: left;\"></p>\n\n<h3></h3>\n<h1></h1>\n<h1></h1>\n&nbsp;\n\n&nbsp;\n<h1></h1>\n<h1></h1>\n<h1><strong><span style=\"color: #0000ff;\">Swim Lessons</span></strong></h1>\nWhen choosing a class for your child it is important to look at both the age and skill level. Improper placement can lead to frustration for the parent, instructor and child. Because this is a motor skill activity, every child will progress at their own pace. In swimming lessons, the child must master basic skills for each stroke prior to moving to the next level. In many cases, children will repeat a level in order to perfect these skills. If you have questions regarding placement, please do not hesitate to ask the staff for assistance.\n\n&nbsp;\n<h4></h4>\n<h4>Class Descriptions</h4>\n[su_accordion][su_spoiler title=\"Aqua Swim Kids-Adapted Swim Lessons\" style=\"fancy\"]\n\nPartnering with Solutions Behavioral Consulting, our aquatics program is committed to providing  small group swim lessons adapted to your child. We are dedicated to promoting water safety skills in a structured environment for students with autism and other developmental disabilities.\n\nClasses are designed by a certified Red Cross water safety instructor and Board Certified Behavior Analyst (BCBA)\n\n[/su_spoiler]\n\n[su_accordion][su_spoiler title=\"The Little Splashers\" style=\"fancy\"]The Little Splashers class is for children who are 6 months to 2 years old and have either no water experience or one previous session of water adjustment lessons. The goals of Little Splashers are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge, explore buoyancy in a front and back position, change body position in the water, and learn about choosing and using life jackets.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                          <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-1.pdf\">Parent/Child 1 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Big Waves\" style=\"fancy\"] The Big Waves class is for children: 18 months to 4 years old and have had two or more previous sessions of water adjustment lessons, submerge only reluctantly or not at all, or require flotation support at all times, OR are up to 5 years old and have little or no previous experience in water adjustment lessons, are reluctant to enter the water or submerge, requires floatation support at all times, or may benefit from parental presence and support in the water. The Big Waves class builds upon the skills learned in Little Splashers. The goals of the Big Waves class are to provide experiences and activities for parents and children to: Learn how to enter and exit the water in a safe manner, feel comfortable in the water, submerge in a rhythmic pattern, explore buoyancy in a front and back position, perform combined stroke on front and back, change body position in the water, and learn about choosing and using life jackets.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                           <a href=\"http://macrec.com/wp-content/uploads/2014/11/Parent-Child-2.pdf\">Parent/Child 2 Skills Checklist</a> [/su_spoiler]\n[su_spoiler title=\"Preschool Aquatics Level 1* (Ages 3-5)\" style=\"fancy\"]To orient preschool-age children to the aquatics environment and to help them acquire rudimentary levels of basic aquatic skills.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                      <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-1.pdf\">Preschool 1 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Preschool Aquatics Level 2* (Ages 3-5)\" style=\"fancy\"]Students will build on the skills learned in Level 1, learning combined arm and leg movement, as well as learning to be self-supporting.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                 <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-2.pdf\">Preschool 2 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Preschool Aquatics Level 3* (Ages 3-5)\" style=\"fancy\"] Students will increase proficiency and build on the skills learned in Levels 1 and 2 by providing additional guided practice with increased distances and times.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                  <a href=\"http://macrec.com/wp-content/uploads/2014/11/PS-Level-3.pdf\">Preschool 3 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Level 1 – Intro to Water Skills (Ages 5-12)\" style=\"fancy\"] There are no prerequisites for this course. The objective of Level 1 is to help students feel comfortable in the water and enjoy the water safely.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                        <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-1.pdf\">Level 1 Skills Checklist</a> [/su_spoiler]\n[su_spoiler title=\"Level 2 - Fundamental Aquatic Skill (Ages 5-12)\" style=\"fancy\"] The objective of Level 2 is to give students success with fundamental skills. Students will learn to float without support and to recover to vertical position. This level marks the beginning of true locomotion skills. Students explore simultaneous and alternating arm and leg actions on the front and back to lay the foundation for future strokes.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-2.pdf\">Level 2 Skills Checklist</a>[/su_spoiler]\n[su_spoiler title=\"Level 3 - Stroke Development (Ages 5-12) \" style=\"fancy\"] Students will build on the skills in Level 2 by providing additional guided practice. The students will be taught to coordinate the front crawl and back crawl. Elements of the butterfly and treading water will be introduced. Students will also learn rules for head first entries and will begin to learn to enter the water head first from the side of the pool.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-3.pdf\">Level 3 Skills Checklist</a> [/su_spoiler]\n[su_spoiler title=\"Level 4 - Stroke Improvement (ages 5 -12)\" style=\"fancy\"] The objective of Level 4 is to develop confidence in the strokes learned thus far and to improve other aquatic skills. Students can expect to improve their skills and increase their endurance by swimming familiar strokes for greater distances. Students will continue to build on the butterfly and introduce the elementary backstroke, breaststroke, sidestroke, and basic turns.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                         <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-4.pdf\">Level 4 Skills Checklist</a>       [/su_spoiler]\n\n[su_spoiler title=\"Level 5 - Stroke Refinement (ages 5 -12)\" style=\"fancy\"] To further learn how to coordinate and refine all strokes as well as progress into shallow angle dives, flip turns and backstroke flip turns.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-5.pdf\">Level 5 Skills Checklist</a>       [/su_spoiler]\n\n[su_spoiler title=\"Level 6 - Fitness Swimmer (ages 5 -12)\" style=\"fancy\"] To refine strokes so participants swim them with more ease, efficiency, power and smoothness and over greater distances.\n\nFor more information regarding the skills that are covered in the class, click here to view the skills checklist.                                       <a href=\"http://macrec.com/wp-content/uploads/2014/11/Level-6.pdf\">Level 6 Skills checklist</a>       [/su_spoiler]\n[su_spoiler title=\"Adult Swimming Program\" style=\"fancy\"] This swimming program has a little bit for everyone. Did you always wish that you had learned how to swim as a child? Well it’s never too late to get started. The purpose of this program is what YOU want to get out of it. For some of you that may mean personal safety, “I want to be able to save myself.” For others it may be learning to swim the basic strokes so that you can later use them for fitness swimming. Your needs will be discussed at the beginning of the class, and the class will be geared towards meeting your personal goals. [/su_spoiler]\n[su_spoiler title=\"Private Swim Lessons\" style=\"fancy\"] If your swimming skills aren’t ready for public viewing, or if our group lessons don’t fit your schedule, we can provide one on one sessions with experienced instructors tailored to meet your needs. Whether you’ve never learned to swim or just want to improve your technique, we can match you with the appropriate level of instruction. Call today for an appointment. <strong>No coupon.</strong>\n\n<strong>Program Fee</strong> $30.00/ half hr./ per student\n<strong>Macedonia Resident Fee</strong> $25.00/ half hr./per student\n<strong>Member Fee</strong> $20.00/ half hr./per student [/su_spoiler]\n[su_spoiler title=\"Semi-Private Swim Lessons\" style=\"fancy\"] Receive the benefits of a private lesson with a friend or family member. The following fees are in addition to the private lesson fee. The first participant pays the private lesson fee, each participant after pays the following fee.  By appointment only. (Maximum of 4 participants in a semi-private lesson.) <strong>No coupon.</strong>\n\n<strong>Program Fee</strong> $15.00/ half hr./ per student\n<strong>Macedonia Resident Fee</strong> $13.00/ half hr./per student\n<strong>Member Fee</strong> $10.00/ half hr./per student [/su_spoiler]\n\n<strong>*All swim classes have limited space available. No make-up lessons for missed lessons. Participants will receive a full refund or credit if the Parks &amp; Recreation Department cancels a lesson.</strong> <strong>No drop-ins. Coupon accepted.</strong>','Swim Lessons','','inherit','closed','closed','','2128-revision-v1','','','2018-11-21 17:39:21','2018-11-21 17:39:21','',2128,'http://macrec.com/uncategorized/2128-revision-v1/',0,'revision','',0),(4763,2,'2018-11-27 16:37:33','2018-11-27 16:37:33','','December Schedule','','inherit','open','closed','','december-schedule','','','2018-11-27 16:37:33','2018-11-27 16:37:33','',2080,'http://macrec.com/wp-content/uploads/2018/11/December-Schedule.png',0,'attachment','image/png',0),(4764,2,'2018-11-27 16:38:16','2018-11-27 16:38:16','','December Schedule','','inherit','open','closed','','december-schedule-2','','','2018-11-27 16:38:16','2018-11-27 16:38:16','',2080,'http://macrec.com/wp-content/uploads/2018/11/December-Schedule.pdf',0,'attachment','application/pdf',0),(4769,2,'2018-11-27 19:12:23','2018-11-27 19:12:23','','11November 2018','','inherit','open','closed','','11november-2018-2','','','2018-11-27 19:12:23','2018-11-27 19:12:23','',2221,'http://macrec.com/wp-content/uploads/2018/11/11November-2018.pdf',0,'attachment','application/pdf',0),(4770,2,'2018-11-27 19:12:35','2018-11-27 19:12:35','','11Nov Lap','','inherit','open','closed','','11nov-lap','','','2018-11-27 19:12:35','2018-11-27 19:12:35','',2221,'http://macrec.com/wp-content/uploads/2018/11/11Nov-Lap.jpg',0,'attachment','image/jpeg',0),(4773,2,'2018-11-28 21:28:01','2018-11-28 21:28:01','','Lego Club Connection','','inherit','open','closed','','lego-club-connection','','','2018-11-28 21:28:01','2018-11-28 21:28:01','',2120,'http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection.png',0,'attachment','image/png',0),(4775,2,'2018-11-30 18:21:25','2018-11-30 18:21:25','','12December 2018','','inherit','open','closed','','12december-2018','','','2018-11-30 18:21:25','2018-11-30 18:21:25','',2221,'http://macrec.com/wp-content/uploads/2018/11/12December-2018.pdf',0,'attachment','application/pdf',0),(4776,2,'2018-11-30 18:21:36','2018-11-30 18:21:36','','12December Lap','','inherit','open','closed','','12december-lap','','','2018-11-30 18:21:36','2018-11-30 18:21:36','',2221,'http://macrec.com/wp-content/uploads/2018/11/12December-Lap.jpg',0,'attachment','image/jpeg',0),(4777,2,'2018-11-30 18:21:52','2018-11-30 18:21:52','','12December Act','','inherit','open','closed','','12december-act','','','2018-11-30 18:21:52','2018-11-30 18:21:52','',2221,'http://macrec.com/wp-content/uploads/2018/11/12December-Act.jpg',0,'attachment','image/jpeg',0),(4785,2,'2018-12-10 14:48:35','2018-12-10 14:48:35','','12December 2018','','inherit','open','closed','','12december-2018-2','','','2018-12-10 14:48:35','2018-12-10 14:48:35','',2221,'http://macrec.com/wp-content/uploads/2018/12/12December-2018.pdf',0,'attachment','application/pdf',0),(4790,2,'2018-12-10 14:52:48','2018-12-10 14:52:48','','12December Lap','','inherit','open','closed','','12december-lap-2','','','2018-12-10 14:52:48','2018-12-10 14:52:48','',2221,'http://macrec.com/wp-content/uploads/2018/12/12December-Lap.jpg',0,'attachment','image/jpeg',0),(4794,2,'2018-12-10 15:13:14','2018-12-10 15:13:14','','12December Lap','','inherit','open','closed','','12december-lap-3','','','2018-12-10 15:13:14','2018-12-10 15:13:14','',2221,'http://macrec.com/wp-content/uploads/2018/12/12December-Lap-1.jpg',0,'attachment','image/jpeg',0),(4795,2,'2018-12-10 15:14:27','2018-12-10 15:14:27','','12December 2018','','inherit','open','closed','','12december-2018-3','','','2018-12-10 15:14:27','2018-12-10 15:14:27','',2221,'http://macrec.com/wp-content/uploads/2018/12/12December-2018-1.pdf',0,'attachment','application/pdf',0),(4867,2,'2019-01-24 18:19:55','2019-01-24 18:19:55','<div class=\"main-holder\">\r\n<div id=\"content\">\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Manta Rays Swim Team</strong></span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Swimmers who have knowledge of the competitive strokes will train three times per week to develop their strokes, starts and turns, and compete in dual meets throughout the season.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Required:</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-Be able to swim 25 yards freestyle and backstroke without stopping and have a good idea for how to breathe to their side in the freestyle.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-swim team experience or have passed levels 2-6 of swimming lessons.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Cost includes a team t-shirt and swim cap, and championship entry fee and t-shirt!</span></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season.png\"><img class=\" wp-image-4868 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season-232x300.png\" alt=\"\" width=\"335\" height=\"433\" /></a>\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Manta Rays Swim Team','','inherit','closed','closed','','2230-autosave-v1','','','2019-01-24 18:19:55','2019-01-24 18:19:55','',2230,'http://macrec.com/uncategorized/2230-autosave-v1/',0,'revision','',0),(4868,2,'2018-12-11 14:37:42','2018-12-11 14:37:42','','Manta Rays Swim Team Reg Season','','inherit','open','closed','','manta-rays-swim-team-reg-season','','','2018-12-11 14:37:42','2018-12-11 14:37:42','',2230,'http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season.png',0,'attachment','image/png',0),(4874,1,'2018-12-18 17:40:45','2018-12-18 17:40:45','<h4>Macedonia Community Wide Garage Sale 2018</h4>\n<p>Saturday &amp; Sunday, June 23 &amp; 24<br>\n9:00 AM – 3:00 PM</p>\n<p>City residents are encouraged to participate in a city wide garage sale event by hosting a sale at their home or by shopping at area sales. Please register your address with the Macedonia Family Recreation Center by submitting a participation form, available at the center. The City sales that are registered by June 14th will be included on a participation list that will be accessible online on the Recreation Center’s website&nbsp;(www.macrec.com). Copies will also be available at the center’s front desk. The participation list will be made available on June 19th.&nbsp; (Names and phone numbers will not published.) Participation in the sale is not required. &nbsp;<span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/04/Garage-Sale-form-2018.pdf\">Macedonia Citywide Garage Sale Form</a></span></p>\n<p>Macedonia Resident participation listing: FREE<br>\nMacedonia Resident participation listing with list of sale items: $5</p>\n<p>For more information, please view the&nbsp;<a href=\"http://macrec.com/wp-content/uploads/2018/05/Citywide-Garage-Sale-Faq.pdf\">Citywide Garage Sale Faq</a>&nbsp;or contact the Macedonia Recreation Center at (330) 468-8370.</p>\n<h4><span style=\"color: #ff0000;\"><a href=\"http://macrec.com/wp-content/uploads/2018/06/Macedonia-Citywide-Garage-Sale-List-2018-1.pdf\">Macedonia Citywide Garage Sale List 2018</a></span></h4>\n<p><iframe src=\"https://www.google.com/maps/d/u/0/embed?mid=11oEPU3aiyp_W8C6pB_wBqI4RvSyF3ERt\" width=\"640\" height=\"480\"></iframe></p>\n\n<!-- wp:paragraph -->\n<p><strong><em>blah blah blah</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li></li></ul>\n<!-- /wp:list -->','Macedonia Citywide Garage Sale 2018','','inherit','closed','closed','','3783-autosave-v1','','','2018-12-18 17:40:45','2018-12-18 17:40:45','',3783,'http://macrec.com/uncategorized/3783-autosave-v1/',0,'revision','',0),(4875,2,'2018-12-19 14:37:15','2018-12-19 14:37:15','\n\n<h2><span style=\"color: #ff0000;\">Lego Club Connection<a href=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection.png\"><img class=\"size-medium wp-image-4773 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/11/Lego-Club-Connection-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a></span></h2>\nTuesday, January 15 - February 19\n\nAges 5-7: 5:30-6:30 pm. Ages 8-11: 6:45-7:45 pm\n\nJoin friends as we imagine, build and create. Each class will explore a different design that students can build and more.  All materials are provided.\n\n$50 per person for six class sessions\n<h2></h2>\n<h2></h2>\n<h2></h2>\n<h2></h2>\n&nbsp;\n\n&nbsp;\n<h2><span style=\"color: #0000ff;\"><a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"><img class=\"size-medium wp-image-4676 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\n\n&nbsp;\n\n','Youth Programs','','inherit','closed','closed','','2120-revision-v1','','','2018-12-19 14:37:15','2018-12-19 14:37:15','',2120,'http://macrec.com/uncategorized/2120-revision-v1/',0,'revision','',0),(4877,2,'2018-12-21 14:33:37','2018-12-21 14:33:37','','3 winter sponsors','','inherit','closed','closed','','3-winter-sponsors','','','2018-12-21 14:33:37','2018-12-21 14:33:37','',4588,'http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors.png',0,'attachment','image/png',0),(4878,2,'2019-01-09 16:43:47','2019-01-09 16:43:47','<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Looking to have your business recognized by more than 30,000 people each season?</span></h3>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join our Light Pole Banner Program!</span></p>\r\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors.png\"><img class=\"size-medium wp-image-4877 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors-300x245.png\" alt=\"\" width=\"300\" height=\"245\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/09/Banner-Program.png\">CLICK HERE for the Banner Program Flyer!</a> </span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Thank you to our winter sponsors: </span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">So So Artsy, Merit Dental &amp; SummaCare!</span></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">CLICK HERE for the Banner Application!</a></span></h2>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>What:</strong> The Macedonia Family Recreation Center is beautifying the parking lot by adding large, colorful banners to the light poles. We hope to partner with local businesses to build a better community.  We are looking for area businesses to sponsor a banner by adding your logo!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>When</strong>: We have four display periods available: Fall (September-November), Winter (December-February), Spring (March-May), and Summer (June-August). Banners will be displayed for a 90-day period.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Who: </strong>Who will see your banner? During any 3-month period, the Rec Center has more than 30,000 member visits. That\'s not counting special events, practices and games, swim meets and an array of events that draw people to the Recreation Center and Longwood Park.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>How: </strong>Looking to add your business logo? Please fill out our</span> <strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">Banner Application</a></span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Details: </strong>All banners will be provided, installed and removed by the City. Banners are 30\" x 60\" and double-sided. Banner applications are approved on a first come first serve basis. We have the right to refuse any banner application. Applications received for a period that is already full will be first for the next upcoming season. </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Cost: </strong>Each 30\" x 60\" double-sided banner costs $300 for any 90-day period. The cost of the banner includes: design, hardware, material, installation and removal of each banner. That\'s $300 for 90 days of advertising that will reach over 30,000 people, roughly $3.33 a day!!!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Contact: </strong>If you have any questions about the Banner Program, call 330-468-8375 or email bwisniewski@macedonia.oh.us</span></p>','Banner Program','','inherit','closed','closed','','4588-autosave-v1','','','2019-01-09 16:43:47','2019-01-09 16:43:47','',4588,'http://macrec.com/uncategorized/4588-autosave-v1/',0,'revision','',0),(4880,2,'2018-12-21 19:07:15','2018-12-21 19:07:15','','January Schedule','','inherit','closed','closed','','january-schedule','','','2018-12-21 19:07:15','2018-12-21 19:07:15','',2080,'http://macrec.com/wp-content/uploads/2018/12/January-Schedule.png',0,'attachment','image/png',0),(4881,2,'2018-12-21 19:07:23','2018-12-21 19:07:23','','January Schedule','','inherit','closed','closed','','january-schedule-2','','','2018-12-21 19:07:23','2018-12-21 19:07:23','',2080,'http://macrec.com/wp-content/uploads/2018/12/January-Schedule.pdf',0,'attachment','application/pdf',0),(4883,2,'2018-12-21 19:20:04','2018-12-21 19:20:04','','1January 2019','','inherit','closed','closed','','1january-2019','','','2018-12-21 19:20:04','2018-12-21 19:20:04','',2221,'http://macrec.com/wp-content/uploads/2018/12/1January-2019.pdf',0,'attachment','application/pdf',0),(4884,2,'2018-12-21 19:20:11','2018-12-21 19:20:11','','1January 2019 Act','','inherit','closed','closed','','1january-2019-act','','','2018-12-21 19:20:11','2018-12-21 19:20:11','',2221,'http://macrec.com/wp-content/uploads/2018/12/1January-2019-Act.jpg',0,'attachment','image/jpeg',0),(4885,2,'2018-12-21 19:20:13','2018-12-21 19:20:13','','1January 2019 Lap','','inherit','closed','closed','','1january-2019-lap','','','2018-12-21 19:20:13','2018-12-21 19:20:13','',2221,'http://macrec.com/wp-content/uploads/2018/12/1January-2019-Lap.jpg',0,'attachment','image/jpeg',0),(4886,2,'2019-01-31 22:48:33','2019-01-31 22:48:33','[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/1January-2019.pdf\"]Click Here For January Pool Schedule [/su_button]\r\n[su_spacer size=\"30\"]\r\n\r\n[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019.pdf\"]Click Here For February Pool Schedule [/su_button]\r\n[su_spacer size=\"30\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/1-January-2019-Lap.jpg\"><img class=\" wp-image-4918 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/1-January-2019-Lap-300x230.jpg\" alt=\"\" width=\"619\" height=\"474\" /></a>\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<a href=\"http://macrec.com/wp-content/uploads/2018/12/1January-2019-Act.jpg\"><img class=\" wp-image-4884 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/12/1January-2019-Act-300x229.jpg\" alt=\"\" width=\"627\" height=\"478\" /></a>\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\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\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<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap.jpg\"><img class=\" wp-image-4935 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-300x230.jpg\" alt=\"\" width=\"621\" height=\"476\" /></a>\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\r\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act.jpg\"><img class=\" wp-image-4934 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act-300x230.jpg\" alt=\"\" width=\"626\" height=\"480\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Pool Schedule','','inherit','closed','closed','','2221-autosave-v1','','','2019-01-31 22:48:33','2019-01-31 22:48:33','',2221,'http://macrec.com/uncategorized/2221-autosave-v1/',0,'revision','',0),(4888,2,'2018-12-21 19:24:21','2018-12-21 19:24:21','','12December 2018','','inherit','closed','closed','','12december-2018-4','','','2018-12-21 19:24:21','2018-12-21 19:24:21','',2221,'http://macrec.com/wp-content/uploads/2018/12/12December-2018-2.pdf',0,'attachment','application/pdf',0),(4889,2,'2018-12-21 19:24:31','2018-12-21 19:24:31','','12December Act','','inherit','closed','closed','','12december-act-2','','','2018-12-21 19:24:31','2018-12-21 19:24:31','',2221,'http://macrec.com/wp-content/uploads/2018/12/12December-Act.jpg',0,'attachment','image/jpeg',0),(4890,2,'2018-12-21 19:24:34','2018-12-21 19:24:34','','12December Lap','','inherit','closed','closed','','12december-lap-4','','','2018-12-21 19:24:34','2018-12-21 19:24:34','',2221,'http://macrec.com/wp-content/uploads/2018/12/12December-Lap-2.jpg',0,'attachment','image/jpeg',0),(4893,2,'2018-12-21 19:32:54','2018-12-21 19:32:54','<p style=\"text-align: left;\"><a href=\"http://macrec.com/wp-content/uploads/2018/12/Diving-Flyer.png\"><img class=\"wp-image-4896 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/12/Diving-Flyer-232x300.png\" alt=\"\" width=\"288\" height=\"372\" /></a></p>','Intro to Competitive Diving','','publish','closed','closed','','intro-to-competitive-diving','','','2018-12-21 19:37:35','2018-12-21 19:37:35','',2103,'http://macrec.com/?page_id=4893',0,'page','',0),(4895,2,'2018-12-21 19:33:59','2018-12-21 19:33:59',' ','','','publish','closed','closed','','4895','','','2018-12-21 19:34:40','2018-12-21 19:34:40','',2103,'http://macrec.com/?p=4895',5,'nav_menu_item','',0),(4896,2,'2018-12-21 19:36:58','2018-12-21 19:36:58','','Diving Flyer','','inherit','closed','closed','','diving-flyer','','','2018-12-21 19:36:58','2018-12-21 19:36:58','',4893,'http://macrec.com/wp-content/uploads/2018/12/Diving-Flyer.png',0,'attachment','image/png',0),(4897,2,'2018-12-21 19:37:13','2018-12-21 19:37:13','<p style=\"text-align: left;\"><a href=\"http://macrec.com/wp-content/uploads/2018/12/Diving-Flyer.png\"><img class=\"alignright  wp-image-4896\" src=\"http://macrec.com/wp-content/uploads/2018/12/Diving-Flyer-232x300.png\" alt=\"\" width=\"333\" height=\"431\" /></a></p>','Intro to Competitive Diving','','inherit','closed','closed','','4893-autosave-v1','','','2018-12-21 19:37:13','2018-12-21 19:37:13','',4893,'http://macrec.com/uncategorized/4893-autosave-v1/',0,'revision','',0),(4898,2,'2018-12-21 19:37:35','2018-12-21 19:37:35','<p style=\"text-align: left;\"><a href=\"http://macrec.com/wp-content/uploads/2018/12/Diving-Flyer.png\"><img class=\"wp-image-4896 alignleft\" src=\"http://macrec.com/wp-content/uploads/2018/12/Diving-Flyer-232x300.png\" alt=\"\" width=\"288\" height=\"372\" /></a></p>','Intro to Competitive Diving','','inherit','closed','closed','','4893-revision-v1','','','2018-12-21 19:37:35','2018-12-21 19:37:35','',4893,'http://macrec.com/uncategorized/4893-revision-v1/',0,'revision','',0),(4903,2,'2019-01-30 15:58:00','2019-01-30 15:58:00','<h1><span style=\"color: #ff0000;\"> </span>[row]</h1>\r\n&nbsp;\r\n<h2><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">Click here for our employment application.</a></span></h2>\r\n<h2><span style=\"color: #00ff00;\"><a style=\"color: #00ff00;\" href=\"https://visitor.r20.constantcontact.com/manage/optin?v=001R5ZVVsTX-LBC2uf-EiljG5pZzN396tuuFTWDkQXVrwXBSjY8_oF_W7M4EnGL8TYJL3Je0cZqKAWQDyABiwUV_v4qcIT1wjPj-57B09oNQ0PAtPiMZhmjiyCTHLx62bD9Ur0VfqBhvyABKpPQnenDip6OG1Rh-vuFXYPvBUXvIHoSOnQjHYsBhUMkkoYI5SzUmbk-qpiIJpZOVElbxhvt2GG4j6QLrZnXeL2qWaZc0io2L_9aQJ8miSss5A4K2EdbUbQmR7PcVq0%3D\">Click here to join the recreation newsletter! </a></span></h2>\r\n[row]\r\n<h2></h2>\r\n[ezcol_1quarter]<a href=\"http://macrec.com/fitness/schedule/\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=http://macrec.com/wp-content/uploads/2018/12/January-Schedule.pdf]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/1January-2019.pdf\"]Click Here[/su_button]\r\n\r\n[/ezcol_1quarter][ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\r\n[ezcol_1quarter]\r\n\r\n[su_spacer size=\"50\"]\r\n[table id=3 /]','Home','','inherit','closed','closed','','203-autosave-v1','','','2019-01-30 15:58:00','2019-01-30 15:58:00','',203,'http://macrec.com/uncategorized/203-autosave-v1/',0,'revision','',0),(4908,2,'2019-01-04 19:09:45','2019-01-04 19:09:45','','Membership Pricing 2019','','inherit','closed','closed','','membership-pricing-2019','','','2019-01-04 19:09:45','2019-01-04 19:09:45','',2018,'http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019.png',0,'attachment','image/png',0),(4914,2,'2019-01-09 16:41:35','2019-01-09 16:41:35','','Banner Program','','inherit','closed','closed','','banner-program-3','','','2019-01-09 16:41:35','2019-01-09 16:41:35','',4588,'http://macrec.com/wp-content/uploads/2019/01/Banner-Program.pdf',0,'attachment','application/pdf',0),(4915,2,'2019-01-09 16:44:05','2019-01-09 16:44:05','\n\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Looking to have your business recognized by more than 30,000 people each season?</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join our Light Pole Banner Program!</span></p>\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors.png\"><img class=\"size-medium wp-image-4877 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/3-winter-sponsors-300x245.png\" alt=\"\" width=\"300\" height=\"245\" /></a>\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2019/01/Banner-Program.pdf\">CLICK HERE for the Banner Program Flyer!</a> </span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Thank you to our winter sponsors: </span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">So So Artsy, Merit Dental &amp; SummaCare!</span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">CLICK HERE for the Banner Application!</a></span></h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">Spring Applications due by February 15!</span></h2>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>What:</strong> The Macedonia Family Recreation Center is beautifying the parking lot by adding large, colorful banners to the light poles. We hope to partner with local businesses to build a better community.  We are looking for area businesses to sponsor a banner by adding your logo!</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>When</strong>: We have four display periods available: Fall (September-November), Winter (December-February), Spring (March-May), and Summer (June-August). Banners will be displayed for a 90-day period.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Who: </strong>Who will see your banner? During any 3-month period, the Rec Center has more than 30,000 member visits. That\'s not counting special events, practices and games, swim meets and an array of events that draw people to the Recreation Center and Longwood Park.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>How: </strong>Looking to add your business logo? Please fill out our</span> <strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"http://macrec.com/wp-content/uploads/2018/08/City-of-Macedonia-Banner-Application-1.pdf\">Banner Application</a></span></strong></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Details: </strong>All banners will be provided, installed and removed by the City. Banners are 30\" x 60\" and double-sided. Banner applications are approved on a first come first serve basis. We have the right to refuse any banner application. Applications received for a period that is already full will be first for the next upcoming season. </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Cost: </strong>Each 30\" x 60\" double-sided banner costs $300 for any 90-day period. The cost of the banner includes: design, hardware, material, installation and removal of each banner. That\'s $300 for 90 days of advertising that will reach over 30,000 people, roughly $3.33 a day!!!</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Contact: </strong>If you have any questions about the Banner Program, call 330-468-8375 or email bwisniewski@macedonia.oh.us</span></p>\n\n','Banner Program','','inherit','closed','closed','','4588-revision-v1','','','2019-01-09 16:44:05','2019-01-09 16:44:05','',4588,'http://macrec.com/uncategorized/4588-revision-v1/',0,'revision','',0),(4917,2,'2019-01-10 21:00:37','2019-01-10 21:00:37','','1January 2019','','inherit','closed','closed','','1january-2019-2','','','2019-01-10 21:00:37','2019-01-10 21:00:37','',2221,'http://macrec.com/wp-content/uploads/2019/01/1January-2019.pdf',0,'attachment','application/pdf',0),(4918,2,'2019-01-10 21:00:47','2019-01-10 21:00:47','','1 January 2019 Lap','','inherit','closed','closed','','1-january-2019-lap','','','2019-01-10 21:00:47','2019-01-10 21:00:47','',2221,'http://macrec.com/wp-content/uploads/2019/01/1-January-2019-Lap.jpg',0,'attachment','image/jpeg',0),(4921,2,'2019-01-22 21:39:53','2019-01-22 21:39:53','','Babysitter\'s Course','','inherit','closed','closed','','babysitters-course','','','2019-01-22 21:39:53','2019-01-22 21:39:53','',2613,'http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course.png',0,'attachment','image/png',0),(4922,2,'2019-01-22 21:40:46','2019-01-22 21:40:46','\n\n<h3><span style=\"color: #000080;\"><strong>Babysitter’s Training Course<a href=\"http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course.png\"><img class=\"alignright size-medium wp-image-4921\" src=\"http://macrec.com/wp-content/uploads/2019/01/Babysitters-Course-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a> </strong></span></h3>\n&nbsp;\n\nThis course provides the knowledge and skills necessary to safely and responsibly care for infants and children up to the age of 10, as well as to manage a babysitting business. Plus it offers hands-on skills practice and additional training in first aid.\n\n&nbsp;\n<h3><span style=\"color: #000080;\"><strong>First Aid, CPR and AED</strong></span></h3>\nRed Cross First Aid, CPR (cardiopulmonary resuscitation) and AED (automated external defibrillator) training and certification meets the needs of workplace responders, professional rescuers school staffs, professional responders and healthcare providers, as well as the general public.  <em>No Classes currently scheduled.</em>\n\n','Red Cross Classes','','inherit','closed','closed','','2613-revision-v1','','','2019-01-22 21:40:46','2019-01-22 21:40:46','',2613,'http://macrec.com/uncategorized/2613-revision-v1/',0,'revision','',0),(4923,2,'2019-01-22 21:41:33','2019-01-22 21:41:33','','January Sale','','inherit','closed','closed','','january-sale','','','2019-01-22 21:41:33','2019-01-22 21:41:33','',2018,'http://macrec.com/wp-content/uploads/2019/01/January-Sale.png',0,'attachment','image/png',0),(4924,2,'2019-01-22 21:41:36','2019-01-22 21:41:36','','Monthly Membership Sale','','inherit','closed','closed','','monthly-membership-sale','','','2019-01-22 21:41:36','2019-01-22 21:41:36','',2018,'http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale.png',0,'attachment','image/png',0),(4925,2,'2019-01-22 21:44:05','2019-01-22 21:44:05','\n\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale.png\"><img class=\"alignright size-medium wp-image-4924\" src=\"http://macrec.com/wp-content/uploads/2019/01/Monthly-Membership-Sale-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a> <a href=\"http://macrec.com/wp-content/uploads/2019/01/January-Sale.png\"><img class=\"size-medium wp-image-4923 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/January-Sale-232x300.png\" alt=\"\" width=\"232\" height=\"300\" /></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\nMembership packages are available to Macedonia residents/Macedonia commercial property owners and the general public. In addition to being able to use the entire facility during open hours, members enjoy priority registration, discounted prices for programs and facility rental, and a New Rec. Center PERKS card. (Monthly and Military Memberships are excluded.) <strong>Please keep these passes/coupons in a safe place. They are non-replaceable. Memberships are non-transferable and non-refundable.</strong>\n<h4><span style=\"color: #0000ff;\">Membership Rates - Group Fitness Classes are included in membership price</span></h4>\n<h4 style=\"text-align: center;\"><a href=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019.png\"><span style=\"color: #ff0000;\">Click here to view our current rates &amp; discounts!</span><img class=\" wp-image-4908 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Membership-Pricing-2019-198x300.png\" alt=\"\" width=\"302\" height=\"458\" /></a></h4>\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Pricing Policy</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">It is the policy of the Parks and Recreation Department to provide our residents and members with a discount for programs for which they are already making significant contributions through property tax, income tax or membership fees. This policy is designed to help equalize fees among members and Macedonia residents versus residents of other communities. Prices are set to cover the cost to operate the individual program and to contribute to the overall financing of the department. It is our goal to price programs fairly and competitively, and to operate in a fiscally responsible fashion. Prices are subject to change without notice.</span></p>\n<strong>Identification is required when purchasing a membership:</strong>\n\n<strong>1. Photo ID:</strong> Driver’s License, state ID or school ID\n<strong>2. Proof of Residency (Macedonia Residents):</strong> Current utility bill: gas, cable, electric, landline telephone, car registration, water or sewer. Envelopes with addresses displayed will not be accepted.\n<strong>3. Birth certificate:</strong> Upon request.\n<strong>4. Full time college:</strong> Class schedule with 12 hours for current quarter/semester, student name and official college schedule.\n<strong>5. Macedonia commercial property owners:</strong> Deed and current tax bill. Commercial property owners will receive resident rate for membership packages.\n<strong>6. Military:</strong> Active duty Military identification.\n<strong>7. Same household proof:</strong> Upon request.\n<strong>8. Nordonia Hills Safety Forces:</strong> Employment verification letter required on their Township or Village letterhead stating that they are with twp. or village Police, Fire or EMS in the Nordonia Hills School District.\n<h4><span style=\"color: #0000ff;\">Returned Check Policy</span></h4>\nA returned check from the bank will be charged a $13.00 fee.\n<h4><span style=\"color: #0000ff;\">Payment Plan</span></h4>\nFor your convenience, a Payment Plan Program is available for annual memberships. First payment is due at time of sign-up along with a $40.00 processing fee. Additional payments will be electronically withdrawn quarterly from your checking/savings account. <strong>When signing up for this program, please bring a voided check and a valid credit card. (debit cards not accepted)</strong>\n<h4><span style=\"color: #0000ff;\">Daily Pass</span></h4>\n<strong>The daily pass is available to anyone not wishing to purchase a membership.</strong>\n<strong>Residency verification required.</strong>\n<strong> Children under two are free when accompanied by an adult</strong>\n\n<strong>All guests age 16 and over are required to show a valid state issue ID upon entering the Rec Center and must be register with at the member services desk.</strong>\n\nMacedonia Resident Adult $9.00\nMacedonia Resident Child/Senior $7.00\n(12 yrs. &amp; under or 62+)\n\nNordonia High School Student $5.00\n\nGeneral Public Adult $11.00\nGeneral Public Child/Senior $9.00\n(12 yrs. &amp; under or 62+)\n<h4><span style=\"color: #0000ff;\">Individual – Youth</span></h4>\nIndividual is considered 3-17 years of age. Standard proof of residency required from parent. Age verification required from birth certificate or valid photo ID.\n<h4><span style=\"color: #0000ff;\">Individual – Adult</span></h4>\nIndividual is considered 19-61 years of age. Standard proof of residency and ID required.\n<h4><span style=\"color: #0000ff;\">Family 2</span></h4>\nConsists of 2 adults living in the same household or 1 adult and 1 legally dependent child between the ages of 3-18 living in the same household. Children 2 and under are free. Standard proof of residency and ID required for both adults. Age verification of child required from birth certificate or valid photo ID.\n<h4><span style=\"color: #0000ff;\">Family 3 or More</span></h4>\nConsists of 2 adults living in the same household and any legally dependent children 3 – 18 years of age and/or children 19 – 23 who are full-time college students living in the same household. Full-time college verification (class schedule with 12 hours for current quarter/semester, student name and official college schedule.) Children 2 and under are free. Standard proof of residency and ID required for both adults &amp; full-time college student. Age verification of children required from birth certificate or valid photo ID.\n<h4><span style=\"color: #0000ff;\">Senior Single</span></h4>\nA senior is considered 62 years of age and older. No other senior discounts apply. Standard proof of residency and ID required. Age verification required.\n<h4><span style=\"color: #0000ff;\">Senior Couple</span></h4>\nConsists of 2 senior adults 62 years of age and older living in the same household. No other senior discounts apply. Standard proof of residency and ID required for both adults. Age verification required.\n<h4><span style=\"color: #0000ff;\">Individual Monthly</span></h4>\nIndividual is considered 3 years and older. Age verification of children required from birth certificate or valid photo ID.\n<h4><span style=\"color: #0000ff;\">Business Membership</span></h4>\nRequires a pay stub from a Macedonia business showing a Macedonia City Tax. Businesses in the JEDD subject to review by the Administrative Staff.\n<h4><span style=\"color: #0000ff;\">Military Membership</span></h4>\nAn individual membership for all active duty United States Armed Forces that are on an authorized leave will receive this membership at no cost for a period of up to four weeks per year. Must provide military identification. Annual membership discount of $100.00 is given to all veteran and active military.\n<h4><span style=\"color: #0000ff;\">Nordonia Hills Safety Forces</span></h4>\nAnnual membership discount of $100.00 is given to all current Safety Forces employees that work for a Township or Village in the Nordonia Hills School District. This will be available for Police, Fire and EMS employees only. Employment verification letter required on their Township or Village letterhead stating that they are with Police, Fire or EMS in the Nordonia Hills School District. Not available for the Sheriff’s Department. Safety Forces memberships must be paid in full. Standard proof of residency and ID required.\n<h4><span style=\"color: #0000ff;\">Corporate Memberships</span></h4>\nAvailable to companies located inside or outside of Macedonia. Minimum number of participating employees required. For more details call (330)468-8375.\n<h4><span style=\"color: #0000ff;\">SilverSneakers/Renew Active / AARP UHC Medicare Supplement </span></h4>\nSeniors may be eligible for a free/discounted membership to the Macedonia Family Recreation Center at no cost through participating insurance companies.\n<h4><span style=\"color: #0000ff;\">Free 5 Day Membership</span></h4>\nIf you have not been a member at the Recreation center in the last 12 months, you are eligible for a free 5 day membership! Membership is good for 5 consecutive days.\n\n<h2>We accept:</h2>\n\n<a href=\"#\"><img src=\"http://macrec.com/wp-content/uploads/2014/11/visaMCDisCashCheck.jpg\" alt=\"visaMCDisCashCheck\" width=\"357\" height=\"141\" class=\"alignleft size-large wp-image-2610\" /></a>\n\n','Membership','','inherit','closed','closed','','2018-revision-v1','','','2019-01-22 21:44:05','2019-01-22 21:44:05','',2018,'http://macrec.com/uncategorized/2018-revision-v1/',0,'revision','',0),(4926,2,'2019-01-22 21:47:26','2019-01-22 21:47:26','','Cake Balloons Group','','inherit','closed','closed','','cake-balloons-group','','','2019-01-22 21:47:26','2019-01-22 21:47:26','',3876,'http://macrec.com/wp-content/uploads/2019/01/Cake-Balloons-Group.jpg',0,'attachment','image/jpeg',0),(4927,2,'2019-01-22 21:47:30','2019-01-22 21:47:30','','Pool Group 2','','inherit','closed','closed','','pool-group-2','','','2019-01-22 21:47:30','2019-01-22 21:47:30','',3876,'http://macrec.com/wp-content/uploads/2019/01/Pool-Group-2.jpg',0,'attachment','image/jpeg',0),(4928,2,'2019-01-22 21:47:32','2019-01-22 21:47:32','','Table setup','','inherit','closed','closed','','table-setup','','','2019-01-22 21:47:32','2019-01-22 21:47:32','',3876,'http://macrec.com/wp-content/uploads/2019/01/Table-setup.jpg',0,'attachment','image/jpeg',0),(4929,2,'2019-01-22 21:58:22','2019-01-22 21:58:22','\n\n<a href=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form.png\"> </a>\n<h2></h2>\n<h2><span style=\"color: #0000ff;\">Macedonia Rec Center Family Day with the Cleveland Monsters!</span></h2>\n<img class=\"size-medium wp-image-4676 alignright\" src=\"http://macrec.com/wp-content/uploads/2018/09/Monsters-Ticket-Form-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />\n<h2><span style=\"color: #0000ff;\">Sunday, February 24, Cleveland Monsters vs. Milwaukee Admirals at 3 pm</span></h2>\nA chance to come together as a community and cheer on the Monsters! All tickets are discounted to $21 for lower end seats just for us. The Monsters game also includes Family Day, Post-Game Skate, Player Autographs &amp; Kids Meals! Ticket forms available online and at the Rec Center &amp; City Hall. The deadline to order tickets is January 24.\n\n<hr>\n\n','Special Events','','inherit','closed','closed','','2122-revision-v1','','','2019-01-22 21:58:22','2019-01-22 21:58:22','',2122,'http://macrec.com/uncategorized/2122-revision-v1/',0,'revision','',0),(4931,2,'2019-01-24 18:00:02','2019-01-24 18:00:02','','Hy-Tek Logo','','inherit','closed','closed','','hy-tek-logo','','','2019-01-24 18:00:02','2019-01-24 18:00:02','',2230,'http://macrec.com/wp-content/uploads/2019/01/Hy-Tek-Logo.jpg',0,'attachment','image/jpeg',0),(4932,2,'2019-01-24 18:20:17','2019-01-24 18:20:17','<div class=\"main-holder\">\n<div id=\"content\">\n<h3></h3>\n<h3></h3>\n<h3></h3>\n<h3><a href=\"https://hytek.active.com/swimming-software.html\"><img class=\"size-medium wp-image-4931 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2019/01/Hy-Tek-Logo-300x164.jpg\" alt=\"\" width=\"300\" height=\"164\" /></a></h3>\n</div>\n&nbsp;\n<div id=\"content\">\n<h4 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>We proudly use Active HY-TEK software to power our swim team!</strong></span></h4>\n<h3></h3>\n</div>\n</div>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n<h3 style=\"text-align: center;\"><strong><span style=\"color: #0000ff;\">2019 Swim Meet Schedule</span></strong></h3>\n<div class=\"main-holder\">\n<div id=\"content\">\n<h4 style=\"text-align: center;\">Jan. 26 @ Youngstown JCC</h4>\n<p style=\"text-align: center;\"><i>5:30 pm warm up - 6:00 pm start time</i></p>\n\n<h4 style=\"text-align: center;\">Feb. 2 vs. Akron JCC</h4>\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\n\n<h4 style=\"text-align: center;\">Feb. 9 @ Kent State</h4>\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\n\n<h4 style=\"text-align: center;\">Feb. 23 @ Kent Seariders</h4>\n<p style=\"text-align: center;\"><i>5:30 pm warm up - 6:00 pm start time</i></p>\n\n<h4 style=\"text-align: center;\">Mar. 2 vs Medina</h4>\n<p style=\"text-align: center;\"><i>1:30 pm warm up - 2:00 pm start time</i></p>\n<p style=\"text-align: center;\"></p>\n\n<h4 style=\"text-align: center;\">March 9th Championships</h4>\n<p style=\"text-align: center;\">Wooster YMCA/High School</p>\n<p style=\"text-align: center;\"><i>9:00 am - Warm-ups - </i><i>10:00 am - Start Time</i></p>\n&nbsp;\n\n</div>\n</div>\n<h3></h3>\n&nbsp;\n<div class=\"main-holder\">\n<div id=\"content\">\n<h3></h3>\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Manta Rays Swim Team</strong></span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Swimmers who have knowledge of the competitive strokes will train three times per week to develop their strokes, starts and turns, and compete in dual meets throughout the season.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Required:</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-Be able to swim 25 yards freestyle and backstroke without stopping and have a good idea for how to breathe to their side in the freestyle.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">-swim team experience or have passed levels 2-6 of swimming lessons.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\">Cost includes a team t-shirt and swim cap, and championship entry fee and t-shirt!</span></p>\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season.png\"><img class=\" wp-image-4868 aligncenter\" src=\"http://macrec.com/wp-content/uploads/2018/12/Manta-Rays-Swim-Team-Reg-Season-232x300.png\" alt=\"\" width=\"335\" height=\"433\" /></a>\n\n</div>\n</div>\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Manta Rays Swim Team','','inherit','closed','closed','','2230-revision-v1','','','2019-01-24 18:20:17','2019-01-24 18:20:17','',2230,'http://macrec.com/uncategorized/2230-revision-v1/',0,'revision','',0),(4933,2,'2019-01-25 17:38:52','2019-01-25 17:38:52','','2February 2019','','inherit','closed','closed','','2february-2019','','','2019-01-25 17:38:52','2019-01-25 17:38:52','',2221,'http://macrec.com/wp-content/uploads/2019/01/2February-2019.pdf',0,'attachment','application/pdf',0),(4934,2,'2019-01-25 17:39:01','2019-01-25 17:39:01','','2February 2019 Act','','inherit','closed','closed','','2february-2019-act','','','2019-01-25 17:39:01','2019-01-25 17:39:01','',2221,'http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act.jpg',0,'attachment','image/jpeg',0),(4935,2,'2019-01-25 17:39:02','2019-01-25 17:39:02','','2February 2019 Lap','','inherit','closed','closed','','2february-2019-lap','','','2019-01-25 17:39:02','2019-01-25 17:39:02','',2221,'http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap.jpg',0,'attachment','image/jpeg',0),(4938,2,'2019-01-30 15:51:54','2019-01-30 15:51:54','','February 19 schedule color','','inherit','closed','closed','','february-19-schedule-color','','','2019-01-30 15:51:54','2019-01-30 15:51:54','',2080,'http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png',0,'attachment','image/png',0),(4939,2,'2019-01-30 15:52:28','2019-01-30 15:52:28','','SilverSneakers Schedule','','inherit','closed','closed','','silversneakers-schedule-2','','','2019-01-30 15:52:28','2019-01-30 15:52:28','',2080,'http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule.png',0,'attachment','image/png',0),(4942,2,'2019-01-30 15:55:23','2019-01-30 15:55:23','\n\n<h1><a href=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png\"><img class=\"size-medium wp-image-4938 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color-300x223.png\" alt=\"\" width=\"300\" height=\"223\" /></a></h1>\n<h1></h1>\n<h1><a href=\"http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule.png\"><img class=\"size-medium wp-image-4939 alignnone\" src=\"http://macrec.com/wp-content/uploads/2019/01/SilverSneakers-Schedule-300x227.png\" alt=\"\" width=\"300\" height=\"227\" /></a></h1>\n<h1><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://macrec.com/wp-content/uploads/2019/01/February-19-schedule-color.png\">Click here for the February Fitness Schedule</a></span></h1>\n<p style=\"text-align: left;\"></p>\n\n<h2><span style=\"color: #ff0000;\">Our group fitness classes are included in your purchase of a daily, monthly and annual membership.</span></h2>\n<h2>Class Cancellations/Updates</h2>\nReceive a text message for any class cancellations or changes! Sign-up at the front desk to join the list.\n<h4>Fluidity Bar Schedule</h4>\nTuesday: 9:00 - 10:00 AM\nThursday: 9:00 – 10:00 AM\nMember $12 / Resident $14 / Non Resident $16\n<h2><strong>Fitness Class Descriptions - All classes free for members </strong></h2>\n[su_spoiler title=\" Aqua Arthritis \" style=\"fancy\"]The program exercises are designed specifically for people with arthritis and related diseases.  Participants improve their joint flexibility and reduce there pain and stiffness while supported by the water’s buoyancy and resistance. The class also provides a friendly , fun atmosphere in which participants.<span style=\"color: #993300;\">[/su_spoiler][su_spoiler title=\"Aqua Fusion\" style=\"fancy\"]</span><span style=\"color: #993300;\"><span style=\"color: #000000;\">This class will combine multiple formats to improve your overall level of fitness. A mix of strength and endurance exercises held in the shallow lap lanes, the instructor may also take you into the deep water diving well.  Enjoy the buoyancy of the water while reducing impact on your joints.[/su_spoiler][su_spoiler title=\"Barre Intensity\" style=\"fancy\"]</span></span>Combines attributes of pilates, dance, and functional fitness training. Small isolated movement to fatigue the muscles, large range motion to elevate the heart rate, and sequencing that incorporates upper and lower body.  Mini-balls, resistance bands and light hand weights are used to sculpt, slim, and stretch your entire body.[/su_spoiler][su_spoiler title=\"Beyond Barre\" style=\"fancy\"]Think ballet meets ice skating! This class incorporates cardio, body-sculpting, fat burning, endurance. All levels are welcome to try the class. [/su_spoiler][su_spoiler title=\"Bike &amp; Body\" style=\"fancy\"]30 Minutes of intense Cycling followed by 30 minutes of weights. Instructor may do abdominals, upper or lower body or combination of all 3 components for an awesome workout. Instructor may also incorporate TRX® suspension bands.[/su_spoiler]<span style=\"color: #993300;\"><span style=\"color: #000000;\">[su_spoiler title=\"Dig Deep\" style=\"fancy\"]Water buoyancy belts are used in the deep end of the diving area. Water resistance improves cardio and strength. Cross training alternative without impact. Should be comfortable in deep water.</span></span>[/su_spoiler][su_spoiler title=\"Flow\" style=\"fancy\"]Grow longer and stronger in this invigorating mind-body workout. Flow incorporates yoga and pilates fundamentals with athletic training for balance, mobility, flexibility and the core.[/su_spoiler][su_spoiler title=\"H20 Boot Camp\" style=\"fancy\"]Based on traditional Boot Camp style with Aqua drills and thrills! A serious calorie burner and FUN!.[/su_spoiler][su_spoiler title=\"H20 Kickboxing\" style=\"fancy\"]Total body workout using kickboxing techniques.[/su_spoiler][su_spoiler title=\"H20 Total Splash\" style=\"fancy\"]Try a new twist to the traditional water work out! We use noodles, weights, bands and kickboxing drills to improve on cardio endurance and muscle strength without the impact on your joints.[/su_spoiler][su_spoiler title=\"Indoor Cycling / Location: 2nd Floor Cycling Area\" style=\"fancy\"]Our instructors lead you through a fun and challenging endurance strength workout. Cycling indoors will simulate cycling outdoors with sprints, climbs and cadence drills. Geared for all fitness levels from beginner to advanced come and give this class a try. Let’s Ride! Please bring a water bottle and towel with you to class.[/su_spoiler][su_spoiler title=\"Line Dance\" style=\"fancy\"]Learn the basic Level 1 line dancing steps. As the group progress\'s we will learn more advanced steps. Join us every Sunday for load\'s of fun &amp; line dancing also is excellent for memory.[/su_spoiler][su_spoiler title=\"Phase Pilates\" style=\"fancy\"]This class is for the true Pilates Student. Based on the Master Inventor Joseph Pilates we incorporate all of his fundamentals &amp; the 6 principals of Pilates. Instructor will demonstrate All Levels of Pilates from beginner to advanced. This class is true Mat Pilates we use our bodies and a mat in this class only. All fitness levels are welcome.[/su_spoiler][su_spoiler title=\"Pilates\" style=\"fancy\"]Based on Joseph Pilates basic techniques this class works the entire core. Instructor may also incorporate small balls, weights &amp; large stability balls and bands to add a very unique workout that you will truly enjoy. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"Power Yoga\" style=\"fancy\"]Linking breathing with movement, build strength, flexibility and balance. A dynamic warm up of the spine and full-body, followed by a sequence of poses focusing on balance, abs, hips, and twists to lengthen tone and detoxify the body and mind.  Ending with a deep rest, leaving you relaxed and rejuvenated. All levels of fitness are welcome.[/su_spoiler][su_spoiler title=\"RIP\" style=\"fancy\"]60 minute class using barbells ant.d adjustable weights to tone and condition muscles while raising metabolic rate for rapid fat-burning. All major muscle groups are worked via a series of weight-bearing exercises including squats, presses and lifts, set to great, fun music! Weights are adjustable, so all fitness and ability levels are welcome in this class! This class style has confirmed higher than expected fat-burning effects alongside endurance, strength and \'wellness\' benefits.[/su_spoiler][su_spoiler title=\"Sunrise Yoga\" style=\"fancy\"]Start your morning out with a destressing breath of fresh morning air. Kick off your shoes and relax. Strengthen, stretch and balance. Classes are geared to fitness enthusiasts that want to learn and practice Hath a Yoga.[/su_spoiler][su_spoiler title=\"Tai Chi\" style=\"fancy\"]This low impact class will consist of basic stretching, gi gong (internal energy exercise), and basic tai chi postures and form. Students should expect to increase muscle strength, stamina and balance.[/su_spoiler][su_spoiler title=\"Tighten N Tone (T.N.T.)\" style=\"fancy\"]Learn proper body placement while using resistance. Your endurance, range of motion, flexibility, posture, muscle strength and bone density will improve. Weights and resistance tubing are used in this class. Bring a mat and a bottle of water.[/su_spoiler][su_spoiler title=\"Total Body Circuit\" style=\"fancy\"]Circuit intervals on weight machines focusing on muscle groups in both upper and lower body. Pair this class with Indoor Cycling for a great cardio and strength workout![/su_spoiler][su_spoiler title=\"Total Core\" style=\"fancy\"]Fast paced ab and core routine performed with different types of equipment that target different areas of the body.[/su_spoiler][su_spoiler title=\"TRX/Rip Trainer\" style=\"fancy\"]A weighted bar attached to a flexible cord to improve core, rotational power and increase stamina.[/su_spoiler][su_spoiler title=\"Vinyasa Flow \" style=\"fancy\"]This class uses breathing paired with Vinyasa movements to improve strength, flexibility &amp; endurance[/su_spoiler][su_spoiler title=\"Zumba\" style=\"fancy\"]ZUMBA is a fusion of Latin and International music-dance themes that create a dynamic, exciting, effective fitness workout! The routines feature easy to follow dance steps combined with body sculpting movements plus loads of fun[/su_spoiler][su_spoiler title=\"Zumba Kids\" style=\"fancy\"]<strong>D</strong>esigned for the younger Zumba fans ages 6-11. It’s an opportunity for them to move, dance and be active while enjoying some of their favorite music! Features routines based on Zumba choreography. The routines are kid friendly and the steps are designed to be easy to follow and fun for all![/su_spoiler]\n<h5></h5>\n<h5>Classes Below are FREE for SilverSneakers Members</h5>\n[su_spoiler title=\"Silver Sneakers® Classic\" style=\"fancy\"]Have fun and move to the music through a variety of exercises designed to increase muscular strength, range of movement, and activity for daily living skills. Hand-held weights, elastic tubing with handles, and a ball are offered for resistance, and a chair is used for seated and/or standing support.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Yoga\" style=\"fancy\"]YogaStretch will move your whole body through a complete series of seated and standing yoga poses. Chair support is offered to safely perform a variety of postures designed to increase flexibility, balance and range of movement. Restorative breathing exercises and final relaxation will promote stress reduction and mental clarity.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Splash\" style=\"fancy\"]Activate your aqua exercise urge for variety! SilverSplash® offers LOTS of fun and shallow water moves to improve agility, flexibility and cardiovascular endurance. No swimming ability is required, and a special Silver Sneakers® kickboard is used to develop strength, balance and coordination.[/su_spoiler][su_spoiler title=\"Silver Sneakers® CardioFit\" style=\"fancy\"]Get up and go with an aerobics class that’s safe, heart-healthy and gentle on the joints. The workout includes easy-to-follow low-impact movement and upper-body strength, abdominal conditioning, stretching and relaxation exercises designed to energize your active lifestyle.[/su_spoiler][su_spoiler title=\"Silver Sneakers® Boom\" style=\"fancy\"]BOOM is a three-tiered program specially designed to service the needs of the active older adult population. Each class will include actin (BOOM Muscle), dance (BOOM Move It) and mind/body (BOOM Mind) formats to cater to the specific needs of this growing segment of the fitness center program.[/su_spoiler]\n<h3><strong>Fluidity Bar Class Schedule</strong></h3>\n<h3>Tuesday 9:00am- 10:00am</h3>\n<h3>Thursday 9:00am - 10:00am</h3>\n\n','Fitness Schedule','','inherit','closed','closed','','2080-revision-v1','','','2019-01-30 15:55:23','2019-01-30 15:55:23','',2080,'http://macrec.com/uncategorized/2080-revision-v1/',0,'revision','',0),(4943,2,'2019-01-30 15:57:05','2019-01-30 15:57:05','','February 19 Schedule color','','inherit','closed','closed','','february-19-schedule-color-2','','','2019-01-30 15:57:05','2019-01-30 15:57:05','',2080,'http://macrec.com/wp-content/uploads/2019/01/February-19-Schedule-color.pdf',0,'attachment','application/pdf',0),(4945,2,'2019-01-31 22:47:57','2019-01-31 22:47:57','','2February 2019','','inherit','closed','closed','','2february-2019-2','','','2019-01-31 22:47:57','2019-01-31 22:47:57','',2221,'http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf',0,'attachment','application/pdf',0),(4946,2,'2019-01-31 22:48:02','2019-01-31 22:48:02','','2February 2019 Lap','','inherit','closed','closed','','2february-2019-lap-2','','','2019-01-31 22:48:02','2019-01-31 22:48:02','',2221,'http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1.jpg',0,'attachment','image/jpeg',0),(4947,2,'2019-01-31 22:48:58','2019-01-31 22:48:58','&nbsp;\n\n[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf\"]Click Here For February Pool Schedule [/su_button]\n[su_spacer size=\"30\"]\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1.jpg\"><img class=\" wp-image-4946 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Lap-1-300x229.jpg\" alt=\"\" width=\"619\" height=\"473\" /></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act.jpg\"><img class=\" wp-image-4934 alignleft\" src=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-Act-300x230.jpg\" alt=\"\" width=\"626\" height=\"480\" /></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Pool Schedule','','inherit','closed','closed','','2221-revision-v1','','','2019-01-31 22:48:58','2019-01-31 22:48:58','',2221,'http://macrec.com/uncategorized/2221-revision-v1/',0,'revision','',0),(4948,2,'2019-01-31 22:49:17','2019-01-31 22:49:17','\n\n<h1><span style=\"color: #ff0000;\"> </span>[row]</h1>\n&nbsp;\n<h2><span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http://macrec.com/wp-content/uploads/2018/10/General-Application-Fillable.pdf\">Click here for our employment application.</a></span></h2>\n<h2><span style=\"color: #00ff00;\"><a style=\"color: #00ff00;\" href=\"https://visitor.r20.constantcontact.com/manage/optin?v=001R5ZVVsTX-LBC2uf-EiljG5pZzN396tuuFTWDkQXVrwXBSjY8_oF_W7M4EnGL8TYJL3Je0cZqKAWQDyABiwUV_v4qcIT1wjPj-57B09oNQ0PAtPiMZhmjiyCTHLx62bD9Ur0VfqBhvyABKpPQnenDip6OG1Rh-vuFXYPvBUXvIHoSOnQjHYsBhUMkkoYI5SzUmbk-qpiIJpZOVElbxhvt2GG4j6QLrZnXeL2qWaZc0io2L_9aQJ8miSss5A4K2EdbUbQmR7PcVq0%3D\">Click here to join the recreation newsletter! </a></span></h2>\n[row]\n<h2></h2>\n[ezcol_1quarter]<a href=\"http://macrec.com/fitness/schedule/\"><img class=\"alignleft size-full wp-image-2498\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/ClassScheduleIcon.jpg\" alt=\"ClassScheduleIcon\" width=\"270\" height=\"173\" /></a>[su_button url=http://macrec.com/wp-content/uploads/2019/01/February-19-Schedule-color.pdf]Click Here[/su_button][/ezcol_1quarter]\n[ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\"><img class=\"alignleft wp-image-2393 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/PoolSchedule.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/wp-content/uploads/2019/01/2February-2019-1.pdf\"]Click Here[/su_button]\n\n[/ezcol_1quarter][ezcol_1quarter]<a href=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\"><img class=\"alignleft wp-image-2368 size-full\" src=\"http://www.x2media.us/macrec/wp-content/uploads/2011/09/UpcomingEvents.jpg\" alt=\"\" width=\"270\" height=\"173\" /></a>[su_button url=\"http://macrec.com/programs/special-<a href=\"http://macrec.com/wp-content/uploads/2011/09/Feb-16-fitness-Schedule.pdf\">Feb 16 fitness Schedule</a>events\"]Click Here[/su_button][/ezcol_1quarter]\n[ezcol_1quarter]\n\n[su_spacer size=\"50\"]\n[table id=3 /]\n\n','Home','','inherit','closed','closed','','203-revision-v1','','','2019-01-31 22:49:17','2019-01-31 22:49:17','',203,'http://macrec.com/uncategorized/203-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_snippets`
--

DROP TABLE IF EXISTS `wp_snippets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_snippets` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `code` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tags` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scope` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'global',
  `priority` smallint(6) NOT NULL DEFAULT '10',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_snippets`
--

LOCK TABLES `wp_snippets` WRITE;
/*!40000 ALTER TABLE `wp_snippets` DISABLE KEYS */;
INSERT INTO `wp_snippets` VALUES (1,'Example HTML shortcode','This is an example snippet for demonstrating how to add an HTML shortcode. You can remove it, or edit it to add your own content.','\nadd_shortcode( \'shortcode_name\', function () { ?>\n\n	<p>write your HTML shortcode content here</p>\n\n<?php } );','shortcode','global',10,0),(2,'Example CSS snippet','This is an example snippet for demonstrating how to add custom CSS code to your website. You can remove it, or edit it to add your own content.','\nadd_action( \'wp_head\', function () { ?>\n	<style>\n\n		/* write your CSS code here */\n\n	</style>\n<?php } );\n','css','front-end',10,0),(3,'Example JavaScript snippet','This is an example snippet for demonstrating how to add custom JavaScript code to your website. You can remove it, or edit it to add your own content.','\nadd_action( \'wp_head\', function () { ?>\n	<script>\n\n		/* write your JavaScript code here */\n\n	</script>\n<?php } );\n','javascript','front-end',10,0),(4,'GA','',' \r\n<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-126875783-1\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'UA-126875783-1\');\r\n</script>\r\n','','global',10,0);
/*!40000 ALTER TABLE `wp_snippets` 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=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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 (63,11,0),(63,41,0),(65,10,0),(65,11,0),(65,38,0),(67,11,0),(67,12,0),(67,37,0),(71,35,0),(73,11,0),(73,40,0),(75,7,0),(75,11,0),(75,13,0),(75,39,0),(77,6,0),(77,8,0),(77,9,0),(77,10,0),(77,14,0),(77,36,0),(331,1,0),(331,25,0),(353,1,0),(353,26,0),(357,1,0),(357,27,0),(362,1,0),(362,28,0),(368,1,0),(368,29,0),(394,1,0),(394,12,0),(394,30,0),(497,17,0),(497,20,0),(497,21,0),(498,15,0),(498,16,0),(498,17,0),(498,21,0),(502,19,0),(502,21,0),(502,22,0),(512,17,0),(512,18,0),(512,19,0),(512,20,0),(513,15,0),(513,17,0),(513,19,0),(513,21,0),(514,16,0),(514,17,0),(514,22,0),(515,16,0),(515,17,0),(515,21,0),(516,15,0),(516,19,0),(516,22,0),(517,17,0),(517,20,0),(517,21,0),(518,16,0),(518,17,0),(518,21,0),(519,18,0),(519,21,0),(519,22,0),(520,18,0),(520,21,0),(521,15,0),(521,17,0),(521,18,0),(521,20,0),(646,1,0),(646,31,0),(1791,1,0),(1791,31,0),(1803,1,0),(1803,31,0),(1816,23,0),(1818,23,0),(1821,23,0),(1890,32,0),(1891,32,0),(1892,32,0),(1893,32,0),(1894,32,0),(1895,33,0),(1896,33,0),(1897,33,0),(1898,34,0),(1899,34,0),(1900,34,0),(1901,34,0),(2067,43,0),(2068,43,0),(2075,43,0),(2090,44,0),(2097,45,0),(2098,45,0),(2107,46,0),(2108,47,0),(2112,44,0),(2115,44,0),(2124,44,0),(2125,44,0),(2153,47,0),(2225,47,0),(2233,47,0),(2249,45,0),(2250,45,0),(2616,48,0),(3058,49,0),(3059,49,0),(3060,49,0),(3061,49,0),(3062,49,0),(3063,49,0),(3064,49,0),(3065,49,0),(3066,49,0),(3067,49,0),(3068,49,0),(3069,49,0),(3070,49,0),(3072,49,0),(3073,49,0),(3074,49,0),(3075,49,0),(3076,49,0),(3077,49,0),(3078,49,0),(3079,49,0),(3080,49,0),(3194,44,0),(3204,50,0),(3205,50,0),(3206,50,0),(3207,50,0),(3208,50,0),(3209,50,0),(3210,50,0),(3211,50,0),(3214,50,0),(3215,50,0),(3216,50,0),(3218,50,0),(3219,50,0),(3220,50,0),(3221,50,0),(3222,50,0),(3223,50,0),(3224,50,0),(3225,50,0),(3646,50,0),(3681,50,0),(3684,44,0),(3707,44,0),(3863,47,0),(3865,50,0),(3878,50,0),(4334,50,0),(4594,50,0),(4686,50,0),(4895,47,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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8_unicode_ci 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=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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,9),(6,6,'post_tag','',0,1),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,2),(11,11,'post_tag','',0,5),(12,12,'post_tag','',0,2),(13,13,'post_tag','',0,1),(14,14,'post_tag','',0,1),(15,15,'portfolio_tag','',0,4),(16,16,'portfolio_tag','',0,4),(17,17,'portfolio_tag','',0,9),(18,18,'portfolio_tag','',0,4),(19,19,'portfolio_tag','',0,4),(20,20,'portfolio_category','',0,4),(21,21,'portfolio_category','',0,9),(22,22,'portfolio_category','',0,4),(23,23,'nav_menu','',0,3),(25,25,'post_format','',0,1),(26,26,'post_format','',0,1),(27,27,'post_format','',0,1),(28,28,'post_format','',0,1),(29,29,'post_format','',0,1),(30,30,'post_format','',0,1),(31,31,'post_format','',0,3),(32,32,'nav_menu','',0,5),(33,33,'nav_menu','',0,3),(34,34,'nav_menu','',0,4),(35,35,'category','',0,1),(36,36,'category','',0,1),(37,37,'category','',0,1),(38,38,'category','',0,1),(39,39,'category','',0,1),(40,40,'category','',0,1),(41,41,'category','',0,1),(42,42,'category','',0,0),(43,43,'nav_menu','',0,3),(44,44,'nav_menu','',0,8),(45,45,'nav_menu','',0,4),(46,46,'nav_menu','',0,1),(47,47,'nav_menu','',0,6),(48,48,'nav_menu','',0,1),(49,49,'nav_menu','',0,22),(50,50,'nav_menu','',0,26),(51,51,'nav_menu','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` 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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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),(6,'augue quis','augue-quis',0),(7,'bibendum','bibendum',0),(8,'bibendum mauris','bibendum-mauris',0),(9,'elit','elit',0),(10,'ipsum dolor','ipsum-dolor',0),(11,'Lorem','lorem',0),(12,'sit amet','sit-amet',0),(13,'suscipit','suscipit',0),(14,'tempor','tempor',0),(15,'accusantium','accusantium',0),(16,'alias','alias',0),(17,'consectetur','consectetur',0),(18,'cumque','cumque',0),(19,'oluptatum','oluptatum',0),(20,'Category 1','category-1',0),(21,'Category 2','category-2',0),(22,'Category 3','category-3',0),(23,'Footer Menu','footer-menu',0),(25,'Aside','post-format-aside',0),(26,'Link','post-format-link',0),(27,'Quote','post-format-quote',0),(28,'Image','post-format-image',0),(29,'Gallery','post-format-gallery',0),(30,'Audio','post-format-audio',0),(31,'Video','post-format-video',0),(32,'Company','company',0),(33,'Overview','overview',0),(34,'For clients','for-clients',0),(35,'Vestibulum libero nisl porta vel scelerisqu','vestibulum-libero-nisl-porta-vel-scelerisqu',0),(36,'Etiam cursus leo vel metus nulla facilisi','etiam-cursus-leo-vel-metus-nulla-facilisi',0),(37,'Aenean nec eros vestibulum ante ipsu','aenean-nec-eros-vestibulum-ante-ipsu',0),(38,'Faucibus orci luctus et ultrices posuere','faucibus-orci-luctus-et-ultrices-posuere',0),(39,'Suspendisse sollicitudin velit sed leo','suspendisse-sollicitudin-velit-sed-leo',0),(40,'Ut pharetra augue nec augue nam elit mag','ut-pharetra-augue-nec-augue-nam-elit-mag',0),(41,'Hendrerit sit amet tincidunt ac viverra se','hendrerit-sit-amet-tincidunt-ac-viverra-se',0),(42,'Silver Sneakers','silver-sneakers',0),(43,'Membership','membership',0),(44,'Programs','programs',0),(45,'Fitness','fitness',0),(46,'Parks','parks',0),(47,'Aquatics','aquatics',0),(48,'Red Cross Programs &amp; Classes','red-cross-programs-classes',0),(49,'Home Draft','home-draft',0),(50,'Header Menu (Home Menu)','header-menu-home-menu',0),(51,'Classic Car Cruise In','classic-car-cruise-in',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) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=165 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description','Praesent vestibulum molestie lacus. Aenean nonummy hendrerit mauris. Phasellus porta. Fusce suscipit varius mi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem.'),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,xyz2,xyz3,xyz1,wp360_revisions,wp390_widgets,tp09_edit_drag_drop_sort,wp410_dfw,wp496_privacy'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','4869'),(15,1,'wp_user-settings','editor=tinymce&libraryContent=browse&ed_size=321&align=left&urlbutton=none&imgsize=full&hidetb=1&widgets_access=off&dfw_width=822&wplink=1&mfold=o&post_dfw=off&advImgDetails=hide'),(16,1,'wp_user-settings-time','1452894646'),(17,1,'nav_menu_recently_edited','23'),(18,1,'managenav-menuscolumnshidden','a:3:{i:0;s:11:\"link-target\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),(19,1,'metaboxhidden_nav-menus','a:1:{i:0;s:17:\"add-portfolio_tag\";}'),(20,1,'closedpostboxes_portfolio','a:0:{}'),(21,1,'metaboxhidden_portfolio','a:3:{i:0;s:27:\"tz-meta-box-portfolio-video\";i:1;s:27:\"tz-meta-box-portfolio-audio\";i:2;s:7:\"slugdiv\";}'),(22,1,'aim',''),(23,1,'yim',''),(24,1,'jabber',''),(26,1,'wp_tablepress_user_options','{\"user_options_db_version\":37,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),(27,1,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(28,1,'closedpostboxes_page','a:1:{i:0;s:12:\"postimagediv\";}'),(29,1,'metaboxhidden_page','a:1:{i:0;s:16:\"commentstatusdiv\";}'),(30,1,'closedpostboxes_nav-menus','a:0:{}'),(31,1,'closedpostboxes_tablepress_edit','a:0:{}'),(32,1,'metaboxhidden_tablepress_edit','a:0:{}'),(33,1,'meta-box-order_tablepress_edit','a:3:{s:6:\"normal\";s:161:\"tablepress_edit-table-information,tablepress_edit-table-data,tablepress_edit-table-manipulation,tablepress_edit-table-options,tablepress_edit-datatables-features\";s:10:\"additional\";s:0:\"\";s:4:\"side\";s:0:\"\";}'),(34,1,'_wp_hide_notice','1'),(38,2,'nickname','christal'),(39,2,'first_name','Christal'),(40,2,'last_name','Crosby'),(41,2,'description',''),(42,2,'rich_editing','true'),(43,2,'comment_shortcuts','false'),(44,2,'admin_color','fresh'),(45,2,'use_ssl','0'),(46,2,'show_admin_bar_front','true'),(47,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(48,2,'wp_user_level','10'),(49,2,'dismissed_wp_pointers','tp09_edit_drag_drop_sort,xyz3,xyz2,wp496_privacy,theme_editor_notice'),(51,2,'wp_dashboard_quick_press_last_post_id','4930'),(52,2,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(53,2,'wp_user-settings','libraryContent=browse&hidetb=1&editor=tinymce&imgsize=medium&wplink=1&editor_plain_text_paste_warning=1&post_dfw=off&advImgDetails=show&align=right'),(54,2,'wp_user-settings-time','1538421955'),(55,2,'nav_menu_recently_edited','47'),(56,2,'managenav-menuscolumnshidden','a:0:{}'),(57,2,'metaboxhidden_nav-menus','a:5:{i:0;s:13:\"add-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:22:\"add-portfolio_category\";i:4;s:17:\"add-portfolio_tag\";}'),(64,2,'default_password_nag',''),(72,1,'closedpostboxes_dashboard','a:1:{i:0;s:21:\"dashboard_quick_press\";}'),(73,1,'metaboxhidden_dashboard','a:0:{}'),(74,2,'closedpostboxes_page','a:0:{}'),(75,2,'metaboxhidden_page','a:5:{i:0;s:20:\"tz-meta-box-category\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(91,2,'closedpostboxes_slider','a:0:{}'),(92,2,'metaboxhidden_slider','a:1:{i:0;s:7:\"slugdiv\";}'),(103,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"147.0.105.0\";}'),(128,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"107.10.253.0\";}'),(134,2,'syntax_highlighting','true'),(135,2,'locale',''),(136,2,'aim',''),(137,2,'yim',''),(138,2,'jabber',''),(139,3,'nickname','pwasik'),(140,3,'first_name','Content'),(141,3,'last_name','Provider'),(142,3,'description',''),(143,3,'rich_editing','true'),(144,3,'syntax_highlighting','true'),(145,3,'comment_shortcuts','false'),(146,3,'admin_color','fresh'),(147,3,'use_ssl','0'),(148,3,'show_admin_bar_front','true'),(149,3,'locale',''),(150,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(151,3,'wp_user_level','10'),(152,3,'dismissed_wp_pointers','wp496_privacy'),(153,3,'default_password_nag',''),(154,3,'session_tokens','a:1:{s:64:\"c7e323802cc23992841b2ea1a7d809041512777e1f173a90c4521280ed591fd8\";a:4:{s:10:\"expiration\";i:1538748268;s:2:\"ip\";s:13:\"147.0.105.162\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1538575468;}}'),(155,3,'wp_dashboard_quick_press_last_post_id','4713'),(156,3,'community-events-location','a:1:{s:2:\"ip\";s:11:\"147.0.105.0\";}'),(157,2,'wp_managetoplevel_page_snippetscolumnshidden','a:1:{i:0;s:2:\"id\";}'),(162,1,'session_tokens','a:1:{s:64:\"4cb1328d4a4e336adace3f9112065c0edf2fe302de483b7cf72bf8109381ca8b\";a:4:{s:10:\"expiration\";i:1545241356;s:2:\"ip\";s:13:\"107.10.253.54\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:5:\"login\";i:1545068556;}}'),(163,1,'edit_comments_per_page','100'),(164,2,'session_tokens','a:1:{s:64:\"23d54e5754a4d655a75a086e3d6254d2357a236136c45b81cc4c127c8651e1d5\";a:4:{s:10:\"expiration\";i:1549036179;s:2:\"ip\";s:13:\"147.0.105.162\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:5:\"login\";i:1548863379;}}');
/*!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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!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,'john','$P$B/1.Piey87qq687O0ZXvH3GD38k6gh0','john','john@x2media.us','','0000-00-00 00:00:00','',0,'john'),(2,'christal','$P$BB58NPTjIUvcjz2kSPxKlMg.7VZq6m1','christal','ccrosby@macedonia.oh.us','http://www.macrec.com','2015-09-23 19:43:29','',0,'Christal Crosby'),(3,'pwasik','$P$BlWz9GBH59mN2cBEQIog7PL0DGkiSU0','pwasik','pwasik@macedonia.oh.us','','2018-10-03 14:01:41','',0,'Content Provider');
/*!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 2019-02-04 13:55:21
