0byt3m1n1
Path:
/
data
/
25
/
2
/
90
/
144
/
2579796
/
meta
/
2828602
/
mysql.backup
/
[
Home
]
File: terrafirm_wp.mysqlcluster25.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster25 Database: terrafirm_wp -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_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 utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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 utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_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)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 */; /*!40000 ALTER TABLE `wp_comments` 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 utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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 utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_modula` -- DROP TABLE IF EXISTS `wp_modula`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_modula` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `configuration` varchar(5000) NOT NULL, UNIQUE KEY `id` (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_modula` -- LOCK TABLES `wp_modula` WRITE; /*!40000 ALTER TABLE `wp_modula` DISABLE KEYS */; INSERT INTO `wp_modula` VALUES (1,'{\"name\":\"Dirty Dozen Take Homes\",\"slug\":\"dirtydozentakehomes\",\"description\":\"Dirty Dozen Take Homes\",\"lightbox\":\"lightbox2\",\"img_size\":300,\"hasResizedImages\":true,\"wp_field_caption\":\"caption\",\"wp_field_title\":\"title\",\"margin\":10,\"randomFactor\":\"50\",\"shuffle\":\"F\",\"enableTwitter\":\"T\",\"enableFacebook\":\"T\",\"enableGplus\":\"T\",\"enablePinterest\":\"F\",\"captionColor\":\"#ffffff\",\"hoverEffect\":\"pufrobo\",\"borderSize\":0,\"loadedScale\":100,\"loadedHSlide\":0,\"loadedVSlide\":0,\"loadedRotate\":0,\"socialIconColor\":\"#ffffff\",\"captionFontSize\":14,\"titleFontSize\":16,\"borderColor\":\"#ffffff\",\"borderRadius\":0,\"shadowSize\":0,\"shadowColor\":\"#ffffff\",\"width\":\"100%\",\"height\":\"800\",\"style\":\"\",\"script\":\"\"}'); /*!40000 ALTER TABLE `wp_modula` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_modula_images` -- DROP TABLE IF EXISTS `wp_modula_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_modula_images` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `gid` int(11) NOT NULL, `imageId` int(11) NOT NULL, `imagePath` longtext NOT NULL, `link` longtext, `target` varchar(50) DEFAULT NULL, `filters` varchar(1500) DEFAULT NULL, `description` longtext NOT NULL, `title` longtext NOT NULL, `sortOrder` int(11) NOT NULL, `valign` varchar(50) NOT NULL DEFAULT 'middle', `halign` varchar(50) NOT NULL DEFAULT 'center', UNIQUE KEY `id` (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_modula_images` -- LOCK TABLES `wp_modula_images` WRITE; /*!40000 ALTER TABLE `wp_modula_images` DISABLE KEYS */; INSERT INTO `wp_modula_images` VALUES (1,1,2720,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle-300x300.jpg',NULL,NULL,NULL,'Racer Raffle (everyone has a chance to win something from our great sponsors)','Raffle',0,'middle','center'),(2,1,2719,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/FinisherMedal-300x300.jpg',NULL,NULL,NULL,'Custom Finisher Medals by ReGeared','Finisher Medal',0,'middle','center'),(3,1,2718,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel-300x300.jpg',NULL,NULL,NULL,'Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 2018 24 Hours of Rocky Hill)','Dirty Duel Award',0,'middle','center'),(4,1,2717,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-300x300.jpg',NULL,NULL,NULL,'Custom Socks ','Custom Socks',0,'middle','center'); /*!40000 ALTER TABLE `wp_modula_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter` -- DROP TABLE IF EXISTS `wp_newsletter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter` ( `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `token` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `status` varchar(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'S', `id` int(11) NOT NULL AUTO_INCREMENT, `list` int(11) NOT NULL DEFAULT '0', `profile` mediumtext COLLATE utf8mb4_unicode_520_ci, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated` int(11) NOT NULL DEFAULT '0', `followup_step` tinyint(4) NOT NULL DEFAULT '0', `followup_time` bigint(20) NOT NULL DEFAULT '0', `followup` tinyint(4) NOT NULL DEFAULT '0', `surname` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `sex` char(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'n', `feed_time` bigint(20) NOT NULL DEFAULT '0', `feed` tinyint(4) NOT NULL DEFAULT '0', `referrer` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `wp_user_id` int(11) NOT NULL DEFAULT '0', `http_referer` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `country` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `region` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `bounce_type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `bounce_time` int(11) NOT NULL DEFAULT '0', `unsub_email_id` int(11) NOT NULL DEFAULT '0', `unsub_time` int(11) NOT NULL DEFAULT '0', `list_1` tinyint(4) NOT NULL DEFAULT '0', `list_2` tinyint(4) NOT NULL DEFAULT '0', `list_3` tinyint(4) NOT NULL DEFAULT '0', `list_4` tinyint(4) NOT NULL DEFAULT '0', `list_5` tinyint(4) NOT NULL DEFAULT '0', `list_6` tinyint(4) NOT NULL DEFAULT '0', `list_7` tinyint(4) NOT NULL DEFAULT '0', `list_8` tinyint(4) NOT NULL DEFAULT '0', `list_9` tinyint(4) NOT NULL DEFAULT '0', `list_10` tinyint(4) NOT NULL DEFAULT '0', `list_11` tinyint(4) NOT NULL DEFAULT '0', `list_12` tinyint(4) NOT NULL DEFAULT '0', `list_13` tinyint(4) NOT NULL DEFAULT '0', `list_14` tinyint(4) NOT NULL DEFAULT '0', `list_15` tinyint(4) NOT NULL DEFAULT '0', `list_16` tinyint(4) NOT NULL DEFAULT '0', `list_17` tinyint(4) NOT NULL DEFAULT '0', `list_18` tinyint(4) NOT NULL DEFAULT '0', `list_19` tinyint(4) NOT NULL DEFAULT '0', `list_20` tinyint(4) NOT NULL DEFAULT '0', `profile_1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_3` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_4` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_5` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_6` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_7` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_8` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_9` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_10` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_11` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_12` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_13` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_14` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_15` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_16` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_17` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_18` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_19` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `profile_20` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `test` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`), KEY `wp_user_id` (`wp_user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter` -- LOCK TABLES `wp_newsletter` WRITE; /*!40000 ALTER TABLE `wp_newsletter` DISABLE KEYS */; INSERT INTO `wp_newsletter` VALUES ('Kim','kim.topp@gmail.com','413894b7e2','C',1,0,NULL,'2018-01-28 04:00:16',0,0,0,0,'Topp','f',0,1,'','',0,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',1); /*!40000 ALTER TABLE `wp_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_emails` -- DROP TABLE IF EXISTS `wp_newsletter_emails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter_emails` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `message` longtext COLLATE utf8mb4_unicode_520_ci, `subject2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `message2` longtext COLLATE utf8mb4_unicode_520_ci, `name2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `status` enum('new','sending','sent','paused') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'new', `total` int(11) NOT NULL DEFAULT '0', `last_id` int(11) NOT NULL DEFAULT '0', `sent` int(11) NOT NULL DEFAULT '0', `track` int(11) NOT NULL DEFAULT '0', `list` int(11) NOT NULL DEFAULT '0', `type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `query` longtext COLLATE utf8mb4_unicode_520_ci, `editor` tinyint(4) NOT NULL DEFAULT '0', `sex` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `theme` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `message_text` longtext COLLATE utf8mb4_unicode_520_ci, `preferences` longtext COLLATE utf8mb4_unicode_520_ci, `send_on` int(11) NOT NULL DEFAULT '0', `token` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `options` longtext COLLATE utf8mb4_unicode_520_ci, `private` tinyint(1) NOT NULL DEFAULT '0', `click_count` int(10) unsigned NOT NULL DEFAULT '0', `version` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `open_count` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter_emails` -- LOCK TABLES `wp_newsletter_emails` WRITE; /*!40000 ALTER TABLE `wp_newsletter_emails` DISABLE KEYS */; INSERT INTO `wp_newsletter_emails` VALUES (1,'Reminder: Dirty Dozen, Feb. 3!','<!DOCTYPE html><html><head><title>Newsletter</title><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><style type=\"text/css\">/* CLIENT-SPECIFIC STYLES */\r\n#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\r\n.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\r\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\r\nbody, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\r\ntable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\r\nimg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\r\n\r\n/* RESET STYLES */\r\nbody{margin:0; padding:0; height:100% !important; margin:0; padding:0; width:100% !important;}\r\nimg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\r\ntable{border-collapse:collapse !important;}\r\n\r\n\r\n/* MOBILE STYLES */\r\n@media screen and (max-width: 525px) {\r\n\r\n /* ALLOWS FOR FLUID TABLES */\r\n table[class=\"wrapper\"]{\r\n width:100% !important;\r\n }\r\n\r\n /* ADJUSTS LAYOUT OF LOGO IMAGE */\r\n td[class=\"logo\"]{\r\n text-align: left;\r\n padding: 20px 0 20px 0 !important;\r\n }\r\n\r\n td[class=\"logo\"] img{\r\n margin:0 auto!important;\r\n }\r\n\r\n /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */\r\n td[class=\"mobile-hide\"]{\r\n display:none;}\r\n\r\n img[class=\"mobile-hide\"]{\r\n display: none !important;\r\n }\r\n\r\n img[class=\"img-max\"]{\r\n max-width: 100% !important;\r\n width: 100% !important;\r\n height:auto !important;\r\n }\r\n\r\n /* FULL-WIDTH TABLES */\r\n table[class=\"responsive-table\"]{\r\n width:100%!important;\r\n }\r\n\r\n /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */\r\n td[class=\"padding\"]{\r\n padding: 10px 5% 15px 5% !important;\r\n }\r\n\r\n td[class=\"padding-copy\"]{\r\n padding: 10px 5% 10px 5% !important;\r\n text-align: center;\r\n }\r\n\r\n td[class=\"padding-meta\"]{\r\n padding: 30px 5% 0px 5% !important;\r\n text-align: center;\r\n }\r\n\r\n td[class=\"no-pad\"]{\r\n padding: 0 0 20px 0 !important;\r\n }\r\n\r\n td[class=\"no-padding\"]{\r\n padding: 0 !important;\r\n }\r\n\r\n td[class=\"section-padding\"]{\r\n padding: 50px 15px 50px 15px !important;\r\n }\r\n\r\n td[class=\"section-padding-bottom-image\"]{\r\n padding: 50px 15px 0 15px !important;\r\n }\r\n\r\n /* ADJUST BUTTONS ON MOBILE */\r\n td[class=\"mobile-wrapper\"]{\r\n padding: 10px 5% 15px 5% !important;\r\n }\r\n\r\n table[class=\"mobile-button-container\"]{\r\n margin:0 auto;\r\n width:100% !important;\r\n }\r\n\r\n a[class=\"mobile-button\"]{\r\n width:80% !important;\r\n padding: 15px !important;\r\n border: 0 !important;\r\n font-size: 16px !important;\r\n }\r\n\r\n}</style><link href=\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic\" rel=\"stylesheet\" type=\"text/css\"></head><body style=\"margin: 0; padding: 0;\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n <!-- HEADER -->\r\n<!-- HEADER -->\r\n<!-- ONE COLUMN SECTION -->\r\n<!-- ONE COLUMN SECTION -->\r\n<!-- ONE COLUMN SECTION -->\r\n<!-- ONE COLUMN SECTION -->\r\n<!-- ONE COLUMN SECTION -->\r\n<!-- HEADER -->\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" data-id=\"header-01\" class=\"tnpc-row ui-sortable-handle\">\r\n <tbody><tr>\r\n <td bgcolor=\"#333333\" class=\"edit-block\" style=\"background-color: rgb(51, 51, 51);\">\r\n <div align=\"center\" style=\"padding: 0px 15px 0px 15px;\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"wrapper\">\r\n <!-- LOGO/PREHEADER TEXT -->\r\n <tbody><tr>\r\n <td style=\"padding: 20px 0px 30px 0px;\" class=\"logo\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td width=\"100\" align=\"left\" class=\"tnpc-row-edit\" data-type=\"image\">\r\n <a href=\"http://www.terrafirmaracing.com\" target=\"_blank\">\r\n <img alt=\"Terra Firma Racing\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/cropped-Terra-Firma-Racing-01.png\" style=\"display: block; width: 180px;\" border=\"0\">\r\n </a>\r\n </td>\r\n <td width=\"400\" align=\"right\" class=\"mobile-hide\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td align=\"right\" style=\"padding: 0 0 5px 0; font-size: 14px; font-family: Arial, sans-serif; color: #666666; text-decoration: none;\" class=\"tnpc-row-edit\" data-type=\"text\"><span style=\"font-size: 24pt;\"><strong><span style=\"color: #ffffff;\">GO ADVENTURE.</span></strong></span></td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </div>\r\n </td>\r\n </tr>\r\n</tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"tnpc-row ui-sortable-handle\" data-id=\"content-01\" style=\"position: relative; opacity: 1; z-index: 0;\">\r\n <tbody><tr>\r\n <td bgcolor=\"#ffffff\" align=\"center\" style=\"padding: 70px 15px 70px 15px; font-family: Helvetica, Arial, sans-serif;\" class=\"section-padding edit-block\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td>\r\n <!-- HERO IMAGE -->\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td class=\"padding-copy tnpc-row-edit\" data-type=\"image\">\r\n <a href=\"http://www.terrafirmaracing.com/?page_id=2669\" target=\"_blank\">\r\n <img src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" width=\"500\" border=\"0\" alt=\"Dirty Dozen\" style=\"max-width: 100%!important; width: 500px!important; height: auto!important; display: block; color: #666666; font-family: Helvetica, arial, sans-serif; font-size: 16px;\" class=\"img-max\">\r\n </a>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <!-- COPY -->\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td align=\"center\" style=\"font-size: 32px; color: rgb(221, 51, 51); padding-top: 30px; font-family: Tahoma;\" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">The Dirty Dozen, February 3</td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 20px 0 0 0; font-size: 16px; line-height: 25px; color: #666666;\" class=\"padding-copy tnpc-row-edit\" data-type=\"text\"><p><span style=\"font-family: verdana, geneva;\">There is a less than a week before this year\'s Dirty Dozen mountain bike race at Bluff Creek Ranch. We made special arrangements to get the rain out of the way and are anticipating blue skies smiling at us.<br></span><br><br><br></p></td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\">\r\n <!-- BULLETPROOF BUTTON -->\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"mobile-button-container\">\r\n <tbody><tr>\r\n <td align=\"center\" style=\"padding: 25px 0 0 0;\" class=\"padding-copy\">\r\n <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td align=\"center\">\r\n <a href=\"http://www.terrafirmaracing.com/?page_id=2669\" target=\"_blank\" style=\"font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: rgb(255, 255, 255); text-decoration: none; border-width: 15px 25px; border-style: solid; border-color: rgb(221, 51, 51); border-radius: 3px; display: inline-block; background-color: rgb(221, 51, 51);\" class=\"mobile-button tnpc-row-edit\" data-type=\"button\">Get all the dirty details →</a></td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n</tbody></table><!-- FOOTER -->\r\n<!-- TWO COLUMN SECTION -->\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"tnpc-row tnpc-row-posts ui-sortable-handle\" data-id=\"content-07\" data-block=\"content-07-twocols\" style=\"position: relative; opacity: 1; z-index: 0;\">\r\n <tbody><tr>\r\n <td bgcolor=\"#E6E9ED\" align=\"center\" style=\"padding: 70px 15px 70px 15px;\" class=\"section-padding edit-block\">\r\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td>\r\n <!-- TITLE SECTION AND COPY -->\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tbody><tr>\r\n <td align=\"center\" style=\"font-size: 28px; font-family: Verdana; color: rgb(0, 174, 239);\" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">Upcoming Races</td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 20px 0 20px 0; font-size: 16px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #666666;\" class=\"padding-copy tnpc-row-edit\" data-type=\"text\"></td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <!-- TWO COLUMNS -->\r\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\r\n \r\n <tbody><tr>\r\n <td valign=\"top\" style=\"padding: 0;\" class=\"mobile-wrapper\">\r\n \r\n <!-- LEFT COLUMN -->\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"47%\" align=\"left\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td style=\"padding: 20px 0 40px 0;\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td align=\"center\" bgcolor=\"#F5F7FA\" valign=\"middle\" class=\"tnpc-row-edit\" data-type=\"image\">\r\n <a href=\"http://www.terrafirmaracing.com/?page_id=2728\" target=\"_blank\">\r\n <img src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02.png\" width=\"240\" height=\"160\" style=\"display: block; color: #666666; font-family: Helvetica, arial, sans-serif; font-size: 13px; width: 240px; height: 160px;\" border=\"0\" class=\"img-max\" alt=\"\">\r\n </a>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 15px 0 0 0; font-family: Arial, sans-serif; color: #333333; font-size: 20px;\" bgcolor=\"#F5F7FA\" class=\"tnpc-row-edit\" data-type=\"title\">Gator Bait Adventure Race</td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 5px 0 0 0; font-family: Arial, sans-serif; color: #666666; font-size: 14px; line-height: 20px;\" bgcolor=\"#F5F7FA\" class=\"tnpc-row-edit\" data-type=\"text\">Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 5px 0 0 0; font-family: Arial, sans-serif; color: #666666; font-size: 14px; line-height: 20px;\" bgcolor=\"#F5F7FA\"><a href=\"http://www.terrafirmaracing.com/?page_id=2728\" style=\"color: #256F9C; text-decoration: none;\" class=\"tnpc-row-edit\" data-type=\"link\">Gator Bait Adventure Race Details→</a></td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n \r\n <!-- RIGHT COLUMN -->\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"47%\" align=\"right\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td style=\"padding: 20px 0 40px 0;\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td align=\"center\" bgcolor=\"#F5F7FA\" valign=\"middle\" class=\"tnpc-row-edit\" data-type=\"image\">\r\n <a href=\"http://www.terrafirmaracing.com/?page_id=2741\" target=\"_blank\">\r\n <img src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03.png\" width=\"240\" height=\"160\" style=\"display: block; color: #666666; font-family: Helvetica, arial, sans-serif; font-size: 13px; width: 240px; height: 160px;\" border=\"0\" class=\"img-max\" alt=\"Gator Bait Trail Run\">\r\n </a>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 15px 0 0 0; font-family: Arial, sans-serif; color: #333333; font-size: 20px;\" bgcolor=\"#F5F7FA\" class=\"tnpc-row-edit\" data-type=\"title\">Gator Bait Trail Run</td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 5px 0 0 0; font-family: Arial, sans-serif; color: #666666; font-size: 14px; line-height: 20px;\" bgcolor=\"#F5F7FA\" class=\"tnpc-row-edit\" data-type=\"text\"><span style=\"color: #555555; font-family: \'Open Sans\'; line-height: 23px;\">Choose from a 5k, 15k or 13.1 mile trail run. This race is part of the </span><a style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: 23px; font-family: \'Open Sans\'; vertical-align: baseline; text-decoration: none; color: #da0f16;\" href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a><span style=\"color: #555555; font-family: \'Open Sans\'; line-height: 23px;\">—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.</span></td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 5px 0 0 0; font-family: Arial, sans-serif; color: #666666; font-size: 14px; line-height: 20px;\" bgcolor=\"#F5F7FA\"><a href=\"http://www.terrafirmaracing.com/?page_id=2741\" style=\"color: #256F9C; text-decoration: none;\" class=\"tnpc-row-edit\" data-type=\"link\">Gator Deets →</a></td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n \r\n </td>\r\n </tr>\r\n \r\n \r\n <tr>\r\n <td valign=\"top\" style=\"padding: 0;\" class=\"mobile-wrapper\">\r\n \r\n <!-- LEFT COLUMN -->\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"47%\" align=\"left\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td style=\"padding: 20px 0 40px 0;\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td align=\"center\" bgcolor=\"#F5F7FA\" valign=\"middle\" class=\"tnpc-row-edit\" data-type=\"image\">\r\n <a href=\"\" target=\"_blank\">\r\n <img src=\"\" width=\"240\" height=\"160\" style=\"display: block; color: #666666; font-family: Helvetica, arial, sans-serif; font-size: 13px; width: 240px; height: 160px;\" border=\"0\" class=\"img-max\" alt=\"\">\r\n </a>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 15px 0 0 0; font-family: Arial, sans-serif; color: #333333; font-size: 20px;\" bgcolor=\"#F5F7FA\" class=\"tnpc-row-edit\" data-type=\"title\"></td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 5px 0 0 0; font-family: Arial, sans-serif; color: #666666; font-size: 14px; line-height: 20px;\" bgcolor=\"#F5F7FA\" class=\"tnpc-row-edit\" data-type=\"text\"></td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\" style=\"padding: 5px 0 0 0; font-family: Arial, sans-serif; color: #666666; font-size: 14px; line-height: 20px;\" bgcolor=\"#F5F7FA\"><a href=\"http://www.terrafirmaracing.com/?p=2605\" style=\"color: #256F9C; text-decoration: none;\" class=\"tnpc-row-edit\" data-type=\"link\">Go To Article →</a></td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n \r\n \r\n </td>\r\n </tr>\r\n \r\n \r\n </tbody></table>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td>\r\n </tr>\r\n</tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-03\" style=\"position: relative; opacity: 1; z-index: 0;\">\r\n <tbody><tr>\r\n <td bgcolor=\"#ffffff\" align=\"center\" style=\"padding: 20px 0px;\" class=\"edit-block\">\r\n\r\n <table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td align=\"center\" style=\"font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n <span class=\"tnpc-row-edit\" data-type=\"image\">\r\n <a href=\"https://www.facebook.com/TerraFirmaRacing\"><img src=\"http://www.terrafirmaracing.com/wp-content/plugins/newsletter/emails/themes/default/images/facebook.png\" alt=\"\"></a>\r\n </span>\r\n <span class=\"tnpc-row-edit\" data-type=\"image\">\r\n <a href=\"https://www.instagram.com/terrafirmaracing/\"><img src=\"http://www.terrafirmaracing.com/wp-content/plugins/newsletter/emails/themes/default/images/instagram.png\" alt=\"Instagram\"></a>\r\n </span>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n </td></tr>\r\n</tbody></table><!-- COMPACT ARTICLE SECTION -->\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-02\">\r\n <tbody><tr>\r\n <td bgcolor=\"#ffffff\" align=\"center\" style=\"padding: 20px 0px;\" class=\"edit-block\">\r\n\r\n <table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td align=\"center\" style=\"font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n\r\n <a class=\"original-only tnpc-row-edit\" data-type=\"link\" style=\"color: #666666; text-decoration: none;\" href=\"{profile_url}\">Change your subscription</a>\r\n\r\n <span class=\"original-only\" style=\"font-family: Arial, sans-serif; font-size: 12px; color: #444444;\"> | </span>\r\n\r\n <a style=\"color: #666666; text-decoration: none;\" href=\"{email_url}\" class=\"tnpc-row-edit\" data-type=\"link\">View online</a>\r\n \r\n </td>\r\n </tr>\r\n </tbody></table>\r\n \r\n </td>\r\n </tr>\r\n</tbody></table>\r\n<!-- /FOOTER -->\r\n<!-- CANSPAM -->\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"tnpc-row ui-sortable-handle\" data-id=\"footer-01\">\r\n <tbody><tr>\r\n <td bgcolor=\"#ffffff\" align=\"center\" style=\"padding: 20px 0px; background-color: rgb(238, 238, 238);\" class=\"edit-block\">\r\n \r\n <table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" class=\"responsive-table\">\r\n <tbody><tr>\r\n <td align=\"center\" style=\"font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;\">\r\n <div class=\"tnpc-row-edit\" data-type=\"text\" style=\"color:#666666;\"><div style=\"margin: 0px; padding: 0px; border: 0px; font-weight: 600; font-stretch: inherit; font-size: 13px; line-height: 23px; font-family: \'Open Sans\'; vertical-align: baseline; color: #909090; text-align: center; background-color: #eeeeee;\">Terra Firma Racing<br>© 2018 Terra Firma Racing</div>\r\n<div> </div></div>\r\n </td>\r\n </tr>\r\n </tbody></table>\r\n\r\n </td>\r\n </tr>\r\n</tbody></table><!-- SOCIAL -->\r\n\r\n<!-- /SOCIAL -->\r\n<!-- /CANSPAM -->\r\n \r\n \r\n \r\n \r\n <!-- SOCIAL -->\r\n\r\n<!-- /SOCIAL -->\r\n \r\n </body></html>','',NULL,'','2018-01-24 23:00:27','new',1,0,0,1,0,'message','select * from wp_newsletter where status=\'C\'',0,'','','This email requires a modern e-mail reader but you can view the email online here:\r\n{email_url}.\r\n\r\nThank you, Terra Firma Racing\r\n\r\nTo change your subscription follow: {profile_url}.',NULL,1516834800,'9f4768b4bd','a:4:{s:8:\"composer\";b:1;s:14:\"lists_operator\";s:2:\"or\";s:6:\"status\";s:1:\"C\";s:8:\"wp_users\";s:1:\"0\";}',0,0,'',0); /*!40000 ALTER TABLE `wp_newsletter_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_sent` -- DROP TABLE IF EXISTS `wp_newsletter_sent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter_sent` ( `email_id` int(10) unsigned NOT NULL DEFAULT '0', `user_id` int(10) unsigned NOT NULL DEFAULT '0', `status` tinyint(1) unsigned NOT NULL DEFAULT '0', `open` tinyint(1) unsigned NOT NULL DEFAULT '0', `time` int(10) unsigned NOT NULL DEFAULT '0', `error` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`email_id`,`user_id`), KEY `user_id` (`user_id`), KEY `email_id` (`email_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter_sent` -- LOCK TABLES `wp_newsletter_sent` WRITE; /*!40000 ALTER TABLE `wp_newsletter_sent` DISABLE KEYS */; INSERT INTO `wp_newsletter_sent` VALUES (1,1,0,1,1517113313,'',''); /*!40000 ALTER TABLE `wp_newsletter_sent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_stats` -- DROP TABLE IF EXISTS `wp_newsletter_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter_stats` ( `id` int(11) NOT NULL AUTO_INCREMENT, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `newsletter` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `anchor` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_id` int(11) NOT NULL DEFAULT '0', `email_id` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0', `link_id` int(11) NOT NULL DEFAULT '0', `ip` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `country` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `email_id` (`email_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter_stats` -- LOCK TABLES `wp_newsletter_stats` WRITE; /*!40000 ALTER TABLE `wp_newsletter_stats` DISABLE KEYS */; INSERT INTO `wp_newsletter_stats` VALUES (1,'2018-01-28 04:03:41','','','',1,'1',0,'66.102.7.19',''); /*!40000 ALTER TABLE `wp_newsletter_stats` 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 utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=5844 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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://www.terrafirmaracing.com','yes'),(2,'home','http://www.terrafirmaracing.com','yes'),(3,'blogname','Terra Firma Racing','yes'),(4,'blogdescription','Go Adventure','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cpakat@me.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:105:{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:43:\"amn_envira-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"amn_envira-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"amn_envira-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"amn_envira-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"amn_envira-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"amn_envira-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"amn_envira-lite/([^/]+)/embed/?$\";s:48:\"index.php?amn_envira-lite=$matches[1]&embed=true\";s:36:\"amn_envira-lite/([^/]+)/trackback/?$\";s:42:\"index.php?amn_envira-lite=$matches[1]&tb=1\";s:44:\"amn_envira-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?amn_envira-lite=$matches[1]&paged=$matches[2]\";s:51:\"amn_envira-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?amn_envira-lite=$matches[1]&cpage=$matches[2]\";s:40:\"amn_envira-lite/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?amn_envira-lite=$matches[1]&page=$matches[2]\";s:32:\"amn_envira-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"amn_envira-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"amn_envira-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"amn_envira-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"amn_envira-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"amn_envira-lite/[^/]+/([^/]+)/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:38:\"index.php?&page_id=7&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: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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:7:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:43:\"envira-gallery-lite/envira-gallery-lite.php\";i:2;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:3;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:4;s:29:\"wp-shortcode/wp-shortcode.php\";i:5;s:29:\"wp-subscribe/wp-subscribe.php\";i:6;s:31:\"wp-tab-widget/wp-tab-widget.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:117:\"\\\\WDP\\DFS\\43\\8\\3\\4\\4352231438\\user\\sites\\2828602.site\\www\\wordpress\\wordpress/wp-content/themes/mts_justfit/style.css\";i:1;s:140:\"\\\\WDP\\DFS\\43\\8\\3\\4\\4352231438\\user\\sites\\2828602.site\\www\\wordpress\\wordpress/wp-content/plugins/envira-gallery-lite/assets/css/fancybox.css\";i:2;s:148:\"\\\\WDP\\DFS\\43\\8\\3\\4\\4352231438\\user\\sites\\2828602.site\\www\\wordpress\\wordpress/wp-content/plugins/envira-gallery-lite/assets/css/justifiedGallery.css\";i:3;s:140:\"\\\\WDP\\DFS\\43\\8\\3\\4\\4352231438\\user\\sites\\2828602.site\\www\\wordpress\\wordpress/wp-content/plugins/envira-gallery-lite/envira-gallery-lite.php\";i:4;s:116:\"\\\\WDP\\DFS\\43\\8\\3\\4\\4352231438\\user\\sites\\2828602.site\\www\\wordpress\\wordpress/wp-content/plugins/akismet/akismet.php\";}','no'),(40,'template','mts_justfit','yes'),(41,'stylesheet','mts_justfit','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:3;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:2:{i:0;s:15:\"GADWP_Uninstall\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','10','yes'),(84,'page_on_front','7','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','30','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:109:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:6:\"Search\";}i:4;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:11:{s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-3\";i:1;s:6:\"text-3\";}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:2:{i:0;s:18:\"mts_about_author-1\";i:1;s:22:\"facebook-like-widget-2\";}s:12:\"footer-first\";a:1:{i:0;s:13:\"media_image-2\";}s:14:\"footer-first-2\";a:1:{i:0;s:10:\"nav_menu-2\";}s:14:\"footer-first-3\";a:0:{}s:14:\"footer-first-4\";a:1:{i:0;s:22:\"social-profile-icons-1\";}s:18:\"sidebar-dirtydozen\";a:1:{i:0;s:22:\"social-profile-icons-2\";}s:27:\"sidebar-gatorbait-adventure\";a:2:{i:0;s:15:\"mts_ad_widget-2\";i:1;s:15:\"mts_ad_widget-3\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:2:{i:2;a:15:{s:13:\"attachment_id\";i:3086;s:3:\"url\";s:93:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TERRA_FIRMA_LOGO-200px-150x150.png\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:9:\"thumbnail\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:18:\"Terra FIrma Racing\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:31:\"http://www.terrafirmaracing.com\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:2:{i:2;a:2:{s:5:\"title\";s:7:\"SiteMap\";s:8:\"nav_menu\";i:28;}s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:7:{i:1527778607;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:1527799376;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1527801804;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1527807127;a:1:{s:29:\"newsletter_extension_versions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1527811200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1527827293;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1514953892;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}}}}','yes'),(130,'can_compress_scripts','1','no'),(141,'WPLANG','','yes'),(142,'new_admin_email','cpakat@me.com','yes'),(157,'widget_mts_widget_recent_tweets','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_mts_ad_widget','a:3:{i:2;a:14:{s:5:\"title\";s:15:\"XTERRA Sponsors\";s:3:\"ad1\";s:88:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123-200x150.png\";s:3:\"ad2\";s:99:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x177-200x150.png\";s:3:\"ad3\";s:0:\"\";s:3:\"ad4\";s:0:\"\";s:3:\"ad5\";s:0:\"\";s:3:\"ad6\";s:0:\"\";s:5:\"link1\";s:21:\"http://www.suunto.com\";s:5:\"link2\";s:37:\"https://www.utahsportscommission.com/\";s:5:\"link3\";s:0:\"\";s:5:\"link4\";s:0:\"\";s:5:\"link5\";s:0:\"\";s:5:\"link6\";s:0:\"\";s:6:\"random\";N;}i:3;a:14:{s:5:\"title\";s:0:\"\";s:3:\"ad1\";s:80:\"http://www.terrafirmaracing.com/wp-content/themes/mts_justfit/images/125x125.png\";s:3:\"ad2\";s:104:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150.jpg\";s:3:\"ad3\";s:0:\"\";s:3:\"ad4\";s:0:\"\";s:3:\"ad5\";s:0:\"\";s:3:\"ad6\";s:0:\"\";s:5:\"link1\";s:31:\"https://www.xterrawetsuits.com/\";s:5:\"link2\";s:0:\"\";s:5:\"link3\";s:0:\"\";s:5:\"link4\";s:0:\"\";s:5:\"link5\";s:0:\"\";s:5:\"link6\";s:0:\"\";s:6:\"random\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_mts_ad_300_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_mts_about_author','a:2:{i:1;a:3:{s:5:\"title\";s:18:\"Terra Firma Racing\";s:7:\"img_uri\";s:72:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/AboutUs-1.jpg\";s:11:\"description\";s:118:\"Founded in 1998, Terra Firma Racing hosts adventure races, mountain bike races, and XTERRA triathlons and trail runs. \";}s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_mts_calculator','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_mts_recent_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_mts_related_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_mts_author_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_mts_popular_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_facebook-like-widget','a:2:{i:2;a:6:{s:5:\"title\";s:19:\"Find us on Facebook\";s:8:\"page_url\";s:42:\"https://www.facebook.com/TerraFirmaRacing/\";s:5:\"width\";s:3:\"360\";s:10:\"show_faces\";s:2:\"on\";s:11:\"show_stream\";s:2:\"on\";s:11:\"show_header\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_social-profile-icons','a:3:{i:1;a:23:{s:5:\"title\";s:12:\"Follow us on\";s:10:\"new_window\";s:1:\"1\";s:8:\"facebook\";s:56:\"https://www.facebook.com/TerraFirmaRacing/?ref=bookmarks\";s:7:\"behance\";s:0:\"\";s:6:\"flickr\";s:47:\"https://www.flickr.com/photos/terrafirmaracing/\";s:5:\"gplus\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:9:\"instagram\";s:43:\"https://www.instagram.com/terrafirmaracing/\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:10:\"foursquare\";s:0:\"\";s:6:\"reddit\";s:0:\"\";s:7:\"dropbox\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:5:\"email\";s:0:\"\";s:3:\"rss\";s:0:\"\";}i:2;a:23:{s:5:\"title\";s:83:\"Follow the Dirty Dozen on social media for updates, entertainment, and fancy photos\";s:10:\"new_window\";s:1:\"1\";s:8:\"facebook\";s:48:\"https://www.facebook.com/events/2233121700247361\";s:7:\"behance\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:9:\"instagram\";s:43:\"https://www.instagram.com/terrafirmaracing/\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:10:\"foursquare\";s:0:\"\";s:6:\"reddit\";s:0:\"\";s:7:\"dropbox\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:5:\"email\";s:0:\"\";s:3:\"rss\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_single_category_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(169,'justfit','a:99:{s:8:\"last_tab\";s:1:\"4\";s:8:\"mts_logo\";s:99:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Terra-Firma-Racing-01-e1515084334637.png\";s:15:\"mts_footer_logo\";s:0:\"\";s:11:\"mts_favicon\";s:84:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TerraFirma-favicon-02.png\";s:14:\"mts_touch_icon\";s:0:\"\";s:14:\"mts_metro_icon\";s:0:\"\";s:20:\"mts_twitter_username\";s:0:\"\";s:14:\"mts_feedburner\";s:0:\"\";s:15:\"mts_header_code\";s:0:\"\";s:18:\"mts_analytics_code\";s:0:\"\";s:14:\"mts_copyrights\";s:0:\"\";s:23:\"mts_pagenavigation_type\";s:1:\"2\";s:15:\"mts_ajax_search\";s:1:\"0\";s:14:\"mts_responsive\";s:1:\"1\";s:15:\"mts_prefetching\";s:1:\"0\";s:17:\"mts_shop_products\";s:1:\"9\";s:16:\"mts_color_scheme\";s:7:\"#da0f16\";s:10:\"mts_layout\";s:8:\"cslayout\";s:16:\"mts_first_footer\";s:1:\"1\";s:20:\"mts_first_footer_num\";s:1:\"4\";s:12:\"mts_bg_color\";s:7:\"#eeeeee\";s:14:\"mts_bg_pattern\";s:5:\"hbg17\";s:21:\"mts_bg_pattern_upload\";s:81:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TopographicBG-02-2.png\";s:14:\"mts_custom_css\";s:0:\"\";s:12:\"mts_lightbox\";s:1:\"0\";s:13:\"mts_header_bg\";s:7:\"#000000\";s:20:\"mts_show_primary_nav\";s:1:\"1\";s:19:\"mts_header_section2\";s:1:\"1\";s:21:\"mts_show_cart_buttons\";s:1:\"1\";s:19:\"mts_homepage_layout\";a:2:{s:7:\"enabled\";a:5:{s:8:\"featured\";s:13:\"Featured Area\";s:7:\"partner\";s:11:\"Our Partner\";s:8:\"facility\";s:8:\"Facility\";s:4:\"meal\";s:9:\"Meal Plan\";s:7:\"trusted\";s:16:\"Trusted Athletes\";}s:8:\"disabled\";a:4:{s:8:\"training\";s:8:\"Training\";s:8:\"benefits\";s:8:\"Benefits\";s:8:\"progress\";s:16:\"Athlete Progress\";s:8:\"ambition\";s:8:\"Ambition\";}}s:23:\"mts_featured_background\";s:87:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40085190831_aed76d3862_k.jpg\";s:23:\"mts_featured_area_title\";s:13:\"Go Adventure.\";s:24:\"mts_featured_area_slides\";a:3:{i:0;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"3\";s:29:\"mts_featured_area_slide_image\";s:73:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/DinoValley.jpg\";s:29:\"mts_featured_area_slide_title\";s:34:\"Go run where the dinosaurs roamed.\";s:36:\"mts_featured_area_slide_button_label\";s:26:\"XTERRA Jurassic Trail Runs\";s:35:\"mts_featured_area_slide_button_link\";s:64:\"http://www.terrafirmaracing.com/upcoming-events/xterra-jurassic/\";s:36:\"mts_featured_area_slide_button_color\";s:7:\"#dd3333\";}i:1;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"4\";s:29:\"mts_featured_area_slide_image\";s:77:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TF-Features-02.jpg\";s:29:\"mts_featured_area_slide_title\";s:19:\"Go Ride. All Night.\";s:36:\"mts_featured_area_slide_button_label\";s:19:\"24hrs of Rocky Hill\";s:35:\"mts_featured_area_slide_button_link\";s:59:\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\";s:36:\"mts_featured_area_slide_button_color\";s:0:\"\";}i:2;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"5\";s:29:\"mts_featured_area_slide_image\";s:77:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TF-Features-03.jpg\";s:29:\"mts_featured_area_slide_title\";s:27:\"Go Ahead, Bring the Family.\";s:36:\"mts_featured_area_slide_button_label\";s:0:\"\";s:35:\"mts_featured_area_slide_button_link\";s:0:\"\";s:36:\"mts_featured_area_slide_button_color\";s:0:\"\";}}s:23:\"mts_featured_text_align\";s:6:\"center\";s:22:\"mts_our_partners_title\";s:12:\"Our Partners\";s:15:\"mts_our_partner\";a:6:{i:0;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"7\";s:21:\"mts_our_partner_image\";s:4:\"2651\";s:20:\"mts_our_partner_link\";s:25:\"https://www.jewellcp.com/\";}i:1;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"8\";s:21:\"mts_our_partner_image\";s:4:\"2646\";s:20:\"mts_our_partner_link\";s:25:\"http://www.re-geared.com/\";}i:2;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"9\";s:21:\"mts_our_partner_image\";s:4:\"2647\";s:20:\"mts_our_partner_link\";s:26:\"http://www.zoefitness.com/\";}i:3;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"10\";s:21:\"mts_our_partner_image\";s:4:\"2648\";s:20:\"mts_our_partner_link\";s:33:\"https://orthopedicassociates.org/\";}i:4;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"11\";s:21:\"mts_our_partner_image\";s:4:\"2650\";s:20:\"mts_our_partner_link\";s:0:\"\";}i:5;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"12\";s:21:\"mts_our_partner_image\";s:4:\"2649\";s:20:\"mts_our_partner_link\";s:45:\"http://creativeelementsbylucie.com/wordpress/\";}}s:18:\"mts_training_title\";s:15:\"Upcoming Events\";s:12:\"mts_training\";a:8:{i:0;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"14\";s:18:\"mts_training_image\";s:4:\"2653\";s:17:\"mts_training_text\";s:11:\"Dirty Dozen\";s:24:\"mts_training_description\";s:180:\"A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, \";s:17:\"mts_training_link\";s:39:\"https://mythemeshop.com/themes/justfit/\";}i:1;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"15\";s:18:\"mts_training_image\";s:4:\"2361\";s:17:\"mts_training_text\";s:18:\"Freestyle Training\";s:24:\"mts_training_description\";s:104:\"Lorem ipsum dolor sit amet, consecte adipiscing elit. Curabitur porttitor fermentum ert. Nulla facilisi.\";s:17:\"mts_training_link\";s:39:\"https://mythemeshop.com/themes/justfit/\";}i:2;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"16\";s:18:\"mts_training_image\";s:4:\"2360\";s:17:\"mts_training_text\";s:12:\"Cardio Blast\";s:24:\"mts_training_description\";s:104:\"Lorem ipsum dolor sit amet, consecte adipiscing elit. Curabitur porttitor fermentum ert. Nulla facilisi.\";s:17:\"mts_training_link\";s:39:\"https://mythemeshop.com/themes/justfit/\";}i:3;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"17\";s:18:\"mts_training_image\";s:4:\"2359\";s:17:\"mts_training_text\";s:18:\"Strength Training\";s:24:\"mts_training_description\";s:104:\"Lorem ipsum dolor sit amet, consecte adipiscing elit. Curabitur porttitor fermentum ert. Nulla facilisi.\";s:17:\"mts_training_link\";s:39:\"https://mythemeshop.com/themes/justfit/\";}i:4;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"18\";s:18:\"mts_training_image\";s:4:\"2358\";s:17:\"mts_training_text\";s:15:\"Boxing Training\";s:24:\"mts_training_description\";s:104:\"Lorem ipsum dolor sit amet, consecte adipiscing elit. Curabitur porttitor fermentum ert. Nulla facilisi.\";s:17:\"mts_training_link\";s:39:\"https://mythemeshop.com/themes/justfit/\";}i:5;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"19\";s:18:\"mts_training_image\";s:4:\"2357\";s:17:\"mts_training_text\";s:19:\"Jump Rope Exercises\";s:24:\"mts_training_description\";s:104:\"Lorem ipsum dolor sit amet, consecte adipiscing elit. Curabitur porttitor fermentum ert. Nulla facilisi.\";s:17:\"mts_training_link\";s:39:\"https://mythemeshop.com/themes/justfit/\";}i:6;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"20\";s:18:\"mts_training_image\";s:4:\"2356\";s:17:\"mts_training_text\";s:20:\"Upper Chest Training\";s:24:\"mts_training_description\";s:104:\"Lorem ipsum dolor sit amet, consecte adipiscing elit. Curabitur porttitor fermentum ert. Nulla facilisi.\";s:17:\"mts_training_link\";s:39:\"https://mythemeshop.com/themes/justfit/\";}i:7;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"21\";s:18:\"mts_training_image\";s:4:\"2355\";s:17:\"mts_training_text\";s:7:\"Pulling\";s:24:\"mts_training_description\";s:104:\"Lorem ipsum dolor sit amet, consecte adipiscing elit. Curabitur porttitor fermentum ert. Nulla facilisi.\";s:17:\"mts_training_link\";s:39:\"https://mythemeshop.com/themes/justfit/\";}}s:18:\"mts_athletes_title\";s:21:\"Questions? Comments? \";s:25:\"mts_athletes_button_title\";s:21:\"Get in touch with us!\";s:24:\"mts_athletes_button_link\";s:44:\"http://www.terrafirmaracing.com/?page_id=106\";s:25:\"mts_athletes_button_color\";s:7:\"#ed1c24\";s:18:\"mts_athletes_image\";s:0:\"\";s:22:\"mts_left_athletes_name\";s:0:\"\";s:29:\"mts_left_athletes_description\";s:0:\"\";s:23:\"mts_right_athletes_name\";s:0:\"\";s:30:\"mts_right_athletes_description\";s:0:\"\";s:29:\"mts_athletes_background_image\";s:74:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/MailingLIst.jpg\";s:18:\"mts_benefits_title\";s:16:\"Justfit Benefits\";s:24:\"mts_benefits_description\";s:118:\"In case you aren\'t convinced with our gym services yet, here are some of many benefits that you receive by signing up.\";s:12:\"mts_benefits\";a:6:{i:0;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"23\";s:17:\"mts_benefits_text\";s:21:\"LOREM IPSUM DOLOR SIT\";s:17:\"mts_benefits_icon\";s:6:\"anchor\";s:24:\"mts_benefits_description\";s:160:\"Donec vitae iaculis diam, at suscipit velit. Phasellus tempor ligula leo, sed placerat ipsum consectetur eget. Sed sagittis venenatis mauris sit amet convallis.\";s:17:\"mts_benefits_link\";s:0:\"\";s:23:\"mts_benefits_icon_color\";s:7:\"#444444\";}i:1;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"24\";s:17:\"mts_benefits_text\";s:21:\"CONDIMENTUM IMPERDIET\";s:17:\"mts_benefits_icon\";s:4:\"beer\";s:24:\"mts_benefits_description\";s:159:\"Mauris imperdiet ante nec est dignissim iaculis vel vitae orci. In congue dolor sed dui imperdiet, a vestibulum tortor sodales, integer vehicula bibendum odio.\";s:17:\"mts_benefits_link\";s:0:\"\";s:23:\"mts_benefits_icon_color\";s:7:\"#444444\";}i:2;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"25\";s:17:\"mts_benefits_text\";s:23:\"PROIN ALIQUAM FACILISIS\";s:17:\"mts_benefits_icon\";s:4:\"bell\";s:24:\"mts_benefits_description\";s:138:\"Sed rhoncus a felis in viverra. Suspendisse tempor lobortis metus eu imperdiet. Cras sodales dolor arcu, ac egestas lectus ultricies quis.\";s:17:\"mts_benefits_link\";s:0:\"\";s:23:\"mts_benefits_icon_color\";s:7:\"#444444\";}i:3;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"26\";s:17:\"mts_benefits_text\";s:27:\"PROIN EGET ODIO EGET TURPIS\";s:17:\"mts_benefits_icon\";s:6:\"coffee\";s:24:\"mts_benefits_description\";s:156:\"Vivamus ultricies semper risus nec posuere. Suspendisse potenti. Donec malesuada rutrum ligula eget finibus. Ut sed consequat mauris, id condimentum ligula.\";s:17:\"mts_benefits_link\";s:0:\"\";s:23:\"mts_benefits_icon_color\";s:7:\"#444444\";}i:4;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"27\";s:17:\"mts_benefits_text\";s:22:\"VESTIBULUM NEC NIBH AT\";s:17:\"mts_benefits_icon\";s:4:\"gift\";s:24:\"mts_benefits_description\";s:160:\"Curabitur id sapien tincidunt, cursus odio non, pharetra lacus. Donec condimentum augue in urna ullamcorper, ut pulvinar odio hendrerit. Ut vehicula leo tempus.\";s:17:\"mts_benefits_link\";s:0:\"\";s:23:\"mts_benefits_icon_color\";s:7:\"#444444\";}i:5;a:7:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"28\";s:17:\"mts_benefits_text\";s:24:\"AENEAN EGET EX AT TURPIS\";s:17:\"mts_benefits_icon\";s:5:\"apple\";s:24:\"mts_benefits_description\";s:163:\"Etiam sed tortor id neque lobortis pulvinar sed id nibh. Curabitur ut condimentum nunc. In sed efficitur ligula, eu tincidunt velit. Proin sit amet sagittis lorem.\";s:17:\"mts_benefits_link\";s:0:\"\";s:23:\"mts_benefits_icon_color\";s:7:\"#444444\";}}s:18:\"mts_facility_title\";s:15:\"Upcoming Events\";s:24:\"mts_facility_description\";s:321:\"Whether you\'re looking for XTERRA trail runs, adventure races, mountain bike races, or a dirty XTERRA triathlon we have you covered. Terra Firma Racing turns twenty years old this year... yep, TWENTY! Its safe to say, we\'ve figured out how to put together well-organized, challenging, fun-loving, family-friendly events. \";s:12:\"mts_facility\";a:7:{i:0;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"30\";s:18:\"mts_facility_image\";s:4:\"3276\";s:17:\"mts_facility_text\";s:26:\"XTERRA Jurassic Trail Runs\";s:24:\"mts_facility_description\";s:80:\"July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park\";s:17:\"mts_facility_link\";s:46:\" http://www.terrafirmaracing.com/?page_id=2783\";}i:1;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"31\";s:18:\"mts_facility_image\";s:4:\"2661\";s:17:\"mts_facility_text\";s:23:\"24 Hours of Rocky Hill \";s:24:\"mts_facility_description\";s:76:\"October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch\";s:17:\"mts_facility_link\";s:45:\"http://www.terrafirmaracing.com/?page_id=2801\";}i:2;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"32\";s:18:\"mts_facility_image\";s:4:\"3394\";s:17:\"mts_facility_text\";s:11:\"Dirty Dozen\";s:24:\"mts_facility_description\";s:57:\"Feb. 2, 2019 <br> 6 or 12 hr mt. bike race <br> Warda, TX\";s:17:\"mts_facility_link\";s:1:\"#\";}i:3;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"33\";s:18:\"mts_facility_image\";s:4:\"3395\";s:17:\"mts_facility_text\";s:25:\"Gator Bait Adventure Race\";s:24:\"mts_facility_description\";s:48:\"April, 2019<br>Date TBD<br>Huntsville State Park\";s:17:\"mts_facility_link\";s:1:\"#\";}i:4;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"34\";s:18:\"mts_facility_image\";s:4:\"3398\";s:17:\"mts_facility_text\";s:28:\"XTERRA Gator Bait Trail Runs\";s:24:\"mts_facility_description\";s:48:\"April, 2019<br>Date TBD<br>Huntsville State Park\";s:17:\"mts_facility_link\";s:1:\"#\";}i:5;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"35\";s:18:\"mts_facility_image\";s:4:\"3397\";s:17:\"mts_facility_text\";s:28:\"XTERRA Rock Dallas Triathlon\";s:24:\"mts_facility_description\";s:50:\"May 18, 2019 <br>Murrell Park<br>Grapevine, Texas\";s:17:\"mts_facility_link\";s:1:\"#\";}i:6;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"36\";s:18:\"mts_facility_image\";s:4:\"3275\";s:17:\"mts_facility_text\";s:29:\"XTERRA Rock Dallas Trail Runs\";s:24:\"mts_facility_description\";s:48:\"May 19, 2019<br>Murrell Park<br>Grapevine, Texas\";s:17:\"mts_facility_link\";s:1:\"#\";}}s:18:\"mts_ambition_title\";s:27:\"Custom Awards. Every Race. \";s:24:\"mts_ambition_description\";s:323:\"We know that racing isn\'t entirely about taking home the hardware, ...but we also know that a finisher medal that seconds as a bottle opener is a downright Great idea. \r\nYou\'ve trained hard and you deserve something for all that work. \r\nWe partner with ReGeared to come up with the very best, custom awards for each race. \";s:18:\"mts_ambition_image\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel.jpg\";s:29:\"mts_ambition_background_image\";s:0:\"\";s:19:\"mts_ambition_button\";a:1:{i:0;a:5:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"38\";s:25:\"mts_ambition_button_label\";s:4:\"Test\";s:24:\"mts_ambition_button_link\";s:1:\"#\";s:25:\"mts_ambition_button_color\";s:7:\"#ed1c24\";}}s:14:\"mts_meal_title\";s:12:\"Recent Races\";s:20:\"mts_meal_description\";s:112:\"Looking for a Terra Firma event you completed recently? Find links to photos, race results, and more right here!\";s:14:\"mts_meal_image\";s:0:\"\";s:25:\"mts_meal_background_image\";s:86:\"http://demo.mythemeshop.com/justfit/wp-content/themes/mts_justfit/images/supp-back.png\";s:8:\"mts_meal\";a:6:{i:0;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"40\";s:13:\"mts_meal_text\";s:16:\"2018 Dirty Dozen\";s:13:\"mts_meal_icon\";s:7:\"bicycle\";s:20:\"mts_meal_description\";s:0:\"\";s:13:\"mts_meal_link\";s:40:\"http://www.terrafirmaracing.com/results/\";}i:1;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"41\";s:13:\"mts_meal_text\";s:24:\"2017 24hrs of Rocky Hill\";s:13:\"mts_meal_icon\";s:7:\"bicycle\";s:20:\"mts_meal_description\";s:0:\"\";s:13:\"mts_meal_link\";s:40:\"http://www.terrafirmaracing.com/results/\";}i:2;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"42\";s:13:\"mts_meal_text\";s:30:\"2018 Gator Bait Adventure Race\";s:13:\"mts_meal_icon\";s:6:\"trophy\";s:20:\"mts_meal_description\";s:0:\"\";s:13:\"mts_meal_link\";s:40:\"http://www.terrafirmaracing.com/results/\";}i:3;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"43\";s:13:\"mts_meal_text\";s:33:\"2018 XTERRA Gator Bait Trail Runs\";s:13:\"mts_meal_icon\";s:6:\"trophy\";s:20:\"mts_meal_description\";s:0:\"\";s:13:\"mts_meal_link\";s:40:\"http://www.terrafirmaracing.com/results/\";}i:4;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"44\";s:13:\"mts_meal_text\";s:33:\"2018 XTERRA Rock Dallas Triathlon\";s:13:\"mts_meal_icon\";s:6:\"rocket\";s:20:\"mts_meal_description\";s:0:\"\";s:13:\"mts_meal_link\";s:40:\"http://www.terrafirmaracing.com/results/\";}i:5;a:6:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"45\";s:13:\"mts_meal_text\";s:34:\"2018 XTERRA Rock Dallas Trail Runs\";s:13:\"mts_meal_icon\";s:6:\"trophy\";s:20:\"mts_meal_description\";s:0:\"\";s:13:\"mts_meal_link\";s:40:\"http://www.terrafirmaracing.com/results/\";}}s:15:\"mts_meal_button\";a:1:{i:0;a:5:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"47\";s:21:\"mts_meal_button_label\";s:26:\"See all Results and Photos\";s:20:\"mts_meal_button_link\";s:40:\"http://www.terrafirmaracing.com/results/\";s:21:\"mts_meal_button_color\";s:0:\"\";}}s:18:\"mts_progress_title\";s:16:\"Athlete Progress\";s:24:\"mts_progress_description\";s:142:\"Thousands have already been successful with our gym services. You are only one step away from your glory and success. It\'s your time to shine.\";s:29:\"mts_progress_background_image\";s:89:\"http://demo.mythemeshop.com/justfit/wp-content/themes/mts_justfit/images/members-back.png\";s:23:\"mts_featured_categories\";a:1:{i:0;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"51\";s:21:\"mts_featured_category\";s:6:\"latest\";s:30:\"mts_featured_category_postsnum\";s:2:\"10\";}}s:27:\"mts_home_headline_meta_info\";a:2:{s:7:\"enabled\";a:1:{s:8:\"category\";s:10:\"Categories\";}s:8:\"disabled\";a:2:{s:7:\"comment\";s:13:\"Comment Count\";s:6:\"author\";s:11:\"Author Name\";}}s:13:\"mts_date_blog\";s:1:\"1\";s:22:\"mts_single_post_layout\";a:2:{s:7:\"enabled\";a:2:{s:7:\"content\";s:12:\"Post Content\";s:7:\"related\";s:13:\"Related Posts\";}s:8:\"disabled\";a:2:{s:6:\"author\";s:10:\"Author Box\";s:4:\"tags\";s:4:\"Tags\";}}s:26:\"mts_related_posts_taxonomy\";s:10:\"categories\";s:20:\"mts_related_postsnum\";s:1:\"4\";s:22:\"mts_authorbox_email_id\";s:1:\"1\";s:29:\"mts_single_headline_meta_info\";a:2:{s:7:\"enabled\";a:2:{s:4:\"date\";s:4:\"Date\";s:8:\"category\";s:10:\"Categories\";}s:8:\"disabled\";a:2:{s:7:\"comment\";s:13:\"Comment Count\";s:6:\"author\";s:11:\"Author Name\";}}s:14:\"mts_breadcrumb\";s:1:\"1\";s:18:\"mts_author_comment\";s:1:\"1\";s:16:\"mts_comment_date\";s:1:\"1\";s:26:\"mts_social_button_position\";s:8:\"floating\";s:18:\"mts_social_buttons\";a:2:{s:7:\"enabled\";a:2:{s:7:\"twitter\";s:7:\"Twitter\";s:8:\"facebook\";s:13:\"Facebook Like\";}s:8:\"disabled\";a:4:{s:9:\"pinterest\";s:9:\"Pinterest\";s:5:\"gplus\";s:11:\"Google Plus\";s:8:\"linkedin\";s:8:\"LinkedIn\";s:7:\"stumble\";s:11:\"StumbleUpon\";}}s:18:\"mts_posttop_adcode\";s:0:\"\";s:23:\"mts_posttop_adcode_time\";s:1:\"0\";s:18:\"mts_postend_adcode\";s:0:\"\";s:23:\"mts_postend_adcode_time\";s:1:\"0\";s:19:\"mts_custom_sidebars\";a:2:{i:0;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"53\";s:23:\"mts_custom_sidebar_name\";s:12:\"Dirty Dozen \";s:21:\"mts_custom_sidebar_id\";s:18:\"sidebar-dirtydozen\";}i:1;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:2:\"54\";s:23:\"mts_custom_sidebar_name\";s:17:\"XTERRA Gator Bait\";s:21:\"mts_custom_sidebar_id\";s:27:\"sidebar-gatorbait-adventure\";}}s:20:\"mts_sidebar_for_blog\";s:0:\"\";s:20:\"mts_sidebar_for_post\";s:0:\"\";s:20:\"mts_sidebar_for_page\";s:0:\"\";s:23:\"mts_sidebar_for_archive\";s:0:\"\";s:24:\"mts_sidebar_for_category\";s:0:\"\";s:19:\"mts_sidebar_for_tag\";s:0:\"\";s:20:\"mts_sidebar_for_date\";s:0:\"\";s:22:\"mts_sidebar_for_author\";s:0:\"\";s:22:\"mts_sidebar_for_search\";s:0:\"\";s:24:\"mts_sidebar_for_notfound\";s:0:\"\";s:20:\"mts_sidebar_for_shop\";s:0:\"\";s:23:\"mts_sidebar_for_product\";s:0:\"\";s:19:\"mts_typography_sets\";a:1:{i:0;s:5:\"latin\";}}','yes'),(170,'justfit_version','1.3.4','yes'),(172,'theme_mods_mts_justfit','a:2:{s:18:\"custom_css_post_id\";i:2934;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:28;}}','yes'),(173,'current_theme','JustFit by MyThemeShop','yes'),(174,'theme_switched','','yes'),(175,'theme_switched_via_customizer','','yes'),(176,'nav_menu_options','a:1:{s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(177,'customize_stashed_theme_mods','a:1:{s:15:\"twentyseventeen\";a:6:{s:23:\"nav_menu_locations[top]\";a:5:{s:15:\"starter_content\";b:1;s:5:\"value\";i:-1;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2018-01-03 04:30:26\";}s:26:\"nav_menu_locations[social]\";a:5:{s:15:\"starter_content\";b:1;s:5:\"value\";i:-5;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2018-01-03 04:30:26\";}s:7:\"panel_1\";a:5:{s:15:\"starter_content\";b:1;s:5:\"value\";i:11;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2018-01-03 04:30:26\";}s:7:\"panel_2\";a:5:{s:15:\"starter_content\";b:1;s:5:\"value\";i:8;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2018-01-03 04:30:26\";}s:7:\"panel_3\";a:5:{s:15:\"starter_content\";b:1;s:5:\"value\";i:10;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2018-01-03 04:30:26\";}s:7:\"panel_4\";a:5:{s:15:\"starter_content\";b:1;s:5:\"value\";i:9;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2018-01-03 04:30:26\";}}}','no'),(180,'recently_activated','a:0:{}','yes'),(196,'justfit_fix_fields_after_import','a:20:{s:8:\"mts_logo\";s:6:\"upload\";s:15:\"mts_footer_logo\";s:6:\"upload\";s:11:\"mts_favicon\";s:6:\"upload\";s:14:\"mts_touch_icon\";s:6:\"upload\";s:14:\"mts_metro_icon\";s:6:\"upload\";s:21:\"mts_bg_pattern_upload\";s:6:\"upload\";s:23:\"mts_featured_background\";s:6:\"upload\";s:29:\"mts_featured_area_slide_image\";s:6:\"upload\";s:21:\"mts_our_partner_image\";s:6:\"upload\";s:18:\"mts_training_image\";s:6:\"upload\";s:18:\"mts_athletes_image\";s:6:\"upload\";s:29:\"mts_athletes_background_image\";s:6:\"upload\";s:18:\"mts_facility_image\";s:6:\"upload\";s:18:\"mts_ambition_image\";s:6:\"upload\";s:29:\"mts_ambition_background_image\";s:6:\"upload\";s:14:\"mts_meal_image\";s:6:\"upload\";s:25:\"mts_meal_background_image\";s:6:\"upload\";s:29:\"mts_progress_background_image\";s:6:\"upload\";s:18:\"mts_progress_image\";s:6:\"upload\";s:21:\"mts_featured_category\";s:11:\"cats_select\";}','yes'),(199,'mts_typography_missing_previews','a:21:{i:0;s:23:\"Black And White Picture\";i:1;s:14:\"Black Han Sans\";i:10;s:9:\"Yeon Sung\";i:11;s:18:\"Nanum Brush Script\";i:12;s:12:\"Nanum Gothic\";i:13;s:9:\"Cute Font\";i:14;s:8:\"Do Hyeon\";i:15;s:5:\"Dokdo\";i:16;s:14:\"East Sea Dokdo\";i:17;s:5:\"Gaegu\";i:18;s:12:\"Gamja Flower\";i:19;s:9:\"Gothic A1\";i:20;s:4:\"Gugi\";i:21;s:9:\"Hi Melody\";i:22;s:13:\"IBM Plex Mono\";i:23;s:13:\"IBM Plex Sans\";i:24;s:23:\"IBM Plex Sans Condensed\";i:25;s:14:\"IBM Plex Serif\";i:26;s:3:\"Jua\";i:27;s:14:\"Kirang Haerang\";i:28;s:4:\"Mina\";}','yes'),(200,'justfit_import_options_backup','a:98:{s:8:\"mts_logo\";s:0:\"\";s:15:\"mts_footer_logo\";s:0:\"\";s:11:\"mts_favicon\";s:0:\"\";s:14:\"mts_touch_icon\";s:0:\"\";s:14:\"mts_metro_icon\";s:0:\"\";s:20:\"mts_twitter_username\";s:0:\"\";s:14:\"mts_feedburner\";s:0:\"\";s:15:\"mts_header_code\";s:0:\"\";s:18:\"mts_analytics_code\";s:0:\"\";s:14:\"mts_copyrights\";s:73:\"Theme by <a href=\"http://mythemeshop.com/\" rel=\"nofollow\">MyThemeShop</a>\";s:23:\"mts_pagenavigation_type\";s:1:\"0\";s:15:\"mts_ajax_search\";s:1:\"0\";s:14:\"mts_responsive\";s:1:\"1\";s:15:\"mts_prefetching\";s:1:\"0\";s:17:\"mts_shop_products\";s:1:\"9\";s:16:\"mts_color_scheme\";s:7:\"#da0f16\";s:10:\"mts_layout\";s:8:\"cslayout\";s:16:\"mts_first_footer\";s:1:\"0\";s:20:\"mts_first_footer_num\";s:1:\"3\";s:12:\"mts_bg_color\";s:7:\"#eeeeee\";s:14:\"mts_bg_pattern\";s:4:\"nobg\";s:21:\"mts_bg_pattern_upload\";s:0:\"\";s:14:\"mts_custom_css\";s:0:\"\";s:12:\"mts_lightbox\";s:1:\"0\";s:13:\"mts_header_bg\";s:7:\"#000000\";s:20:\"mts_show_primary_nav\";s:1:\"1\";s:19:\"mts_header_section2\";s:1:\"1\";s:21:\"mts_show_cart_buttons\";s:1:\"1\";s:19:\"mts_homepage_layout\";a:2:{s:7:\"enabled\";a:9:{s:8:\"featured\";s:13:\"Featured Area\";s:7:\"partner\";s:11:\"Our Partner\";s:8:\"training\";s:8:\"Training\";s:7:\"trusted\";s:16:\"Trusted Athletes\";s:8:\"benefits\";s:8:\"Benefits\";s:8:\"facility\";s:8:\"Facility\";s:8:\"ambition\";s:8:\"Ambition\";s:4:\"meal\";s:9:\"Meal Plan\";s:8:\"progress\";s:16:\"Athlete Progress\";}s:8:\"disabled\";a:0:{}}s:23:\"mts_featured_background\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/themes/mts_justfit/images/header-img.jpg\";s:23:\"mts_featured_area_title\";s:20:\"Fitness Reconfigured\";s:24:\"mts_featured_area_button\";a:1:{i:1;a:5:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"1\";s:30:\"mts_featured_area_button_label\";s:12:\"Try Us Today\";s:29:\"mts_featured_area_button_link\";s:1:\"#\";s:30:\"mts_featured_area_button_color\";s:7:\"#ed1c24\";}}s:24:\"mts_featured_area_slides\";a:0:{}s:23:\"mts_featured_text_align\";s:6:\"center\";s:22:\"mts_our_partners_title\";s:12:\"Our Partners\";s:15:\"mts_our_partner\";s:0:\"\";s:18:\"mts_training_title\";s:13:\"Train With Us\";s:12:\"mts_training\";s:0:\"\";s:18:\"mts_athletes_title\";s:20:\"Our Trusted Athletes\";s:25:\"mts_athletes_button_title\";s:18:\"Read their stories\";s:24:\"mts_athletes_button_link\";s:1:\"#\";s:25:\"mts_athletes_button_color\";s:7:\"#ed1c24\";s:18:\"mts_athletes_image\";s:95:\"http://staging.terrafirmaracing.com/wordpress/wp-content/themes/mts_justfit/images/athletic.png\";s:22:\"mts_left_athletes_name\";s:7:\"Jessica\";s:29:\"mts_left_athletes_description\";s:40:\"Trusted female athletic since June, 2010\";s:23:\"mts_right_athletes_name\";s:5:\"Chris\";s:30:\"mts_right_athletes_description\";s:39:\"Trusted athletic since September, 2008.\";s:29:\"mts_athletes_background_image\";s:99:\"http://staging.terrafirmaracing.com/wordpress/wp-content/themes/mts_justfit/images/members-back.png\";s:18:\"mts_benefits_title\";s:16:\"JustFit Benefits\";s:24:\"mts_benefits_description\";s:120:\"In case you aren’t convinced with our gym services yet, here are some of many benefits that you receive by signing up.\";s:12:\"mts_benefits\";s:0:\"\";s:18:\"mts_facility_title\";s:14:\"Our Facilities\";s:24:\"mts_facility_description\";s:111:\"Loads of new service standards, new ways to train and relax afterwards will make this your fittest year so far.\";s:12:\"mts_facility\";s:0:\"\";s:18:\"mts_ambition_title\";s:18:\"Fuel Your Ambition\";s:24:\"mts_ambition_description\";s:394:\"Whether you\'re looking to bulk up, enhance workout performance, improve recovery or shed unwanted body fat, we have a great range of products to help take your training to new heights. Our selection of Muscle & Strength products provide the ultimate selection of protein powders, amino acids, weight gainers and recovery formulas to ensure you have the nutrition you need to achieve your goals.\";s:18:\"mts_ambition_image\";s:95:\"http://staging.terrafirmaracing.com/wordpress/wp-content/themes/mts_justfit/images/supp-img.png\";s:29:\"mts_ambition_background_image\";s:96:\"http://staging.terrafirmaracing.com/wordpress/wp-content/themes/mts_justfit/images/supp-back.png\";s:19:\"mts_ambition_button\";a:1:{i:1;a:5:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"1\";s:25:\"mts_ambition_button_label\";s:16:\"Shop Supplements\";s:24:\"mts_ambition_button_link\";s:1:\"#\";s:25:\"mts_ambition_button_color\";s:7:\"#ed1c24\";}}s:14:\"mts_meal_title\";s:10:\"Meal Plans\";s:20:\"mts_meal_description\";s:265:\"Take the guesswork out of eating healthy and losing weight. Our daily meal plans can help you healthfully lose up to 2 pounds a week. The plans are designed by EatingWell’s nutrition staff with a variety of healthy, delicious recipes to meet your nutrition needs.\";s:14:\"mts_meal_image\";s:91:\"http://staging.terrafirmaracing.com/wordpress/wp-content/themes/mts_justfit/images/meal.png\";s:25:\"mts_meal_background_image\";s:96:\"http://staging.terrafirmaracing.com/wordpress/wp-content/themes/mts_justfit/images/supp-back.png\";s:8:\"mts_meal\";s:0:\"\";s:15:\"mts_meal_button\";a:1:{i:1;a:5:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"1\";s:21:\"mts_meal_button_label\";s:14:\"See Meal Plans\";s:20:\"mts_meal_button_link\";s:1:\"#\";s:21:\"mts_meal_button_color\";s:7:\"#ed1c24\";}}s:18:\"mts_progress_title\";s:16:\"Athlete Progress\";s:24:\"mts_progress_description\";s:144:\"Thousands have already been successful with our gym services. You are only one step away from your glory and success. It’s your time to shine.\";s:29:\"mts_progress_background_image\";s:99:\"http://staging.terrafirmaracing.com/wordpress/wp-content/themes/mts_justfit/images/members-back.png\";s:12:\"mts_progress\";s:0:\"\";s:19:\"mts_progress_button\";s:0:\"\";s:23:\"mts_featured_categories\";a:1:{i:1;a:4:{s:11:\"group_title\";s:0:\"\";s:10:\"group_sort\";s:1:\"1\";s:21:\"mts_featured_category\";s:6:\"latest\";s:30:\"mts_featured_category_postsnum\";s:2:\"10\";}}s:27:\"mts_home_headline_meta_info\";a:2:{s:7:\"enabled\";a:2:{s:6:\"author\";s:11:\"Author Name\";s:8:\"category\";s:10:\"Categories\";}s:8:\"disabled\";a:1:{s:7:\"comment\";s:13:\"Comment Count\";}}s:13:\"mts_date_blog\";s:1:\"1\";s:22:\"mts_single_post_layout\";s:0:\"\";s:29:\"mts_single_headline_meta_info\";a:2:{s:7:\"enabled\";a:4:{s:6:\"author\";s:11:\"Author Name\";s:4:\"date\";s:4:\"Date\";s:8:\"category\";s:10:\"Categories\";s:7:\"comment\";s:13:\"Comment Count\";}s:8:\"disabled\";a:0:{}}s:14:\"mts_breadcrumb\";s:1:\"1\";s:18:\"mts_author_comment\";s:1:\"1\";s:16:\"mts_comment_date\";s:1:\"1\";s:26:\"mts_social_button_position\";s:8:\"floating\";s:18:\"mts_social_buttons\";a:2:{s:7:\"enabled\";a:4:{s:7:\"twitter\";s:7:\"Twitter\";s:5:\"gplus\";s:11:\"Google Plus\";s:8:\"facebook\";s:13:\"Facebook Like\";s:9:\"pinterest\";s:9:\"Pinterest\";}s:8:\"disabled\";a:2:{s:8:\"linkedin\";s:8:\"LinkedIn\";s:7:\"stumble\";s:11:\"StumbleUpon\";}}s:18:\"mts_posttop_adcode\";s:0:\"\";s:23:\"mts_posttop_adcode_time\";s:1:\"0\";s:18:\"mts_postend_adcode\";s:0:\"\";s:23:\"mts_postend_adcode_time\";s:1:\"0\";s:19:\"mts_custom_sidebars\";s:0:\"\";s:20:\"mts_sidebar_for_blog\";s:0:\"\";s:20:\"mts_sidebar_for_post\";s:0:\"\";s:20:\"mts_sidebar_for_page\";s:0:\"\";s:23:\"mts_sidebar_for_archive\";s:0:\"\";s:24:\"mts_sidebar_for_category\";s:0:\"\";s:19:\"mts_sidebar_for_tag\";s:0:\"\";s:20:\"mts_sidebar_for_date\";s:0:\"\";s:22:\"mts_sidebar_for_author\";s:0:\"\";s:22:\"mts_sidebar_for_search\";s:0:\"\";s:24:\"mts_sidebar_for_notfound\";s:0:\"\";s:20:\"mts_sidebar_for_shop\";s:12:\"shop-sidebar\";s:23:\"mts_sidebar_for_product\";s:15:\"product-sidebar\";s:8:\"last_tab\";i:0;}','yes'),(203,'justfit_imported_demos','a:3:{s:7:\"options\";s:7:\"default\";s:7:\"content\";s:7:\"default\";s:7:\"widgets\";s:7:\"default\";}','yes'),(220,'justfit_typography_default','1','yes'),(221,'justfit_typography_collections','a:14:{i:0;a:11:{s:12:\"preview_text\";s:9:\"Logo Font\";s:13:\"preview_color\";s:4:\"dark\";s:11:\"font_family\";s:10:\"Montserrat\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"26px\";s:10:\"font_color\";s:7:\"#ffffff\";s:13:\"css_selectors\";s:7:\"#logo a\";s:14:\"additional_css\";s:26:\"text-transform: uppercase;\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:9:\"Logo Font\";}i:1;a:11:{s:12:\"preview_text\";s:15:\"Navigation Font\";s:13:\"preview_color\";s:4:\"dark\";s:11:\"font_family\";s:9:\"Open Sans\";s:12:\"font_variant\";s:3:\"600\";s:9:\"font_size\";s:4:\"13px\";s:10:\"font_color\";s:7:\"#c2c2c2\";s:13:\"css_selectors\";s:20:\".menu li, .menu li a\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:15:\"Navigation Font\";}i:2;a:11:{s:12:\"preview_text\";s:18:\"Blog Article Title\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:10:\"Montserrat\";s:12:\"font_variant\";s:3:\"700\";s:9:\"font_size\";s:4:\"20px\";s:10:\"font_color\";s:7:\"#000000\";s:13:\"css_selectors\";s:18:\".latestPost .title\";s:14:\"additional_css\";s:26:\"text-transform: uppercase;\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:18:\"Blog Article Title\";}i:3;a:11:{s:12:\"preview_text\";s:20:\"Single Article Title\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:10:\"Montserrat\";s:12:\"font_variant\";s:3:\"500\";s:9:\"font_size\";s:4:\"38px\";s:10:\"font_color\";s:7:\"#dd3333\";s:13:\"css_selectors\";s:13:\".single-title\";s:14:\"additional_css\";s:26:\"text-transform: uppercase;\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:20:\"Single Article Title\";}i:4;a:11:{s:12:\"preview_text\";s:12:\"Content Font\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:9:\"Open Sans\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"14px\";s:10:\"font_color\";s:7:\"#555555\";s:13:\"css_selectors\";s:4:\"body\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:12:\"Content Font\";}i:5;a:11:{s:12:\"preview_text\";s:12:\"Sidebar Font\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:9:\"Open Sans\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"15px\";s:10:\"font_color\";s:7:\"#000000\";s:13:\"css_selectors\";s:17:\"#sidebars .widget\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:12:\"Sidebar Font\";}i:6;a:11:{s:12:\"preview_text\";s:18:\"Sidebar Title Font\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:9:\"Open Sans\";s:12:\"font_variant\";s:3:\"700\";s:9:\"font_size\";s:4:\"20px\";s:10:\"font_color\";s:7:\"#000000\";s:13:\"css_selectors\";s:19:\".sidebar .widget h3\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:18:\"Sidebar Title Font\";}i:7;a:11:{s:12:\"preview_text\";s:11:\"Footer Font\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:9:\"Open Sans\";s:12:\"font_variant\";s:3:\"600\";s:9:\"font_size\";s:4:\"13px\";s:10:\"font_color\";s:7:\"#909090\";s:13:\"css_selectors\";s:30:\"footer.footer, .footer-widgets\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:11:\"Footer Font\";}i:8;a:11:{s:12:\"preview_text\";s:10:\"Content H1\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:10:\"Montserrat\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"30px\";s:10:\"font_color\";s:7:\"#da0f16\";s:13:\"css_selectors\";s:2:\"h1\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:10:\"Content H1\";}i:9;a:11:{s:12:\"preview_text\";s:10:\"Content H2\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:10:\"Montserrat\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"26px\";s:10:\"font_color\";s:7:\"#00aeef\";s:13:\"css_selectors\";s:2:\"h2\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:10:\"Content H2\";}i:10;a:11:{s:12:\"preview_text\";s:10:\"Content H3\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:9:\"Open Sans\";s:12:\"font_variant\";s:3:\"300\";s:9:\"font_size\";s:4:\"20px\";s:10:\"font_color\";s:7:\"#909090\";s:13:\"css_selectors\";s:2:\"h3\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:10:\"Content H3\";}i:11;a:11:{s:12:\"preview_text\";s:10:\"Content H4\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:10:\"Montserrat\";s:12:\"font_variant\";s:3:\"200\";s:9:\"font_size\";s:4:\"22px\";s:10:\"font_color\";s:7:\"#000000\";s:13:\"css_selectors\";s:2:\"h4\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:10:\"Content H4\";}i:12;a:11:{s:12:\"preview_text\";s:10:\"Content H5\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:10:\"Montserrat\";s:12:\"font_variant\";s:3:\"500\";s:9:\"font_size\";s:4:\"20px\";s:10:\"font_color\";s:7:\"#000000\";s:13:\"css_selectors\";s:2:\"h5\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:10:\"Content H5\";}i:13;a:11:{s:12:\"preview_text\";s:10:\"Content H6\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:10:\"Montserrat\";s:12:\"font_variant\";s:3:\"500\";s:9:\"font_size\";s:4:\"18px\";s:10:\"font_color\";s:7:\"#000000\";s:13:\"css_selectors\";s:2:\"h6\";s:14:\"additional_css\";s:0:\"\";s:11:\"backup_font\";s:0:\"\";s:7:\"default\";s:4:\"true\";s:16:\"collection_title\";s:10:\"Content H6\";}}','yes'),(281,'justfit_imported_terms','a:3:{s:8:\"category\";a:0:{}s:8:\"post_tag\";a:0:{}s:8:\"nav_menu\";a:3:{i:40;i:26;i:41;i:27;i:14;i:28;}}','yes'),(302,'justfit_imported_posts','a:214:{i:29;i:43;i:32;i:44;i:35;i:45;i:48;i:48;i:2380;i:2380;i:2381;i:2381;i:2382;i:2382;i:2383;i:2383;i:2384;i:2384;i:2385;i:2385;i:2386;i:2386;i:2387;i:2387;i:2388;i:2388;i:2389;i:2389;i:2390;i:2390;i:2391;i:2391;i:2392;i:2392;i:2393;i:2393;i:2394;i:2394;i:2395;i:2395;i:49;i:49;i:54;i:54;i:55;i:55;i:58;i:58;i:84;i:84;i:2396;i:2396;i:2397;i:2397;i:2398;i:2398;i:2399;i:2399;i:2400;i:2400;i:2401;i:2401;i:2402;i:2402;i:2403;i:2403;i:2404;i:2404;i:2405;i:2405;i:2406;i:2406;i:2407;i:2407;i:2408;i:2408;i:2409;i:2409;i:2410;i:2410;i:31;i:2411;i:33;i:2412;i:36;i:36;i:42;i:2413;i:43;i:2414;i:46;i:46;i:47;i:47;i:50;i:50;i:51;i:51;i:88;i:88;i:89;i:89;i:91;i:91;i:97;i:97;i:98;i:98;i:101;i:101;i:2411;i:2415;i:2412;i:2416;i:2413;i:2417;i:2414;i:2418;i:2415;i:2419;i:59;i:59;i:61;i:61;i:62;i:62;i:66;i:66;i:68;i:68;i:72;i:72;i:78;i:78;i:82;i:82;i:95;i:95;i:2349;i:2349;i:2350;i:2350;i:2351;i:2351;i:2352;i:2352;i:2353;i:2353;i:2354;i:2354;i:2355;i:2355;i:2356;i:2356;i:2357;i:2357;i:2358;i:2358;i:2359;i:2359;i:2360;i:2360;i:2361;i:2361;i:2362;i:2362;i:2363;i:2363;i:2364;i:2364;i:2365;i:2365;i:2366;i:2366;i:2367;i:2367;i:2368;i:2368;i:2369;i:2369;i:2370;i:2370;i:2371;i:2371;i:2372;i:2372;i:2373;i:2373;i:2374;i:2374;i:2443;i:2443;i:2444;i:2444;i:2446;i:2446;i:2447;i:2447;i:2449;i:2449;i:2450;i:2450;i:2451;i:2451;i:2453;i:2453;i:2455;i:2455;i:2457;i:2457;i:2459;i:2459;i:2461;i:2461;i:2462;i:2462;i:2473;i:2473;i:2481;i:2481;i:2482;i:2482;i:2483;i:2483;i:2484;i:2484;i:2485;i:2485;i:2486;i:2486;i:2488;i:2488;i:2489;i:2489;i:2490;i:2490;i:2491;i:2491;i:2492;i:2492;i:2493;i:2493;i:2494;i:2494;i:2495;i:2495;i:2507;i:2507;i:2535;i:2535;i:2536;i:2536;i:2537;i:2537;i:2538;i:2538;i:2539;i:2539;i:2540;i:2540;i:2541;i:2541;i:2542;i:2542;i:2543;i:2543;i:2544;i:2544;i:2545;i:2545;i:2546;i:2546;i:2547;i:2547;i:2548;i:2548;i:2549;i:2549;i:2550;i:2550;i:2551;i:2551;i:2552;i:2552;i:2553;i:2553;i:2554;i:2554;i:2555;i:2555;i:2556;i:2556;i:2557;i:2557;i:2558;i:2558;i:90;i:90;i:92;i:92;i:94;i:94;i:96;i:96;i:100;i:100;i:106;i:106;i:108;i:108;i:277;i:277;i:278;i:278;i:279;i:279;i:1872;i:1872;i:1873;i:1873;i:1885;i:1885;i:1886;i:1886;i:2058;i:2058;i:2060;i:2060;i:2179;i:2179;i:2180;i:2180;i:2162;i:2162;i:2181;i:2181;i:2182;i:2182;i:2183;i:2183;i:2184;i:2184;i:2185;i:2185;i:2186;i:2186;i:2187;i:2187;i:2188;i:2188;i:2189;i:2189;i:2190;i:2190;i:2191;i:2191;i:2327;i:2327;i:2375;i:2375;i:2376;i:2376;i:2377;i:2377;i:2378;i:2378;i:2445;i:2445;i:2448;i:2448;i:2452;i:2452;i:5;i:2583;i:6;i:2584;i:7;i:2585;i:8;i:2586;i:9;i:2587;i:10;i:2588;i:11;i:2589;i:12;i:2590;i:13;i:2591;i:14;i:2592;i:15;i:2593;i:16;i:2594;i:17;i:2595;i:18;i:2596;i:19;i:2597;i:20;i:2598;i:2454;i:2454;i:2456;i:2456;i:2458;i:2458;i:2460;i:2460;i:21;i:2599;i:22;i:2600;i:23;i:2601;i:24;i:2602;i:25;i:2603;i:26;i:2604;i:27;i:2605;i:28;i:2606;}','yes'),(303,'justfit_imported_images','a:141:{s:99:\"https://demo.mythemeshop.com/justfit/files/2014/03/sunblock-skincare-healthy-skin-heart-161608.jpeg\";s:121:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/sunblock-skincare-healthy-skin-heart-161608.jpeg\";s:95:\"https://demo.mythemeshop.com/justfit/files/2014/03/pills-medicine-tablets-depending-161641.jpeg\";s:117:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pills-medicine-tablets-depending-161641.jpeg\";s:94:\"https://demo.mythemeshop.com/justfit/files/2014/03/sunblock-skincare-healthy-skin-heart-161608\";s:116:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/sunblock-skincare-healthy-skin-heart-161608\";s:91:\"https://demo.mythemeshop.com/justfit/files/2014/03/relay-race-competition-stadium-sport.jpg\";s:113:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/relay-race-competition-stadium-sport.jpg\";s:90:\"https://demo.mythemeshop.com/justfit/files/2014/03/mineral-water-lime-ice-mint-158821.jpeg\";s:112:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/mineral-water-lime-ice-mint-158821.jpeg\";s:90:\"https://demo.mythemeshop.com/justfit/files/2014/03/pills-medicine-tablets-depending-161641\";s:112:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pills-medicine-tablets-depending-161641\";s:90:\"https://demo.mythemeshop.com/justfit/files/2014/03/people-children-child-happy-160946.jpeg\";s:112:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/people-children-child-happy-160946.jpeg\";s:88:\"https://demo.mythemeshop.com/justfit/files/2014/03/herbal-tea-herbs-tee-mint-159203.jpeg\";s:110:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/herbal-tea-herbs-tee-mint-159203.jpeg\";s:87:\"https://demo.mythemeshop.com/justfit/files/2014/03/relay-race-competition-stadium-sport\";s:109:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/relay-race-competition-stadium-sport\";s:85:\"https://demo.mythemeshop.com/justfit/files/2014/03/mineral-water-lime-ice-mint-158821\";s:107:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/mineral-water-lime-ice-mint-158821\";s:85:\"https://demo.mythemeshop.com/justfit/files/2014/03/people-children-child-happy-160946\";s:107:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/people-children-child-happy-160946\";s:83:\"https://demo.mythemeshop.com/justfit/files/2014/03/herbal-tea-herbs-tee-mint-159203\";s:105:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/herbal-tea-herbs-tee-mint-159203\";s:83:\"https://demo.mythemeshop.com/justfit/files/2014/03/food-pizza-restaurant-eating.jpg\";s:105:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/food-pizza-restaurant-eating.jpg\";s:83:\"https://demo.mythemeshop.com/justfit/files/2014/03/salmon-dish-food-meal-46239.jpeg\";s:105:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/salmon-dish-food-meal-46239.jpeg\";s:82:\"https://demo.mythemeshop.com/justfit/files/2014/03/couple-love-bedroom-kissing.jpg\";s:104:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/couple-love-bedroom-kissing.jpg\";s:79:\"https://demo.mythemeshop.com/justfit/files/2014/03/food-pizza-restaurant-eating\";s:101:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/food-pizza-restaurant-eating\";s:78:\"https://demo.mythemeshop.com/justfit/files/2014/03/couple-love-bedroom-kissing\";s:100:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/couple-love-bedroom-kissing\";s:78:\"https://demo.mythemeshop.com/justfit/files/2014/03/woman-girl-young-beauty.jpg\";s:100:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/woman-girl-young-beauty.jpg\";s:78:\"https://demo.mythemeshop.com/justfit/files/2014/03/salmon-dish-food-meal-46239\";s:100:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/salmon-dish-food-meal-46239\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-236054.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-236054.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-136404.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-136404.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-196640.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-196640.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-128242.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-128242.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-127873.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-127873.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-220723.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-220723.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-221342.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-221342.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-195944.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-195944.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-295012.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-295012.jpeg\";s:75:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-287227.jpeg\";s:97:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-287227.jpeg\";s:74:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-52570.jpeg\";s:96:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-52570.jpeg\";s:74:\"https://demo.mythemeshop.com/justfit/files/2014/03/woman-girl-young-beauty\";s:96:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/woman-girl-young-beauty\";s:73:\"https://demo.mythemeshop.com/justfit/files/2014/03/skull-1209733_1920.jpg\";s:95:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/skull-1209733_1920.jpg\";s:73:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-26974.jpg\";s:95:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-26974.jpg\";s:73:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-woods.jpg\";s:95:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-woods.jpg\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-221342\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-221342\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-127873\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-127873\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-128242\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-128242\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-295012\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-295012\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-196640\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-196640\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-236054\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-236054\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-287227\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-287227\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-220723\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-220723\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-136404\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-136404\";s:70:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-195944\";s:92:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-195944\";s:69:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-52570\";s:91:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-52570\";s:69:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-26974\";s:91:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-26974\";s:69:\"https://demo.mythemeshop.com/justfit/files/2014/03/pexels-photo-woods\";s:91:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-woods\";s:69:\"https://demo.mythemeshop.com/justfit/files/2014/03/skull-1209733_1920\";s:91:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/skull-1209733_1920\";s:68:\"https://demo.mythemeshop.com/justfit/files/2013/07/Ad-management.png\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/Ad-management.png\";s:68:\"https://demo.mythemeshop.com/justfit/files/2014/06/Import-export.png\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/06/Import-export.png\";s:67:\"http://demo.mythemeshop.com/justfit/files/2014/06/Import-export.png\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/06/Import-export.png\";s:67:\"http://demo.mythemeshop.com/justfit/files/2013/07/Ad-management.png\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/Ad-management.png\";s:66:\"https://demo.mythemeshop.com/justfit/files/2015/04/Translation.png\";s:88:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Translation.png\";s:65:\"https://demo.mythemeshop.com/justfit/files/2015/04/Typography.png\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Typography.png\";s:65:\"http://demo.mythemeshop.com/justfit/files/2015/04/Translation.png\";s:88:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Translation.png\";s:65:\"https://demo.mythemeshop.com/justfit/files/2015/04/header-img.jpg\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/header-img.jpg\";s:65:\"https://demo.mythemeshop.com/justfit/files/2015/04/progress-2.png\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-2.png\";s:65:\"https://demo.mythemeshop.com/justfit/files/2015/04/progress-1.png\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-1.png\";s:64:\"https://demo.mythemeshop.com/justfit/files/2013/07/Ad-management\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/Ad-management\";s:64:\"http://demo.mythemeshop.com/justfit/files/2015/04/progress-1.png\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-1.png\";s:64:\"http://demo.mythemeshop.com/justfit/files/2015/04/header-img.jpg\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/header-img.jpg\";s:64:\"http://demo.mythemeshop.com/justfit/files/2015/04/progress-2.png\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-2.png\";s:64:\"https://demo.mythemeshop.com/justfit/files/2014/06/Import-export\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/06/Import-export\";s:64:\"http://demo.mythemeshop.com/justfit/files/2015/04/Typography.png\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Typography.png\";s:63:\"https://demo.mythemeshop.com/justfit/files/2015/04/Homepage.png\";s:85:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Homepage.png\";s:63:\"https://demo.mythemeshop.com/justfit/files/2015/04/Sidebars.png\";s:85:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Sidebars.png\";s:62:\"https://demo.mythemeshop.com/justfit/files/2013/07/General.png\";s:84:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/General.png\";s:62:\"https://demo.mythemeshop.com/justfit/files/2016/01/justfit.jpg\";s:84:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2016/01/justfit.jpg\";s:62:\"https://demo.mythemeshop.com/justfit/files/2015/04/Styling.png\";s:84:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Styling.png\";s:62:\"http://demo.mythemeshop.com/justfit/files/2015/04/Homepage.png\";s:85:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Homepage.png\";s:62:\"http://demo.mythemeshop.com/justfit/files/2015/04/Sidebars.png\";s:85:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Sidebars.png\";s:62:\"https://demo.mythemeshop.com/justfit/files/2015/04/Translation\";s:84:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Translation\";s:61:\"https://demo.mythemeshop.com/justfit/files/2015/04/Typography\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Typography\";s:61:\"http://demo.mythemeshop.com/justfit/files/2016/01/justfit.jpg\";s:84:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2016/01/justfit.jpg\";s:61:\"https://demo.mythemeshop.com/justfit/files/2015/04/header-img\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/header-img\";s:61:\"http://demo.mythemeshop.com/justfit/files/2015/04/Styling.png\";s:84:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Styling.png\";s:61:\"https://demo.mythemeshop.com/justfit/files/2013/07/Header.png\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/Header.png\";s:61:\"https://demo.mythemeshop.com/justfit/files/2015/04/progress-1\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-1\";s:61:\"https://demo.mythemeshop.com/justfit/files/2015/04/Social.png\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Social.png\";s:61:\"http://demo.mythemeshop.com/justfit/files/2013/07/General.png\";s:84:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/General.png\";s:61:\"https://demo.mythemeshop.com/justfit/files/2015/04/Single.png\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Single.png\";s:61:\"https://demo.mythemeshop.com/justfit/files/2015/04/progress-2\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-2\";s:60:\"http://demo.mythemeshop.com/justfit/files/2015/04/Single.png\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Single.png\";s:60:\"http://demo.mythemeshop.com/justfit/files/2013/07/Header.png\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/Header.png\";s:60:\"http://demo.mythemeshop.com/justfit/files/2015/04/Social.png\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Social.png\";s:59:\"https://demo.mythemeshop.com/justfit/files/2015/04/Homepage\";s:81:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Homepage\";s:59:\"https://demo.mythemeshop.com/justfit/files/2015/04/Sidebars\";s:81:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Sidebars\";s:59:\"https://demo.mythemeshop.com/justfit/files/2014/06/Blog.png\";s:81:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/06/Blog.png\";s:59:\"https://demo.mythemeshop.com/justfit/files/2015/04/blog.png\";s:81:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/blog.png\";s:58:\"https://demo.mythemeshop.com/justfit/files/2016/01/justfit\";s:80:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2016/01/justfit\";s:58:\"https://demo.mythemeshop.com/justfit/files/2013/07/General\";s:80:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/General\";s:58:\"http://demo.mythemeshop.com/justfit/files/2015/04/blog.png\";s:81:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/blog.png\";s:58:\"http://demo.mythemeshop.com/justfit/files/2014/06/Blog.png\";s:81:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/06/Blog.png\";s:58:\"https://demo.mythemeshop.com/justfit/files/2015/04/Styling\";s:80:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Styling\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/11.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/11.jpg\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/Social\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Social\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/Single\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Single\";s:57:\"https://demo.mythemeshop.com/justfit/files/2013/07/Header\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/Header\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/21.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/21.jpg\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/61.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/61.jpg\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/22.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/22.jpg\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/51.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/51.jpg\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/41.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/41.jpg\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/31.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/31.jpg\";s:57:\"https://demo.mythemeshop.com/justfit/files/2015/04/42.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/42.jpg\";s:56:\"http://demo.mythemeshop.com/justfit/files/2015/04/21.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/21.jpg\";s:56:\"https://demo.mythemeshop.com/justfit/files/2015/04/5.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/5.jpg\";s:56:\"http://demo.mythemeshop.com/justfit/files/2015/04/11.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/11.jpg\";s:56:\"http://demo.mythemeshop.com/justfit/files/2015/04/31.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/31.jpg\";s:56:\"https://demo.mythemeshop.com/justfit/files/2015/04/4.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/4.jpg\";s:56:\"https://demo.mythemeshop.com/justfit/files/2015/04/3.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/3.jpg\";s:56:\"https://demo.mythemeshop.com/justfit/files/2015/04/1.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/1.jpg\";s:56:\"https://demo.mythemeshop.com/justfit/files/2015/04/2.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/2.jpg\";s:56:\"http://demo.mythemeshop.com/justfit/files/2015/04/41.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/41.jpg\";s:56:\"https://demo.mythemeshop.com/justfit/files/2015/04/6.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/6.jpg\";s:56:\"http://demo.mythemeshop.com/justfit/files/2015/04/61.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/61.jpg\";s:56:\"http://demo.mythemeshop.com/justfit/files/2015/04/42.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/42.jpg\";s:56:\"http://demo.mythemeshop.com/justfit/files/2015/04/22.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/22.jpg\";s:56:\"http://demo.mythemeshop.com/justfit/files/2015/04/51.jpg\";s:79:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/51.jpg\";s:55:\"http://demo.mythemeshop.com/justfit/files/2015/04/4.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/4.jpg\";s:55:\"http://demo.mythemeshop.com/justfit/files/2015/04/2.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/2.jpg\";s:55:\"http://demo.mythemeshop.com/justfit/files/2015/04/3.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/3.jpg\";s:55:\"https://demo.mythemeshop.com/justfit/files/2014/06/Blog\";s:77:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/06/Blog\";s:55:\"http://demo.mythemeshop.com/justfit/files/2015/04/1.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/1.jpg\";s:55:\"http://demo.mythemeshop.com/justfit/files/2015/04/5.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/5.jpg\";s:55:\"http://demo.mythemeshop.com/justfit/files/2015/04/6.jpg\";s:78:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/6.jpg\";s:55:\"https://demo.mythemeshop.com/justfit/files/2015/04/blog\";s:77:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/blog\";s:53:\"https://demo.mythemeshop.com/justfit/files/2015/04/21\";s:75:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/21\";s:53:\"https://demo.mythemeshop.com/justfit/files/2015/04/31\";s:75:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/31\";s:53:\"https://demo.mythemeshop.com/justfit/files/2015/04/22\";s:75:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/22\";s:53:\"https://demo.mythemeshop.com/justfit/files/2015/04/11\";s:75:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/11\";s:53:\"https://demo.mythemeshop.com/justfit/files/2015/04/51\";s:75:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/51\";s:53:\"https://demo.mythemeshop.com/justfit/files/2015/04/61\";s:75:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/61\";s:53:\"https://demo.mythemeshop.com/justfit/files/2015/04/41\";s:75:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/41\";s:53:\"https://demo.mythemeshop.com/justfit/files/2015/04/42\";s:75:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/42\";s:52:\"https://demo.mythemeshop.com/justfit/files/2015/04/1\";s:74:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/1\";s:52:\"https://demo.mythemeshop.com/justfit/files/2015/04/4\";s:74:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/4\";s:52:\"https://demo.mythemeshop.com/justfit/files/2015/04/6\";s:74:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/6\";s:52:\"https://demo.mythemeshop.com/justfit/files/2015/04/5\";s:74:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/5\";s:52:\"https://demo.mythemeshop.com/justfit/files/2015/04/3\";s:74:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/3\";s:52:\"https://demo.mythemeshop.com/justfit/files/2015/04/2\";s:74:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/2\";}','yes'),(304,'justfit_demo_content_imported','1','yes'),(308,'justfit_import_sidebars_widgets_backup','a:6:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";}s:7:\"sidebar\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}s:13:\"array_version\";i:3;}','yes'),(472,'widget_wpt_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(493,'woocommerce_store_address','','yes'),(494,'woocommerce_store_address_2','','yes'),(495,'woocommerce_store_city','','yes'),(496,'woocommerce_default_country','GB','yes'),(497,'woocommerce_store_postcode','','yes'),(498,'woocommerce_allowed_countries','all','yes'),(499,'woocommerce_all_except_countries','','yes'),(500,'woocommerce_specific_allowed_countries','','yes'),(501,'woocommerce_ship_to_countries','','yes'),(502,'woocommerce_specific_ship_to_countries','','yes'),(503,'woocommerce_default_customer_address','geolocation','yes'),(504,'woocommerce_calc_taxes','no','yes'),(505,'woocommerce_demo_store','no','yes'),(506,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(507,'woocommerce_currency','GBP','yes'),(508,'woocommerce_currency_pos','left','yes'),(509,'woocommerce_price_thousand_sep',',','yes'),(510,'woocommerce_price_decimal_sep','.','yes'),(511,'woocommerce_price_num_decimals','2','yes'),(512,'woocommerce_weight_unit','kg','yes'),(513,'woocommerce_dimension_unit','cm','yes'),(514,'woocommerce_enable_reviews','yes','yes'),(515,'woocommerce_review_rating_verification_label','yes','no'),(516,'woocommerce_review_rating_verification_required','no','no'),(517,'woocommerce_enable_review_rating','yes','yes'),(518,'woocommerce_review_rating_required','yes','no'),(519,'woocommerce_shop_page_id','','yes'),(520,'woocommerce_shop_page_display','','yes'),(521,'woocommerce_category_archive_display','','yes'),(522,'woocommerce_default_catalog_orderby','menu_order','yes'),(523,'woocommerce_cart_redirect_after_add','no','yes'),(524,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(525,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(526,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(527,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(528,'woocommerce_manage_stock','yes','yes'),(529,'woocommerce_hold_stock_minutes','60','no'),(530,'woocommerce_notify_low_stock','yes','no'),(531,'woocommerce_notify_no_stock','yes','no'),(532,'woocommerce_stock_email_recipient','cpakat@me.com','no'),(533,'woocommerce_notify_low_stock_amount','2','no'),(534,'woocommerce_notify_no_stock_amount','0','yes'),(535,'woocommerce_hide_out_of_stock_items','no','yes'),(536,'woocommerce_stock_format','','yes'),(537,'woocommerce_file_download_method','force','no'),(538,'woocommerce_downloads_require_login','no','no'),(539,'woocommerce_downloads_grant_access_after_payment','yes','no'),(540,'woocommerce_prices_include_tax','no','yes'),(541,'woocommerce_tax_based_on','shipping','yes'),(542,'woocommerce_shipping_tax_class','inherit','yes'),(543,'woocommerce_tax_round_at_subtotal','no','yes'),(544,'woocommerce_tax_classes','Reduced rate\r\nZero rate','yes'),(545,'woocommerce_tax_display_shop','excl','yes'),(546,'woocommerce_tax_display_cart','excl','no'),(547,'woocommerce_price_display_suffix','','yes'),(548,'woocommerce_tax_total_display','itemized','no'),(549,'woocommerce_enable_shipping_calc','yes','no'),(550,'woocommerce_shipping_cost_requires_address','no','no'),(551,'woocommerce_ship_to_destination','billing','no'),(552,'woocommerce_shipping_debug_mode','no','no'),(553,'woocommerce_enable_coupons','yes','yes'),(554,'woocommerce_calc_discounts_sequentially','no','no'),(555,'woocommerce_enable_guest_checkout','yes','no'),(556,'woocommerce_force_ssl_checkout','no','yes'),(557,'woocommerce_unforce_ssl_checkout','no','yes'),(558,'woocommerce_cart_page_id','','yes'),(559,'woocommerce_checkout_page_id','','yes'),(560,'woocommerce_terms_page_id','','no'),(561,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(562,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(563,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(564,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(565,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(566,'woocommerce_myaccount_page_id','','yes'),(567,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(568,'woocommerce_enable_myaccount_registration','no','no'),(569,'woocommerce_enable_checkout_login_reminder','yes','no'),(570,'woocommerce_registration_generate_username','yes','no'),(571,'woocommerce_registration_generate_password','no','no'),(572,'woocommerce_myaccount_orders_endpoint','orders','yes'),(573,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(574,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(575,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(576,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(577,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(578,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(579,'woocommerce_logout_endpoint','customer-logout','yes'),(580,'woocommerce_email_from_name','Terra Firma Racing','no'),(581,'woocommerce_email_from_address','cpakat@me.com','no'),(582,'woocommerce_email_header_image','','no'),(583,'woocommerce_email_footer_text','Terra Firma Racing','no'),(584,'woocommerce_email_base_color','#96588a','no'),(585,'woocommerce_email_background_color','#f7f7f7','no'),(586,'woocommerce_email_body_background_color','#ffffff','no'),(587,'woocommerce_email_text_color','#3c3c3c','no'),(588,'woocommerce_api_enabled','yes','yes'),(589,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(592,'woocommerce_version','3.2.6','yes'),(593,'woocommerce_db_version','3.2.6','yes'),(594,'woocommerce_admin_notices','a:1:{i:0;s:7:\"install\";}','yes'),(595,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(596,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(597,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(598,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(599,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(600,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(601,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(602,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(603,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(604,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(605,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(606,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(607,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(609,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:8:\"approved\";s:3:\"112\";s:14:\"total_comments\";i:112;s:3:\"all\";i:112;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(610,'woocommerce_meta_box_errors','a:0:{}','yes'),(785,'envira_gallery_116','1','yes'),(786,'envira_gallery_121','1','yes'),(787,'_amn_envira-lite_last_checked','1527724800','yes'),(789,'envira_gallery_review','a:2:{s:4:\"time\";i:1516678731;s:9:\"dismissed\";b:1;}','yes'),(804,'Modula_skip_fix','1','yes'),(805,'Modula_db_version','1.0','yes'),(907,'widget_wp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(939,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.6-partial-2.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.2\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.6-partial-2.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-rollback-2.zip\";}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.2\";s:9:\"new_files\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.5-partial-2.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-rollback-2.zip\";}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.2\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1527735504;s:15:\"version_checked\";s:5:\"4.9.2\";s:12:\"translations\";a:0:{}}','no'),(940,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:13:\"cpakat@me.com\";s:7:\"version\";s:5:\"4.9.2\";s:9:\"timestamp\";i:1516159846;}','no'),(1047,'wpcf7','a:3:{s:7:\"version\";s:3:\"5.0\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1516753787;s:7:\"version\";s:5:\"4.9.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LekMkIUAAAAAEx1GWYsc7hDbsX2jTah8y__YUAH\";s:40:\"6LekMkIUAAAAAP677eP6IU2yuBZktd0zMyIvLdxw\";}}','yes'),(1142,'newsletter_logger_secret','8483c757','yes'),(1143,'newsletter_dismissed','a:1:{s:6:\"wpmail\";i:1;}','yes'),(1145,'newsletter_main_first_install_time','1516834296','no'),(1146,'newsletter_main','a:25:{s:11:\"return_path\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"sender_email\";s:25:\"info@terrafirmaracing.com\";s:11:\"sender_name\";s:18:\"Terra Firma Racing\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";i:100;s:9:\"phpmailer\";i:0;s:5:\"debug\";i:0;s:7:\"api_key\";s:10:\"9dc69f4a9d\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:2:\"30\";s:3:\"url\";s:99:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TERRA_FIRMA_LOGO_2011-e1515175211262.jpg\";}s:12:\"header_title\";s:18:\"Terra Firma Racing\";s:10:\"header_sub\";s:13:\"GO ADVENTURE.\";s:12:\"footer_title\";s:18:\"Terra Firma Racing\";s:14:\"footer_contact\";s:0:\"\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:41:\"https://www.facebook.com/TerraFirmaRacing\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:43:\"https://www.instagram.com/terrafirmaracing/\";s:14:\"googleplus_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";}','yes'),(1147,'newsletter_main_smtp','a:7:{s:7:\"enabled\";i:0;s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"port\";i:25;s:6:\"secure\";s:0:\"\";s:12:\"ssl_insecure\";i:0;}','yes'),(1148,'newsletter_main_version','1.3.2','yes'),(1149,'newsletter_subscription_first_install_time','1516834296','no'),(1150,'newsletter','a:22:{s:14:\"noconfirmation\";i:0;s:9:\"antiflood\";i:10;s:12:\"notify_email\";s:13:\"cpakat@me.com\";s:12:\"profile_text\";s:188:\"{profile_form}\n <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:21:\"profile_email_changed\";s:123:\"Your email has been changed, an activation email has been sent. Please follow the instructions to activate the new address.\";s:13:\"profile_error\";s:147:\"Your email is not valid or already in use by another subscriber or another generic error has been found. Check your data or contact the site owner.\";s:10:\"error_text\";s:173:\"<p>This subscription can\'t be completed, sorry. The email address is blocked or already subscribed. You should contact the owner to unlock that email address. Thank you.</p>\";s:17:\"subscription_text\";s:19:\"{subscription_form}\";s:17:\"confirmation_text\";s:263:\"<p>You have successfully subscribed to the newsletter. You\'ll\nreceive a confirmation email in a few minutes. Please follow the\nlink to confirm your subscription. If the email takes\nmore than 15 minutes to appear in your mailbox, please check\nyour spam folder.</p>\";s:20:\"confirmation_subject\";s:53:\"Please confirm subscription - {blog_title} newsletter\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:424:\"<p>Hi {name},</p>\n<p>A newsletter subscription request for this email address was\nreceived. Please confirm it by <a href=\"{subscription_confirm_url}\"><strong>clicking here</strong></a>. If you cannot\nclick the link, please use the following link:</p>\n\n<p>{subscription_confirm_url}</p>\n\n<p>If you did not make this subscription request, just ignore this\nmessage.</p>\n<p>Thank you!<br>\n<a href=\'{blog_url}\'>{blog_url}</a></p>\";s:14:\"confirmed_text\";s:62:\"<p>Your subscription has been confirmed! Thank you {name}!</p>\";s:17:\"confirmed_subject\";s:22:\"Welcome aboard, {name}\";s:17:\"confirmed_message\";s:277:\"<p>This message confirms your subscription to the {blog_title} newsletter.</p>\n<p>Thank you!<br>\n<a href=\'{blog_url}\'>{blog_url}</a></p>\n<p>To unsubscribe, <a href=\'{unsubscription_url}\'>click here</a>. To change subscriber options,\n<a href=\'{profile_url}\'>click here</a>.</p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:19:\"unsubscription_text\";s:111:\"<p>Please confirm that you want to unsubscribe by <a href=\'{unsubscription_confirm_url}\'>clicking here</a>.</p>\";s:25:\"unsubscription_error_text\";s:118:\"<p>The subscriber was not found, it probably has already been removed. No further actions are required. Thank you.</p>\";s:17:\"unsubscribed_text\";s:53:\"<p>Your subscription has been deleted. Thank you.</p>\";s:20:\"unsubscribed_subject\";s:8:\"Goodbye!\";s:20:\"unsubscribed_message\";s:195:\"<p>This message confirms that you have unsubscribed from the {blog_title} newsletter.</p>\n<p>You\'re welcome to sign up again anytime.</p>\n<p>Thank you!<br>\n<a href=\'{blog_url}\'>{blog_url}</a></p>\";s:4:\"page\";i:3091;}','yes'),(1151,'newsletter_profile','a:203:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:24:\"The email is not correct\";s:4:\"name\";s:4:\"Name\";s:10:\"name_error\";s:23:\"The name is not correct\";s:11:\"name_status\";i:2;s:10:\"name_rules\";i:0;s:7:\"surname\";s:9:\"Last name\";s:13:\"surname_error\";s:28:\"The last name is not correct\";s:14:\"surname_status\";i:0;s:10:\"sex_status\";i:0;s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:51:\"Subscribing I accept the privacy rules of this site\";s:13:\"privacy_error\";s:37:\"You must accept the privacy statement\";s:14:\"privacy_status\";i:1;s:11:\"privacy_url\";s:0:\"\";s:9:\"subscribe\";s:9:\"Subscribe\";s:4:\"save\";s:4:\"Save\";s:12:\"title_female\";s:4:\"Mrs.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:4:\"None\";s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;s:16:\"profile_1_status\";i:0;s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";i:0;s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";i:0;s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";i:0;s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";i:0;s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";i:0;s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";i:0;s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";i:0;s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";i:0;s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";i:0;s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";i:0;s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";i:0;s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";i:0;s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";i:0;s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";i:0;s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";i:0;s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";i:0;s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";i:0;s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";i:0;s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";i:0;s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";i:0;s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";i:0;s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";i:0;s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";i:0;s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";i:0;s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";i:0;s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";i:0;s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";i:0;s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";i:0;s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";i:0;s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";i:0;s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";i:0;s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";i:0;s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";i:0;s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";i:0;s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";i:0;s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";i:0;s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";i:0;s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";i:0;s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";i:0;s:18:\"profile_20_options\";s:0:\"\";}','yes'),(1152,'newsletter_subscription_lists','a:60:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;}','yes'),(1153,'newsletter_subscription_template','a:2:{s:7:\"enabled\";i:0;s:8:\"template\";s:1846:\"<!DOCTYPE html>\n<html>\n <head>\n <!-- General styles, not used by all email clients -->\n <style type=\"text/css\" media=\"all\">\n a {\n text-decoration: none;\n color: #0088cc;\n }\n </style>\n </head>\n \n <!-- KEEP THE TAMPLE SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n <body style=\"margin: 0;\">\n <!-- Top title with dark background #333, font color #fff, font size 32px -->\n <table style=\"background-color: #333; width: 100%; color: #fff; font-size: 32px\">\n <tr>\n <td style=\"padding: 25px; text-align: center\">\n {blog_title}\n </td>\n </tr>\n </table>\n\n <!-- Main table 100% wide with background color #eee --> \n <table style=\"background-color: #eee; width: 100%;\">\n <tr>\n <td align=\"center\" style=\"padding: 15px;\">\n\n <!-- Content table with backgdound color #fff, width 500px -->\n <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n <tr>\n <td style=\"padding: 15px; font-size: 16px; font-family: sans-serif\">\n <!-- The {message} tag is replaced with one of confirmation, welcome or goodbye messages -->\n <!-- Messages content can be configured on Newsletter List Building panels --> \n\n {message}\n \n <!-- Signature if not already added to single messages (surround with <p>) -->\n\n </td>\n </tr>\n </table>\n\n </td>\n </tr>\n </table>\n\n </body>\n</html>\";}','no'),(1154,'newsletter_subscription_version','2.0.3','yes'),(1155,'newsletter_emails_first_install_time','1516834296','no'),(1156,'newsletter_emails','a:1:{s:5:\"theme\";s:6:\"linear\";}','yes'),(1157,'newsletter_emails_theme_default','a:0:{}','no'),(1158,'newsletter_emails_version','1.1.5','yes'),(1159,'newsletter_users_first_install_time','1516834296','no'),(1160,'newsletter_users','a:0:{}','yes'),(1161,'newsletter_users_version','1.1.4','yes'),(1162,'newsletter_statistics_first_install_time','1516834296','no'),(1163,'newsletter_statistics','a:1:{s:3:\"key\";s:32:\"f7e616d17f20477c5544f842c6f66d8b\";}','yes'),(1164,'newsletter_statistics_version','1.1.8','yes'),(1165,'newsletter_install_time','1516834296','no'),(1166,'widget_newsletterwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1167,'widget_newsletterwidgetminimal','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1169,'newsletter_diagnostic_cron_calls','a:100:{i:0;i:1517074423;i:1;i:1517075764;i:2;i:1517076180;i:3;i:1517076761;i:4;i:1517077064;i:5;i:1517077734;i:6;i:1517078482;i:7;i:1517078594;i:8;i:1517078916;i:9;i:1517079690;i:10;i:1517080091;i:11;i:1517081003;i:12;i:1517081424;i:13;i:1517082154;i:14;i:1517082640;i:15;i:1517083065;i:16;i:1517083866;i:17;i:1517084718;i:18;i:1517084898;i:19;i:1517085257;i:20;i:1517085823;i:21;i:1517086914;i:22;i:1517087021;i:23;i:1517087262;i:24;i:1517087578;i:25;i:1517087899;i:26;i:1517088129;i:27;i:1517088291;i:28;i:1517088452;i:29;i:1517088772;i:30;i:1517089168;i:31;i:1517089694;i:32;i:1517090540;i:33;i:1517091636;i:34;i:1517091886;i:35;i:1517092028;i:36;i:1517093068;i:37;i:1517093419;i:38;i:1517093588;i:39;i:1517093864;i:40;i:1517094273;i:41;i:1517094593;i:42;i:1517094809;i:43;i:1517095541;i:44;i:1517095800;i:45;i:1517095935;i:46;i:1517096592;i:47;i:1517096830;i:48;i:1517097193;i:49;i:1517097435;i:50;i:1517097748;i:51;i:1517098189;i:52;i:1517099124;i:53;i:1517099892;i:54;i:1517101124;i:55;i:1517101448;i:56;i:1517102053;i:57;i:1517102444;i:58;i:1517102756;i:59;i:1517102995;i:60;i:1517103150;i:61;i:1517103428;i:62;i:1517103729;i:63;i:1517104031;i:64;i:1517104341;i:65;i:1517104628;i:66;i:1517104953;i:67;i:1517105287;i:68;i:1517105543;i:69;i:1517105829;i:70;i:1517106127;i:71;i:1517106436;i:72;i:1517106728;i:73;i:1517107027;i:74;i:1517107331;i:75;i:1517107628;i:76;i:1517107998;i:77;i:1517108211;i:78;i:1517108230;i:79;i:1517108527;i:80;i:1517108831;i:81;i:1517109130;i:82;i:1517109431;i:83;i:1517109858;i:84;i:1517110028;i:85;i:1517110327;i:86;i:1517110633;i:87;i:1517110927;i:88;i:1517111227;i:89;i:1517111532;i:90;i:1517111828;i:91;i:1517112128;i:92;i:1517112427;i:93;i:1517112728;i:94;i:1517113029;i:95;i:1517113327;i:96;i:1517113628;i:97;i:1517113757;i:98;i:1517114171;i:99;i:1517114291;}','no'),(1172,'newsletter_main_status','a:1:{s:4:\"mail\";i:1;}','yes'),(1361,'newsletter_diagnostic_cron_data','a:3:{s:4:\"mean\";d:397.68000000000001;s:3:\"max\";i:1341;s:3:\"min\";i:19;}','no'),(2222,'newsletter_diagnostic_send_calls','a:2:{i:0;a:4:{i:0;d:1517112122.464891;i:1;d:1517112124.579314;i:2;i:1;i:3;b:1;}i:1;a:4:{i:0;d:1517113305.7172091;i:1;d:1517113313.265229;i:2;i:1;i:3;b:1;}}','no'),(2246,'newsletter_emails_theme_linear','a:0:{}','no'),(2375,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";s:11:\"T3rrqRqc1nG\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(2692,'gadash_options','{\"ga_dash_clientid\":\"\",\"ga_dash_clientsecret\":\"\",\"ga_dash_access_front\":[\"administrator\"],\"ga_dash_access_back\":[\"administrator\"],\"ga_dash_tableid_jail\":\"\",\"ga_dash_style\":\"#1e73be\",\"switch_profile\":0,\"ga_dash_cachetime\":3600,\"ga_dash_tracking_type\":\"universal\",\"ga_dash_default_ua\":\"\",\"ga_dash_anonim\":0,\"ga_dash_userapi\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*\",\"ga_track_exclude\":[],\"ga_target_geomap\":\"\",\"ga_realtime_pages\":10,\"ga_dash_token\":\"\",\"ga_dash_profile_list\":[],\"ga_enhanced_links\":0,\"ga_dash_remarketing\":0,\"ga_dash_network\":0,\"ga_speed_samplerate\":1,\"ga_user_samplerate\":100,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_tag_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_dimindex\":0,\"ga_pubyearmonth_dimindex\":0,\"ga_aff_tracking\":0,\"ga_event_affiliates\":\"\\/out\\/\",\"automatic_updates_minorversion\":\"1\",\"backend_item_reports\":1,\"frontend_item_reports\":0,\"dashboard_widget\":1,\"api_backoff\":0,\"ga_cookiedomain\":\"\",\"ga_cookiename\":\"\",\"ga_cookieexpires\":\"\",\"pagetitle_404\":\"Page Not Found\",\"maps_api_key\":\"\",\"tm_author_var\":0,\"tm_category_var\":0,\"tm_tag_var\":0,\"tm_user_var\":0,\"tm_pubyear_var\":0,\"tm_pubyearmonth_var\":0,\"web_containerid\":\"\",\"amp_containerid\":\"\",\"amp_tracking_tagmanager\":0,\"amp_tracking_analytics\":0,\"amp_tracking_clientidapi\":0,\"trackingcode_infooter\":0,\"trackingevents_infooter\":0,\"ecommerce_mode\":\"disabled\",\"ga_formsubmit_tracking\":0,\"optimize_tracking\":0,\"optimize_containerid\":\"\",\"optimize_pagehiding\":0,\"ga_dash_excludesa\":0,\"ga_pagescrolldepth_tracking\":0,\"tm_pagescrolldepth_tracking\":0,\"ga_event_precision\":0,\"ga_force_ssl\":0,\"ga_enhanced_excludesa\":0,\"ga_hash_tracking\":0,\"ga_dash_hidden\":\"Y\"}','yes'),(2693,'gadwp_version','5.1.2.5','yes'),(2694,'widget_gadwp-frontwidget-report','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2772,'gadwp_cache_last_error','a:2:{s:5:\"value\";s:207:\"2018-02-09 16:13:23: (403) Error calling GET https://www.googleapis.com/analytics/v3/management/accounts/~all/webproperties/~all/profiles?start-index=1: (403) User does not have any Google Analytics account.\";s:7:\"expires\";i:1518249601;}','no'),(2905,'category_children','a:1:{i:44;a:1:{i:0;i:45;}}','yes'),(5644,'_site_transient_timeout_browser_cffcb8140921e0d14b31935178051df3','1528036719','no'),(5645,'_site_transient_browser_cffcb8140921e0d14b31935178051df3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"65.0.3325.181\";s:8:\"platform\";s:9:\"Macintosh\";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'),(5670,'_site_transient_timeout_browser_8e6691aa4674186fe1311f1e1dea6ed2','1528042930','no'),(5671,'_site_transient_browser_8e6691aa4674186fe1311f1e1dea6ed2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.139\";s:8:\"platform\";s:9:\"Macintosh\";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'),(5705,'_site_transient_timeout_browser_edc4c6be3c710edfc610fe5e76111b82','1528068635','no'),(5706,'_site_transient_browser_edc4c6be3c710edfc610fe5e76111b82','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.181\";s:8:\"platform\";s:9:\"Macintosh\";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'),(5792,'_transient_timeout_google_typography_fonts','1527769466','no'),(5793,'_transient_google_typography_fonts','a:877:{i:0;a:5:{s:3:\"uid\";i:1;s:6:\"family\";s:7:\"ABeeZee\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/abeezee/v11/esDR31xSG-6AGleN6tI.ttf\";}i:1;a:5:{s:3:\"uid\";i:2;s:6:\"family\";s:4:\"Abel\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/abel/v8/MwQ5bhbm2POE6Vg.ttf\";}i:2;a:5:{s:3:\"uid\";i:3;s:6:\"family\";s:12:\"Abhaya Libre\";s:7:\"subsets\";a:3:{i:0;s:7:\"sinhala\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/abhayalibre/v3/e3tmeuGtX-Co5MNzeAOqinEgew.ttf\";}i:3;a:5:{s:3:\"uid\";i:4;s:6:\"family\";s:13:\"Abril Fatface\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/abrilfatface/v9/zOL64pLDlL1D99S8g8PtiKchm-A.ttf\";}i:4;a:5:{s:3:\"uid\";i:5;s:6:\"family\";s:8:\"Aclonica\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/aclonica/v8/K2FyfZJVlfNNSEBXGb7T.ttf\";}i:5;a:5:{s:3:\"uid\";i:6;s:6:\"family\";s:4:\"Acme\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/acme/v7/RrQfboBx-C5_bx0.ttf\";}i:6;a:5:{s:3:\"uid\";i:7;s:6:\"family\";s:5:\"Actor\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/actor/v7/wEOzEBbCkc5cO3ek.ttf\";}i:7;a:5:{s:3:\"uid\";i:8;s:6:\"family\";s:7:\"Adamina\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/adamina/v10/j8_r6-DH1bjoc-dwu-o.ttf\";}i:8;a:5:{s:3:\"uid\";i:9;s:6:\"family\";s:10:\"Advent Pro\";s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/adventpro/v7/V8mAoQfxVT4Dvddr_yOwtT0.ttf\";}i:9;a:5:{s:3:\"uid\";i:10;s:6:\"family\";s:15:\"Aguafina Script\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/aguafinascript/v6/If2QXTv_ZzSxGIO30LemWEOmt1bHqg.ttf\";}i:10;a:5:{s:3:\"uid\";i:11;s:6:\"family\";s:7:\"Akronim\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/akronim/v7/fdN-9sqWtWZZlHRp-gA.ttf\";}i:11;a:5:{s:3:\"uid\";i:12;s:6:\"family\";s:6:\"Aladin\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/aladin/v6/ZgNSjPJFPrvJV5f16Q.ttf\";}i:12;a:5:{s:3:\"uid\";i:13;s:6:\"family\";s:7:\"Aldrich\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/aldrich/v8/MCoTzAn-1s3IGyJMZaA.ttf\";}i:13;a:5:{s:3:\"uid\";i:14;s:6:\"family\";s:4:\"Alef\";s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/alef/v9/FeVfS0NQpLYgrjI.ttf\";}i:14;a:5:{s:3:\"uid\";i:15;s:6:\"family\";s:8:\"Alegreya\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";}s:4:\"file\";s:64:\"http://fonts.gstatic.com/s/alegreya/v10/4UaBrEBBsBhlBjvfkRLm.ttf\";}i:15;a:5:{s:3:\"uid\";i:16;s:6:\"family\";s:11:\"Alegreya SC\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/alegreyasc/v9/taiOGmRtCJ62-O0HhNEa-a6o.ttf\";}i:16;a:5:{s:3:\"uid\";i:17;s:6:\"family\";s:13:\"Alegreya Sans\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/alegreyasans/v8/5aUz9_-1phKLFgshYDvh6Vwt3V0.ttf\";}i:17;a:5:{s:3:\"uid\";i:18;s:6:\"family\";s:16:\"Alegreya Sans SC\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk4.ttf\";}i:18;a:5:{s:3:\"uid\";i:19;s:6:\"family\";s:10:\"Alex Brush\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/alexbrush/v8/SZc83FzrJKuqFbwMKk6EtUI.ttf\";}i:19;a:5:{s:3:\"uid\";i:20;s:6:\"family\";s:13:\"Alfa Slab One\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/alfaslabone/v7/6NUQ8FmMKwSEKjnm5-4v-4Jh6dU.ttf\";}i:20;a:5:{s:3:\"uid\";i:21;s:6:\"family\";s:5:\"Alice\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/alice/v9/OpNCnoEEmtHa6FcJ.ttf\";}i:21;a:5:{s:3:\"uid\";i:22;s:6:\"family\";s:5:\"Alike\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/alike/v10/HI_EiYEYI6BIoEjB.ttf\";}i:22;a:5:{s:3:\"uid\";i:23;s:6:\"family\";s:13:\"Alike Angular\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/alikeangular/v8/3qTrojWunjGQtEBlIcwMbSoI3kM.ttf\";}i:23;a:5:{s:3:\"uid\";i:24;s:6:\"family\";s:5:\"Allan\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/allan/v9/ea8XadU7WuTxEtb2.ttf\";}i:24;a:5:{s:3:\"uid\";i:25;s:6:\"family\";s:7:\"Allerta\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/allerta/v8/TwMO-IAHRlkbx940UnE.ttf\";}i:25;a:5:{s:3:\"uid\";i:26;s:6:\"family\";s:15:\"Allerta Stencil\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/allertastencil/v8/HTx0L209KT-LmIE9N7OR6eiycOeF-w.ttf\";}i:26;a:5:{s:3:\"uid\";i:27;s:6:\"family\";s:6:\"Allura\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/allura/v6/9oRPNYsQpS4zjuAPjA.ttf\";}i:27;a:5:{s:3:\"uid\";i:28;s:6:\"family\";s:8:\"Almendra\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:64:\"http://fonts.gstatic.com/s/almendra/v10/H4ckBXKAlMnTn0CskyY6.ttf\";}i:28;a:5:{s:3:\"uid\";i:29;s:6:\"family\";s:16:\"Almendra Display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/almendradisplay/v8/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS8.ttf\";}i:29;a:5:{s:3:\"uid\";i:30;s:6:\"family\";s:11:\"Almendra SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/almendrasc/v8/Iure6Yx284eebowr7hbyTZZJ.ttf\";}i:30;a:5:{s:3:\"uid\";i:31;s:6:\"family\";s:8:\"Amarante\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/amarante/v5/xMQXuF1KTa6EvGx9bq-3.ttf\";}i:31;a:5:{s:3:\"uid\";i:32;s:6:\"family\";s:8:\"Amaranth\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/amaranth/v8/KtkuALODe433f0j1zPnC.ttf\";}i:32;a:5:{s:3:\"uid\";i:33;s:6:\"family\";s:9:\"Amatic SC\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vO0DQ.ttf\";}i:33;a:5:{s:3:\"uid\";i:34;s:6:\"family\";s:9:\"Amethysta\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/amethysta/v6/rP2Fp2K15kgb_F3ibfWIGA.ttf\";}i:34;a:5:{s:3:\"uid\";i:35;s:6:\"family\";s:5:\"Amiko\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/amiko/v2/WwkQxPq1DFK04tql.ttf\";}i:35;a:5:{s:3:\"uid\";i:36;s:6:\"family\";s:5:\"Amiri\";s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/amiri/v10/J7aRnpd8CGxBHqUp.ttf\";}i:36;a:5:{s:3:\"uid\";i:37;s:6:\"family\";s:5:\"Amita\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/amita/v3/HhyaU5si9Om7PQlv.ttf\";}i:37;a:5:{s:3:\"uid\";i:38;s:6:\"family\";s:7:\"Anaheim\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/anaheim/v5/8vII7w042Wp87g4G0UQ.ttf\";}i:38;a:5:{s:3:\"uid\";i:39;s:6:\"family\";s:6:\"Andada\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/andada/v9/uK_y4riWaego3w9RCg.ttf\";}i:39;a:5:{s:3:\"uid\";i:40;s:6:\"family\";s:6:\"Andika\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/andika/v9/mem_Ya6iyW-LwqgAbQ.ttf\";}i:40;a:5:{s:3:\"uid\";i:41;s:6:\"family\";s:6:\"Angkor\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/angkor/v10/H4cmBXyAlsPdnlb-8g.ttf\";}i:41;a:5:{s:3:\"uid\";i:42;s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:98:\"http://fonts.gstatic.com/s/annieuseyourtelescope/v8/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlA.ttf\";}i:42;a:5:{s:3:\"uid\";i:43;s:6:\"family\";s:13:\"Anonymous Pro\";s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/anonymouspro/v11/rP2Bp2a15UIB7Un-bOeISG3pLlw.ttf\";}i:43;a:5:{s:3:\"uid\";i:44;s:6:\"family\";s:5:\"Antic\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/antic/v9/TuGfUVB8XY5DRaZL.ttf\";}i:44;a:5:{s:3:\"uid\";i:45;s:6:\"family\";s:12:\"Antic Didone\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/anticdidone/v6/RWmPoKKX6u8sp8fIWdnDKqDiqQ.ttf\";}i:45;a:5:{s:3:\"uid\";i:46;s:6:\"family\";s:10:\"Antic Slab\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/anticslab/v6/bWt97fPFfRzkCa9Jlp6IWcI.ttf\";}i:46;a:5:{s:3:\"uid\";i:47;s:6:\"family\";s:5:\"Anton\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/anton/v9/1Ptgg87LROyAm0K0.ttf\";}i:47;a:5:{s:3:\"uid\";i:48;s:6:\"family\";s:6:\"Arapey\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/arapey/v6/-W__XJn-UDDA2RC6Zw.ttf\";}i:48;a:5:{s:3:\"uid\";i:49;s:6:\"family\";s:7:\"Arbutus\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/arbutus/v7/NaPYcZ7dG_5J3poob9I.ttf\";}i:49;a:5:{s:3:\"uid\";i:50;s:6:\"family\";s:12:\"Arbutus Slab\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/arbutusslab/v6/oY1Z8e7OuLXkJGbXtr5ba7ZVaw.ttf\";}i:50;a:5:{s:3:\"uid\";i:51;s:6:\"family\";s:19:\"Architects Daughter\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:88:\"http://fonts.gstatic.com/s/architectsdaughter/v8/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY4.ttf\";}i:51;a:5:{s:3:\"uid\";i:52;s:6:\"family\";s:7:\"Archivo\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/archivo/v3/k3kQo8UDI-1M0wlSTd4.ttf\";}i:52;a:5:{s:3:\"uid\";i:53;s:6:\"family\";s:13:\"Archivo Black\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/archivoblack/v7/HTxqL289NzCGg4MzN6KJ7eW6OYs.ttf\";}i:53;a:5:{s:3:\"uid\";i:54;s:6:\"family\";s:14:\"Archivo Narrow\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/archivonarrow/v8/tss0ApVBdCYD5Q7hcxTE1ArZ0Yb3.ttf\";}i:54;a:5:{s:3:\"uid\";i:55;s:6:\"family\";s:10:\"Aref Ruqaa\";s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/arefruqaa/v5/WwkbxPW1E165rajQKDulEIA.ttf\";}i:55;a:5:{s:3:\"uid\";i:56;s:6:\"family\";s:13:\"Arima Madurai\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:5:\"tamil\";}s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/arimamadurai/v3/t5tmIRoeKYORG0WNMgnC3seB7Tk.ttf\";}i:56;a:5:{s:3:\"uid\";i:57;s:6:\"family\";s:5:\"Arimo\";s:7:\"subsets\";a:8:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/arimo/v11/P5sMzZCDf9_T_20e.ttf\";}i:57;a:5:{s:3:\"uid\";i:58;s:6:\"family\";s:8:\"Arizonia\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/arizonia/v8/neIIzCemt4A5qa7mv6WG.ttf\";}i:58;a:5:{s:3:\"uid\";i:59;s:6:\"family\";s:6:\"Armata\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/armata/v8/gokvH63_HV5jQ-E9lA.ttf\";}i:59;a:5:{s:3:\"uid\";i:60;s:6:\"family\";s:7:\"Arsenal\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/arsenal/v2/wXKrE3kQtZQ4pF3D118.ttf\";}i:60;a:5:{s:3:\"uid\";i:61;s:6:\"family\";s:8:\"Artifika\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/artifika/v8/VEMyRoxzronptCuxu6Wt.ttf\";}i:61;a:5:{s:3:\"uid\";i:62;s:6:\"family\";s:4:\"Arvo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:55:\"http://fonts.gstatic.com/s/arvo/v10/tDbD2oWUg0MKmSA.ttf\";}i:62;a:5:{s:3:\"uid\";i:63;s:6:\"family\";s:4:\"Arya\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/arya/v3/ga6CawNG-HJd9UY.ttf\";}i:63;a:5:{s:3:\"uid\";i:64;s:6:\"family\";s:4:\"Asap\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/asap/v7/KFOoCniXp96a-zw.ttf\";}i:64;a:5:{s:3:\"uid\";i:65;s:6:\"family\";s:14:\"Asap Condensed\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/asapcondensed/v2/pxidypY1o9NHyXh3WvSbGSggdNeL.ttf\";}i:65;a:5:{s:3:\"uid\";i:66;s:6:\"family\";s:4:\"Asar\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/asar/v4/sZlLdRyI6TBIXkY.ttf\";}i:66;a:5:{s:3:\"uid\";i:67;s:6:\"family\";s:5:\"Asset\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/asset/v8/SLXGc1na-mM4cWIm.ttf\";}i:67;a:5:{s:3:\"uid\";i:68;s:6:\"family\";s:9:\"Assistant\";s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/assistant/v2/2sDcZGJYnIjSi6H75xkDbw.ttf\";}i:68;a:5:{s:3:\"uid\";i:69;s:6:\"family\";s:7:\"Astloch\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/astloch/v8/TuGRUVJ8QI5GSeUjq9w.ttf\";}i:69;a:5:{s:3:\"uid\";i:70;s:6:\"family\";s:4:\"Asul\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/asul/v7/VuJ-dNjKxYr46fM.ttf\";}i:70;a:5:{s:3:\"uid\";i:71;s:6:\"family\";s:6:\"Athiti\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/athiti/v2/pe0vMISdLIZIv1w4DA.ttf\";}i:71;a:5:{s:3:\"uid\";i:72;s:6:\"family\";s:4:\"Atma\";s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/atma/v3/uK_84rqWc-Eom24.ttf\";}i:72;a:5:{s:3:\"uid\";i:73;s:6:\"family\";s:10:\"Atomic Age\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/atomicage/v9/f0Xz0eug6sdmRFkYZZGL58E.ttf\";}i:73;a:5:{s:3:\"uid\";i:74;s:6:\"family\";s:6:\"Aubrey\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/aubrey/v10/q5uGsou7NPBw-p7vug.ttf\";}i:74;a:5:{s:3:\"uid\";i:75;s:6:\"family\";s:9:\"Audiowide\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/audiowide/v6/l7gdbjpo0cum0ckerWCtkQ.ttf\";}i:75;a:5:{s:3:\"uid\";i:76;s:6:\"family\";s:10:\"Autour One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/autourone/v7/UqyVK80cP25l3fJgbdfbk5k.ttf\";}i:76;a:5:{s:3:\"uid\";i:77;s:6:\"family\";s:7:\"Average\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/average/v6/fC1hPYBHe23MxA7rIeI.ttf\";}i:77;a:5:{s:3:\"uid\";i:78;s:6:\"family\";s:12:\"Average Sans\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/averagesans/v6/1Ptpg8fLXP2dlAXR-HlJJNJPBQ.ttf\";}i:78;a:5:{s:3:\"uid\";i:79;s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/averiagruesalibre/v6/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmk.ttf\";}i:79;a:5:{s:3:\"uid\";i:80;s:6:\"family\";s:12:\"Averia Libre\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/averialibre/v6/2V0aKIcMGZEnV6xygz7eNjEiAg.ttf\";}i:80;a:5:{s:3:\"uid\";i:81;s:6:\"family\";s:17:\"Averia Sans Libre\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/averiasanslibre/v6/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJ.ttf\";}i:81;a:5:{s:3:\"uid\";i:82;s:6:\"family\";s:18:\"Averia Serif Libre\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:85:\"http://fonts.gstatic.com/s/averiaseriflibre/v7/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQ.ttf\";}i:82;a:5:{s:3:\"uid\";i:83;s:6:\"family\";s:10:\"Bad Script\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/badscript/v6/6NUT8F6PJgbFWQn47_x7lOw.ttf\";}i:83;a:5:{s:3:\"uid\";i:84;s:6:\"family\";s:7:\"Bahiana\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/bahiana/v2/uU9PCBUV4YenPWJU7xM.ttf\";}i:84;a:5:{s:3:\"uid\";i:85;s:6:\"family\";s:5:\"Baloo\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/baloo/v3/6xKhdSpJJ92I9PWI.ttf\";}i:85;a:5:{s:3:\"uid\";i:86;s:6:\"family\";s:10:\"Baloo Bhai\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"gujarati\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/baloobhai/v3/ZgNWjP5GM7bCUdmXgWyVjGU.ttf\";}i:86;a:5:{s:3:\"uid\";i:87;s:6:\"family\";s:14:\"Baloo Bhaijaan\";s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/baloobhaijaan/v3/RWmRoKCU5fcqq8fOWNzFLqSjx4EC.ttf\";}i:87;a:5:{s:3:\"uid\";i:88;s:6:\"family\";s:12:\"Baloo Bhaina\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"oriya\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/baloobhaina/v3/Noa16Uzzzp2FIkfhq5vm9thxPA.ttf\";}i:88;a:5:{s:3:\"uid\";i:89;s:6:\"family\";s:13:\"Baloo Chettan\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:9:\"malayalam\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/baloochettan/v3/0QImMXRN8o2gTC2YTr4665DA07w.ttf\";}i:89;a:5:{s:3:\"uid\";i:90;s:6:\"family\";s:8:\"Baloo Da\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:7:\"bengali\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/balooda/v3/LhWmMVnXOfIZO795FXkf.ttf\";}i:90;a:5:{s:3:\"uid\";i:91;s:6:\"family\";s:11:\"Baloo Paaji\";s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/baloopaaji/v3/8AttGsyxM5KQQU-Y4MTwVZnT.ttf\";}i:91;a:5:{s:3:\"uid\";i:92;s:6:\"family\";s:11:\"Baloo Tamma\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:7:\"kannada\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/balootamma/v3/JTUTjIk68Cy27gWhOWIghE5B.ttf\";}i:92;a:5:{s:3:\"uid\";i:93;s:6:\"family\";s:13:\"Baloo Tammudu\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"telugu\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/balootammudu/v3/mFT3Wb8Qza7c_Z5HTsC_5nxW8Eo.ttf\";}i:93;a:5:{s:3:\"uid\";i:94;s:6:\"family\";s:12:\"Baloo Thambi\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:5:\"tamil\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/baloothambi/v3/va9B4kXJzNhTFoA7CYcS8sHuQQ.ttf\";}i:94;a:5:{s:3:\"uid\";i:95;s:6:\"family\";s:9:\"Balthazar\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/balthazar/v6/d6lKkaajS8Gm4CVQjFEvyQ.ttf\";}i:95;a:5:{s:3:\"uid\";i:96;s:6:\"family\";s:7:\"Bangers\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/bangers/v10/FeVQS0BTqb0h60ACL5k.ttf\";}i:96;a:5:{s:3:\"uid\";i:97;s:6:\"family\";s:6:\"Barlow\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/barlow/v1/7cHpv4kjgoGqM7EPCw.ttf\";}i:97;a:5:{s:3:\"uid\";i:98;s:6:\"family\";s:16:\"Barlow Condensed\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/barlowcondensed/v1/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xY.ttf\";}i:98;a:5:{s:3:\"uid\";i:99;s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:92:\"http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnfw.ttf\";}i:99;a:5:{s:3:\"uid\";i:100;s:6:\"family\";s:6:\"Barrio\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/barrio/v2/wEO8EBXBk8hBIDiEdQ.ttf\";}i:100;a:5:{s:3:\"uid\";i:101;s:6:\"family\";s:5:\"Basic\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/basic/v7/xfu_0WLxV2_XKQN3.ttf\";}i:101;a:5:{s:3:\"uid\";i:102;s:6:\"family\";s:10:\"Battambang\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/battambang/v11/uk-mEGe7raEw-HjkzZabDnU.ttf\";}i:102;a:5:{s:3:\"uid\";i:103;s:6:\"family\";s:7:\"Baumans\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/baumans/v7/-W_-XJj9QyTd3QfpR_o.ttf\";}i:103;a:5:{s:3:\"uid\";i:104;s:6:\"family\";s:5:\"Bayon\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/bayon/v10/9XUrlJNmn0LPFl-p.ttf\";}i:104;a:5:{s:3:\"uid\";i:105;s:6:\"family\";s:8:\"Belgrano\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/belgrano/v8/55xvey5tM9rwKWrJZcMF.ttf\";}i:105;a:5:{s:3:\"uid\";i:106;s:6:\"family\";s:9:\"Bellefair\";s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/bellefair/v3/kJExBuYY6AAuhiXUxG19_w.ttf\";}i:106;a:5:{s:3:\"uid\";i:107;s:6:\"family\";s:7:\"Belleza\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/belleza/v6/0nkoC9_pNeMfhX4BtcY.ttf\";}i:107;a:5:{s:3:\"uid\";i:108;s:6:\"family\";s:9:\"BenchNine\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/benchnine/v6/ahcbv8612zF4jxrwMosrVw.ttf\";}i:108;a:5:{s:3:\"uid\";i:109;s:6:\"family\";s:7:\"Bentham\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/bentham/v8/VdGeAZQPEpYfmHglKWw.ttf\";}i:109;a:5:{s:3:\"uid\";i:110;s:6:\"family\";s:15:\"Berkshire Swash\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/berkshireswash/v6/ptRRTi-cavZOGqCvnNJDl5m5XmNPrQ.ttf\";}i:110;a:5:{s:3:\"uid\";i:111;s:6:\"family\";s:5:\"Bevan\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/bevan/v9/4iCj6KZ0a9NXjF8a.ttf\";}i:111;a:5:{s:3:\"uid\";i:112;s:6:\"family\";s:13:\"Bigelow Rules\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/bigelowrules/v6/RrQWboly8iR_I3KWSzeRuN0zT4c.ttf\";}i:112;a:5:{s:3:\"uid\";i:113;s:6:\"family\";s:11:\"Bigshot One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/bigshotone/v8/u-470qukhRkkO6BD_7cM_gxu.ttf\";}i:113;a:5:{s:3:\"uid\";i:114;s:6:\"family\";s:5:\"Bilbo\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/bilbo/v7/o-0EIpgpwWwZ210h.ttf\";}i:114;a:5:{s:3:\"uid\";i:115;s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/bilboswashcaps/v9/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAM.ttf\";}i:115;a:5:{s:3:\"uid\";i:116;s:6:\"family\";s:8:\"BioRhyme\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/biorhyme/v2/1cXwaULHBpDMsHYW_HxG.ttf\";}i:116;a:5:{s:3:\"uid\";i:117;s:6:\"family\";s:17:\"BioRhyme Expanded\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/biorhymeexpanded/v3/i7dQIE1zZzytGswgU577CDY9LjbffySU.ttf\";}i:117;a:5:{s:3:\"uid\";i:118;s:6:\"family\";s:7:\"Biryani\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/biryani/v3/hv-WlzNxIFoO84YdTUw.ttf\";}i:118;a:5:{s:3:\"uid\";i:119;s:6:\"family\";s:6:\"Bitter\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/bitter/v12/rax8HiqOu8IVPmnLeA.ttf\";}i:119;a:5:{s:3:\"uid\";i:120;s:6:\"family\";s:23:\"Black And White Picture\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:95:\"http://fonts.gstatic.com/s/blackandwhitepicture/v2/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5H.ttf\";}i:120;a:5:{s:3:\"uid\";i:121;s:6:\"family\";s:14:\"Black Han Sans\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/blackhansans/v2/ea8Aad44WunzF9a-dL6toA8r8nqV.ttf\";}i:121;a:5:{s:3:\"uid\";i:122;s:6:\"family\";s:13:\"Black Ops One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/blackopsone/v9/qWcsB6-ypo7xBdr6Xshe96H3WDw.ttf\";}i:122;a:5:{s:3:\"uid\";i:123;s:6:\"family\";s:5:\"Bokor\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/bokor/v10/m8JcjfpeeaqTiR2W.ttf\";}i:123;a:5:{s:3:\"uid\";i:124;s:6:\"family\";s:6:\"Bonbon\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/bonbon/v9/0FlVVPeVlFec4ee_cA.ttf\";}i:124;a:5:{s:3:\"uid\";i:125;s:6:\"family\";s:8:\"Boogaloo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/boogaloo/v8/kmK-Zq45GAvOdnaW6x1F.ttf\";}i:125;a:5:{s:3:\"uid\";i:126;s:6:\"family\";s:10:\"Bowlby One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/bowlbyone/v9/taiPGmVuC4y96PFeqp8smo4.ttf\";}i:126;a:5:{s:3:\"uid\";i:127;s:6:\"family\";s:13:\"Bowlby One SC\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/bowlbyonesc/v9/DtVlJxerQqQm37tzN3wMug9Pzgg.ttf\";}i:127;a:5:{s:3:\"uid\";i:128;s:6:\"family\";s:7:\"Brawler\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/brawler/v8/xn7gYHE3xXewAscGsgA.ttf\";}i:128;a:5:{s:3:\"uid\";i:129;s:6:\"family\";s:10:\"Bree Serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/breeserif/v7/4UaHrEJCrhhnVA3DgluAx60.ttf\";}i:129;a:5:{s:3:\"uid\";i:130;s:6:\"family\";s:14:\"Bubblegum Sans\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/bubblegumsans/v6/AYCSpXb_Z9EORv1M5QTjEzMEtdaH.ttf\";}i:130;a:5:{s:3:\"uid\";i:131;s:6:\"family\";s:11:\"Bubbler One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/bubblerone/v6/f0Xy0eqj68ppQV9KBLmAouHH.ttf\";}i:131;a:5:{s:3:\"uid\";i:132;s:6:\"family\";s:4:\"Buda\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:4:\"file\";s:58:\"http://fonts.gstatic.com/s/buda/v8/GFDqWAN8mnyIJSSrG7U.ttf\";}i:132;a:5:{s:3:\"uid\";i:133;s:6:\"family\";s:7:\"Buenard\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/buenard/v9/OD5DuM6Cyma8FnnsPzc.ttf\";}i:133;a:5:{s:3:\"uid\";i:134;s:6:\"family\";s:6:\"Bungee\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/bungee/v3/N0bU2SZBIuF2PU_ECg.ttf\";}i:134;a:5:{s:3:\"uid\";i:135;s:6:\"family\";s:15:\"Bungee Hairline\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/bungeehairline/v3/snfys0G548t04270a_ljTLUVrv-7YA.ttf\";}i:135;a:5:{s:3:\"uid\";i:136;s:6:\"family\";s:13:\"Bungee Inline\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/bungeeinline/v3/Gg8zN58UcgnlCweMrih332VuDGI.ttf\";}i:136;a:5:{s:3:\"uid\";i:137;s:6:\"family\";s:14:\"Bungee Outline\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/bungeeoutline/v3/_6_mEDvmVP24UvU2MyiGDslL3Qg3.ttf\";}i:137;a:5:{s:3:\"uid\";i:138;s:6:\"family\";s:12:\"Bungee Shade\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/bungeeshade/v3/DtVkJxarWL0t2KdzK3oI_jks7g.ttf\";}i:138;a:5:{s:3:\"uid\";i:139;s:6:\"family\";s:10:\"Butcherman\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/butcherman/v9/2EbiL-thF0loflXUBOdb1zU.ttf\";}i:139;a:5:{s:3:\"uid\";i:140;s:6:\"family\";s:14:\"Butterfly Kids\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/butterflykids/v6/ll8lK2CWTjuqAsXDqlnIbMNs5S4a.ttf\";}i:140;a:5:{s:3:\"uid\";i:141;s:6:\"family\";s:5:\"Cabin\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/cabin/v12/u-4x0qWljRw-Pe83.ttf\";}i:141;a:5:{s:3:\"uid\";i:142;s:6:\"family\";s:15:\"Cabin Condensed\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/cabincondensed/v11/nwpMtK6mNhBK2err_hqkYhHRqmwaYA.ttf\";}i:142;a:5:{s:3:\"uid\";i:143;s:6:\"family\";s:12:\"Cabin Sketch\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/cabinsketch/v11/QGYpz_kZZAGCONcK2A4bGOjMnw.ttf\";}i:143;a:5:{s:3:\"uid\";i:144;s:6:\"family\";s:15:\"Caesar Dressing\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/caesardressing/v6/yYLx0hLa3vawqtwdswbotmK4vrR3cQ.ttf\";}i:144;a:5:{s:3:\"uid\";i:145;s:6:\"family\";s:10:\"Cagliostro\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/cagliostro/v6/ZgNWjP5HM73BV5amnX-TjGU.ttf\";}i:145;a:5:{s:3:\"uid\";i:146;s:6:\"family\";s:5:\"Cairo\";s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/cairo/v3/SLXGc1nY6HkvamIm.ttf\";}i:146;a:5:{s:3:\"uid\";i:147;s:6:\"family\";s:14:\"Calligraffitti\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:77:\"http://fonts.gstatic.com/s/calligraffitti/v9/46k2lbT3XjDVqJw3DCmCFjE0vnFZ.ttf\";}i:147;a:5:{s:3:\"uid\";i:148;s:6:\"family\";s:6:\"Cambay\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/cambay/v3/SLXJc1rY6H0_ZDsGbg.ttf\";}i:148;a:5:{s:3:\"uid\";i:149;s:6:\"family\";s:5:\"Cambo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/cambo/v6/IFSqHeNEk8FJk416.ttf\";}i:149;a:5:{s:3:\"uid\";i:150;s:6:\"family\";s:6:\"Candal\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/candal/v7/XoHn2YH6T7-t_8cNAQ.ttf\";}i:150;a:5:{s:3:\"uid\";i:151;s:6:\"family\";s:9:\"Cantarell\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/cantarell/v7/B50NF7ZDq37KMUvlO01Jiw.ttf\";}i:151;a:5:{s:3:\"uid\";i:152;s:6:\"family\";s:11:\"Cantata One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/cantataone/v7/PlI5Fl60Nb5obNzNe2jslVxE.ttf\";}i:152;a:5:{s:3:\"uid\";i:153;s:6:\"family\";s:11:\"Cantora One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/cantoraone/v7/gyB4hws1JdgnKy56GB_JX6zd.ttf\";}i:153;a:5:{s:3:\"uid\";i:154;s:6:\"family\";s:8:\"Capriola\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/capriola/v5/wXKoE3YSppcvo1PDln_8.ttf\";}i:154;a:5:{s:3:\"uid\";i:155;s:6:\"family\";s:5:\"Cardo\";s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/cardo/v9/wlp_gwjKBV1pqiv_.ttf\";}i:155;a:5:{s:3:\"uid\";i:156;s:6:\"family\";s:5:\"Carme\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/carme/v8/ptRHTiWdbvZIDOjG.ttf\";}i:156;a:5:{s:3:\"uid\";i:157;s:6:\"family\";s:14:\"Carrois Gothic\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/carroisgothic/v7/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD.ttf\";}i:157;a:5:{s:3:\"uid\";i:158;s:6:\"family\";s:17:\"Carrois Gothic SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/carroisgothicsc/v7/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28n.ttf\";}i:158;a:5:{s:3:\"uid\";i:159;s:6:\"family\";s:10:\"Carter One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/carterone/v9/q5uCsoe5IOB2-pXv9UcNIxQ.ttf\";}i:159;a:5:{s:3:\"uid\";i:160;s:6:\"family\";s:9:\"Catamaran\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/catamaran/v4/o-0IIpQoyXQa2RxT7-5b4g.ttf\";}i:160;a:5:{s:3:\"uid\";i:161;s:6:\"family\";s:6:\"Caudex\";s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/caudex/v7/esDQ311QOP6BJUrIyg.ttf\";}i:161;a:5:{s:3:\"uid\";i:162;s:6:\"family\";s:6:\"Caveat\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/caveat/v4/Wnz6HAc5bAfYB2QLYQ.ttf\";}i:162;a:5:{s:3:\"uid\";i:163;s:6:\"family\";s:12:\"Caveat Brush\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/caveatbrush/v3/EYq0maZfwr9S9-ETZc3fKXtMWw.ttf\";}i:163;a:5:{s:3:\"uid\";i:164;s:6:\"family\";s:18:\"Cedarville Cursive\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:86:\"http://fonts.gstatic.com/s/cedarvillecursive/v8/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJQ.ttf\";}i:164;a:5:{s:3:\"uid\";i:165;s:6:\"family\";s:11:\"Ceviche One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/cevicheone/v8/gyB4hws1IcA6JzR-GB_JX6zd.ttf\";}i:165;a:5:{s:3:\"uid\";i:166;s:6:\"family\";s:6:\"Changa\";s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/changa/v4/2-cm9JNi2YuVOUcUYQ.ttf\";}i:166;a:5:{s:3:\"uid\";i:167;s:6:\"family\";s:10:\"Changa One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/changaone/v10/xfu00W3wXn3QLUJXhzq46AY.ttf\";}i:167;a:5:{s:3:\"uid\";i:168;s:6:\"family\";s:6:\"Chango\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/chango/v6/2V0cKI0OB5U7WaJyzw.ttf\";}i:168;a:5:{s:3:\"uid\";i:169;s:6:\"family\";s:8:\"Chathura\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/chathura/v3/_gP71R7-rzUuVjim418g.ttf\";}i:169;a:5:{s:3:\"uid\";i:170;s:6:\"family\";s:18:\"Chau Philomene One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:85:\"http://fonts.gstatic.com/s/chauphilomeneone/v7/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnA.ttf\";}i:170;a:5:{s:3:\"uid\";i:171;s:6:\"family\";s:9:\"Chela One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/chelaone/v6/6ae-4KC7Uqgdz_JZdPIy3w.ttf\";}i:171;a:5:{s:3:\"uid\";i:172;s:6:\"family\";s:14:\"Chelsea Market\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/chelseamarket/v5/BCawqZsHqfr89WNP_IApC8tzKBhl.ttf\";}i:172;a:5:{s:3:\"uid\";i:173;s:6:\"family\";s:6:\"Chenla\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/chenla/v10/SZc43FDpIKu8WZ9eXw.ttf\";}i:173;a:5:{s:3:\"uid\";i:174;s:6:\"family\";s:17:\"Cherry Cream Soda\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/cherrycreamsoda/v8/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6.ttf\";}i:174;a:5:{s:3:\"uid\";i:175;s:6:\"family\";s:12:\"Cherry Swash\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/cherryswash/v5/i7dNIFByZjaNAMxtZcnfAy58QA.ttf\";}i:175;a:5:{s:3:\"uid\";i:176;s:6:\"family\";s:5:\"Chewy\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/chewy/v9/uK_94ruUb-k-wk5x.ttf\";}i:176;a:5:{s:3:\"uid\";i:177;s:6:\"family\";s:6:\"Chicle\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/chicle/v6/lJwG-pw9i2dqU-BDyQ.ttf\";}i:177;a:5:{s:3:\"uid\";i:178;s:6:\"family\";s:5:\"Chivo\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/chivo/v9/va9I4kzIxd1KFoBv.ttf\";}i:178;a:5:{s:3:\"uid\";i:179;s:6:\"family\";s:8:\"Chonburi\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/chonburi/v2/8AtqGs-wOpGRTBq66IWa.ttf\";}i:179;a:5:{s:3:\"uid\";i:180;s:6:\"family\";s:6:\"Cinzel\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gtL8Q.ttf\";}i:180;a:5:{s:3:\"uid\";i:181;s:6:\"family\";s:17:\"Cinzel Decorative\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/cinzeldecorative/v6/daaCSScvJGqLYhG8nNt8KPPswUAPnh7U.ttf\";}i:181;a:5:{s:3:\"uid\";i:182;s:6:\"family\";s:14:\"Clicker Script\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/clickerscript/v5/raxkHiKPvt8CMH6ZWP8PdlEq72rY.ttf\";}i:182;a:5:{s:3:\"uid\";i:183;s:6:\"family\";s:4:\"Coda\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"800\";}s:4:\"file\";s:55:\"http://fonts.gstatic.com/s/coda/v13/SLXHc1jY5nQ8JUI.ttf\";}i:183;a:5:{s:3:\"uid\";i:184;s:6:\"family\";s:12:\"Coda Caption\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:4:\"file\";s:77:\"http://fonts.gstatic.com/s/codacaption/v11/ieVm2YRII2GMY7SyXSoDRiQGqcx6xw.ttf\";}i:184;a:5:{s:3:\"uid\";i:185;s:6:\"family\";s:8:\"Codystar\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/codystar/v5/FwZY7-Q1xVk-40qxOt6A.ttf\";}i:185;a:5:{s:3:\"uid\";i:186;s:6:\"family\";s:5:\"Coiny\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:5:\"tamil\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/coiny/v3/gyByhwU1K989PXwb.ttf\";}i:186;a:5:{s:3:\"uid\";i:187;s:6:\"family\";s:5:\"Combo\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/combo/v6/BXRlvF3Jh_fIhg0i.ttf\";}i:187;a:5:{s:3:\"uid\";i:188;s:6:\"family\";s:9:\"Comfortaa\";s:7:\"subsets\";a:6:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/comfortaa/v12/1Ptsg8LJRfWJmhDAuUsISg.ttf\";}i:188;a:5:{s:3:\"uid\";i:189;s:6:\"family\";s:11:\"Coming Soon\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/comingsoon/v8/qWcuB6mzpYL7AJ2VfdQR1u-S.ttf\";}i:189;a:5:{s:3:\"uid\";i:190;s:6:\"family\";s:11:\"Concert One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/concertone/v8/VEM1Ro9xs5PjtzCu-srDqRTl.ttf\";}i:190;a:5:{s:3:\"uid\";i:191;s:6:\"family\";s:9:\"Condiment\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/condiment/v5/pONk1hggFNmwvXALyH6Sqw.ttf\";}i:191;a:5:{s:3:\"uid\";i:192;s:6:\"family\";s:7:\"Content\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/content/v9/zrfl0HLayePhU_AwUaA.ttf\";}i:192;a:5:{s:3:\"uid\";i:193;s:6:\"family\";s:12:\"Contrail One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/contrailone/v7/eLGbP-j_JA-kG0_Zo51noafdZQ.ttf\";}i:193;a:5:{s:3:\"uid\";i:194;s:6:\"family\";s:11:\"Convergence\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/convergence/v6/rax5HiePvdgXPmmMHcIPYRha.ttf\";}i:194;a:5:{s:3:\"uid\";i:195;s:6:\"family\";s:6:\"Cookie\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/cookie/v8/syky-y18lb0tSbfNlQ.ttf\";}i:195;a:5:{s:3:\"uid\";i:196;s:6:\"family\";s:5:\"Copse\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/copse/v7/11hPGpDKz1rGb0dj.ttf\";}i:196;a:5:{s:3:\"uid\";i:197;s:6:\"family\";s:6:\"Corben\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/corben/v11/LYjDdGzzklQtCMp9oA.ttf\";}i:197;a:5:{s:3:\"uid\";i:198;s:6:\"family\";s:9:\"Cormorant\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/cormorant/v6/H4clBXOCl9bbnla_nHIa6A.ttf\";}i:198;a:5:{s:3:\"uid\";i:199;s:6:\"family\";s:18:\"Cormorant Garamond\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:86:\"http://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjorg.ttf\";}i:199;a:5:{s:3:\"uid\";i:200;s:6:\"family\";s:16:\"Cormorant Infant\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/cormorantinfant/v5/HhyPU44g9vKiM1sORYSiWeAsLN993_A.ttf\";}i:200;a:5:{s:3:\"uid\";i:201;s:6:\"family\";s:12:\"Cormorant SC\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/cormorantsc/v5/0yb5GD4kxqXBmOVLG30OGwserA.ttf\";}i:201;a:5:{s:3:\"uid\";i:202;s:6:\"family\";s:17:\"Cormorant Unicase\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/cormorantunicase/v5/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vT.ttf\";}i:202;a:5:{s:3:\"uid\";i:203;s:6:\"family\";s:17:\"Cormorant Upright\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/cormorantupright/v4/VuJrdM3I2Y35poFONtLdafkUCHw1y2vV.ttf\";}i:203;a:5:{s:3:\"uid\";i:204;s:6:\"family\";s:9:\"Courgette\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/courgette/v5/wEO_EBrAnc9BLjLQAUkFUQ.ttf\";}i:204;a:5:{s:3:\"uid\";i:205;s:6:\"family\";s:7:\"Cousine\";s:7:\"subsets\";a:8:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/cousine/v12/d6lIkaiiRdih4SpPzSM.ttf\";}i:205;a:5:{s:3:\"uid\";i:206;s:6:\"family\";s:8:\"Coustard\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/coustard/v8/3XFpErgg3YsZ5fqUU9UP.ttf\";}i:206;a:5:{s:3:\"uid\";i:207;s:6:\"family\";s:21:\"Covered By Your Grace\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:91:\"http://fonts.gstatic.com/s/coveredbyyourgrace/v7/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0Fg.ttf\";}i:207;a:5:{s:3:\"uid\";i:208;s:6:\"family\";s:12:\"Crafty Girls\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/craftygirls/v7/va9B4kXI39VaDdlPJo8N_NvuQQ.ttf\";}i:208;a:5:{s:3:\"uid\";i:209;s:6:\"family\";s:9:\"Creepster\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/creepster/v6/AlZy_zVUqJz4yMrniH4hdQ.ttf\";}i:209;a:5:{s:3:\"uid\";i:210;s:6:\"family\";s:11:\"Crete Round\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/creteround/v6/55xoey1sJNPjPiv1ZZZrxJ18.ttf\";}i:210;a:5:{s:3:\"uid\";i:211;s:6:\"family\";s:12:\"Crimson Text\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/crimsontext/v8/wlp2gwHKFkZgtmSR3NB0oRJvaA.ttf\";}i:211;a:5:{s:3:\"uid\";i:212;s:6:\"family\";s:13:\"Croissant One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/croissantone/v5/3y9n6bU9bTPg4m8NDy3Kq24UM3o.ttf\";}i:212;a:5:{s:3:\"uid\";i:213;s:6:\"family\";s:7:\"Crushed\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/crushed/v8/U9Mc6dym6WXImTlFT1k.ttf\";}i:213;a:5:{s:3:\"uid\";i:214;s:6:\"family\";s:6:\"Cuprum\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/cuprum/v9/dg4k_pLmvrkcOkB9IQ.ttf\";}i:214;a:5:{s:3:\"uid\";i:215;s:6:\"family\";s:9:\"Cute Font\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/cutefont/v2/Noaw6Uny2oWPbSHMrY6vmA.ttf\";}i:215;a:5:{s:3:\"uid\";i:216;s:6:\"family\";s:6:\"Cutive\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/cutive/v9/NaPZcZ_fHOhV3Ip7Tw.ttf\";}i:216;a:5:{s:3:\"uid\";i:217;s:6:\"family\";s:11:\"Cutive Mono\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/cutivemono/v6/m8JWjfRfY7WVjVi2E-K9H5RF.ttf\";}i:217;a:5:{s:3:\"uid\";i:218;s:6:\"family\";s:6:\"Damion\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/damion/v7/hv-XlzJ3KEUe_YZUbQ.ttf\";}i:218;a:5:{s:3:\"uid\";i:219;s:6:\"family\";s:14:\"Dancing Script\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/dancingscript/v9/If2RXTr6YS-zF4S-kcSWSVi_swLn.ttf\";}i:219;a:5:{s:3:\"uid\";i:220;s:6:\"family\";s:7:\"Dangrek\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/dangrek/v9/LYjCdG30nEgoH8E2gCM.ttf\";}i:220;a:5:{s:3:\"uid\";i:221;s:6:\"family\";s:11:\"David Libre\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/davidlibre/v2/snfus0W_99N64iuYSvp4W_l8.ttf\";}i:221;a:5:{s:3:\"uid\";i:222;s:6:\"family\";s:20:\"Dawning of a New Day\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/dawningofanewday/v8/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8b.ttf\";}i:222;a:5:{s:3:\"uid\";i:223;s:6:\"family\";s:8:\"Days One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/daysone/v7/mem9YaCnxnKRiYZOCLYV.ttf\";}i:223;a:5:{s:3:\"uid\";i:224;s:6:\"family\";s:5:\"Dekko\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/dekko/v4/46khlb_wWjfSrttF.ttf\";}i:224;a:5:{s:3:\"uid\";i:225;s:6:\"family\";s:6:\"Delius\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/delius/v7/PN_xRfK0pW_9e1rtYQ.ttf\";}i:225;a:5:{s:3:\"uid\";i:226;s:6:\"family\";s:17:\"Delius Swash Caps\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/deliusswashcaps/v9/oY1E8fPLr7v4JWCExZpWebxVKORpXXed.ttf\";}i:226;a:5:{s:3:\"uid\";i:227;s:6:\"family\";s:14:\"Delius Unicase\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:77:\"http://fonts.gstatic.com/s/deliusunicase/v10/845BNMEwEIOVT8BmgfSzIr_6mmLH.ttf\";}i:227;a:5:{s:3:\"uid\";i:228;s:6:\"family\";s:13:\"Della Respira\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/dellarespira/v5/RLp5K5v44KaueWI6iEJQBiGPRfk.ttf\";}i:228;a:5:{s:3:\"uid\";i:229;s:6:\"family\";s:8:\"Denk One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/denkone/v5/dg4m_pzhrqcFb2IzROtH.ttf\";}i:229;a:5:{s:3:\"uid\";i:230;s:6:\"family\";s:10:\"Devonshire\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/devonshire/v6/46kqlbDwWirWr4gtBD2BX0U.ttf\";}i:230;a:5:{s:3:\"uid\";i:231;s:6:\"family\";s:8:\"Dhurjati\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/dhurjati/v5/_6_8ED3gSeatXfFiFX3y.ttf\";}i:231;a:5:{s:3:\"uid\";i:232;s:6:\"family\";s:13:\"Didact Gothic\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/didactgothic/v11/ahcfv8qz1zt6hCC5G4F_P4ASpUw.ttf\";}i:232;a:5:{s:3:\"uid\";i:233;s:6:\"family\";s:9:\"Diplomata\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/diplomata/v9/Cn-0JtiMXwhNwp-wKxyfYA.ttf\";}i:233;a:5:{s:3:\"uid\";i:234;s:6:\"family\";s:12:\"Diplomata SC\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/diplomatasc/v6/buExpoi3ecvs3kidKgBJo2kf-A.ttf\";}i:234;a:5:{s:3:\"uid\";i:235;s:6:\"family\";s:8:\"Do Hyeon\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/dohyeon/v2/TwMN-I8CRRU2zM86HFE3.ttf\";}i:235;a:5:{s:3:\"uid\";i:236;s:6:\"family\";s:5:\"Dokdo\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/dokdo/v2/esDf315XNuCBLxLo.ttf\";}i:236;a:5:{s:3:\"uid\";i:237;s:6:\"family\";s:6:\"Domine\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/domine/v5/L0x8DFMnlVwD4h3RvA.ttf\";}i:237;a:5:{s:3:\"uid\";i:238;s:6:\"family\";s:11:\"Donegal One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/donegalone/v5/m8JWjfRYea-ZnFz6fsK9FZRF.ttf\";}i:238;a:5:{s:3:\"uid\";i:239;s:6:\"family\";s:10:\"Doppio One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/doppioone/v5/Gg8wN5gSaBfyBw2MqCh-lgs.ttf\";}i:239;a:5:{s:3:\"uid\";i:240;s:6:\"family\";s:5:\"Dorsa\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/dorsa/v8/yYLn0hjd0OGwqo49.ttf\";}i:240;a:5:{s:3:\"uid\";i:241;s:6:\"family\";s:5:\"Dosis\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/dosis/v7/HhyaU5sn9vOmLwlv.ttf\";}i:241;a:5:{s:3:\"uid\";i:242;s:6:\"family\";s:11:\"Dr Sugiyama\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/drsugiyama/v6/HTxoL2k4N3O9n5I1boGI7abR.ttf\";}i:242;a:5:{s:3:\"uid\";i:243;s:6:\"family\";s:9:\"Duru Sans\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/durusans/v10/xn7iYH8xwmSyTvEV_HOxTw.ttf\";}i:243;a:5:{s:3:\"uid\";i:244;s:6:\"family\";s:9:\"Dynalight\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/dynalight/v6/1Ptsg8LOU_aOmQvTsF4ISg.ttf\";}i:244;a:5:{s:3:\"uid\";i:245;s:6:\"family\";s:11:\"EB Garamond\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/ebgaramond/v9/SlGUmQSNjdsmc35JDF1K5FRy.ttf\";}i:245;a:5:{s:3:\"uid\";i:246;s:6:\"family\";s:10:\"Eagle Lake\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/eaglelake/v5/ptRMTiqbbuNJDOiKj9wG5O4.ttf\";}i:246;a:5:{s:3:\"uid\";i:247;s:6:\"family\";s:14:\"East Sea Dokdo\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/eastseadokdo/v2/xfuo0Wn2V2_KanASqXSZp22m05_a.ttf\";}i:247;a:5:{s:3:\"uid\";i:248;s:6:\"family\";s:5:\"Eater\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/eater/v6/mtG04_FCK7bOvpu2.ttf\";}i:248;a:5:{s:3:\"uid\";i:249;s:6:\"family\";s:9:\"Economica\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/economica/v5/Qw3fZQZaHCLgIWa29ZBrMQ.ttf\";}i:249;a:5:{s:3:\"uid\";i:250;s:6:\"family\";s:5:\"Eczar\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/eczar/v6/BXRlvF3Pi-DLmw0i.ttf\";}i:250;a:5:{s:3:\"uid\";i:251;s:6:\"family\";s:10:\"El Messiri\";s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/elmessiri/v3/K2F0fZBRmr9vQ1pHEey6Aoo.ttf\";}i:251;a:5:{s:3:\"uid\";i:252;s:6:\"family\";s:11:\"Electrolize\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/electrolize/v6/cIf5Ma1dtE0zSiGSiED7AUEG.ttf\";}i:252;a:5:{s:3:\"uid\";i:253;s:6:\"family\";s:5:\"Elsie\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/elsie/v7/BCanqZABrez54yYu.ttf\";}i:253;a:5:{s:3:\"uid\";i:254;s:6:\"family\";s:16:\"Elsie Swash Caps\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/elsieswashcaps/v6/845DNN8xGZyVX5MVo_upKf7KnjK0feo.ttf\";}i:254;a:5:{s:3:\"uid\";i:255;s:6:\"family\";s:11:\"Emblema One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/emblemaone/v6/nKKT-GQ0F5dSY8vzG0rOEIRB.ttf\";}i:255;a:5:{s:3:\"uid\";i:256;s:6:\"family\";s:12:\"Emilys Candy\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/emilyscandy/v5/2EbgL-1mD1Rnb0OGKudbk0y5rw.ttf\";}i:256;a:5:{s:3:\"uid\";i:257;s:6:\"family\";s:11:\"Encode Sans\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/encodesans/v2/LDI2apOFNxEwR-Bd1O9uYMOs.ttf\";}i:257;a:5:{s:3:\"uid\";i:258;s:6:\"family\";s:21:\"Encode Sans Condensed\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:92:\"http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgQ.ttf\";}i:258;a:5:{s:3:\"uid\";i:259;s:6:\"family\";s:20:\"Encode Sans Expanded\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:89:\"http://fonts.gstatic.com/s/encodesansexpanded/v2/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoi.ttf\";}i:259;a:5:{s:3:\"uid\";i:260;s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:102:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR.ttf\";}i:260;a:5:{s:3:\"uid\";i:261;s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:100:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o.ttf\";}i:261;a:5:{s:3:\"uid\";i:262;s:6:\"family\";s:10:\"Engagement\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/engagement/v6/x3dlckLDZbqa7RUs9MFVXNo.ttf\";}i:262;a:5:{s:3:\"uid\";i:263;s:6:\"family\";s:9:\"Englebert\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/englebert/v5/xn7iYH8w2XGrC8AR4HSxTw.ttf\";}i:263;a:5:{s:3:\"uid\";i:264;s:6:\"family\";s:9:\"Enriqueta\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/enriqueta/v6/goksH6L7AUFrRvV44HVTSw.ttf\";}i:264;a:5:{s:3:\"uid\";i:265;s:6:\"family\";s:9:\"Erica One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/ericaone/v8/WBLnrEXccV9VGrOKmGD1Ww.ttf\";}i:265;a:5:{s:3:\"uid\";i:266;s:6:\"family\";s:7:\"Esteban\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/esteban/v5/r05bGLZE-bdGdN-GdOs.ttf\";}i:266;a:5:{s:3:\"uid\";i:267;s:6:\"family\";s:15:\"Euphoria Script\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/euphoriascript/v5/mFTpWb0X2bLb_cx6To2B8GpKoD5akw.ttf\";}i:267;a:5:{s:3:\"uid\";i:268;s:6:\"family\";s:5:\"Ewert\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/ewert/v5/va9I4kzO2tFODYBv.ttf\";}i:268;a:5:{s:3:\"uid\";i:269;s:6:\"family\";s:3:\"Exo\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:52:\"http://fonts.gstatic.com/s/exo/v6/4UaOrEtFpBIidA.ttf\";}i:269;a:5:{s:3:\"uid\";i:270;s:6:\"family\";s:5:\"Exo 2\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:55:\"http://fonts.gstatic.com/s/exo2/v4/7cHmv4okm5zmbuYv.ttf\";}i:270;a:5:{s:3:\"uid\";i:271;s:6:\"family\";s:13:\"Expletus Sans\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/expletussans/v10/RLp5K5v5_bqufTYdnhFzDj2dRfk.ttf\";}i:271;a:5:{s:3:\"uid\";i:272;s:6:\"family\";s:12:\"Fanwood Text\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/fanwoodtext/v7/3XFtErwl05Ad_vSCF6Fq7xXGRQ.ttf\";}i:272;a:5:{s:3:\"uid\";i:273;s:6:\"family\";s:6:\"Farsan\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"gujarati\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/farsan/v3/VEMwRoJ0vY_zsyz62g.ttf\";}i:273;a:5:{s:3:\"uid\";i:274;s:6:\"family\";s:9:\"Fascinate\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/fascinate/v6/z7NWdRrufC8XJK0IIEli1A.ttf\";}i:274;a:5:{s:3:\"uid\";i:275;s:6:\"family\";s:16:\"Fascinate Inline\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/fascinateinline/v7/jVyR7mzzB3zc-jp6QCAu60poNqIy1g0.ttf\";}i:275;a:5:{s:3:\"uid\";i:276;s:6:\"family\";s:10:\"Faster One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/fasterone/v8/H4ciBXCHmdfClFb-vWhfyLs.ttf\";}i:276;a:5:{s:3:\"uid\";i:277;s:6:\"family\";s:8:\"Fasthand\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/fasthand/v8/0yb9GDohyKTYn_ZEESku.ttf\";}i:277;a:5:{s:3:\"uid\";i:278;s:6:\"family\";s:9:\"Fauna One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/faunaone/v5/wlpzgwTPBVpjpCuwkuEx2Q.ttf\";}i:278;a:5:{s:3:\"uid\";i:279;s:6:\"family\";s:8:\"Faustina\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/faustina/v2/XLYlIZPxYpJfTbZAFW-4.ttf\";}i:279;a:5:{s:3:\"uid\";i:280;s:6:\"family\";s:8:\"Federant\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/federant/v9/2sDdZGNfip_eirT0_U0j.ttf\";}i:280;a:5:{s:3:\"uid\";i:281;s:6:\"family\";s:6:\"Federo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/federo/v9/iJWFBX-cbD_ETsbmjQ.ttf\";}i:281;a:5:{s:3:\"uid\";i:282;s:6:\"family\";s:6:\"Felipa\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/felipa/v5/FwZa7-owz1Eu4F_wSA.ttf\";}i:282;a:5:{s:3:\"uid\";i:283;s:6:\"family\";s:5:\"Fenix\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/fenix/v5/XoHo2YL_S7-g5ost.ttf\";}i:283;a:5:{s:3:\"uid\";i:284;s:6:\"family\";s:12:\"Finger Paint\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/fingerpaint/v7/0QInMXVJ-o-oRn_7dron8YWO8w.ttf\";}i:284;a:5:{s:3:\"uid\";i:285;s:6:\"family\";s:9:\"Fira Mono\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/firamono/v6/N0bX2SlFPv1weGeLZDtQIQ.ttf\";}i:285;a:5:{s:3:\"uid\";i:286;s:6:\"family\";s:9:\"Fira Sans\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/firasans/v8/va9E4kDNxMZdWfMOD5VfkA.ttf\";}i:286;a:5:{s:3:\"uid\";i:287;s:6:\"family\";s:19:\"Fira Sans Condensed\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/firasanscondensed/v2/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfE.ttf\";}i:287;a:5:{s:3:\"uid\";i:288;s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:100:\"http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fg.ttf\";}i:288;a:5:{s:3:\"uid\";i:289;s:6:\"family\";s:10:\"Fjalla One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/fjallaone/v5/Yq6R-LCAWCX3-6Ky7FAFnOY.ttf\";}i:289;a:5:{s:3:\"uid\";i:290;s:6:\"family\";s:9:\"Fjord One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/fjordone/v6/zOL-4pbEnKBY_9S1jNKr6Q.ttf\";}i:290;a:5:{s:3:\"uid\";i:291;s:6:\"family\";s:8:\"Flamenco\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/flamenco/v8/neIIzCehqYguo67ssaWG.ttf\";}i:291;a:5:{s:3:\"uid\";i:292;s:6:\"family\";s:7:\"Flavors\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/flavors/v6/FBV2dDrhxqmveJTpbkw.ttf\";}i:292;a:5:{s:3:\"uid\";i:293;s:6:\"family\";s:10:\"Fondamento\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/fondamento/v7/4UaHrEJGsxNmFTPDnkaJx60.ttf\";}i:293;a:5:{s:3:\"uid\";i:294;s:6:\"family\";s:16:\"Fontdiner Swanky\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/fontdinerswanky/v8/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uE.ttf\";}i:294;a:5:{s:3:\"uid\";i:295;s:6:\"family\";s:5:\"Forum\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/forum/v8/6aey4Ky-Vb8Ew_IW.ttf\";}i:295;a:5:{s:3:\"uid\";i:296;s:6:\"family\";s:12:\"Francois One\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/francoisone/v11/_Xmr-H4zszafZw3A-KPSZutNxg.ttf\";}i:296;a:5:{s:3:\"uid\";i:297;s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/frankruhllibre/v3/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7c.ttf\";}i:297;a:5:{s:3:\"uid\";i:298;s:6:\"family\";s:12:\"Freckle Face\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/freckleface/v5/AMOWz4SXrmKHCvXTohxY-YI0Uw.ttf\";}i:298;a:5:{s:3:\"uid\";i:299;s:6:\"family\";s:20:\"Fredericka the Great\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:89:\"http://fonts.gstatic.com/s/frederickathegreat/v6/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Sk.ttf\";}i:299;a:5:{s:3:\"uid\";i:300;s:6:\"family\";s:11:\"Fredoka One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/fredokaone/v5/k3kUo8kEI-tA1RRcTZGmTmHB.ttf\";}i:300;a:5:{s:3:\"uid\";i:301;s:6:\"family\";s:8:\"Freehand\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/freehand/v9/cIf-Ma5eqk01VjKTgAmB.ttf\";}i:301;a:5:{s:3:\"uid\";i:302;s:6:\"family\";s:6:\"Fresca\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/fresca/v6/6ae94K--SKgCzbM2Gg.ttf\";}i:302;a:5:{s:3:\"uid\";i:303;s:6:\"family\";s:7:\"Frijole\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/frijole/v6/uU9PCBUR8oakM2BQ7xM.ttf\";}i:303;a:5:{s:3:\"uid\";i:304;s:6:\"family\";s:7:\"Fruktur\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/fruktur/v10/SZc53FHsOru5QYsMfz0.ttf\";}i:304;a:5:{s:3:\"uid\";i:305;s:6:\"family\";s:9:\"Fugaz One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/fugazone/v7/rax_HiWKp9EAITukFslMBA.ttf\";}i:305;a:5:{s:3:\"uid\";i:306;s:6:\"family\";s:9:\"GFS Didot\";s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/gfsdidot/v7/Jqzh5TybZ9vZMWFssvwiFw.ttf\";}i:306;a:5:{s:3:\"uid\";i:307;s:6:\"family\";s:15:\"GFS Neohellenic\";s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/gfsneohellenic/v8/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLQ.ttf\";}i:307;a:5:{s:3:\"uid\";i:308;s:6:\"family\";s:8:\"Gabriela\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/gabriela/v6/qkBWXvsO6sreR8E-b_m-.ttf\";}i:308;a:5:{s:3:\"uid\";i:309;s:6:\"family\";s:5:\"Gaegu\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/gaegu/v2/TuGfUVB6Up9NU6ZL.ttf\";}i:309;a:5:{s:3:\"uid\";i:310;s:6:\"family\";s:6:\"Gafata\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/gafata/v6/XRXV3I6Cn0VJKon4Mg.ttf\";}i:310;a:5:{s:3:\"uid\";i:311;s:6:\"family\";s:6:\"Galada\";s:7:\"subsets\";a:2:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/galada/v3/H4cmBXyGmcjXlUX-8g.ttf\";}i:311;a:5:{s:3:\"uid\";i:312;s:6:\"family\";s:8:\"Galdeano\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/galdeano/v7/uU9MCBoQ4YOqOW1boDPx.ttf\";}i:312;a:5:{s:3:\"uid\";i:313;s:6:\"family\";s:7:\"Galindo\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/galindo/v5/HI_KiYMeLqVKqwyuQ5E.ttf\";}i:313;a:5:{s:3:\"uid\";i:314;s:6:\"family\";s:12:\"Gamja Flower\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/gamjaflower/v2/6NUR8FiKJg-Pa0rM6uN40Z4kyQ.ttf\";}i:314;a:5:{s:3:\"uid\";i:315;s:6:\"family\";s:13:\"Gentium Basic\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/gentiumbasic/v9/Wnz9HAw9aB_JD2VGQVR80We3HAo.ttf\";}i:315;a:5:{s:3:\"uid\";i:316;s:6:\"family\";s:18:\"Gentium Book Basic\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:85:\"http://fonts.gstatic.com/s/gentiumbookbasic/v8/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIVw.ttf\";}i:316;a:5:{s:3:\"uid\";i:317;s:6:\"family\";s:3:\"Geo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:52:\"http://fonts.gstatic.com/s/geo/v9/CSRz4zRZlufVLw.ttf\";}i:317;a:5:{s:3:\"uid\";i:318;s:6:\"family\";s:7:\"Geostar\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/geostar/v7/sykz-yx4n701VLOftSo.ttf\";}i:318;a:5:{s:3:\"uid\";i:319;s:6:\"family\";s:12:\"Geostar Fill\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/geostarfill/v7/AMOWz4SWuWiXFfjEohxQ9os0Uw.ttf\";}i:319;a:5:{s:3:\"uid\";i:320;s:6:\"family\";s:12:\"Germania One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/germaniaone/v5/Fh4yPjrqIyv2ucM2qzBjeS3ezA.ttf\";}i:320;a:5:{s:3:\"uid\";i:321;s:6:\"family\";s:6:\"Gidugu\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/gidugu/v4/L0x8DFMkk1Uf6w3RvA.ttf\";}i:321;a:5:{s:3:\"uid\";i:322;s:6:\"family\";s:13:\"Gilda Display\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/gildadisplay/v5/t5tmIRoYMoaYG0WEOh7HwMeR7Tk.ttf\";}i:322;a:5:{s:3:\"uid\";i:323;s:6:\"family\";s:14:\"Give You Glory\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/giveyouglory/v7/8QIQdiHOgt3vv4LR7ahjw9-XYc1z.ttf\";}i:323;a:5:{s:3:\"uid\";i:324;s:6:\"family\";s:13:\"Glass Antiqua\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/glassantiqua/v5/xfu30Wr0Wn3NOQM2piC0uXOjnL8.ttf\";}i:324;a:5:{s:3:\"uid\";i:325;s:6:\"family\";s:6:\"Glegoo\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/glegoo/v6/_Xmt-HQyrTKWaw2Jiw.ttf\";}i:325;a:5:{s:3:\"uid\";i:326;s:6:\"family\";s:17:\"Gloria Hallelujah\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/gloriahallelujah/v9/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy.ttf\";}i:326;a:5:{s:3:\"uid\";i:327;s:6:\"family\";s:10:\"Goblin One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/goblinone/v7/CSR64z1ZnOqZRjRCBVY_TOc.ttf\";}i:327;a:5:{s:3:\"uid\";i:328;s:6:\"family\";s:10:\"Gochi Hand\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/gochihand/v8/hES06XlsOjtJsgCkx1PkTo4.ttf\";}i:328;a:5:{s:3:\"uid\";i:329;s:6:\"family\";s:8:\"Gorditas\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/gorditas/v5/ll8_K2aTVD26DsPEtQDo.ttf\";}i:329;a:5:{s:3:\"uid\";i:330;s:6:\"family\";s:9:\"Gothic A1\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/gothica1/v2/CSR94z5ZnPydRjlCCwl6bA.ttf\";}i:330;a:5:{s:3:\"uid\";i:331;s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:92:\"http://fonts.gstatic.com/s/goudybookletter1911/v7/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tQ.ttf\";}i:331;a:5:{s:3:\"uid\";i:332;s:6:\"family\";s:8:\"Graduate\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/graduate/v5/C8cg4cs3o2n15t_2YxgR.ttf\";}i:332;a:5:{s:3:\"uid\";i:333;s:6:\"family\";s:11:\"Grand Hotel\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/grandhotel/v5/7Au7p_IgjDKdCRWuR1azpmQN.ttf\";}i:333;a:5:{s:3:\"uid\";i:334;s:6:\"family\";s:12:\"Gravitas One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/gravitasone/v7/5h1diZ4hJ3cblKy3LWakKQmaDQ.ttf\";}i:334;a:5:{s:3:\"uid\";i:335;s:6:\"family\";s:11:\"Great Vibes\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/greatvibes/v5/RWmMoKWR9v4ksMfaWd_JN-XC.ttf\";}i:335;a:5:{s:3:\"uid\";i:336;s:6:\"family\";s:6:\"Griffy\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/griffy/v5/FwZa7-ox2FQh9kfwSA.ttf\";}i:336;a:5:{s:3:\"uid\";i:337;s:6:\"family\";s:6:\"Gruppo\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/gruppo/v8/WwkfxPmzE06v_ZWFWQ.ttf\";}i:337;a:5:{s:3:\"uid\";i:338;s:6:\"family\";s:5:\"Gudea\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/gudea/v5/neIFzCqgsI0mp-CP.ttf\";}i:338;a:5:{s:3:\"uid\";i:339;s:6:\"family\";s:4:\"Gugi\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/gugi/v2/A2BVn5dXywshVA4.ttf\";}i:339;a:5:{s:3:\"uid\";i:340;s:6:\"family\";s:8:\"Gurajada\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/gurajada/v5/FwZY7-Qx308m-l-0Kd6A.ttf\";}i:340;a:5:{s:3:\"uid\";i:341;s:6:\"family\";s:6:\"Habibi\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/habibi/v6/CSR-4zFWkuqcTTNCSg.ttf\";}i:341;a:5:{s:3:\"uid\";i:342;s:6:\"family\";s:6:\"Halant\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/halant/v4/u-4-0qaujRI2PbsX3w.ttf\";}i:342;a:5:{s:3:\"uid\";i:343;s:6:\"family\";s:15:\"Hammersmith One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/hammersmithone/v8/qWcyB624q4L_C4jGQ9IK0O_dFlnbsg.ttf\";}i:343;a:5:{s:3:\"uid\";i:344;s:6:\"family\";s:7:\"Hanalei\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/hanalei/v7/E21n_dD8iufIjBRHXzg.ttf\";}i:344;a:5:{s:3:\"uid\";i:345;s:6:\"family\";s:12:\"Hanalei Fill\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/hanaleifill/v6/fC1mPYtObGbfyQznIaQzPQiMVw.ttf\";}i:345;a:5:{s:3:\"uid\";i:346;s:6:\"family\";s:7:\"Handlee\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/handlee/v6/-F6xfjBsISg9aMakDmo.ttf\";}i:346;a:5:{s:3:\"uid\";i:347;s:6:\"family\";s:7:\"Hanuman\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/hanuman/v11/VuJxdNvD15HhpJJBeKY.ttf\";}i:347;a:5:{s:3:\"uid\";i:348;s:6:\"family\";s:12:\"Happy Monkey\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/happymonkey/v6/K2F2fZZcl-9SXwl5F_C4R_OABw.ttf\";}i:348;a:5:{s:3:\"uid\";i:349;s:6:\"family\";s:9:\"Harmattan\";s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/harmattan/v3/goksH6L2DkFvVvRp9XpTSw.ttf\";}i:349;a:5:{s:3:\"uid\";i:350;s:6:\"family\";s:12:\"Headland One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/headlandone/v5/yYLu0hHR2vKnp89Tk1TCq3Tx0A.ttf\";}i:350;a:5:{s:3:\"uid\";i:351;s:6:\"family\";s:5:\"Heebo\";s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/heebo/v3/NGS6v5_NC0k9P-Hx.ttf\";}i:351;a:5:{s:3:\"uid\";i:352;s:6:\"family\";s:11:\"Henny Penny\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/hennypenny/v5/wXKvE3UZookzsxz_kjGSfMQq.ttf\";}i:352;a:5:{s:3:\"uid\";i:353;s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:89:\"http://fonts.gstatic.com/s/herrvonmuellerhoff/v7/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6.ttf\";}i:353;a:5:{s:3:\"uid\";i:354;s:6:\"family\";s:9:\"Hi Melody\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/himelody/v2/46ktlbP8Vnz0pJcqCTbEfw.ttf\";}i:354;a:5:{s:3:\"uid\";i:355;s:6:\"family\";s:4:\"Hind\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/hind/v8/5aU69_a8oxmIRG4.ttf\";}i:355;a:5:{s:3:\"uid\";i:356;s:6:\"family\";s:11:\"Hind Guntur\";s:7:\"subsets\";a:3:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/hindguntur/v3/wXKvE3UZrok56nvamSuJd8Qq.ttf\";}i:356;a:5:{s:3:\"uid\";i:357;s:6:\"family\";s:12:\"Hind Madurai\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/hindmadurai/v3/f0Xx0e2p98ZvDXdZQIOcpqjn8Q.ttf\";}i:357;a:5:{s:3:\"uid\";i:358;s:6:\"family\";s:13:\"Hind Siliguri\";s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/hindsiliguri/v4/ijwTs5juQtsyLLR5jN4cxBEofJs.ttf\";}i:358;a:5:{s:3:\"uid\";i:359;s:6:\"family\";s:13:\"Hind Vadodara\";s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/hindvadodara/v4/neINzCKvrIcn5pbuuuriV9tTcJU.ttf\";}i:359;a:5:{s:3:\"uid\";i:360;s:6:\"family\";s:15:\"Holtwood One SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/holtwoodonesc/v8/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cQ.ttf\";}i:360;a:5:{s:3:\"uid\";i:361;s:6:\"family\";s:14:\"Homemade Apple\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/homemadeapple/v8/Qw3EZQFXECDrI2q789EKQZJob3x9.ttf\";}i:361;a:5:{s:3:\"uid\";i:362;s:6:\"family\";s:8:\"Homenaje\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/homenaje/v7/FwZY7-Q-xVAi_l-6Ld6A.ttf\";}i:362;a:5:{s:3:\"uid\";i:363;s:6:\"family\";s:13:\"IBM Plex Mono\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/ibmplexmono/v2/-F63fjptAgt5VM-kVkqdyU8n5ig.ttf\";}i:363;a:5:{s:3:\"uid\";i:364;s:6:\"family\";s:13:\"IBM Plex Sans\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/ibmplexsans/v2/zYXgKVElMYYaJe8bpLHnCwDKtdY.ttf\";}i:364;a:5:{s:3:\"uid\";i:365;s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:4:\"file\";s:95:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbau.ttf\";}i:365;a:5:{s:3:\"uid\";i:366;s:6:\"family\";s:14:\"IBM Plex Serif\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/ibmplexserif/v3/jizDREVNn1dOx-zrZ2X3pZvkThUY.ttf\";}i:366;a:5:{s:3:\"uid\";i:367;s:6:\"family\";s:15:\"IM Fell DW Pica\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:77:\"http://fonts.gstatic.com/s/imfelldwpica/v7/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZA.ttf\";}i:367;a:5:{s:3:\"uid\";i:368;s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/imfelldwpicasc/v7/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-A.ttf\";}i:368;a:5:{s:3:\"uid\";i:369;s:6:\"family\";s:19:\"IM Fell Double Pica\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:86:\"http://fonts.gstatic.com/s/imfelldoublepica/v7/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0Q.ttf\";}i:369;a:5:{s:3:\"uid\";i:370;s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:92:\"http://fonts.gstatic.com/s/imfelldoublepicasc/v7/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0.ttf\";}i:370;a:5:{s:3:\"uid\";i:371;s:6:\"family\";s:15:\"IM Fell English\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/imfellenglish/v7/Ktk1ALSLW8zDe0rthJysWrnLsAz3Fw.ttf\";}i:371;a:5:{s:3:\"uid\";i:372;s:6:\"family\";s:18:\"IM Fell English SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:84:\"http://fonts.gstatic.com/s/imfellenglishsc/v7/a8IENpD3CDX-4zrWfr1VY879qFF05pZLOw.ttf\";}i:372;a:5:{s:3:\"uid\";i:373;s:6:\"family\";s:20:\"IM Fell French Canon\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:88:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v7/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coV.ttf\";}i:373;a:5:{s:3:\"uid\";i:374;s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:94:\"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v7/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0.ttf\";}i:374;a:5:{s:3:\"uid\";i:375;s:6:\"family\";s:20:\"IM Fell Great Primer\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:88:\"http://fonts.gstatic.com/s/imfellgreatprimer/v7/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorX.ttf\";}i:375;a:5:{s:3:\"uid\";i:376;s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:94:\"http://fonts.gstatic.com/s/imfellgreatprimersc/v7/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9.ttf\";}i:376;a:5:{s:3:\"uid\";i:377;s:6:\"family\";s:7:\"Iceberg\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/iceberg/v5/8QIJdijAiM7o-qnZuIg.ttf\";}i:377;a:5:{s:3:\"uid\";i:378;s:6:\"family\";s:7:\"Iceland\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/iceland/v6/rax9HiuFsdMNOnWPWKw.ttf\";}i:378;a:5:{s:3:\"uid\";i:379;s:6:\"family\";s:7:\"Imprima\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/imprima/v5/VEMxRoN7sY3yuy-7-oU.ttf\";}i:379;a:5:{s:3:\"uid\";i:380;s:6:\"family\";s:11:\"Inconsolata\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:71:\"http://fonts.gstatic.com/s/inconsolata/v16/QldKNThLqRwH-OJ1UHjlKFle.ttf\";}i:380;a:5:{s:3:\"uid\";i:381;s:6:\"family\";s:5:\"Inder\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/inder/v6/w8gUH2YoQe8_4vq6.ttf\";}i:381;a:5:{s:3:\"uid\";i:382;s:6:\"family\";s:12:\"Indie Flower\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/indieflower/v9/m8JVjfNVeKWVnh3QMuKkFcZlbg.ttf\";}i:382;a:5:{s:3:\"uid\";i:383;s:6:\"family\";s:5:\"Inika\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/inika/v5/rnCm-x5X3QP-phTH.ttf\";}i:383;a:5:{s:3:\"uid\";i:384;s:6:\"family\";s:14:\"Inknut Antiqua\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/inknutantiqua/v3/Y4GSYax7VC4ot_qNB4nYpBdaKXUD.ttf\";}i:384;a:5:{s:3:\"uid\";i:385;s:6:\"family\";s:12:\"Irish Grover\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/irishgrover/v8/buExpoi6YtLz2QW7LA4flVgf-A.ttf\";}i:385;a:5:{s:3:\"uid\";i:386;s:6:\"family\";s:9:\"Istok Web\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/istokweb/v11/3qTvojGmgSyUukBzKslZAQ.ttf\";}i:386;a:5:{s:3:\"uid\";i:387;s:6:\"family\";s:8:\"Italiana\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/italiana/v6/QldNNTtLsx4E__B0XTmR.ttf\";}i:387;a:5:{s:3:\"uid\";i:388;s:6:\"family\";s:9:\"Italianno\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/italianno/v7/dg4n_p3sv6gCJkwzT6Rnjw.ttf\";}i:388;a:5:{s:3:\"uid\";i:389;s:6:\"family\";s:4:\"Itim\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/itim/v2/0nknC9ziJOYewAQ.ttf\";}i:389;a:5:{s:3:\"uid\";i:390;s:6:\"family\";s:16:\"Jacques Francois\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/jacquesfrancois/v5/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcM.ttf\";}i:390;a:5:{s:3:\"uid\";i:391;s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:96:\"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v5/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8V.ttf\";}i:391;a:5:{s:3:\"uid\";i:392;s:6:\"family\";s:5:\"Jaldi\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/jaldi/v3/or3sQ67z0_CI30NU.ttf\";}i:392;a:5:{s:3:\"uid\";i:393;s:6:\"family\";s:14:\"Jim Nightshade\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/jimnightshade/v5/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4.ttf\";}i:393;a:5:{s:3:\"uid\";i:394;s:6:\"family\";s:10:\"Jockey One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/jockeyone/v7/HTxpL2g2KjCFj4x8WI6ArIY.ttf\";}i:394;a:5:{s:3:\"uid\";i:395;s:6:\"family\";s:12:\"Jolly Lodger\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/jollylodger/v5/BXRsvFTAh_bGkA1uQ48dlB3VWQ.ttf\";}i:395;a:5:{s:3:\"uid\";i:396;s:6:\"family\";s:8:\"Jomhuria\";s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/jomhuria/v4/Dxxp8j-TMXf-llKur2b1.ttf\";}i:396;a:5:{s:3:\"uid\";i:397;s:6:\"family\";s:12:\"Josefin Sans\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/josefinsans/v12/Qw3aZQNVED7rKGKxtqIqX5EkCg.ttf\";}i:397;a:5:{s:3:\"uid\";i:398;s:6:\"family\";s:12:\"Josefin Slab\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/josefinslab/v8/lW-5wjwOK3Ps5GSJlNNkMalXrQ.ttf\";}i:398;a:5:{s:3:\"uid\";i:399;s:6:\"family\";s:8:\"Joti One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/jotione/v5/Z9XVDmdJQAmWm9TwaYTe.ttf\";}i:399;a:5:{s:3:\"uid\";i:400;s:6:\"family\";s:3:\"Jua\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:52:\"http://fonts.gstatic.com/s/jua/v2/co3KmW9ljjAjcw.ttf\";}i:400;a:5:{s:3:\"uid\";i:401;s:6:\"family\";s:6:\"Judson\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/judson/v10/FeVRS0Fbvbc14VxRDw.ttf\";}i:401;a:5:{s:3:\"uid\";i:402;s:6:\"family\";s:5:\"Julee\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/julee/v7/TuGfUVB3RpZPQ6ZL.ttf\";}i:402;a:5:{s:3:\"uid\";i:403;s:6:\"family\";s:15:\"Julius Sans One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/juliussansone/v6/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xQ.ttf\";}i:403;a:5:{s:3:\"uid\";i:404;s:6:\"family\";s:5:\"Junge\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/junge/v5/gokgH670Gl1lUqAd.ttf\";}i:404;a:5:{s:3:\"uid\";i:405;s:6:\"family\";s:4:\"Jura\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/jura/v9/z7NbdRfiaC4VbcM.ttf\";}i:405;a:5:{s:3:\"uid\";i:406;s:6:\"family\";s:17:\"Just Another Hand\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/justanotherhand/v9/845CNN4-AJyIGvIou-6yJKyptyOpOcr_.ttf\";}i:406;a:5:{s:3:\"uid\";i:407;s:6:\"family\";s:23:\"Just Me Again Down Here\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:94:\"http://fonts.gstatic.com/s/justmeagaindownhere/v9/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwH.ttf\";}i:407;a:5:{s:3:\"uid\";i:408;s:6:\"family\";s:5:\"Kadwa\";s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/kadwa/v2/rnCm-x5V0g7iphTH.ttf\";}i:408;a:5:{s:3:\"uid\";i:409;s:6:\"family\";s:5:\"Kalam\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/kalam/v8/YA9dr0Wd4kDdMuhW.ttf\";}i:409;a:5:{s:3:\"uid\";i:410;s:6:\"family\";s:7:\"Kameron\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/kameron/v8/vm82dR7vXErQxuznsL4.ttf\";}i:410;a:5:{s:3:\"uid\";i:411;s:6:\"family\";s:5:\"Kanit\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/kanit/v3/nKKZ-Go6G5tXcoaS.ttf\";}i:411;a:5:{s:3:\"uid\";i:412;s:6:\"family\";s:9:\"Kantumruy\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/kantumruy/v4/sykx-yJ0m7wyVb-f4FO3_g.ttf\";}i:412;a:5:{s:3:\"uid\";i:413;s:6:\"family\";s:5:\"Karla\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/karla/v6/qkBbXvYC6trAT4RS.ttf\";}i:413;a:5:{s:3:\"uid\";i:414;s:6:\"family\";s:5:\"Karma\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/karma/v7/va9I4kzAzMZRGIBv.ttf\";}i:414;a:5:{s:3:\"uid\";i:415;s:6:\"family\";s:7:\"Katibeh\";s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/katibeh/v4/ZGjXol5MQJog4bxDaC0.ttf\";}i:415;a:5:{s:3:\"uid\";i:416;s:6:\"family\";s:14:\"Kaushan Script\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/kaushanscript/v6/vm8vdRfvXFLG3OLnsO15WYS5DF7_.ttf\";}i:416;a:5:{s:3:\"uid\";i:417;s:6:\"family\";s:9:\"Kavivanar\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/kavivanar/v3/o-0IIpQgyXYSwhxP7_Jb4g.ttf\";}i:417;a:5:{s:3:\"uid\";i:418;s:6:\"family\";s:6:\"Kavoon\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/kavoon/v6/pxiFyp4_scRYhlU4NA.ttf\";}i:418;a:5:{s:3:\"uid\";i:419;s:6:\"family\";s:10:\"Kdam Thmor\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/kdamthmor/v4/MwQzbhjs3veF6QwJVf0JkGM.ttf\";}i:419;a:5:{s:3:\"uid\";i:420;s:6:\"family\";s:10:\"Keania One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/keaniaone/v5/zOL54pXJk65E8pXardnuycQ.ttf\";}i:420;a:5:{s:3:\"uid\";i:421;s:6:\"family\";s:10:\"Kelly Slab\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/kellyslab/v7/-W_7XJX0Rz3cxUnJC5t6TkM.ttf\";}i:421;a:5:{s:3:\"uid\";i:422;s:6:\"family\";s:5:\"Kenia\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/kenia/v9/jizURE5PuHQH9qCO.ttf\";}i:422;a:5:{s:3:\"uid\";i:423;s:6:\"family\";s:5:\"Khand\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/khand/v6/TwMA-IINQlQQ0YpV.ttf\";}i:423;a:5:{s:3:\"uid\";i:424;s:6:\"family\";s:5:\"Khmer\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/khmer/v10/MjQImit_vPPwpF-B.ttf\";}i:424;a:5:{s:3:\"uid\";i:425;s:6:\"family\";s:5:\"Khula\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/khula/v3/OpNCnoEOns3V7FcJ.ttf\";}i:425;a:5:{s:3:\"uid\";i:426;s:6:\"family\";s:14:\"Kirang Haerang\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/kiranghaerang/v2/E21-_dn_gvvIjhYON1lpIU4-bcqv.ttf\";}i:426;a:5:{s:3:\"uid\";i:427;s:6:\"family\";s:8:\"Kite One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/kiteone/v5/70lQu7shLnA_E02vyq1b.ttf\";}i:427;a:5:{s:3:\"uid\";i:428;s:6:\"family\";s:7:\"Knewave\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/knewave/v6/sykz-yx0lLcxQaSItSo.ttf\";}i:428;a:5:{s:3:\"uid\";i:429;s:6:\"family\";s:9:\"Kotta One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/kottaone/v5/S6u_w41LXzPc_jlfNWqPHA.ttf\";}i:429;a:5:{s:3:\"uid\";i:430;s:6:\"family\";s:6:\"Koulen\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/koulen/v11/AMOQz46as3KIBPeWgg.ttf\";}i:430;a:5:{s:3:\"uid\";i:431;s:6:\"family\";s:6:\"Kranky\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/kranky/v8/hESw6XVgJzlPsFnMpg.ttf\";}i:431;a:5:{s:3:\"uid\";i:432;s:6:\"family\";s:5:\"Kreon\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/kreon/v11/t5tuIRIUKY-TFEXA.ttf\";}i:432;a:5:{s:3:\"uid\";i:433;s:6:\"family\";s:6:\"Kristi\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/kristi/v9/uK_y4ricdeU6zwdRCg.ttf\";}i:433;a:5:{s:3:\"uid\";i:434;s:6:\"family\";s:9:\"Krona One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/kronaone/v5/jAnEgHdjHcjgfIb1ZcUCMQ.ttf\";}i:434;a:5:{s:3:\"uid\";i:435;s:6:\"family\";s:9:\"Kumar One\";s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/kumarone/v2/bMr1mS-P958wYi6YaGeGNA.ttf\";}i:435;a:5:{s:3:\"uid\";i:436;s:6:\"family\";s:17:\"Kumar One Outline\";s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/kumaroneoutline/v2/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDw.ttf\";}i:436;a:5:{s:3:\"uid\";i:437;s:6:\"family\";s:6:\"Kurale\";s:7:\"subsets\";a:5:{i:0;s:10:\"devanagari\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/kurale/v3/4iCs6KV9e9dXjho6eA.ttf\";}i:437;a:5:{s:3:\"uid\";i:438;s:6:\"family\";s:15:\"La Belle Aurore\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/labelleaurore/v8/RrQIbot8-mNYKnGNDkWlocovHeIIGw.ttf\";}i:438;a:5:{s:3:\"uid\";i:439;s:6:\"family\";s:5:\"Laila\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/laila/v4/LYjMdG_8nE8jDIRd.ttf\";}i:439;a:5:{s:3:\"uid\";i:440;s:6:\"family\";s:11:\"Lakki Reddy\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/lakkireddy/v4/S6u5w49MUSzD9jlCPmvLZQfo.ttf\";}i:440;a:5:{s:3:\"uid\";i:441;s:6:\"family\";s:7:\"Lalezar\";s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/lalezar/v3/zrfl0HLVx-HwTP82UaA.ttf\";}i:441;a:5:{s:3:\"uid\";i:442;s:6:\"family\";s:8:\"Lancelot\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/lancelot/v7/J7acnppxBGtQEulG4JY4.ttf\";}i:442;a:5:{s:3:\"uid\";i:443;s:6:\"family\";s:6:\"Lateef\";s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/lateef/v12/hESw6XVnNCxEvkbMpg.ttf\";}i:443;a:5:{s:3:\"uid\";i:444;s:6:\"family\";s:4:\"Lato\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:4:\"file\";s:55:\"http://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHvxk.ttf\";}i:444;a:5:{s:3:\"uid\";i:445;s:6:\"family\";s:13:\"League Script\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/leaguescript/v8/CSR54zpSlumSWj9CGVsoBZdeaNM.ttf\";}i:445;a:5:{s:3:\"uid\";i:446;s:6:\"family\";s:12:\"Leckerli One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/leckerlione/v8/V8mCoQH8VCsNttEnxnGQ-1itLQ.ttf\";}i:446;a:5:{s:3:\"uid\";i:447;s:6:\"family\";s:6:\"Ledger\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/ledger/v5/j8_q6-HK1L3if_sxmw.ttf\";}i:447;a:5:{s:3:\"uid\";i:448;s:6:\"family\";s:6:\"Lekton\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/lekton/v8/SZc43FDmLaWmWpBeXw.ttf\";}i:448;a:5:{s:3:\"uid\";i:449;s:6:\"family\";s:5:\"Lemon\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/lemon/v6/HI_EiYEVKqRMq0jB.ttf\";}i:449;a:5:{s:3:\"uid\";i:450;s:6:\"family\";s:8:\"Lemonada\";s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:10:\"vietnamese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/lemonada/v4/0QIjMXFD9oygTWy_R_tO.ttf\";}i:450;a:5:{s:3:\"uid\";i:451;s:6:\"family\";s:17:\"Libre Barcode 128\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/librebarcode128/v5/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A.ttf\";}i:451;a:5:{s:3:\"uid\";i:452;s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:93:\"http://fonts.gstatic.com/s/librebarcode128text/v5/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV0.ttf\";}i:452;a:5:{s:3:\"uid\";i:453;s:6:\"family\";s:16:\"Libre Barcode 39\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/librebarcode39/v5/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_c.ttf\";}i:453;a:5:{s:3:\"uid\";i:454;s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:100:\"http://fonts.gstatic.com/s/librebarcode39extended/v4/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNQ.ttf\";}i:454;a:5:{s:3:\"uid\";i:455;s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:111:\"http://fonts.gstatic.com/s/librebarcode39extendedtext/v4/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fA.ttf\";}i:455;a:5:{s:3:\"uid\";i:456;s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:91:\"http://fonts.gstatic.com/s/librebarcode39text/v5/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031Q.ttf\";}i:456;a:5:{s:3:\"uid\";i:457;s:6:\"family\";s:17:\"Libre Baskerville\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/librebaskerville/v5/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNe.ttf\";}i:457;a:5:{s:3:\"uid\";i:458;s:6:\"family\";s:14:\"Libre Franklin\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/librefranklin/v2/jizDREVItHgc8qDIbSTKq4XkRhUY.ttf\";}i:458;a:5:{s:3:\"uid\";i:459;s:6:\"family\";s:11:\"Life Savers\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/lifesavers/v7/ZXuie1UftKKabUQMgxAal_lr.ttf\";}i:459;a:5:{s:3:\"uid\";i:460;s:6:\"family\";s:10:\"Lilita One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/lilitaone/v5/i7dPIFZ9Zz-WBtRtedDbUEY.ttf\";}i:460;a:5:{s:3:\"uid\";i:461;s:6:\"family\";s:15:\"Lily Script One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/lilyscriptone/v5/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gg.ttf\";}i:461;a:5:{s:3:\"uid\";i:462;s:6:\"family\";s:9:\"Limelight\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/limelight/v8/XLYkIZL7aopJVbZJHDuYPQ.ttf\";}i:462;a:5:{s:3:\"uid\";i:463;s:6:\"family\";s:11:\"Linden Hill\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/lindenhill/v7/-F61fjxoKSg9Yc3hZgO8ygFI.ttf\";}i:463;a:5:{s:3:\"uid\";i:464;s:6:\"family\";s:7:\"Lobster\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/lobster/v20/neILzCirqoswsqX9_oU.ttf\";}i:464;a:5:{s:3:\"uid\";i:465;s:6:\"family\";s:11:\"Lobster Two\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/lobstertwo/v10/BngMUXZGTXPUvIoyV6yN59fK.ttf\";}i:465;a:5:{s:3:\"uid\";i:466;s:6:\"family\";s:16:\"Londrina Outline\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/londrinaoutline/v8/C8c44dM8vmb14dfsZxhetg3pDH-Sfuo.ttf\";}i:466;a:5:{s:3:\"uid\";i:467;s:6:\"family\";s:15:\"Londrina Shadow\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/londrinashadow/v6/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRg.ttf\";}i:467;a:5:{s:3:\"uid\";i:468;s:6:\"family\";s:15:\"Londrina Sketch\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/londrinasketch/v6/c4m41npxGMTnomOHtRU68eIJn8qfWQ.ttf\";}i:468;a:5:{s:3:\"uid\";i:469;s:6:\"family\";s:14:\"Londrina Solid\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"900\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/londrinasolid/v6/flUhRq6sw40kQEJxWNgkLuudGcNZ.ttf\";}i:469;a:5:{s:3:\"uid\";i:470;s:6:\"family\";s:4:\"Lora\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:55:\"http://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuAw0.ttf\";}i:470;a:5:{s:3:\"uid\";i:471;s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:90:\"http://fonts.gstatic.com/s/loveyalikeasister/v8/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78g.ttf\";}i:471;a:5:{s:3:\"uid\";i:472;s:6:\"family\";s:17:\"Loved by the King\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/lovedbytheking/v7/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiN.ttf\";}i:472;a:5:{s:3:\"uid\";i:473;s:6:\"family\";s:14:\"Lovers Quarrel\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/loversquarrel/v5/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAs.ttf\";}i:473;a:5:{s:3:\"uid\";i:474;s:6:\"family\";s:12:\"Luckiest Guy\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/luckiestguy/v8/_gP_1RrxsjcxVyin9l9n_j2RSg.ttf\";}i:474;a:5:{s:3:\"uid\";i:475;s:6:\"family\";s:8:\"Lusitana\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/lusitana/v5/CSR84z9ShvucWzsMKxha.ttf\";}i:475;a:5:{s:3:\"uid\";i:476;s:6:\"family\";s:7:\"Lustria\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/lustria/v5/9oRONYodvDEyjuhOrCg.ttf\";}i:476;a:5:{s:3:\"uid\";i:477;s:6:\"family\";s:7:\"Macondo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/macondo/v6/RrQQboN9-iB1IXmOS2U.ttf\";}i:477;a:5:{s:3:\"uid\";i:478;s:6:\"family\";s:18:\"Macondo Swash Caps\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:85:\"http://fonts.gstatic.com/s/macondoswashcaps/v5/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oeg.ttf\";}i:478;a:5:{s:3:\"uid\";i:479;s:6:\"family\";s:4:\"Mada\";s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/mada/v5/7Auwp_0qnzeSTTU.ttf\";}i:479;a:5:{s:3:\"uid\";i:480;s:6:\"family\";s:5:\"Magra\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/magra/v5/uK_94ruaZus72k5x.ttf\";}i:480;a:5:{s:3:\"uid\";i:481;s:6:\"family\";s:13:\"Maiden Orange\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/maidenorange/v8/kJE1BuIX7AUmhi2V4m08kb1XjOY.ttf\";}i:481;a:5:{s:3:\"uid\";i:482;s:6:\"family\";s:7:\"Maitree\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/maitree/v2/MjQGmil5tffhpBrkrtk.ttf\";}i:482;a:5:{s:3:\"uid\";i:483;s:6:\"family\";s:4:\"Mako\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/mako/v8/H4coBX6Mmc_Z0SQ.ttf\";}i:483;a:5:{s:3:\"uid\";i:484;s:6:\"family\";s:8:\"Mallanna\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/mallanna/v5/hv-Vlzx-KEQb84YaDGwz.ttf\";}i:484;a:5:{s:3:\"uid\";i:485;s:6:\"family\";s:7:\"Mandali\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/mandali/v5/LhWlMVbYOfASNfNUVFk.ttf\";}i:485;a:5:{s:3:\"uid\";i:486;s:6:\"family\";s:7:\"Manuale\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/manuale/v2/f0X20eas_8Z-TFZdBPY.ttf\";}i:486;a:5:{s:3:\"uid\";i:487;s:6:\"family\";s:9:\"Marcellus\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/marcellus/v5/wEO_EBrOk8hQLDvIAF8FUQ.ttf\";}i:487;a:5:{s:3:\"uid\";i:488;s:6:\"family\";s:12:\"Marcellus SC\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/marcellussc/v5/ke8iOgUHP1dg-Rmi6RWjbLEPgQ.ttf\";}i:488;a:5:{s:3:\"uid\";i:489;s:6:\"family\";s:12:\"Marck Script\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/marckscript/v8/nwpTtK2oNgBA3Or78gapdwuCzw.ttf\";}i:489;a:5:{s:3:\"uid\";i:490;s:6:\"family\";s:9:\"Margarine\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/margarine/v6/qkBXXvoE6trLT9Y7YLye5A.ttf\";}i:490;a:5:{s:3:\"uid\";i:491;s:6:\"family\";s:9:\"Marko One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/markoone/v7/9Btq3DFG0cnVM5lw1haaKg.ttf\";}i:491;a:5:{s:3:\"uid\";i:492;s:6:\"family\";s:8:\"Marmelad\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/marmelad/v7/Qw3eZQdSHj_jK2e-8tFL.ttf\";}i:492;a:5:{s:3:\"uid\";i:493;s:6:\"family\";s:6:\"Martel\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/martel/v2/PN_xRfK9oXHga0XtYQ.ttf\";}i:493;a:5:{s:3:\"uid\";i:494;s:6:\"family\";s:11:\"Martel Sans\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/martelsans/v4/h0GsssGi7VdzDgKjM-4d8ijf.ttf\";}i:494;a:5:{s:3:\"uid\";i:495;s:6:\"family\";s:6:\"Marvel\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/marvel/v7/nwpVtKeoNgBV0qaIkQ.ttf\";}i:495;a:5:{s:3:\"uid\";i:496;s:6:\"family\";s:4:\"Mate\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/mate/v6/m8JdjftRd7WZ2z0.ttf\";}i:496;a:5:{s:3:\"uid\";i:497;s:6:\"family\";s:7:\"Mate SC\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/matesc/v6/-nF8OGQ1-uoVr2wKyiU.ttf\";}i:497;a:5:{s:3:\"uid\";i:498;s:6:\"family\";s:9:\"Maven Pro\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/mavenpro/v11/7Au9p_AqnyWWAxW2Wk32yg.ttf\";}i:498;a:5:{s:3:\"uid\";i:499;s:6:\"family\";s:7:\"McLaren\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/mclaren/v5/2EbnL-ZuAXFqZFXISYY.ttf\";}i:499;a:5:{s:3:\"uid\";i:500;s:6:\"family\";s:6:\"Meddon\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/meddon/v10/kmK8ZqA2EgDNeHTZhA.ttf\";}i:500;a:5:{s:3:\"uid\";i:501;s:6:\"family\";s:13:\"MedievalSharp\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/medievalsharp/v9/EvOJzAlL3oU5AQl2mP5KdgptAq8.ttf\";}i:501;a:5:{s:3:\"uid\";i:502;s:6:\"family\";s:10:\"Medula One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/medulaone/v7/YA9Wr0qb5kjJM6l2V0yukiE.ttf\";}i:502;a:5:{s:3:\"uid\";i:503;s:6:\"family\";s:12:\"Meera Inimai\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/meerainimai/v2/845fNMM5EIqOW5MPuvO3ILep_w.ttf\";}i:503;a:5:{s:3:\"uid\";i:504;s:6:\"family\";s:6:\"Megrim\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/megrim/v8/46kulbz5WjvLqJZlbQ.ttf\";}i:504;a:5:{s:3:\"uid\";i:505;s:6:\"family\";s:11:\"Meie Script\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/meiescript/v5/_LOImzDK7erRjhunIspaMjxn.ttf\";}i:505;a:5:{s:3:\"uid\";i:506;s:6:\"family\";s:8:\"Merienda\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/merienda/v5/gNMHW3x8Qoy5_mf8uVMC.ttf\";}i:506;a:5:{s:3:\"uid\";i:507;s:6:\"family\";s:12:\"Merienda One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/meriendaone/v8/H4cgBXaMndbflEq6kyZ1ht6Ygg.ttf\";}i:507;a:5:{s:3:\"uid\";i:508;s:6:\"family\";s:12:\"Merriweather\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/merriweather/v19/u-440qyriQwlOrhSvowK_l5Oew.ttf\";}i:508;a:5:{s:3:\"uid\";i:509;s:6:\"family\";s:17:\"Merriweather Sans\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/merriweathersans/v9/2-c99IRs1JiJN1FRAMjTN5zd9vgsFEXy.ttf\";}i:509;a:5:{s:3:\"uid\";i:510;s:6:\"family\";s:5:\"Metal\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/metal/v10/lW-wwjUJIXTo7i3n.ttf\";}i:510;a:5:{s:3:\"uid\";i:511;s:6:\"family\";s:11:\"Metal Mania\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/metalmania/v7/RWmMoKWb4e8kqMfBUdPFJeXC.ttf\";}i:511;a:5:{s:3:\"uid\";i:512;s:6:\"family\";s:12:\"Metamorphous\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/metamorphous/v7/Wnz8HA03aAXcC39ZEX5y1330PA.ttf\";}i:512;a:5:{s:3:\"uid\";i:513;s:6:\"family\";s:11:\"Metrophobic\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:71:\"http://fonts.gstatic.com/s/metrophobic/v10/sJoA3LZUhMSAPV_u0qwiAT-J.ttf\";}i:513;a:5:{s:3:\"uid\";i:514;s:6:\"family\";s:8:\"Michroma\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/michroma/v8/PN_zRfy9qWD8fEagAMg6.ttf\";}i:514;a:5:{s:3:\"uid\";i:515;s:6:\"family\";s:7:\"Milonga\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/milonga/v5/SZc53FHnIaK9W5kffz0.ttf\";}i:515;a:5:{s:3:\"uid\";i:516;s:6:\"family\";s:9:\"Miltonian\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/miltonian/v11/zOL-4pbPn6Ne9JqTg9mr6Q.ttf\";}i:516;a:5:{s:3:\"uid\";i:517;s:6:\"family\";s:16:\"Miltonian Tattoo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/miltoniantattoo/v12/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwM.ttf\";}i:517;a:5:{s:3:\"uid\";i:518;s:6:\"family\";s:4:\"Mina\";s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/mina/v1/-nFzOGc18vARrz8.ttf\";}i:518;a:5:{s:3:\"uid\";i:519;s:6:\"family\";s:7:\"Miniver\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/miniver/v6/eLGcP-PxIg-5H0vC770.ttf\";}i:519;a:5:{s:3:\"uid\";i:520;s:6:\"family\";s:12:\"Miriam Libre\";s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/miriamlibre/v3/DdTh798HsHwubBAqfkcBTL_vYA.ttf\";}i:520;a:5:{s:3:\"uid\";i:521;s:6:\"family\";s:5:\"Mirza\";s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/mirza/v4/co3ImWlikiN5Eurd.ttf\";}i:521;a:5:{s:3:\"uid\";i:522;s:6:\"family\";s:14:\"Miss Fajardose\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/missfajardose/v7/E21-_dn5gvrawDdPFVl-N0Ajb8qv.ttf\";}i:522;a:5:{s:3:\"uid\";i:523;s:6:\"family\";s:4:\"Mitr\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/mitr/v3/pxiLypw5ucZFyTs.ttf\";}i:523;a:5:{s:3:\"uid\";i:524;s:6:\"family\";s:5:\"Modak\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/modak/v3/EJRYQgs1XtIEsnMH.ttf\";}i:524;a:5:{s:3:\"uid\";i:525;s:6:\"family\";s:14:\"Modern Antiqua\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/modernantiqua/v7/NGStv5TIAUg6Iq_RLNo_2dp1sI1E.ttf\";}i:525;a:5:{s:3:\"uid\";i:526;s:6:\"family\";s:5:\"Mogra\";s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/mogra/v4/f0X40eSs8c95TBo4.ttf\";}i:526;a:5:{s:3:\"uid\";i:527;s:6:\"family\";s:7:\"Molengo\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/molengo/v8/I_uuMpWeuBzZNBtQbbQ.ttf\";}i:527;a:5:{s:3:\"uid\";i:528;s:6:\"family\";s:5:\"Molle\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:0:{}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/molle/v6/E21n_dL5hOXFhWEsXzg.ttf\";}i:528;a:5:{s:3:\"uid\";i:529;s:6:\"family\";s:5:\"Monda\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/monda/v7/TK3tWkYFABsmjvpm.ttf\";}i:529;a:5:{s:3:\"uid\";i:530;s:6:\"family\";s:8:\"Monofett\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/monofett/v7/mFTyWbofw6zc9NtnW43S.ttf\";}i:530;a:5:{s:3:\"uid\";i:531;s:6:\"family\";s:7:\"Monoton\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/monoton/v7/5h1aiZUrOngCibe4fkY.ttf\";}i:531;a:5:{s:3:\"uid\";i:532;s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:89:\"http://fonts.gstatic.com/s/monsieurladoulaise/v6/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5e.ttf\";}i:532;a:5:{s:3:\"uid\";i:533;s:6:\"family\";s:7:\"Montaga\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/montaga/v5/H4cnBX2Ml8rCkEO_0gY.ttf\";}i:533;a:5:{s:3:\"uid\";i:534;s:6:\"family\";s:6:\"Montez\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/montez/v8/845ZNMk5GoGIX8lm1A.ttf\";}i:534;a:5:{s:3:\"uid\";i:535;s:6:\"family\";s:10:\"Montserrat\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm45xW4.ttf\";}i:535;a:5:{s:3:\"uid\";i:536;s:6:\"family\";s:21:\"Montserrat Alternates\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:93:\"http://fonts.gstatic.com/s/montserratalternates/v9/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7A.ttf\";}i:536;a:5:{s:3:\"uid\";i:537;s:6:\"family\";s:20:\"Montserrat Subrayada\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:90:\"http://fonts.gstatic.com/s/montserratsubrayada/v5/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8L.ttf\";}i:537;a:5:{s:3:\"uid\";i:538;s:6:\"family\";s:4:\"Moul\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/moul/v9/nuF2D__FSo_3E-Q.ttf\";}i:538;a:5:{s:3:\"uid\";i:539;s:6:\"family\";s:8:\"Moulpali\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:64:\"http://fonts.gstatic.com/s/moulpali/v10/H4ckBXKMl9HagUWymyY6.ttf\";}i:539;a:5:{s:3:\"uid\";i:540;s:6:\"family\";s:22:\"Mountains of Christmas\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:95:\"http://fonts.gstatic.com/s/mountainsofchristmas/v10/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNY.ttf\";}i:540;a:5:{s:3:\"uid\";i:541;s:6:\"family\";s:13:\"Mouse Memoirs\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/mousememoirs/v5/t5tmIRoSNJ-PH0WNNgDYxdSb7Tk.ttf\";}i:541;a:5:{s:3:\"uid\";i:542;s:6:\"family\";s:10:\"Mr Bedfort\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/mrbedfort/v6/MQpR-WCtNZSWAdTMwBiclio.ttf\";}i:542;a:5:{s:3:\"uid\";i:543;s:6:\"family\";s:8:\"Mr Dafoe\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/mrdafoe/v6/lJwE-pIzkS5NXuMMrGiq.ttf\";}i:543;a:5:{s:3:\"uid\";i:544;s:6:\"family\";s:14:\"Mr De Haviland\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/mrdehaviland/v6/OpNVnooIhJj96FdB73296ksbOj3C.ttf\";}i:544;a:5:{s:3:\"uid\";i:545;s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/mrssaintdelafield/v5/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4.ttf\";}i:545;a:5:{s:3:\"uid\";i:546;s:6:\"family\";s:13:\"Mrs Sheppards\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/mrssheppards/v6/PN_2Rfm9snC0XUGoEZhb91ig3vg.ttf\";}i:546;a:5:{s:3:\"uid\";i:547;s:6:\"family\";s:5:\"Mukta\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/mukta/v5/iJWKBXyXfDDVXYnG.ttf\";}i:547;a:5:{s:3:\"uid\";i:548;s:6:\"family\";s:11:\"Mukta Mahee\";s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/muktamahee/v2/XRXQ3IOIi0hcP8iVU67hA-vN.ttf\";}i:548;a:5:{s:3:\"uid\";i:549;s:6:\"family\";s:11:\"Mukta Malar\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/muktamalar/v3/MCoXzAXyz8LOE2FpJMxZqLv4.ttf\";}i:549;a:5:{s:3:\"uid\";i:550;s:6:\"family\";s:11:\"Mukta Vaani\";s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/muktavaani/v4/3Jn5SD_-ynaxmxnEfVHPIF0F.ttf\";}i:550;a:5:{s:3:\"uid\";i:551;s:6:\"family\";s:4:\"Muli\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:55:\"http://fonts.gstatic.com/s/muli/v11/7Auwp_0qiz-aTTU.ttf\";}i:551;a:5:{s:3:\"uid\";i:552;s:6:\"family\";s:13:\"Mystery Quest\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/mysteryquest/v5/-nF6OG414u0E6k0wynSGlujRHwE.ttf\";}i:552;a:5:{s:3:\"uid\";i:553;s:6:\"family\";s:3:\"NTR\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:52:\"http://fonts.gstatic.com/s/ntr/v5/RLpzK5Xy0ZjiGA.ttf\";}i:553;a:5:{s:3:\"uid\";i:554;s:6:\"family\";s:18:\"Nanum Brush Script\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:85:\"http://fonts.gstatic.com/s/nanumbrushscript/v8/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjg.ttf\";}i:554;a:5:{s:3:\"uid\";i:555;s:6:\"family\";s:12:\"Nanum Gothic\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/nanumgothic/v7/PN_3Rfi-oW3hYwmKDpxS7F_z_g.ttf\";}i:555;a:5:{s:3:\"uid\";i:556;s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/nanumgothiccoding/v6/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6Q.ttf\";}i:556;a:5:{s:3:\"uid\";i:557;s:6:\"family\";s:14:\"Nanum Myeongjo\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/nanummyeongjo/v6/9Btx3DZF0dXLMZlywRbVRNhxy1Lr.ttf\";}i:557;a:5:{s:3:\"uid\";i:558;s:6:\"family\";s:16:\"Nanum Pen Script\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/nanumpenscript/v6/daaDSSYiLGqEal3MvdA_FOL_3FkN2z4.ttf\";}i:558;a:5:{s:3:\"uid\";i:559;s:6:\"family\";s:6:\"Neucha\";s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/neucha/v9/q5uGsou0JOdh94bvug.ttf\";}i:559;a:5:{s:3:\"uid\";i:560;s:6:\"family\";s:6:\"Neuton\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/neuton/v10/UMBTrPtMoH62xUZyyA.ttf\";}i:560;a:5:{s:3:\"uid\";i:561;s:6:\"family\";s:10:\"New Rocker\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/newrocker/v6/MwQzbhjp3-HImzcCU_cJkGM.ttf\";}i:561;a:5:{s:3:\"uid\";i:562;s:6:\"family\";s:10:\"News Cycle\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/newscycle/v14/CSR64z1Qlv-GDxkbKVQ_TOc.ttf\";}i:562;a:5:{s:3:\"uid\";i:563;s:6:\"family\";s:7:\"Niconne\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/niconne/v7/w8gaH2QvRug1_rTfrQs.ttf\";}i:563;a:5:{s:3:\"uid\";i:564;s:6:\"family\";s:9:\"Nixie One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/nixieone/v8/lW-8wjkKLXjg5y2o2uUoUA.ttf\";}i:564;a:5:{s:3:\"uid\";i:565;s:6:\"family\";s:6:\"Nobile\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/nobile/v9/m8JTjflSeaOVl1i2Xg.ttf\";}i:565;a:5:{s:3:\"uid\";i:566;s:6:\"family\";s:6:\"Nokora\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/nokora/v11/hYkIPuwgTubzaWxQOw.ttf\";}i:566;a:5:{s:3:\"uid\";i:567;s:6:\"family\";s:7:\"Norican\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/norican/v5/MwQ2bhXp1eSBqjkPGJI.ttf\";}i:567;a:5:{s:3:\"uid\";i:568;s:6:\"family\";s:7:\"Nosifer\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/nosifer/v6/ZGjXol5JTp0g5bxZaC0.ttf\";}i:568;a:5:{s:3:\"uid\";i:569;s:6:\"family\";s:20:\"Nothing You Could Do\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:88:\"http://fonts.gstatic.com/s/nothingyoucoulddo/v7/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJ.ttf\";}i:569;a:5:{s:3:\"uid\";i:570;s:6:\"family\";s:12:\"Noticia Text\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/noticiatext/v7/VuJ2dNDF2Yv9qppOePKYRP1GYQ.ttf\";}i:570;a:5:{s:3:\"uid\";i:571;s:6:\"family\";s:9:\"Noto Sans\";s:7:\"subsets\";a:8:{i:0;s:10:\"vietnamese\";i:1;s:10:\"devanagari\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNb4g.ttf\";}i:571;a:5:{s:3:\"uid\";i:572;s:6:\"family\";s:10:\"Noto Serif\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNTFA.ttf\";}i:572;a:5:{s:3:\"uid\";i:573;s:6:\"family\";s:8:\"Nova Cut\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/novacut/v9/KFOkCnSYu8mL-39LkWxP.ttf\";}i:573;a:5:{s:3:\"uid\";i:574;s:6:\"family\";s:9:\"Nova Flat\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/novaflat/v9/QdVUSTc-JgqpytEbVebEuQ.ttf\";}i:574;a:5:{s:3:\"uid\";i:575;s:6:\"family\";s:9:\"Nova Mono\";s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/novamono/v8/Cn-0JtiGWQ5Ajb--MRKfYA.ttf\";}i:575;a:5:{s:3:\"uid\";i:576;s:6:\"family\";s:9:\"Nova Oval\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/novaoval/v9/jAnEgHdmANHvPenMaswCMQ.ttf\";}i:576;a:5:{s:3:\"uid\";i:577;s:6:\"family\";s:10:\"Nova Round\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/novaround/v9/flU9Rqquw5UhEnlwTJYTYYc.ttf\";}i:577;a:5:{s:3:\"uid\";i:578;s:6:\"family\";s:11:\"Nova Script\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/novascript/v10/7Au7p_IpkSWSTWaFWkumvmQN.ttf\";}i:578;a:5:{s:3:\"uid\";i:579;s:6:\"family\";s:9:\"Nova Slim\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/novaslim/v9/Z9XUDmZNQAuem8jyZcn-yA.ttf\";}i:579;a:5:{s:3:\"uid\";i:580;s:6:\"family\";s:11:\"Nova Square\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/novasquare/v9/RrQUbo9-9DV7b06QHgSWsZhA.ttf\";}i:580;a:5:{s:3:\"uid\";i:581;s:6:\"family\";s:6:\"Numans\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/numans/v7/SlGRmQmGupYAfH8IYQ.ttf\";}i:581;a:5:{s:3:\"uid\";i:582;s:6:\"family\";s:6:\"Nunito\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/nunito/v9/XRXV3I6Li01BKof4Mg.ttf\";}i:582;a:5:{s:3:\"uid\";i:583;s:6:\"family\";s:11:\"Nunito Sans\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cfe6.ttf\";}i:583;a:5:{s:3:\"uid\";i:584;s:6:\"family\";s:14:\"Odor Mean Chey\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/odormeanchey/v9/raxkHiKDttkTe1aOGcJMR1A_4mrY.ttf\";}i:584;a:5:{s:3:\"uid\";i:585;s:6:\"family\";s:7:\"Offside\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/offside/v5/HI_KiYMWKa9QrAykQ5E.ttf\";}i:585;a:5:{s:3:\"uid\";i:586;s:6:\"family\";s:15:\"Old Standard TT\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/oldstandardtt/v9/MwQubh3o1vLImiwAVvYawgcf2eVurQ.ttf\";}i:586;a:5:{s:3:\"uid\";i:587;s:6:\"family\";s:9:\"Oldenburg\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/oldenburg/v5/fC1jPY5JYWzbywv7c4V6UQ.ttf\";}i:587;a:5:{s:3:\"uid\";i:588;s:6:\"family\";s:11:\"Oleo Script\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/oleoscript/v6/rax5HieDvtMOe0iICsUccBha.ttf\";}i:588;a:5:{s:3:\"uid\";i:589;s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:93:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v5/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXo.ttf\";}i:589;a:5:{s:3:\"uid\";i:590;s:6:\"family\";s:9:\"Open Sans\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-U1Ug.ttf\";}i:590;a:5:{s:3:\"uid\";i:591;s:6:\"family\";s:19:\"Open Sans Condensed\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:3:\"700\";}s:4:\"file\";s:92:\"http://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuI.ttf\";}i:591;a:5:{s:3:\"uid\";i:592;s:6:\"family\";s:11:\"Oranienbaum\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/oranienbaum/v6/OZpHg_txtzZKMuXLIVrx-3zn.ttf\";}i:592;a:5:{s:3:\"uid\";i:593;s:6:\"family\";s:8:\"Orbitron\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/orbitron/v9/yMJRMIlzdpvBhQQL_Tq8.ttf\";}i:593;a:5:{s:3:\"uid\";i:594;s:6:\"family\";s:7:\"Oregano\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/oregano/v5/If2IXTPxciS3H4S2kZc.ttf\";}i:594;a:5:{s:3:\"uid\";i:595;s:6:\"family\";s:7:\"Orienta\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/orienta/v5/PlI9FlK4Jrl5Y9zNeyc.ttf\";}i:595;a:5:{s:3:\"uid\";i:596;s:6:\"family\";s:15:\"Original Surfer\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/originalsurfer/v6/RWmQoKGZ9vIirYntXJ3_MbekzNMiDA.ttf\";}i:596;a:5:{s:3:\"uid\";i:597;s:6:\"family\";s:6:\"Oswald\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg75GHg.ttf\";}i:597;a:5:{s:3:\"uid\";i:598;s:6:\"family\";s:16:\"Over the Rainbow\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/overtherainbow/v8/11haGoXG1k_HKhMLUWz7Mc7vvW5upvM.ttf\";}i:598;a:5:{s:3:\"uid\";i:599;s:6:\"family\";s:8:\"Overlock\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/overlock/v7/Z9XVDmdMWRiN1_T9Z4Te.ttf\";}i:599;a:5:{s:3:\"uid\";i:600;s:6:\"family\";s:11:\"Overlock SC\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/overlocksc/v6/1cX3aUHKGZrstGAY8nwVzHGA.ttf\";}i:600;a:5:{s:3:\"uid\";i:601;s:6:\"family\";s:8:\"Overpass\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/overpass/v2/qFdH35WCmI96Ajtm82Gi.ttf\";}i:601;a:5:{s:3:\"uid\";i:602;s:6:\"family\";s:13:\"Overpass Mono\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/overpassmono/v3/_Xmq-H86tzKDdAPa-KPQZ-AC5ig.ttf\";}i:602;a:5:{s:3:\"uid\";i:603;s:6:\"family\";s:3:\"Ovo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:52:\"http://fonts.gstatic.com/s/ovo/v8/yYLl0h7Wyfzjyw.ttf\";}i:603;a:5:{s:3:\"uid\";i:604;s:6:\"family\";s:6:\"Oxygen\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4Lcnbu6iQ.ttf\";}i:604;a:5:{s:3:\"uid\";i:605;s:6:\"family\";s:11:\"Oxygen Mono\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/oxygenmono/v5/h0GsssGg9FxgDgCjLeAd7ijf.ttf\";}i:605;a:5:{s:3:\"uid\";i:606;s:6:\"family\";s:7:\"PT Mono\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/ptmono/v5/9oRONYoBnWILk-9ArCg.ttf\";}i:606;a:5:{s:3:\"uid\";i:607;s:6:\"family\";s:7:\"PT Sans\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79P0U.ttf\";}i:607;a:5:{s:3:\"uid\";i:608;s:6:\"family\";s:15:\"PT Sans Caption\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/ptsanscaption/v10/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQ.ttf\";}i:608;a:5:{s:3:\"uid\";i:609;s:6:\"family\";s:14:\"PT Sans Narrow\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsYCB.ttf\";}i:609;a:5:{s:3:\"uid\";i:610;s:6:\"family\";s:8:\"PT Serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/ptserif/v9/EJRVQgYoZZY2vCFuvDFR.ttf\";}i:610;a:5:{s:3:\"uid\";i:611;s:6:\"family\";s:16:\"PT Serif Caption\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/ptserifcaption/v9/ieVl2ZhbGCW-JoW6S34pSDpqYKU059U.ttf\";}i:611;a:5:{s:3:\"uid\";i:612;s:6:\"family\";s:8:\"Pacifico\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:64:\"http://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ96A.ttf\";}i:612;a:5:{s:3:\"uid\";i:613;s:6:\"family\";s:6:\"Padauk\";s:7:\"subsets\";a:2:{i:0;s:7:\"myanmar\";i:1;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/padauk/v4/RrQRboJg-id7OnbBaw.ttf\";}i:613;a:5:{s:3:\"uid\";i:614;s:6:\"family\";s:9:\"Palanquin\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/palanquin/v3/9XUnlJ90n1fBFg7ceXwsdg.ttf\";}i:614;a:5:{s:3:\"uid\";i:615;s:6:\"family\";s:14:\"Palanquin Dark\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/palanquindark/v3/xn75YHgl1nqmANMB-26xC7yuF_6O.ttf\";}i:615;a:5:{s:3:\"uid\";i:616;s:6:\"family\";s:8:\"Pangolin\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/pangolin/v3/cY9GfjGcW0FPpi-tWPfK.ttf\";}i:616;a:5:{s:3:\"uid\";i:617;s:6:\"family\";s:7:\"Paprika\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/paprika/v5/8QIJdijZitv49rDfuIg.ttf\";}i:617;a:5:{s:3:\"uid\";i:618;s:6:\"family\";s:10:\"Parisienne\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/parisienne/v5/E21i_d3kivvAkxhLEVZpcy8.ttf\";}i:618;a:5:{s:3:\"uid\";i:619;s:6:\"family\";s:11:\"Passero One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/passeroone/v9/JTUTjIko8DOq5FeaeEAjgE5B.ttf\";}i:619;a:5:{s:3:\"uid\";i:620;s:6:\"family\";s:11:\"Passion One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/passionone/v8/PbynFmL8HhTPqbjUzux3JHuW.ttf\";}i:620;a:5:{s:3:\"uid\";i:621;s:6:\"family\";s:18:\"Pathway Gothic One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:85:\"http://fonts.gstatic.com/s/pathwaygothicone/v6/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTA.ttf\";}i:621;a:5:{s:3:\"uid\";i:622;s:6:\"family\";s:12:\"Patrick Hand\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/patrickhand/v11/LDI1apSQOAYtSuYWp8ZhfYeMWQ.ttf\";}i:622;a:5:{s:3:\"uid\";i:623;s:6:\"family\";s:15:\"Patrick Hand SC\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/patrickhandsc/v5/0nkwC9f7MfsBiWcLtY65AWDK873ViQ.ttf\";}i:623;a:5:{s:3:\"uid\";i:624;s:6:\"family\";s:7:\"Pattaya\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:8:\"cyrillic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/pattaya/v2/ea8ZadcqV_zkHY-XNdA.ttf\";}i:624;a:5:{s:3:\"uid\";i:625;s:6:\"family\";s:9:\"Patua One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/patuaone/v7/ZXuke1cDvLCKLDcimxBI5A.ttf\";}i:625;a:5:{s:3:\"uid\";i:626;s:6:\"family\";s:7:\"Pavanam\";s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/pavanam/v2/BXRrvF_aiezLh0xPDOs.ttf\";}i:626;a:5:{s:3:\"uid\";i:627;s:6:\"family\";s:11:\"Paytone One\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/paytoneone/v10/0nksC9P7MfYHj2oFtYm2CiTq.ttf\";}i:627;a:5:{s:3:\"uid\";i:628;s:6:\"family\";s:7:\"Peddana\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/peddana/v5/aFTU7PBhaX89UcKWhh0.ttf\";}i:628;a:5:{s:3:\"uid\";i:629;s:6:\"family\";s:7:\"Peralta\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/peralta/v5/hYkJPu0-RP_9d3kRGxA.ttf\";}i:629;a:5:{s:3:\"uid\";i:630;s:6:\"family\";s:16:\"Permanent Marker\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/permanentmarker/v7/Fh4uPib9Iyv2ucM6pGQMWimMp004Hao.ttf\";}i:630;a:5:{s:3:\"uid\";i:631;s:6:\"family\";s:19:\"Petit Formal Script\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/petitformalscript/v5/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHk.ttf\";}i:631;a:5:{s:3:\"uid\";i:632;s:6:\"family\";s:7:\"Petrona\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/petrona/v6/mtG64_NXL7bZo9XXsXU.ttf\";}i:632;a:5:{s:3:\"uid\";i:633;s:6:\"family\";s:11:\"Philosopher\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/philosopher/v9/vEFV2_5QCwIS4_Dhez5jcVBp.ttf\";}i:633;a:5:{s:3:\"uid\";i:634;s:6:\"family\";s:6:\"Piedra\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/piedra/v6/ke8kOg8aN0Bn7hTunA.ttf\";}i:634;a:5:{s:3:\"uid\";i:635;s:6:\"family\";s:13:\"Pinyon Script\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/pinyonscript/v7/6xKpdSJbL9-e9LuoeQiDRQR8aOI.ttf\";}i:635;a:5:{s:3:\"uid\";i:636;s:6:\"family\";s:10:\"Pirata One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/pirataone/v5/I_urMpiDvgLdLh0fAtoftig.ttf\";}i:636;a:5:{s:3:\"uid\";i:637;s:6:\"family\";s:7:\"Plaster\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/plaster/v9/DdTm79QatW80eRh4Ei4.ttf\";}i:637;a:5:{s:3:\"uid\";i:638;s:6:\"family\";s:4:\"Play\";s:7:\"subsets\";a:6:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/play/v9/6aez4K2oVqwIjtI.ttf\";}i:638;a:5:{s:3:\"uid\";i:639;s:6:\"family\";s:8:\"Playball\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/playball/v7/TK3gWksYAxQ7jbsKcj8D.ttf\";}i:639;a:5:{s:3:\"uid\";i:640;s:6:\"family\";s:16:\"Playfair Display\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXPTs.ttf\";}i:640;a:5:{s:3:\"uid\";i:641;s:6:\"family\";s:19:\"Playfair Display SC\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/playfairdisplaysc/v7/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4.ttf\";}i:641;a:5:{s:3:\"uid\";i:642;s:6:\"family\";s:7:\"Podkova\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/podkova/v11/K2FxfZ1EmftJSV9VWJ4.ttf\";}i:642;a:5:{s:3:\"uid\";i:643;s:6:\"family\";s:10:\"Poiret One\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/poiretone/v5/UqyVK80NJXN4zfRgbdfbk5k.ttf\";}i:643;a:5:{s:3:\"uid\";i:644;s:6:\"family\";s:10:\"Poller One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/pollerone/v7/ahccv82n0TN3gia5E4Bud-k.ttf\";}i:644;a:5:{s:3:\"uid\";i:645;s:6:\"family\";s:4:\"Poly\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/poly/v8/MQpb-W6wKNitRLA.ttf\";}i:645;a:5:{s:3:\"uid\";i:646;s:6:\"family\";s:8:\"Pompiere\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/pompiere/v7/VEMyRoxis5Dwuyeov6Wt.ttf\";}i:646;a:5:{s:3:\"uid\";i:647;s:6:\"family\";s:12:\"Pontano Sans\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/pontanosans/v5/qFdD35GdgYR8EzR6oBLDHa3qwg.ttf\";}i:647;a:5:{s:3:\"uid\";i:648;s:6:\"family\";s:10:\"Poor Story\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/poorstory/v2/jizfREFUsnUct9P6cDfd4Ok.ttf\";}i:648;a:5:{s:3:\"uid\";i:649;s:6:\"family\";s:7:\"Poppins\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrFJA.ttf\";}i:649;a:5:{s:3:\"uid\";i:650;s:6:\"family\";s:16:\"Port Lligat Sans\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/portlligatsans/v6/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7M.ttf\";}i:650;a:5:{s:3:\"uid\";i:651;s:6:\"family\";s:16:\"Port Lligat Slab\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/portlligatslab/v6/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7o.ttf\";}i:651;a:5:{s:3:\"uid\";i:652;s:6:\"family\";s:14:\"Pragati Narrow\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/pragatinarrow/v3/vm8vdRf0T0bS1ffgsPB7WZ-mD17_.ttf\";}i:652;a:5:{s:3:\"uid\";i:653;s:6:\"family\";s:5:\"Prata\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/prata/v8/6xKhdSpbNNCT-vWI.ttf\";}i:653;a:5:{s:3:\"uid\";i:654;s:6:\"family\";s:11:\"Preahvihear\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/preahvihear/v9/6NUS8F-dNQeEYhzj7uluxswE.ttf\";}i:654;a:5:{s:3:\"uid\";i:655;s:6:\"family\";s:14:\"Press Start 2P\";s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/pressstart2p/v6/e3t4euO8T-267oIAQAu6jDQyK0nS.ttf\";}i:655;a:5:{s:3:\"uid\";i:656;s:6:\"family\";s:5:\"Pridi\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/pridi/v3/2sDQZG5JnZLfkfWa.ttf\";}i:656;a:5:{s:3:\"uid\";i:657;s:6:\"family\";s:14:\"Princess Sofia\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/princesssofia/v5/qWczB6yguIb8DZ_GXZst16n7GRz7.ttf\";}i:657;a:5:{s:3:\"uid\";i:658;s:6:\"family\";s:8:\"Prociono\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/prociono/v7/r05YGLlR-KxAf9GGO8up.ttf\";}i:658;a:5:{s:3:\"uid\";i:659;s:6:\"family\";s:6:\"Prompt\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/prompt/v2/-W__XJnvUD7dzB26Zw.ttf\";}i:659;a:5:{s:3:\"uid\";i:660;s:6:\"family\";s:10:\"Prosto One\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/prostoone/v6/OpNJno4VhNfK-RgpwWWxpio.ttf\";}i:660;a:5:{s:3:\"uid\";i:661;s:6:\"family\";s:11:\"Proza Libre\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/prozalibre/v2/LYjGdGHgj0k1DIQRyUEyyHov.ttf\";}i:661;a:5:{s:3:\"uid\";i:662;s:6:\"family\";s:7:\"Puritan\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/puritan/v9/845YNMgkAJ2VTtIo9Jo.ttf\";}i:662;a:5:{s:3:\"uid\";i:663;s:6:\"family\";s:12:\"Purple Purse\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/purplepurse/v6/qWctB66gv53iAp-Vfs4My6qyeA.ttf\";}i:663;a:5:{s:3:\"uid\";i:664;s:6:\"family\";s:6:\"Quando\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/quando/v6/xMQVuFNaVa6YuW0pCw.ttf\";}i:664;a:5:{s:3:\"uid\";i:665;s:6:\"family\";s:8:\"Quantico\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/quantico/v6/rax-HiSdp9cPL3KIF4xs.ttf\";}i:665;a:5:{s:3:\"uid\";i:666;s:6:\"family\";s:12:\"Quattrocento\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:73:\"http://fonts.gstatic.com/s/quattrocento/v9/OZpEg_xvsDZQL_LKIF7q4jPHxA.ttf\";}i:666;a:5:{s:3:\"uid\";i:667;s:6:\"family\";s:17:\"Quattrocento Sans\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:84:\"http://fonts.gstatic.com/s/quattrocentosans/v10/va9c4lja2NVIDdIAAoMR5MfuElaRB3zO.ttf\";}i:667;a:5:{s:3:\"uid\";i:668;s:6:\"family\";s:9:\"Questrial\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/questrial/v7/QdVUSTchPBm7nuUeVf7EuQ.ttf\";}i:668;a:5:{s:3:\"uid\";i:669;s:6:\"family\";s:9:\"Quicksand\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/quicksand/v7/6xKtdSZaM9iE8KbpRA_RLA.ttf\";}i:669;a:5:{s:3:\"uid\";i:670;s:6:\"family\";s:14:\"Quintessential\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:77:\"http://fonts.gstatic.com/s/quintessential/v5/fdNn9sOGq31Yjnh3qWU14DdtjY5w.ttf\";}i:670;a:5:{s:3:\"uid\";i:671;s:6:\"family\";s:7:\"Qwigley\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/qwigley/v7/1cXzaU3UGJb5tGoCuVw.ttf\";}i:671;a:5:{s:3:\"uid\";i:672;s:6:\"family\";s:15:\"Racing Sans One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/racingsansone/v5/sykr-yRtm7EvTrXNxkv5jfKKyDCwLw.ttf\";}i:672;a:5:{s:3:\"uid\";i:673;s:6:\"family\";s:6:\"Radley\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/radley/v12/LYjDdGzinEIjCN19oA.ttf\";}i:673;a:5:{s:3:\"uid\";i:674;s:6:\"family\";s:8:\"Rajdhani\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/rajdhani/v7/LDIxapCSOBg7S-QT7q4A.ttf\";}i:674;a:5:{s:3:\"uid\";i:675;s:6:\"family\";s:6:\"Rakkas\";s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/rakkas/v4/Qw3cZQlNHiblL3j_lg.ttf\";}i:675;a:5:{s:3:\"uid\";i:676;s:6:\"family\";s:7:\"Raleway\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPN-Co.ttf\";}i:676;a:5:{s:3:\"uid\";i:677;s:6:\"family\";s:12:\"Raleway Dots\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/ralewaydots/v5/6NUR8FifJg6AfQvzpshgwJ8kyQ.ttf\";}i:677;a:5:{s:3:\"uid\";i:678;s:6:\"family\";s:10:\"Ramabhadra\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/ramabhadra/v6/EYq2maBOwqRW9P1SQ83LehM.ttf\";}i:678;a:5:{s:3:\"uid\";i:679;s:6:\"family\";s:8:\"Ramaraja\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/ramaraja/v2/SlGTmQearpYAYG1CABIk.ttf\";}i:679;a:5:{s:3:\"uid\";i:680;s:6:\"family\";s:6:\"Rambla\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/rambla/v5/snfrs0ip98hx6mr0Iw.ttf\";}i:680;a:5:{s:3:\"uid\";i:681;s:6:\"family\";s:12:\"Rammetto One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/rammettoone/v6/LhWiMV3HOfMbMetJG3lQDpp9Mg.ttf\";}i:681;a:5:{s:3:\"uid\";i:682;s:6:\"family\";s:8:\"Ranchers\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/ranchers/v5/zrfm0H3Lx-P2Xvs2AoDY.ttf\";}i:682;a:5:{s:3:\"uid\";i:683;s:6:\"family\";s:6:\"Rancho\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/rancho/v8/46kulbzmXjLaqZRlbQ.ttf\";}i:683;a:5:{s:3:\"uid\";i:684;s:6:\"family\";s:5:\"Ranga\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/ranga/v3/C8ct4cYisGb28p6C.ttf\";}i:684;a:5:{s:3:\"uid\";i:685;s:6:\"family\";s:4:\"Rasa\";s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/rasa/v3/xn7vYHIn1mWmTqI.ttf\";}i:685;a:5:{s:3:\"uid\";i:686;s:6:\"family\";s:9:\"Rationale\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/rationale/v8/9XUnlJ92n0_JFxHIfHcsdg.ttf\";}i:686;a:5:{s:3:\"uid\";i:687;s:6:\"family\";s:12:\"Ravi Prakash\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/raviprakash/v4/gokpH6fsDkVrF9Bv9X8SOAKHmA.ttf\";}i:687;a:5:{s:3:\"uid\";i:688;s:6:\"family\";s:9:\"Redressed\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/redressed/v8/x3dickHUbrmJ7wMy9MsBfA.ttf\";}i:688;a:5:{s:3:\"uid\";i:689;s:6:\"family\";s:9:\"Reem Kufi\";s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/reemkufi/v4/2sDcZGJLip7W2J7v7wQDbw.ttf\";}i:689;a:5:{s:3:\"uid\";i:690;s:6:\"family\";s:13:\"Reenie Beanie\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/reeniebeanie/v8/z7NSdR76eDkaJKZJFkkjuvWxbP0.ttf\";}i:690;a:5:{s:3:\"uid\";i:691;s:6:\"family\";s:7:\"Revalia\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/revalia/v5/WwkexPimBE2-4ZPEeVo.ttf\";}i:691;a:5:{s:3:\"uid\";i:692;s:6:\"family\";s:13:\"Rhodium Libre\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/rhodiumlibre/v2/1q2AY5adA0tn_ukeHcQHqpx6pEQ.ttf\";}i:692;a:5:{s:3:\"uid\";i:693;s:6:\"family\";s:6:\"Ribeye\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/ribeye/v6/L0x8DFMxk1MP9R3RvA.ttf\";}i:693;a:5:{s:3:\"uid\";i:694;s:6:\"family\";s:13:\"Ribeye Marrow\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/ribeyemarrow/v7/GFDsWApshnqMRO2JdtRZ2d0vEAw.ttf\";}i:694;a:5:{s:3:\"uid\";i:695;s:6:\"family\";s:9:\"Righteous\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/righteous/v6/1cXxaUPXBpj2rGoU7C9mjw.ttf\";}i:695;a:5:{s:3:\"uid\";i:696;s:6:\"family\";s:6:\"Risque\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/risque/v5/VdGfAZUfHosahXxoCQ.ttf\";}i:696;a:5:{s:3:\"uid\";i:697;s:6:\"family\";s:6:\"Roboto\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Me5Q.ttf\";}i:697;a:5:{s:3:\"uid\";i:698;s:6:\"family\";s:16:\"Roboto Condensed\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}s:4:\"file\";s:82:\"http://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf\";}i:698;a:5:{s:3:\"uid\";i:699;s:6:\"family\";s:11:\"Roboto Mono\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIghM.ttf\";}i:699;a:5:{s:3:\"uid\";i:700;s:6:\"family\";s:11:\"Roboto Slab\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6tfK.ttf\";}i:700;a:5:{s:3:\"uid\";i:701;s:6:\"family\";s:9:\"Rochester\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/rochester/v8/6ae-4KCqVa4Zy6Fif-Uy3w.ttf\";}i:701;a:5:{s:3:\"uid\";i:702;s:6:\"family\";s:9:\"Rock Salt\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/rocksalt/v8/MwQ0bhv11fWD6QsAVOZbsA.ttf\";}i:702;a:5:{s:3:\"uid\";i:703;s:6:\"family\";s:7:\"Rokkitt\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/rokkitt/v12/qFdE35qfgYFjGy5hoEE.ttf\";}i:703;a:5:{s:3:\"uid\";i:704;s:6:\"family\";s:9:\"Romanesco\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/romanesco/v6/w8gYH2ozQOY7_r_J7mSn3A.ttf\";}i:704;a:5:{s:3:\"uid\";i:705;s:6:\"family\";s:9:\"Ropa Sans\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/ropasans/v7/EYqxmaNOzLlWtsZSScyKWg.ttf\";}i:705;a:5:{s:3:\"uid\";i:706;s:6:\"family\";s:7:\"Rosario\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/rosario/v12/xfux0WDhWW_fOEoY6FQ.ttf\";}i:706;a:5:{s:3:\"uid\";i:707;s:6:\"family\";s:8:\"Rosarivo\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/rosarivo/v5/PlI-Fl2lO6N9f8HaNAeC.ttf\";}i:707;a:5:{s:3:\"uid\";i:708;s:6:\"family\";s:12:\"Rouge Script\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/rougescript/v6/LYjFdGbiklMoCIQOw1Ep3S4PVA.ttf\";}i:708;a:5:{s:3:\"uid\";i:709;s:6:\"family\";s:9:\"Rozha One\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/rozhaone/v4/AlZy_zVFtYP12Zncg2khdQ.ttf\";}i:709;a:5:{s:3:\"uid\";i:710;s:6:\"family\";s:5:\"Rubik\";s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV4nG.ttf\";}i:710;a:5:{s:3:\"uid\";i:711;s:6:\"family\";s:14:\"Rubik Mono One\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/rubikmonoone/v6/UqyJK8kPP3hjw6ANTdfRk9YSN-8w.ttf\";}i:711;a:5:{s:3:\"uid\";i:712;s:6:\"family\";s:4:\"Ruda\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/ruda/v9/k3kfo8YQJOpFmn8.ttf\";}i:712;a:5:{s:3:\"uid\";i:713;s:6:\"family\";s:6:\"Rufina\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/rufina/v5/Yq6V-LyURyLy-aKyow.ttf\";}i:713;a:5:{s:3:\"uid\";i:714;s:6:\"family\";s:11:\"Ruge Boogie\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/rugeboogie/v8/JIA3UVFwbHRF_GIWSMhKNROi.ttf\";}i:714;a:5:{s:3:\"uid\";i:715;s:6:\"family\";s:6:\"Ruluko\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/ruluko/v5/xMQVuFNZVaODtm0pCw.ttf\";}i:715;a:5:{s:3:\"uid\";i:716;s:6:\"family\";s:10:\"Rum Raisin\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/rumraisin/v5/nwpRtKu3Ih8D5avB4h2uJ38.ttf\";}i:716;a:5:{s:3:\"uid\";i:717;s:6:\"family\";s:14:\"Ruslan Display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/ruslandisplay/v8/Gw6jwczl81XcIZuckK_e3Upfdzxr.ttf\";}i:717;a:5:{s:3:\"uid\";i:718;s:6:\"family\";s:9:\"Russo One\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/russoone/v6/Z9XUDmZRWg6M1LvRYsH-yA.ttf\";}i:718;a:5:{s:3:\"uid\";i:719;s:6:\"family\";s:6:\"Ruthie\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/ruthie/v7/gokvH63sGkdqXuU9lA.ttf\";}i:719;a:5:{s:3:\"uid\";i:720;s:6:\"family\";s:3:\"Rye\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:52:\"http://fonts.gstatic.com/s/rye/v5/r05XGLJT86YDFg.ttf\";}i:720;a:5:{s:3:\"uid\";i:721;s:6:\"family\";s:10:\"Sacramento\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/sacramento/v5/buEzpo6gcdjy0EiZMBUG0Co.ttf\";}i:721;a:5:{s:3:\"uid\";i:722;s:6:\"family\";s:7:\"Sahitya\";s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/sahitya/v2/6qLAKZkOuhnuqlJAaSc.ttf\";}i:722;a:5:{s:3:\"uid\";i:723;s:6:\"family\";s:4:\"Sail\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/sail/v8/DPEjYwiBxwYJFBQ.ttf\";}i:723;a:5:{s:3:\"uid\";i:724;s:6:\"family\";s:5:\"Saira\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/saira/v2/memwYa2wxmKQyOkg.ttf\";}i:724;a:5:{s:3:\"uid\";i:725;s:6:\"family\";s:15:\"Saira Condensed\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/sairacondensed/v3/EJROQgErUN8XuHNEtX81i9TmEkrfpQ.ttf\";}i:725;a:5:{s:3:\"uid\";i:726;s:6:\"family\";s:21:\"Saira Extra Condensed\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:92:\"http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT7w.ttf\";}i:726;a:5:{s:3:\"uid\";i:727;s:6:\"family\";s:20:\"Saira Semi Condensed\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:89:\"http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8L.ttf\";}i:727;a:5:{s:3:\"uid\";i:728;s:6:\"family\";s:5:\"Salsa\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/salsa/v7/gNMKW3FiRpKj-imY.ttf\";}i:728;a:5:{s:3:\"uid\";i:729;s:6:\"family\";s:7:\"Sanchez\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/sanchez/v5/Ycm2sZJORluHnXbITm4.ttf\";}i:729;a:5:{s:3:\"uid\";i:730;s:6:\"family\";s:8:\"Sancreek\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/sancreek/v8/pxiHypAnsdxUm159X7D-.ttf\";}i:730;a:5:{s:3:\"uid\";i:731;s:6:\"family\";s:7:\"Sansita\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:3:\"900\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/sansita/v2/QldONTRRphEb_-V7HBk.ttf\";}i:731;a:5:{s:3:\"uid\";i:732;s:6:\"family\";s:6:\"Sarala\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/sarala/v2/uK_y4riEZv4o1w9RCg.ttf\";}i:732;a:5:{s:3:\"uid\";i:733;s:6:\"family\";s:6:\"Sarina\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/sarina/v6/-F6wfjF3ITQwasLhLg.ttf\";}i:733;a:5:{s:3:\"uid\";i:734;s:6:\"family\";s:8:\"Sarpanch\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/sarpanch/v3/hESy6Xt4NCpRuk6Pzh2A.ttf\";}i:734;a:5:{s:3:\"uid\";i:735;s:6:\"family\";s:7:\"Satisfy\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/satisfy/v8/rP2Hp2yn6lkG50LoOZQ.ttf\";}i:735;a:5:{s:3:\"uid\";i:736;s:6:\"family\";s:5:\"Scada\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/scada/v6/RLpxK5Pv5qumeWJo.ttf\";}i:736;a:5:{s:3:\"uid\";i:737;s:6:\"family\";s:12:\"Scheherazade\";s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/scheherazade/v14/YA9Ur0yF4ETZN60keViq1kQgtw.ttf\";}i:737;a:5:{s:3:\"uid\";i:738;s:6:\"family\";s:10:\"Schoolbell\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/schoolbell/v8/92zQtBZWOrcgoe-fgnJIVxI.ttf\";}i:738;a:5:{s:3:\"uid\";i:739;s:6:\"family\";s:9:\"Scope One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/scopeone/v3/WBLnrEXKYFlGHrOKmGD1Ww.ttf\";}i:739;a:5:{s:3:\"uid\";i:740;s:6:\"family\";s:14:\"Seaweed Script\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/seaweedscript/v5/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ.ttf\";}i:740;a:5:{s:3:\"uid\";i:741;s:6:\"family\";s:11:\"Secular One\";s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKypDl.ttf\";}i:741;a:5:{s:3:\"uid\";i:742;s:6:\"family\";s:12:\"Sedgwick Ave\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/sedgwickave/v3/uK_04rKEYuguzAcSYRdWTJq8Xg.ttf\";}i:742;a:5:{s:3:\"uid\";i:743;s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:89:\"http://fonts.gstatic.com/s/sedgwickavedisplay/v3/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2cz.ttf\";}i:743;a:5:{s:3:\"uid\";i:744;s:6:\"family\";s:9:\"Sevillana\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/sevillana/v5/KFOlCnWFscmDt1Bfiy1vAw.ttf\";}i:744;a:5:{s:3:\"uid\";i:745;s:6:\"family\";s:11:\"Seymour One\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/seymourone/v5/4iCp6Khla9xbjQpoWGGd0myI.ttf\";}i:745;a:5:{s:3:\"uid\";i:746;s:6:\"family\";s:18:\"Shadows Into Light\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:85:\"http://fonts.gstatic.com/s/shadowsintolight/v7/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcg.ttf\";}i:746;a:5:{s:3:\"uid\";i:747;s:6:\"family\";s:22:\"Shadows Into Light Two\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:93:\"http://fonts.gstatic.com/s/shadowsintolighttwo/v5/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAs.ttf\";}i:747;a:5:{s:3:\"uid\";i:748;s:6:\"family\";s:6:\"Shanti\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/shanti/v9/t5thIREMM4uSDgzgUw.ttf\";}i:748;a:5:{s:3:\"uid\";i:749;s:6:\"family\";s:5:\"Share\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/share/v8/i7dEIFliZjKNF5VN.ttf\";}i:749;a:5:{s:3:\"uid\";i:750;s:6:\"family\";s:10:\"Share Tech\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/sharetech/v7/7cHtv4Uyi5K0OeZ7bohUwHo.ttf\";}i:750;a:5:{s:3:\"uid\";i:751;s:6:\"family\";s:15:\"Share Tech Mono\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/sharetechmono/v7/J7aHnp1uDWRBEqV98dVQztYldFc7pA.ttf\";}i:751;a:5:{s:3:\"uid\";i:752;s:6:\"family\";s:9:\"Shojumaru\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/shojumaru/v5/rax_HiWfutkLLnaKCtlMBA.ttf\";}i:752;a:5:{s:3:\"uid\";i:753;s:6:\"family\";s:11:\"Short Stack\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/shortstack/v7/bMrzmS2X6p0jZC6EcmPFX-SS.ttf\";}i:753;a:5:{s:3:\"uid\";i:754;s:6:\"family\";s:9:\"Shrikhand\";s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/shrikhand/v3/a8IbNovtLWfR7T7bMJwbBA.ttf\";}i:754;a:5:{s:3:\"uid\";i:755;s:6:\"family\";s:8:\"Siemreap\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:64:\"http://fonts.gstatic.com/s/siemreap/v10/Gg82N5oFbgLvHAfNl2Yb.ttf\";}i:755;a:5:{s:3:\"uid\";i:756;s:6:\"family\";s:10:\"Sigmar One\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/sigmarone/v8/co3DmWZ8kjZuErj9Ta3dk6M.ttf\";}i:756;a:5:{s:3:\"uid\";i:757;s:6:\"family\";s:7:\"Signika\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/signika/v8/vEFR2_JTCgwQ5ejvK1Y.ttf\";}i:757;a:5:{s:3:\"uid\";i:758;s:6:\"family\";s:16:\"Signika Negative\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/signikanegative/v7/E218_cfngu7HiRpPX3ZpNE4kY5zKUvI.ttf\";}i:758;a:5:{s:3:\"uid\";i:759;s:6:\"family\";s:9:\"Simonetta\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/simonetta/v7/x3dickHVYrCU5BU15c4BfA.ttf\";}i:759;a:5:{s:3:\"uid\";i:760;s:6:\"family\";s:7:\"Sintony\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/sintony/v5/XoHm2YDqR7-98cVUITQ.ttf\";}i:760;a:5:{s:3:\"uid\";i:761;s:6:\"family\";s:13:\"Sirin Stencil\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/sirinstencil/v6/mem4YaWwznmLx-lzGfN7MdRydcg.ttf\";}i:761;a:5:{s:3:\"uid\";i:762;s:6:\"family\";s:8:\"Six Caps\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/sixcaps/v8/6ae_4KGrU7VR7bNmabcS.ttf\";}i:762;a:5:{s:3:\"uid\";i:763;s:6:\"family\";s:7:\"Skranji\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/skranji/v5/OZpDg_dtriVFNerMYzs.ttf\";}i:763;a:5:{s:3:\"uid\";i:764;s:6:\"family\";s:10:\"Slabo 13px\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/slabo13px/v4/11hEGp_azEvXZUdSBzzRcKc.ttf\";}i:764;a:5:{s:3:\"uid\";i:765;s:6:\"family\";s:10:\"Slabo 27px\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/slabo27px/v4/mFT0WbgBwKPR_Z4hGN2qsxg.ttf\";}i:765;a:5:{s:3:\"uid\";i:766;s:6:\"family\";s:7:\"Slackey\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/slackey/v8/N0bV2SdQO-5yM0-dKlQ.ttf\";}i:766;a:5:{s:3:\"uid\";i:767;s:6:\"family\";s:6:\"Smokum\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/smokum/v8/TK3iWkUbAhopmrdGHg.ttf\";}i:767;a:5:{s:3:\"uid\";i:768;s:6:\"family\";s:6:\"Smythe\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/smythe/v8/MwQ3bhT01--coT1BOA.ttf\";}i:768;a:5:{s:3:\"uid\";i:769;s:6:\"family\";s:7:\"Sniglet\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"800\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/sniglet/v9/cIf9MaFLtkE3UjaJxCk.ttf\";}i:769;a:5:{s:3:\"uid\";i:770;s:6:\"family\";s:7:\"Snippet\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/snippet/v7/bWt47f7XfQH9Gupu2v8.ttf\";}i:770;a:5:{s:3:\"uid\";i:771;s:6:\"family\";s:13:\"Snowburst One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/snowburstone/v5/MQpS-WezKdujBsXY3B7I-UT7eZ8.ttf\";}i:771;a:5:{s:3:\"uid\";i:772;s:6:\"family\";s:10:\"Sofadi One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/sofadione/v6/JIA2UVBxdnVBuElZaMFGcDM.ttf\";}i:772;a:5:{s:3:\"uid\";i:773;s:6:\"family\";s:5:\"Sofia\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/sofia/v6/8QIHdirahM3j_vu-.ttf\";}i:773;a:5:{s:3:\"uid\";i:774;s:6:\"family\";s:10:\"Song Myung\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/songmyung/v2/1cX2aUDWAJH5-EIC7DIhr1E.ttf\";}i:774;a:5:{s:3:\"uid\";i:775;s:6:\"family\";s:10:\"Sonsie One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/sonsieone/v6/PbymFmP_EAnPqbKaoc18YVs.ttf\";}i:775;a:5:{s:3:\"uid\";i:776;s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/sortsmillgoudy/v7/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0.ttf\";}i:776;a:5:{s:3:\"uid\";i:777;s:6:\"family\";s:15:\"Source Code Pro\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:4:\"file\";s:78:\"http://fonts.gstatic.com/s/sourcecodepro/v7/HI_SiYsKILxRpg3hIP6sJ7fM7PqVOg.ttf\";}i:777;a:5:{s:3:\"uid\";i:778;s:6:\"family\";s:15:\"Source Sans Pro\";s:7:\"subsets\";a:7:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf\";}i:778;a:5:{s:3:\"uid\";i:779;s:6:\"family\";s:16:\"Source Serif Pro\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:4:\"file\";s:80:\"http://fonts.gstatic.com/s/sourceserifpro/v5/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM.ttf\";}i:779;a:5:{s:3:\"uid\";i:780;s:6:\"family\";s:10:\"Space Mono\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/spacemono/v2/i7dPIFZifjKcF5UAWdDRUEY.ttf\";}i:780;a:5:{s:3:\"uid\";i:781;s:6:\"family\";s:13:\"Special Elite\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/specialelite/v8/XLYgIZbkc4JPUL5CVArUVL0nhnc.ttf\";}i:781;a:5:{s:3:\"uid\";i:782;s:6:\"family\";s:8:\"Spectral\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/spectral/v4/rnCr-xNNww_2s0amA-M-.ttf\";}i:782;a:5:{s:3:\"uid\";i:783;s:6:\"family\";s:11:\"Spectral SC\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/spectralsc/v2/KtkpALCRZonmalTgyPmRfvWi.ttf\";}i:783;a:5:{s:3:\"uid\";i:784;s:6:\"family\";s:10:\"Spicy Rice\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/spicyrice/v6/uK_24rSEd-Uqwk4jY1RyGv8.ttf\";}i:784;a:5:{s:3:\"uid\";i:785;s:6:\"family\";s:9:\"Spinnaker\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/spinnaker/v9/w8gYH2oyX-I0_rvR6Hmn3A.ttf\";}i:785;a:5:{s:3:\"uid\";i:786;s:6:\"family\";s:6:\"Spirax\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/spirax/v6/buE3poKgYNLy0F3cXg.ttf\";}i:786;a:5:{s:3:\"uid\";i:787;s:6:\"family\";s:10:\"Squada One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/squadaone/v6/BCasqZ8XsOrx4mcOk6MtWaA.ttf\";}i:787;a:5:{s:3:\"uid\";i:788;s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:90:\"http://fonts.gstatic.com/s/sreekrushnadevaraya/v5/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb.ttf\";}i:788;a:5:{s:3:\"uid\";i:789;s:6:\"family\";s:8:\"Sriracha\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/sriracha/v2/0nkrC9D4IuYBgWcI9ObY.ttf\";}i:789;a:5:{s:3:\"uid\";i:790;s:6:\"family\";s:9:\"Stalemate\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/stalemate/v5/taiIGmZ_EJq97-UfkZRpug.ttf\";}i:790;a:5:{s:3:\"uid\";i:791;s:6:\"family\";s:13:\"Stalinist One\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:75:\"http://fonts.gstatic.com/s/stalinistone/v10/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf\";}i:791;a:5:{s:3:\"uid\";i:792;s:6:\"family\";s:15:\"Stardos Stencil\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/stardosstencil/v7/X7n94bcuGPC8hrvEOHXOgaKCc2TR7w.ttf\";}i:792;a:5:{s:3:\"uid\";i:793;s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:92:\"http://fonts.gstatic.com/s/stintultracondensed/v6/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qg.ttf\";}i:793;a:5:{s:3:\"uid\";i:794;s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:89:\"http://fonts.gstatic.com/s/stintultraexpanded/v5/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qo.ttf\";}i:794;a:5:{s:3:\"uid\";i:795;s:6:\"family\";s:5:\"Stoke\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/stoke/v7/z7NadRb7aTMfKONp.ttf\";}i:795;a:5:{s:3:\"uid\";i:796;s:6:\"family\";s:6:\"Strait\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/strait/v5/DtViJxy6WaEr1LZzeA.ttf\";}i:796;a:5:{s:3:\"uid\";i:797;s:6:\"family\";s:7:\"Stylish\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/stylish/v2/m8JSjfhPYriQkk7-fo0.ttf\";}i:797;a:5:{s:3:\"uid\";i:798;s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/sueellenfrancisco/v8/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9roo.ttf\";}i:798;a:5:{s:3:\"uid\";i:799;s:6:\"family\";s:8:\"Suez One\";s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/suezone/v2/taiJGmd_EZ6rqscQgNFJ.ttf\";}i:799;a:5:{s:3:\"uid\";i:800;s:6:\"family\";s:6:\"Sumana\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/sumana/v2/4UaDrE5TqRBjGj-G8A.ttf\";}i:800;a:5:{s:3:\"uid\";i:801;s:6:\"family\";s:9:\"Sunflower\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/sunflower/v3/RWmPoKeF8fUjqIj7Vc-06MfiqQ.ttf\";}i:801;a:5:{s:3:\"uid\";i:802;s:6:\"family\";s:9:\"Sunshiney\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/sunshiney/v8/LDIwapGTLBwsS-wT4vcgEw.ttf\";}i:802;a:5:{s:3:\"uid\";i:803;s:6:\"family\";s:16:\"Supermercado One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/supermercadoone/v7/OpNXnpQWg8jc_xps_Gi14kVVEXOn60Y.ttf\";}i:803;a:5:{s:3:\"uid\";i:804;s:6:\"family\";s:4:\"Sura\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/sura/v2/SZc23FL5PbyzFf4.ttf\";}i:804;a:5:{s:3:\"uid\";i:805;s:6:\"family\";s:7:\"Suranna\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/suranna/v5/gokuH6ztGkFjWe58tBQ.ttf\";}i:805;a:5:{s:3:\"uid\";i:806;s:6:\"family\";s:9:\"Suravaram\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/suravaram/v4/_gP61R_usiY7SCym4xIAiw.ttf\";}i:806;a:5:{s:3:\"uid\";i:807;s:6:\"family\";s:11:\"Suwannaphum\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:71:\"http://fonts.gstatic.com/s/suwannaphum/v11/jAnCgHV7GtDvc8jbe8hXXIWl.ttf\";}i:807;a:5:{s:3:\"uid\";i:808;s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:84:\"http://fonts.gstatic.com/s/swankyandmoomoo/v7/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtQ.ttf\";}i:808;a:5:{s:3:\"uid\";i:809;s:6:\"family\";s:9:\"Syncopate\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/syncopate/v9/pe0sMIuPIYBCpEV5eFdyAg.ttf\";}i:809;a:5:{s:3:\"uid\";i:810;s:6:\"family\";s:7:\"Tajawal\";s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/tajawal/v1/Iura6YBj_oCad4k1rzY.ttf\";}i:810;a:5:{s:3:\"uid\";i:811;s:6:\"family\";s:9:\"Tangerine\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/tangerine/v9/IurY6Y5j_oScZZow4VOBDg.ttf\";}i:811;a:5:{s:3:\"uid\";i:812;s:6:\"family\";s:6:\"Taprom\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/taprom/v9/UcCn3F82JHycULbFQw.ttf\";}i:812;a:5:{s:3:\"uid\";i:813;s:6:\"family\";s:5:\"Tauri\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/tauri/v5/TwMA-IISS0AM3IpV.ttf\";}i:813;a:5:{s:3:\"uid\";i:814;s:6:\"family\";s:7:\"Taviraj\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/taviraj/v3/ahcZv8Cj3ylylTXzfO4.ttf\";}i:814;a:5:{s:3:\"uid\";i:815;s:6:\"family\";s:4:\"Teko\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/teko/v7/LYjNdG7kmE0gTaQ.ttf\";}i:815;a:5:{s:3:\"uid\";i:816;s:6:\"family\";s:5:\"Telex\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/telex/v6/ieVw2Y1fKWmIO9fT.ttf\";}i:816;a:5:{s:3:\"uid\";i:817;s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:86:\"http://fonts.gstatic.com/s/tenaliramakrishna/v4/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KA.ttf\";}i:817;a:5:{s:3:\"uid\";i:818;s:6:\"family\";s:10:\"Tenor Sans\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/tenorsans/v8/bx6ANxqUneKx06UkIXISr3I.ttf\";}i:818;a:5:{s:3:\"uid\";i:819;s:6:\"family\";s:11:\"Text Me One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/textmeone/v5/i7dOIFdlayuLUvgoFvHQFWZc.ttf\";}i:819;a:5:{s:3:\"uid\";i:820;s:6:\"family\";s:18:\"The Girl Next Door\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:84:\"http://fonts.gstatic.com/s/thegirlnextdoor/v8/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIVw.ttf\";}i:820;a:5:{s:3:\"uid\";i:821;s:6:\"family\";s:6:\"Tienne\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/tienne/v10/AYCKpX7pe9YCRP0LkA.ttf\";}i:821;a:5:{s:3:\"uid\";i:822;s:6:\"family\";s:7:\"Tillana\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/tillana/v3/VuJxdNvf35P4qJ1OeKY.ttf\";}i:822;a:5:{s:3:\"uid\";i:823;s:6:\"family\";s:7:\"Timmana\";s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/timmana/v2/6xKvdShfL9yK-rvpCms.ttf\";}i:823;a:5:{s:3:\"uid\";i:824;s:6:\"family\";s:5:\"Tinos\";s:7:\"subsets\";a:8:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/tinos/v11/buE4poGnedXvwgX8.ttf\";}i:824;a:5:{s:3:\"uid\";i:825;s:6:\"family\";s:9:\"Titan One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/titanone/v5/mFTzWbsGxbbS_J5cQcjykw.ttf\";}i:825;a:5:{s:3:\"uid\";i:826;s:6:\"family\";s:13:\"Titillium Web\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:4:\"file\";s:74:\"http://fonts.gstatic.com/s/titilliumweb/v6/NaPecZTIAOhVxoMyOr9n_E7fRMQ.ttf\";}i:826;a:5:{s:3:\"uid\";i:827;s:6:\"family\";s:11:\"Trade Winds\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/tradewinds/v6/AYCPpXPpYNIIT7h8-QenM3Jq.ttf\";}i:827;a:5:{s:3:\"uid\";i:828;s:6:\"family\";s:7:\"Trirong\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:4:\"thai\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/trirong/v3/7r3GqXNgp8wxdOdOr4w.ttf\";}i:828;a:5:{s:3:\"uid\";i:829;s:6:\"family\";s:7:\"Trocchi\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/trocchi/v6/qWcqB6WkuIDxDZLcDrs.ttf\";}i:829;a:5:{s:3:\"uid\";i:830;s:6:\"family\";s:7:\"Trochut\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/trochut/v5/CHyjV-fDDlP9bDIw5nQ.ttf\";}i:830;a:5:{s:3:\"uid\";i:831;s:6:\"family\";s:7:\"Trykker\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/trykker/v6/KtktALyWZJXudUPzhNk.ttf\";}i:831;a:5:{s:3:\"uid\";i:832;s:6:\"family\";s:10:\"Tulpen One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/tulpenone/v7/dFa6ZfeC474skLgesc0CWj0.ttf\";}i:832;a:5:{s:3:\"uid\";i:833;s:6:\"family\";s:6:\"Ubuntu\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:4:\"file\";s:60:\"http://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgo6eA.ttf\";}i:833;a:5:{s:3:\"uid\";i:834;s:6:\"family\";s:16:\"Ubuntu Condensed\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/ubuntucondensed/v8/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-c.ttf\";}i:834;a:5:{s:3:\"uid\";i:835;s:6:\"family\";s:11:\"Ubuntu Mono\";s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/ubuntumono/v7/KFOjCneDtsqEr0keqCMhbBc9.ttf\";}i:835;a:5:{s:3:\"uid\";i:836;s:6:\"family\";s:5:\"Ultra\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:57:\"http://fonts.gstatic.com/s/ultra/v10/zOLy4prXmrtY-tT6.ttf\";}i:836;a:5:{s:3:\"uid\";i:837;s:6:\"family\";s:14:\"Uncial Antiqua\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:76:\"http://fonts.gstatic.com/s/uncialantiqua/v5/N0bM2S5WOex4OUbESzoESK-i-PfR.ttf\";}i:837;a:5:{s:3:\"uid\";i:838;s:6:\"family\";s:8:\"Underdog\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/underdog/v6/CHygV-jCElj7diMroVSi.ttf\";}i:838;a:5:{s:3:\"uid\";i:839;s:6:\"family\";s:9:\"Unica One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/unicaone/v5/DPEuYwWHyAYGVTSmalshdg.ttf\";}i:839;a:5:{s:3:\"uid\";i:840;s:6:\"family\";s:14:\"UnifrakturCook\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:4:\"file\";s:81:\"http://fonts.gstatic.com/s/unifrakturcook/v9/IurA6Yli8YOdcoky-0PTTdkm56n05Uw1.ttf\";}i:840;a:5:{s:3:\"uid\";i:841;s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:87:\"http://fonts.gstatic.com/s/unifrakturmaguntia/v8/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVunw.ttf\";}i:841;a:5:{s:3:\"uid\";i:842;s:6:\"family\";s:7:\"Unkempt\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/unkempt/v9/2EbnL-Z2DFZue0DSSYY.ttf\";}i:842;a:5:{s:3:\"uid\";i:843;s:6:\"family\";s:6:\"Unlock\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/unlock/v7/7Au-p_8ykD-cDl7GKA.ttf\";}i:843;a:5:{s:3:\"uid\";i:844;s:6:\"family\";s:4:\"Unna\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:55:\"http://fonts.gstatic.com/s/unna/v10/AYCEpXzofN0NCpg.ttf\";}i:844;a:5:{s:3:\"uid\";i:845;s:6:\"family\";s:5:\"VT323\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/vt323/v9/pxiKyp0ihIEF2hsY.ttf\";}i:845;a:5:{s:3:\"uid\";i:846;s:6:\"family\";s:11:\"Vampiro One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/vampiroone/v8/gokqH6DoDl5yXvJytFsdLkqn.ttf\";}i:846;a:5:{s:3:\"uid\";i:847;s:6:\"family\";s:6:\"Varela\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/varela/v8/DPEtYwqExx0AWHXJBA.ttf\";}i:847;a:5:{s:3:\"uid\";i:848;s:6:\"family\";s:12:\"Varela Round\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/varelaround/v9/w8gdH283Tvk__Lua32TysjIvoA.ttf\";}i:848;a:5:{s:3:\"uid\";i:849;s:6:\"family\";s:11:\"Vast Shadow\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/vastshadow/v7/pe0qMImKOZ1V62ZwbVY9dfe6.ttf\";}i:849;a:5:{s:3:\"uid\";i:850;s:6:\"family\";s:12:\"Vesper Libre\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:4:\"file\";s:72:\"http://fonts.gstatic.com/s/vesperlibre/v9/bx6CNxyWnf-uxPdXDHUD_Rd4Dw.ttf\";}i:850;a:5:{s:3:\"uid\";i:851;s:6:\"family\";s:5:\"Vibur\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/vibur/v8/DPEiYwmEzw0QRjTp.ttf\";}i:851;a:5:{s:3:\"uid\";i:852;s:6:\"family\";s:8:\"Vidaloka\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/vidaloka/v9/7cHrv4c3ipenMKlEass8.ttf\";}i:852;a:5:{s:3:\"uid\";i:853;s:6:\"family\";s:4:\"Viga\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/viga/v6/xMQbuFFdSaiX_QI.ttf\";}i:853;a:5:{s:3:\"uid\";i:854;s:6:\"family\";s:5:\"Voces\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:56:\"http://fonts.gstatic.com/s/voces/v7/-F6_fjJyLyU8d4PB.ttf\";}i:854;a:5:{s:3:\"uid\";i:855;s:6:\"family\";s:7:\"Volkhov\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:61:\"http://fonts.gstatic.com/s/volkhov/v9/SlGQmQieoJcKemNeQTI.ttf\";}i:855;a:5:{s:3:\"uid\";i:856;s:6:\"family\";s:8:\"Vollkorn\";s:7:\"subsets\";a:6:{i:0;s:10:\"vietnamese\";i:1;s:5:\"greek\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/vollkorn/v8/0yb9GDoxxrvAnPhYGyku.ttf\";}i:856;a:5:{s:3:\"uid\";i:857;s:6:\"family\";s:11:\"Vollkorn SC\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:4:\"file\";s:69:\"http://fonts.gstatic.com/s/vollkornsc/v1/j8_v6-zQ3rXpceZj9cqnVhF5.ttf\";}i:857;a:5:{s:3:\"uid\";i:858;s:6:\"family\";s:8:\"Voltaire\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/voltaire/v7/1Pttg8PcRfSblAvGvQoo.ttf\";}i:858;a:5:{s:3:\"uid\";i:859;s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:95:\"http://fonts.gstatic.com/s/waitingforthesunrise/v8/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ.ttf\";}i:859;a:5:{s:3:\"uid\";i:860;s:6:\"family\";s:8:\"Wallpoet\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:63:\"http://fonts.gstatic.com/s/wallpoet/v9/f0X10em2_8RnXVVdUNbu.ttf\";}i:860;a:5:{s:3:\"uid\";i:861;s:6:\"family\";s:15:\"Walter Turncoat\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:79:\"http://fonts.gstatic.com/s/walterturncoat/v8/snfys0Gs98ln43n0d-14ULoToe67YA.ttf\";}i:861;a:5:{s:3:\"uid\";i:862;s:6:\"family\";s:6:\"Warnes\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/warnes/v7/pONn1hc0GsW6sW5Opg.ttf\";}i:862;a:5:{s:3:\"uid\";i:863;s:6:\"family\";s:9:\"Wellfleet\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:66:\"http://fonts.gstatic.com/s/wellfleet/v5/nuF7D_LfQJb3VYgX6eyT4w.ttf\";}i:863;a:5:{s:3:\"uid\";i:864;s:6:\"family\";s:9:\"Wendy One\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/wendyone/v5/2sDcZGJOipXfgfXV5wgDbw.ttf\";}i:864;a:5:{s:3:\"uid\";i:865;s:6:\"family\";s:8:\"Wire One\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:62:\"http://fonts.gstatic.com/s/wireone/v8/qFdH35Wah5htUhV75WGi.ttf\";}i:865;a:5:{s:3:\"uid\";i:866;s:6:\"family\";s:9:\"Work Sans\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/worksans/v3/QGYsz_wNahGAdqQ43RhPew.ttf\";}i:866;a:5:{s:3:\"uid\";i:867;s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";}s:4:\"file\";s:83:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v9/3y976aknfjLm_3lMKjiMgmUUYBs04b8c.ttf\";}i:867;a:5:{s:3:\"uid\";i:868;s:6:\"family\";s:11:\"Yantramanav\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:4:\"file\";s:70:\"http://fonts.gstatic.com/s/yantramanav/v3/flU8Rqu5zY00QEpyWJYWN6f0.ttf\";}i:868;a:5:{s:3:\"uid\";i:869;s:6:\"family\";s:9:\"Yatra One\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/yatraone/v4/C8ch4copsHzj8p7NaF0xww.ttf\";}i:869;a:5:{s:3:\"uid\";i:870;s:6:\"family\";s:10:\"Yellowtail\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/yellowtail/v8/OZpGg_pnoDtINPfRIlLotlw.ttf\";}i:870;a:5:{s:3:\"uid\";i:871;s:6:\"family\";s:9:\"Yeon Sung\";s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:65:\"http://fonts.gstatic.com/s/yeonsung/v2/QldMNTpbohAGtsJvUn6xSQ.ttf\";}i:871;a:5:{s:3:\"uid\";i:872;s:6:\"family\";s:10:\"Yeseva One\";s:7:\"subsets\";a:5:{i:0;s:10:\"vietnamese\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/yesevaone/v12/OpNJno4ck8vc-xYpwWWxpio.ttf\";}i:872;a:5:{s:3:\"uid\";i:873;s:6:\"family\";s:10:\"Yesteryear\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:68:\"http://fonts.gstatic.com/s/yesteryear/v6/dg4g_p78rroaKl8kRKo1r7w.ttf\";}i:873;a:5:{s:3:\"uid\";i:874;s:6:\"family\";s:4:\"Yrsa\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:54:\"http://fonts.gstatic.com/s/yrsa/v3/wlp-gwnQFlxs5Qs.ttf\";}i:874;a:5:{s:3:\"uid\";i:875;s:6:\"family\";s:6:\"Zeyada\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}s:4:\"file\";s:59:\"http://fonts.gstatic.com/s/zeyada/v7/11hAGpPTxVPUbgZDNA.ttf\";}i:875;a:5:{s:3:\"uid\";i:876;s:6:\"family\";s:10:\"Zilla Slab\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:4:\"file\";s:67:\"http://fonts.gstatic.com/s/zillaslab/v3/dFa6ZfeM_74wlPZtksIFWj0.ttf\";}i:876;a:5:{s:3:\"uid\";i:877;s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}s:4:\"file\";s:89:\"http://fonts.gstatic.com/s/zillaslabhighlight/v3/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtI.ttf\";}}','no'),(5824,'_transient_timeout__eg_cache_2914','1527777667','no'),(5825,'_transient__eg_cache_2914','a:3:{s:2:\"id\";i:2914;s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:1;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:250;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:22:\"24 Hours of Rocky Hill\";s:4:\"slug\";s:4:\"2914\";}s:7:\"gallery\";a:6:{i:3076;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:5:\"title\";s:47:\"Every participant scores a custom pair of socks\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:3:\"alt\";s:12:\"Custom Socks\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2721;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg\";s:5:\"title\";s:59:\"Podium finishers receive custom, Texas-made ReGeared awards\";s:4:\"link\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg\";s:3:\"alt\";s:16:\"Podium Finishers\";s:7:\"caption\";s:39:\"Custom Awards to Top 3 in each category\";s:5:\"thumb\";s:0:\"\";}i:2720;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:5:\"title\";s:123:\"Throw your race bib in the raffle box (don\'t worry, we\'ll give it back) at the end of the race to win some sweet race swag!\";s:4:\"link\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:3:\"alt\";s:6:\"Raffle\";s:7:\"caption\";s:77:\"Racer Raffle (everyone has a chance to win something from our great sponsors)\";s:5:\"thumb\";s:0:\"\";}i:2719;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/FinisherMedal.jpg\";s:5:\"title\";s:14:\"Finisher Medal\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/FinisherMedal.jpg\";s:3:\"alt\";s:15:\"Finisher Medals\";s:7:\"caption\";s:34:\"Custom Finisher Medals by ReGeared\";s:5:\"thumb\";s:0:\"\";}i:2718;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel.jpg\";s:5:\"title\";s:90:\"Complete the DIrty Dozen AND the 24hrs of Rocky Hill to win our special \"Dirty Duel\" award\";s:4:\"link\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel.jpg\";s:3:\"alt\";s:16:\"Dirty Duel Award\";s:7:\"caption\";s:128:\"Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 2018 24 Hours of Rocky Hill)\";s:5:\"thumb\";s:0:\"\";}i:2917;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:99:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-24hr-Shirt-MockUp.jpg\";s:5:\"title\";s:198:\"This is the 2017 24hrs of Rocky Hill shirt. Hold tight for the 2018 design! T-shirts are available for sale upon online event registration. Left-overs may be available for purchase during the event.\";s:4:\"link\";s:99:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-24hr-Shirt-MockUp.jpg\";s:3:\"alt\";s:33:\"2017 24 Hours of Rocky Hill Shirt\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}','no'),(5834,'_transient_timeout__eg_cache_2901','1527802852','no'),(5835,'_transient__eg_cache_2901','a:3:{s:2:\"id\";i:2901;s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:1;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:200;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:17:\"XTERRA Trail Runs\";s:4:\"slug\";s:17:\"xterra-trail-runs\";}s:7:\"gallery\";a:4:{i:2721;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg\";s:5:\"title\";s:59:\"Podium finishers receive custom, Texas-made ReGeared awards\";s:4:\"link\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg\";s:3:\"alt\";s:16:\"Podium Finishers\";s:7:\"caption\";s:39:\"Custom Awards to Top 3 in each category\";s:5:\"thumb\";s:0:\"\";}i:2720;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:5:\"title\";s:123:\"Throw your race bib in the raffle box (don\'t worry, we\'ll give it back) at the end of the race to win some sweet race swag!\";s:4:\"link\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:3:\"alt\";s:6:\"Raffle\";s:7:\"caption\";s:77:\"Racer Raffle (everyone has a chance to win something from our great sponsors)\";s:5:\"thumb\";s:0:\"\";}i:2762;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:98:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/XTERRA-FinisherMedals.jpg\";s:5:\"title\";s:22:\"XTERRA Finisher Medals\";s:4:\"link\";s:98:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/XTERRA-FinisherMedals.jpg\";s:3:\"alt\";s:15:\"Finisher Medals\";s:7:\"caption\";s:15:\"Finisher Medals\";s:5:\"thumb\";s:0:\"\";}i:3076;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:5:\"title\";s:47:\"Every participant scores a custom pair of socks\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:3:\"alt\";s:12:\"Custom Socks\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}','no'),(5842,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1527735507;s:7:\"checked\";a:4:{s:11:\"mts_justfit\";s:5:\"1.3.4\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.6.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip\";}}s:12:\"translations\";a:0:{}}','no'),(5843,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1527735506;s:8:\"response\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{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.0.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.7.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:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{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.0.2\";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.0.2.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:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:5:\"5.3.3\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.5.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=970326\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-128x128.png?rev=970326\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=1064664\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"5.4.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.5.4.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.4.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"wp-shortcode/wp-shortcode.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wp-shortcode\";s:4:\"slug\";s:12:\"wp-shortcode\";s:6:\"plugin\";s:29:\"wp-shortcode/wp-shortcode.php\";s:11:\"new_version\";s:6:\"1.4.12\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-shortcode/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-shortcode.1.4.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-shortcode/assets/icon-256x256.png?rev=979919\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-shortcode/assets/icon-128x128.png?rev=979973\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/wp-shortcode/assets/banner-772x250.png?rev=865700\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"wp-subscribe/wp-subscribe.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wp-subscribe\";s:4:\"slug\";s:12:\"wp-subscribe\";s:6:\"plugin\";s:29:\"wp-subscribe/wp-subscribe.php\";s:11:\"new_version\";s:5:\"1.2.8\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-subscribe/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-subscribe.1.2.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-subscribe/assets/icon-256x256.png?rev=1007129\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-subscribe/assets/icon-128x128.png?rev=1007129\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-subscribe/assets/banner-772x250.png?rev=1007129\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"wp-tab-widget/wp-tab-widget.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wp-tab-widget\";s:4:\"slug\";s:13:\"wp-tab-widget\";s:6:\"plugin\";s:31:\"wp-tab-widget/wp-tab-widget.php\";s:11:\"new_version\";s:5:\"1.2.8\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-tab-widget/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-tab-widget.1.2.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-tab-widget/assets/icon-256x256.png?rev=979939\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-tab-widget/assets/icon-128x128.png?rev=979939\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-tab-widget/assets/banner-772x250.png?rev=881259\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:43:\"envira-gallery-lite/envira-gallery-lite.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/envira-gallery-lite\";s:4:\"slug\";s:19:\"envira-gallery-lite\";s:6:\"plugin\";s:43:\"envira-gallery-lite/envira-gallery-lite.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/envira-gallery-lite/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/envira-gallery-lite.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/envira-gallery-lite/assets/icon-256x256.png?rev=1100497\";s:2:\"1x\";s:72:\"https://ps.w.org/envira-gallery-lite/assets/icon-128x128.png?rev=1100497\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/envira-gallery-lite/assets/banner-1544x500.jpg?rev=1686480\";s:2:\"1x\";s:74:\"https://ps.w.org/envira-gallery-lite/assets/banner-772x250.jpg?rev=1686480\";}s:11:\"banners_rtl\";a:0:{}}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:71:\"https://s.w.org/plugins/geopattern-icon/force-regenerate-thumbnails.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}}}','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 utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3519 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (1,2,'_wp_page_template','default'),(2,4,'_wp_attached_file','2018/01/espresso.jpg'),(3,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2018/01/espresso.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"espresso-150x150.jpg\";s:5:\"width\";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:\"espresso-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"espresso-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"espresso-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"espresso-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(4,4,'_starter_content_theme','twentyseventeen'),(6,5,'_wp_attached_file','2018/01/sandwich.jpg'),(7,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2018/01/sandwich.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sandwich-150x150.jpg\";s:5:\"width\";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:\"sandwich-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sandwich-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sandwich-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"sandwich-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8,5,'_starter_content_theme','twentyseventeen'),(10,6,'_wp_attached_file','2018/01/coffee.jpg'),(11,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2018/01/coffee.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"coffee-150x150.jpg\";s:5:\"width\";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:\"coffee-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"coffee-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"coffee-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:18:\"coffee-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(12,6,'_starter_content_theme','twentyseventeen'),(15,7,'_customize_changeset_uuid','68469110-2322-4029-b50f-ed4ad299195a'),(16,8,'_thumbnail_id','5'),(18,8,'_customize_changeset_uuid','68469110-2322-4029-b50f-ed4ad299195a'),(19,9,'_thumbnail_id','4'),(21,9,'_customize_changeset_uuid','68469110-2322-4029-b50f-ed4ad299195a'),(22,10,'_thumbnail_id','6'),(24,10,'_customize_changeset_uuid','68469110-2322-4029-b50f-ed4ad299195a'),(25,11,'_thumbnail_id','4'),(27,11,'_customize_changeset_uuid','68469110-2322-4029-b50f-ed4ad299195a'),(29,18,'_menu_item_type','custom'),(30,18,'_menu_item_menu_item_parent','0'),(31,18,'_menu_item_object_id','18'),(32,18,'_menu_item_object','custom'),(33,18,'_menu_item_target',''),(34,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(35,18,'_menu_item_xfn',''),(36,18,'_menu_item_url','http://www.terrafirmaracing.com/'),(37,19,'_menu_item_type','post_type'),(38,19,'_menu_item_menu_item_parent','0'),(39,19,'_menu_item_object_id','8'),(40,19,'_menu_item_object','page'),(41,19,'_menu_item_target',''),(42,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(43,19,'_menu_item_xfn',''),(44,19,'_menu_item_url',''),(45,20,'_menu_item_type','post_type'),(46,20,'_menu_item_menu_item_parent','0'),(47,20,'_menu_item_object_id','10'),(48,20,'_menu_item_object','page'),(49,20,'_menu_item_target',''),(50,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(51,20,'_menu_item_xfn',''),(52,20,'_menu_item_url',''),(53,21,'_menu_item_type','post_type'),(54,21,'_menu_item_menu_item_parent','0'),(55,21,'_menu_item_object_id','9'),(56,21,'_menu_item_object','page'),(57,21,'_menu_item_target',''),(58,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(59,21,'_menu_item_xfn',''),(60,21,'_menu_item_url',''),(61,22,'_menu_item_type','custom'),(62,22,'_menu_item_menu_item_parent','0'),(63,22,'_menu_item_object_id','22'),(64,22,'_menu_item_object','custom'),(65,22,'_menu_item_target',''),(66,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,22,'_menu_item_xfn',''),(68,22,'_menu_item_url','https://www.yelp.com'),(69,23,'_menu_item_type','custom'),(70,23,'_menu_item_menu_item_parent','0'),(71,23,'_menu_item_object_id','23'),(72,23,'_menu_item_object','custom'),(73,23,'_menu_item_target',''),(74,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(75,23,'_menu_item_xfn',''),(76,23,'_menu_item_url','https://www.facebook.com/wordpress'),(77,24,'_menu_item_type','custom'),(78,24,'_menu_item_menu_item_parent','0'),(79,24,'_menu_item_object_id','24'),(80,24,'_menu_item_object','custom'),(81,24,'_menu_item_target',''),(82,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,24,'_menu_item_xfn',''),(84,24,'_menu_item_url','https://twitter.com/wordpress'),(85,25,'_menu_item_type','custom'),(86,25,'_menu_item_menu_item_parent','0'),(87,25,'_menu_item_object_id','25'),(88,25,'_menu_item_object','custom'),(89,25,'_menu_item_target',''),(90,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(91,25,'_menu_item_xfn',''),(92,25,'_menu_item_url','https://www.instagram.com/explore/tags/wordcamp/'),(93,26,'_menu_item_type','custom'),(94,26,'_menu_item_menu_item_parent','0'),(95,26,'_menu_item_object_id','26'),(96,26,'_menu_item_object','custom'),(97,26,'_menu_item_target',''),(98,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,26,'_menu_item_xfn',''),(100,26,'_menu_item_url','mailto:wordpress@example.com'),(103,7,'_edit_lock','1517028685:1'),(104,7,'_edit_last','1'),(105,7,'_wp_page_template','default'),(106,7,'_mts_custom_sidebar','mts_nosidebar'),(107,7,'_mts_sidebar_location',''),(108,7,'_mts_postheader','parallax'),(109,11,'_edit_lock','1517029170:1'),(113,30,'_wp_attached_file','2018/01/TERRA_FIRMA_LOGO_2011-e1515175211262.jpg'),(114,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:99;s:4:\"file\";s:48:\"2018/01/TERRA_FIRMA_LOGO_2011-e1515175211262.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"TERRA_FIRMA_LOGO_2011-150x150.jpg\";s:5:\"width\";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:\"TERRA_FIRMA_LOGO_2011-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"TERRA_FIRMA_LOGO_2011-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"TERRA_FIRMA_LOGO_2011-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:33:\"TERRA_FIRMA_LOGO_2011-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:31:\"TERRA_FIRMA_LOGO_2011-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:33:\"TERRA_FIRMA_LOGO_2011-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:33:\"TERRA_FIRMA_LOGO_2011-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(115,30,'_wp_attachment_image_alt','Terra Firma Logo'),(118,33,'_wp_attached_file','2018/01/Terra-Firma-Racing-01-e1515084334637.png'),(119,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:97;s:4:\"file\";s:48:\"2018/01/Terra-Firma-Racing-01-e1515084334637.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Terra-Firma-Racing-01-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:\"Terra-Firma-Racing-01-300x291.png\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Terra-Firma-Racing-01-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"Terra-Firma-Racing-01-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:33:\"Terra-Firma-Racing-01-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:31:\"Terra-Firma-Racing-01-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:33:\"Terra-Firma-Racing-01-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:33:\"Terra-Firma-Racing-01-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(120,33,'_wp_attachment_image_alt','Terra Firma Racing'),(121,33,'_edit_lock','1515016540:1'),(122,33,'_edit_last','1'),(123,34,'_wp_attached_file','2018/01/cropped-Terra-Firma-Racing-01.png'),(124,34,'_wp_attachment_context','site-icon'),(125,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2018/01/cropped-Terra-Firma-Racing-01.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-Terra-Firma-Racing-01-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:41:\"cropped-Terra-Firma-Racing-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-Terra-Firma-Racing-01-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"cropped-Terra-Firma-Racing-01-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:41:\"cropped-Terra-Firma-Racing-01-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:39:\"cropped-Terra-Firma-Racing-01-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:41:\"cropped-Terra-Firma-Racing-01-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:41:\"cropped-Terra-Firma-Racing-01-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(128,33,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:382;s:6:\"height\";i:370;s:4:\"file\";s:25:\"Terra-Firma-Racing-01.png\";}s:18:\"full-1515084334637\";a:3:{s:5:\"width\";i:150;s:6:\"height\";i:145;s:4:\"file\";s:40:\"Terra-Firma-Racing-01-e1515016650867.png\";}}'),(134,38,'_wp_attached_file','2018/01/TF-Cover-01.jpg'),(135,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:308;s:4:\"file\";s:23:\"2018/01/TF-Cover-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"TF-Cover-01-150x150.jpg\";s:5:\"width\";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:\"TF-Cover-01-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"TF-Cover-01-768x278.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"TF-Cover-01-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"TF-Cover-01-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:23:\"TF-Cover-01-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:21:\"TF-Cover-01-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:23:\"TF-Cover-01-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:23:\"TF-Cover-01-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(136,38,'_wp_attachment_image_alt','Terra Firma Racing - Go Adventure'),(224,84,'_wp_attached_file','2013/06/cd_1_angle.jpg'),(225,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2013/06/cd_1_angle.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-150x150.jpg\";s:5:\"width\";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:\"cd_1_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"cd_1_angle-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(226,84,'_mts_demo_post','1'),(260,2407,'_wp_attached_file','2013/06/poster_4_up.jpg'),(261,2407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2013/06/poster_4_up.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_4_up-150x150.jpg\";s:5:\"width\";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:\"poster_4_up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"poster_4_up-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_4_up-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"poster_4_up-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:23:\"poster_4_up-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:21:\"poster_4_up-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:23:\"poster_4_up-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:23:\"poster_4_up-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(262,2407,'_mts_demo_post','1'),(263,2408,'_wp_attached_file','2013/06/Poster_4_flat.jpg'),(264,2408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2013/06/Poster_4_flat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-150x150.jpg\";s:5:\"width\";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:\"Poster_4_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"Poster_4_flat-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(265,2408,'_mts_demo_post','1'),(266,2409,'_wp_attached_file','2013/06/poster_5_up.jpg'),(267,2409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2013/06/poster_5_up.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_5_up-150x150.jpg\";s:5:\"width\";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:\"poster_5_up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"poster_5_up-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_5_up-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"poster_5_up-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:23:\"poster_5_up-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:21:\"poster_5_up-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:23:\"poster_5_up-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:23:\"poster_5_up-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(268,2409,'_mts_demo_post','1'),(269,2410,'_wp_attached_file','2013/06/Poster_5_flat.jpg'),(270,2410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2013/06/Poster_5_flat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-150x150.jpg\";s:5:\"width\";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:\"Poster_5_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"Poster_5_flat-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(271,2410,'_mts_demo_post','1'),(272,2411,'_wp_attached_file','2014/03/wallpaper-672764.jpg'),(273,2411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2014/03/wallpaper-672764.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-672764-150x150.jpg\";s:5:\"width\";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:\"wallpaper-672764-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wallpaper-672764-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wallpaper-672764-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-672764-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"wallpaper-672764-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-672764-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"wallpaper-672764-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-672764-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"wallpaper-672764-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(274,2411,'_mts_demo_post','1'),(275,2412,'_wp_attached_file','2014/03/wallpaper-203147.jpg'),(276,2412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:28:\"2014/03/wallpaper-203147.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-203147-150x150.jpg\";s:5:\"width\";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:\"wallpaper-203147-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:28:\"wallpaper-203147-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:29:\"wallpaper-203147-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:28:\"wallpaper-203147-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"wallpaper-203147-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-203147-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"wallpaper-203147-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-203147-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"wallpaper-203147-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(277,2412,'_mts_demo_post','1'),(278,36,'_wp_attached_file','2014/03/wallpaper-310972.jpg'),(279,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2014/03/wallpaper-310972.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-310972-150x150.jpg\";s:5:\"width\";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:\"wallpaper-310972-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wallpaper-310972-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wallpaper-310972-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-310972-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"wallpaper-310972-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-310972-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"wallpaper-310972-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-310972-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"wallpaper-310972-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(280,36,'_mts_demo_post','1'),(281,2413,'_wp_attached_file','2014/03/wallpaper-2477293.jpg'),(282,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2014/03/wallpaper-2477293.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-2477293-150x150.jpg\";s:5:\"width\";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:\"wallpaper-2477293-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wallpaper-2477293-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wallpaper-2477293-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-2477293-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"wallpaper-2477293-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-2477293-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:27:\"wallpaper-2477293-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-2477293-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:29:\"wallpaper-2477293-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(283,2413,'_mts_demo_post','1'),(284,2414,'_wp_attached_file','2014/03/wallpaper-455444.jpg'),(285,2414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"2014/03/wallpaper-455444.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-455444-150x150.jpg\";s:5:\"width\";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:\"wallpaper-455444-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:28:\"wallpaper-455444-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:29:\"wallpaper-455444-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:28:\"wallpaper-455444-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"wallpaper-455444-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-455444-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"wallpaper-455444-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-455444-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"wallpaper-455444-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:7:\"4108-02\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:7:\"4108-02\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,2414,'_mts_demo_post','1'),(287,46,'_wp_attached_file','2014/03/wallpaper-89195.jpg'),(288,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1050;s:4:\"file\";s:27:\"2014/03/wallpaper-89195.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wallpaper-89195-150x150.jpg\";s:5:\"width\";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:\"wallpaper-89195-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"wallpaper-89195-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"wallpaper-89195-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wallpaper-89195-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"wallpaper-89195-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:27:\"wallpaper-89195-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:25:\"wallpaper-89195-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:27:\"wallpaper-89195-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:27:\"wallpaper-89195-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot SD500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1179049725\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.7\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(289,46,'_mts_demo_post','1'),(290,47,'_wp_attached_file','2014/03/wallpaper-1616849.jpg'),(291,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2014/03/wallpaper-1616849.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-1616849-150x150.jpg\";s:5:\"width\";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:\"wallpaper-1616849-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:29:\"wallpaper-1616849-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:30:\"wallpaper-1616849-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:29:\"wallpaper-1616849-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"wallpaper-1616849-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-1616849-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:27:\"wallpaper-1616849-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-1616849-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:29:\"wallpaper-1616849-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(292,47,'_mts_demo_post','1'),(293,50,'_wp_attached_file','2014/03/wallpaper-406199.jpg'),(294,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:28:\"2014/03/wallpaper-406199.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-406199-150x150.jpg\";s:5:\"width\";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:\"wallpaper-406199-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wallpaper-406199-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wallpaper-406199-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-406199-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"wallpaper-406199-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-406199-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"wallpaper-406199-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-406199-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"wallpaper-406199-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(295,50,'_mts_demo_post','1'),(296,51,'_wp_attached_file','2014/03/wallpaper-4061991.jpg'),(297,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:29:\"2014/03/wallpaper-4061991.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-4061991-150x150.jpg\";s:5:\"width\";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:\"wallpaper-4061991-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wallpaper-4061991-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wallpaper-4061991-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-4061991-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"wallpaper-4061991-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-4061991-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:27:\"wallpaper-4061991-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-4061991-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:29:\"wallpaper-4061991-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(298,51,'_mts_demo_post','1'),(299,88,'_wp_attached_file','2013/06/cd_2_angle.jpg'),(300,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2013/06/cd_2_angle.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-150x150.jpg\";s:5:\"width\";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:\"cd_2_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"cd_2_angle-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(301,88,'_mts_demo_post','1'),(302,89,'_wp_attached_file','2013/06/cd_2_flat.jpg'),(303,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2013/06/cd_2_flat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-150x150.jpg\";s:5:\"width\";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:\"cd_2_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"cd_2_flat-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(304,89,'_mts_demo_post','1'),(305,91,'_wp_attached_file','2013/06/cd_3_angle.jpg'),(306,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2013/06/cd_3_angle.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-150x150.jpg\";s:5:\"width\";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:\"cd_3_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"cd_3_angle-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(307,91,'_mts_demo_post','1'),(308,97,'_wp_attached_file','2013/06/cd_5_angle.jpg'),(309,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2013/06/cd_5_angle.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-150x150.jpg\";s:5:\"width\";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:\"cd_5_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"cd_5_angle-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(310,97,'_mts_demo_post','1'),(311,98,'_wp_attached_file','2013/06/cd_5_flat.jpg'),(312,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2013/06/cd_5_flat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-150x150.jpg\";s:5:\"width\";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:\"cd_5_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"cd_5_flat-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(313,98,'_mts_demo_post','1'),(314,101,'_wp_attached_file','2013/06/cd_6_flat.jpg'),(315,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2013/06/cd_6_flat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-150x150.jpg\";s:5:\"width\";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:\"cd_6_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"cd_6_flat-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(316,101,'_mts_demo_post','1'),(317,2415,'_wp_attached_file','2013/06/cd_1_flat.jpg'),(318,2415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2013/06/cd_1_flat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-150x150.jpg\";s:5:\"width\";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:\"cd_1_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"cd_1_flat-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(319,2415,'_mts_demo_post','1'),(320,2416,'_wp_attached_file','2013/06/cd_3_flat.jpg'),(321,2416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2013/06/cd_3_flat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-150x150.jpg\";s:5:\"width\";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:\"cd_3_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"cd_3_flat-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(322,2416,'_mts_demo_post','1'),(323,2417,'_wp_attached_file','2013/06/cd_4_flat.jpg'),(324,2417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2013/06/cd_4_flat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-150x150.jpg\";s:5:\"width\";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:\"cd_4_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"cd_4_flat-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(325,2417,'_mts_demo_post','1'),(326,2418,'_wp_attached_file','2013/06/cd_4_angle.jpg'),(327,2418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2013/06/cd_4_angle.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-150x150.jpg\";s:5:\"width\";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:\"cd_4_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"cd_4_angle-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(328,2418,'_mts_demo_post','1'),(329,2419,'_wp_attached_file','2013/06/cd_6_angle.jpg'),(330,2419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2013/06/cd_6_angle.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-150x150.jpg\";s:5:\"width\";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:\"cd_6_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"cd_6_angle-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(331,2419,'_mts_demo_post','1'),(332,59,'_wp_attached_file','2014/03/wallpaper-1060896.jpg'),(333,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2014/03/wallpaper-1060896.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-1060896-150x150.jpg\";s:5:\"width\";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:\"wallpaper-1060896-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:29:\"wallpaper-1060896-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:30:\"wallpaper-1060896-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:29:\"wallpaper-1060896-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"wallpaper-1060896-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-1060896-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:27:\"wallpaper-1060896-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-1060896-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:29:\"wallpaper-1060896-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(334,59,'_mts_demo_post','1'),(335,61,'_wp_attached_file','2014/03/wallpaper-1743352.jpg'),(336,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1050;s:4:\"file\";s:29:\"2014/03/wallpaper-1743352.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-1743352-150x150.jpg\";s:5:\"width\";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:\"wallpaper-1743352-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wallpaper-1743352-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wallpaper-1743352-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-1743352-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"wallpaper-1743352-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-1743352-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:27:\"wallpaper-1743352-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-1743352-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:29:\"wallpaper-1743352-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(337,61,'_mts_demo_post','1'),(338,62,'_wp_attached_file','2014/03/wallpaper-1549988.jpg'),(339,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2014/03/wallpaper-1549988.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-1549988-150x150.jpg\";s:5:\"width\";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:\"wallpaper-1549988-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wallpaper-1549988-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wallpaper-1549988-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"wallpaper-1549988-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"wallpaper-1549988-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-1549988-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:27:\"wallpaper-1549988-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:29:\"wallpaper-1549988-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:29:\"wallpaper-1549988-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(340,62,'_mts_demo_post','1'),(341,66,'_wp_attached_file','2014/03/wallpaper-72659.jpg'),(342,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:27:\"2014/03/wallpaper-72659.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wallpaper-72659-150x150.jpg\";s:5:\"width\";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:\"wallpaper-72659-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"wallpaper-72659-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"wallpaper-72659-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wallpaper-72659-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"wallpaper-72659-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:27:\"wallpaper-72659-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:25:\"wallpaper-72659-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:27:\"wallpaper-72659-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:27:\"wallpaper-72659-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon PowerShot A620\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1154236359\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"21.709\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(343,66,'_mts_demo_post','1'),(344,68,'_wp_attached_file','2014/03/wallpaper-5424.jpg'),(345,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:26:\"2014/03/wallpaper-5424.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wallpaper-5424-150x150.jpg\";s:5:\"width\";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:\"wallpaper-5424-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:\"wallpaper-5424-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:27:\"wallpaper-5424-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:26:\"wallpaper-5424-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"wallpaper-5424-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:26:\"wallpaper-5424-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:24:\"wallpaper-5424-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:26:\"wallpaper-5424-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:26:\"wallpaper-5424-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(346,68,'_mts_demo_post','1'),(347,72,'_wp_attached_file','2014/03/wallpaper-731796.jpg'),(348,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"2014/03/wallpaper-731796.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-731796-150x150.jpg\";s:5:\"width\";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:\"wallpaper-731796-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:28:\"wallpaper-731796-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:29:\"wallpaper-731796-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:28:\"wallpaper-731796-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"wallpaper-731796-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-731796-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"wallpaper-731796-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-731796-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"wallpaper-731796-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(349,72,'_mts_demo_post','1'),(350,78,'_wp_attached_file','2014/03/wallpaper-476963.jpg'),(351,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1050;s:4:\"file\";s:28:\"2014/03/wallpaper-476963.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-476963-150x150.jpg\";s:5:\"width\";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:\"wallpaper-476963-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wallpaper-476963-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wallpaper-476963-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wallpaper-476963-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"wallpaper-476963-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-476963-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"wallpaper-476963-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"wallpaper-476963-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"wallpaper-476963-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(352,78,'_mts_demo_post','1'),(353,82,'_wp_attached_file','2014/03/wallpaper-14286101.jpg'),(354,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2014/03/wallpaper-14286101.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wallpaper-14286101-150x150.jpg\";s:5:\"width\";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:\"wallpaper-14286101-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wallpaper-14286101-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wallpaper-14286101-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"wallpaper-14286101-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"wallpaper-14286101-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"wallpaper-14286101-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"wallpaper-14286101-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"wallpaper-14286101-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"wallpaper-14286101-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(355,82,'_mts_demo_post','1'),(356,95,'_wp_attached_file','2014/04/bey1279-gbq-take-action-before-the-blue-mrec-300x250p.jpg'),(357,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:250;s:4:\"file\";s:65:\"2014/04/bey1279-gbq-take-action-before-the-blue-mrec-300x250p.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"bey1279-gbq-take-action-before-the-blue-mrec-300x250p-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"bey1279-gbq-take-action-before-the-blue-mrec-300x250p-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"bey1279-gbq-take-action-before-the-blue-mrec-300x250p-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:65:\"bey1279-gbq-take-action-before-the-blue-mrec-300x250p-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:65:\"bey1279-gbq-take-action-before-the-blue-mrec-300x250p-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:63:\"bey1279-gbq-take-action-before-the-blue-mrec-300x250p-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:65:\"bey1279-gbq-take-action-before-the-blue-mrec-300x250p-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:65:\"bey1279-gbq-take-action-before-the-blue-mrec-300x250p-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(358,95,'_mts_demo_post','1'),(359,2349,'_wp_attached_file','2015/04/facility-3.jpg'),(360,2349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:456;s:4:\"file\";s:22:\"2015/04/facility-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"facility-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:22:\"facility-3-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:22:\"facility-3-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"facility-3-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"facility-3-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"facility-3-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"facility-3-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"facility-3-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(361,2349,'_mts_demo_post','1'),(362,2350,'_wp_attached_file','2015/04/facility-2.jpg'),(363,2350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2015/04/facility-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"facility-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:22:\"facility-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:22:\"facility-2-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"facility-2-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"facility-2-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"facility-2-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"facility-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"facility-2-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(364,2350,'_mts_demo_post','1'),(365,2351,'_wp_attached_file','2015/04/facility-1.jpg'),(366,2351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:367;s:4:\"file\";s:22:\"2015/04/facility-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"facility-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:22:\"facility-1-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:22:\"facility-1-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"facility-1-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"facility-1-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"facility-1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"facility-1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"facility-1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(367,2351,'_mts_demo_post','1'),(368,2352,'_wp_attached_file','2015/04/logo.png'),(369,2352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:56;s:4:\"file\";s:16:\"2015/04/logo.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-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:16:\"logo-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"logo-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:16:\"logo-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:14:\"logo-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:16:\"logo-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:16:\"logo-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(370,2352,'_mts_demo_post','1'),(371,2353,'_wp_attached_file','2015/04/footer-logo.png'),(372,2353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:87;s:6:\"height\";i:36;s:4:\"file\";s:23:\"2015/04/footer-logo.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-logo-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:\"footer-logo-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"footer-logo-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:23:\"footer-logo-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:21:\"footer-logo-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:23:\"footer-logo-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:23:\"footer-logo-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(373,2353,'_mts_demo_post','1'),(374,2354,'_wp_attached_file','2015/04/favicon.png'),(375,2354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:19:\"2015/04/favicon.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-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:19:\"favicon-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"favicon-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:19:\"favicon-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:17:\"favicon-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:19:\"favicon-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:19:\"favicon-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(376,2354,'_mts_demo_post','1'),(377,2355,'_wp_attached_file','2015/04/workout-8.png'),(378,2355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:21:\"2015/04/workout-8.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"workout-8-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:21:\"workout-8-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"workout-8-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"workout-8-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"workout-8-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"workout-8-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"workout-8-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(379,2355,'_mts_demo_post','1'),(380,2356,'_wp_attached_file','2015/04/workout-7.png'),(381,2356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:96;s:4:\"file\";s:21:\"2015/04/workout-7.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"workout-7-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:21:\"workout-7-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"workout-7-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"workout-7-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"workout-7-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"workout-7-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"workout-7-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(382,2356,'_mts_demo_post','1'),(383,2357,'_wp_attached_file','2015/04/workout-6.png'),(384,2357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:21:\"2015/04/workout-6.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"workout-6-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:21:\"workout-6-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"workout-6-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"workout-6-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"workout-6-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"workout-6-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"workout-6-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(385,2357,'_mts_demo_post','1'),(386,2358,'_wp_attached_file','2015/04/workout-5.png'),(387,2358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:21:\"2015/04/workout-5.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"workout-5-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:21:\"workout-5-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"workout-5-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"workout-5-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"workout-5-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"workout-5-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"workout-5-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(388,2358,'_mts_demo_post','1'),(389,2359,'_wp_attached_file','2015/04/workout-4.png'),(390,2359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:21:\"2015/04/workout-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"workout-4-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:21:\"workout-4-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"workout-4-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"workout-4-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"workout-4-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"workout-4-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"workout-4-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(391,2359,'_mts_demo_post','1'),(392,2360,'_wp_attached_file','2015/04/workout-3.png'),(393,2360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:104;s:6:\"height\";i:96;s:4:\"file\";s:21:\"2015/04/workout-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"workout-3-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:21:\"workout-3-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"workout-3-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"workout-3-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"workout-3-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"workout-3-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"workout-3-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(394,2360,'_mts_demo_post','1'),(395,2361,'_wp_attached_file','2015/04/workout-2.png'),(396,2361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:21:\"2015/04/workout-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"workout-2-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:21:\"workout-2-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"workout-2-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"workout-2-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"workout-2-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"workout-2-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"workout-2-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(397,2361,'_mts_demo_post','1'),(398,2362,'_wp_attached_file','2015/04/workout-1.png'),(399,2362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:21:\"2015/04/workout-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"workout-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:21:\"workout-1-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"workout-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"workout-1-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"workout-1-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"workout-1-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"workout-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(400,2362,'_mts_demo_post','1'),(401,2363,'_wp_attached_file','2015/04/sponser-6.png'),(402,2363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:173;s:6:\"height\";i:43;s:4:\"file\";s:21:\"2015/04/sponser-6.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sponser-6-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:21:\"sponser-6-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"sponser-6-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"sponser-6-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"sponser-6-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"sponser-6-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"sponser-6-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(403,2363,'_mts_demo_post','1'),(404,2364,'_wp_attached_file','2015/04/sponser-5.png'),(405,2364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:135;s:6:\"height\";i:43;s:4:\"file\";s:21:\"2015/04/sponser-5.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sponser-5-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:21:\"sponser-5-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"sponser-5-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"sponser-5-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"sponser-5-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"sponser-5-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"sponser-5-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(406,2364,'_mts_demo_post','1'),(407,2365,'_wp_attached_file','2015/04/sponser-4.png'),(408,2365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:43;s:4:\"file\";s:21:\"2015/04/sponser-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sponser-4-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:21:\"sponser-4-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"sponser-4-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"sponser-4-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"sponser-4-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"sponser-4-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"sponser-4-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(409,2365,'_mts_demo_post','1'),(410,2366,'_wp_attached_file','2015/04/sponser-3.png'),(411,2366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:108;s:6:\"height\";i:43;s:4:\"file\";s:21:\"2015/04/sponser-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sponser-3-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:21:\"sponser-3-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"sponser-3-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"sponser-3-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"sponser-3-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"sponser-3-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"sponser-3-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(412,2366,'_mts_demo_post','1'),(413,2367,'_wp_attached_file','2015/04/sponser-2.png'),(414,2367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:141;s:6:\"height\";i:43;s:4:\"file\";s:21:\"2015/04/sponser-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sponser-2-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:21:\"sponser-2-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"sponser-2-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"sponser-2-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"sponser-2-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"sponser-2-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"sponser-2-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(415,2367,'_mts_demo_post','1'),(416,2368,'_wp_attached_file','2015/04/sponser-1.png'),(417,2368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:43;s:4:\"file\";s:21:\"2015/04/sponser-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sponser-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:21:\"sponser-1-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"sponser-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"sponser-1-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"sponser-1-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"sponser-1-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"sponser-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(418,2368,'_mts_demo_post','1'),(419,2369,'_wp_attached_file','2015/04/progress-6.png'),(420,2369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:160;s:4:\"file\";s:22:\"2015/04/progress-6.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"progress-6-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:22:\"progress-6-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"progress-6-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"progress-6-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"progress-6-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"progress-6-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"progress-6-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(421,2369,'_mts_demo_post','1'),(422,2370,'_wp_attached_file','2015/04/progress-5.png'),(423,2370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:160;s:4:\"file\";s:22:\"2015/04/progress-5.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"progress-5-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:22:\"progress-5-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"progress-5-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"progress-5-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"progress-5-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"progress-5-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"progress-5-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(424,2370,'_mts_demo_post','1'),(425,2371,'_wp_attached_file','2015/04/progress-4.png'),(426,2371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:160;s:4:\"file\";s:22:\"2015/04/progress-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"progress-4-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:22:\"progress-4-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"progress-4-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"progress-4-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"progress-4-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"progress-4-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"progress-4-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(427,2371,'_mts_demo_post','1'),(428,2372,'_wp_attached_file','2015/04/progress-3.png'),(429,2420,'_wp_attached_file','2018/01/TerraFirma-favicon-02.png'),(430,2420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:33:\"2018/01/TerraFirma-favicon-02.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"TerraFirma-favicon-02-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:33:\"TerraFirma-favicon-02-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"TerraFirma-favicon-02-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:33:\"TerraFirma-favicon-02-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:31:\"TerraFirma-favicon-02-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:33:\"TerraFirma-favicon-02-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:33:\"TerraFirma-favicon-02-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(431,2372,'_mts_demo_post','1'),(432,2373,'_wp_attached_file','2015/04/progress-2.png'),(433,2373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:160;s:4:\"file\";s:22:\"2015/04/progress-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"progress-2-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:22:\"progress-2-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"progress-2-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"progress-2-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"progress-2-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"progress-2-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"progress-2-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(434,2373,'_mts_demo_post','1'),(435,2374,'_wp_attached_file','2015/04/progress-1.png'),(436,2374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:160;s:4:\"file\";s:22:\"2015/04/progress-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"progress-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:22:\"progress-1-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"progress-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"progress-1-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"progress-1-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"progress-1-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"progress-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(437,2374,'_mts_demo_post','1'),(438,2443,'_wp_attached_file','2015/04/blog.png'),(439,2443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:56;s:4:\"file\";s:16:\"2015/04/blog.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"blog-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:16:\"blog-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"blog-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:16:\"blog-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:14:\"blog-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:16:\"blog-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:16:\"blog-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(440,2443,'_wpt_view_count','1'),(441,2443,'_mts_demo_post','1'),(442,2444,'_wp_attached_file','2013/07/General.png'),(443,2444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:2676;s:4:\"file\";s:19:\"2013/07/General.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"General-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:\"General-130x300.png\";s:5:\"width\";i:130;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"General-768x1772.png\";s:5:\"width\";i:768;s:6:\"height\";i:1772;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"General-444x1024.png\";s:5:\"width\";i:444;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"General-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"General-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:19:\"General-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:17:\"General-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:19:\"General-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:19:\"General-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(444,2444,'_mts_demo_post','1'),(445,2446,'_wp_attached_file','2015/04/Styling.png'),(446,2446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1162;s:6:\"height\";i:1813;s:4:\"file\";s:19:\"2015/04/Styling.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Styling-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:\"Styling-192x300.png\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Styling-768x1198.png\";s:5:\"width\";i:768;s:6:\"height\";i:1198;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Styling-656x1024.png\";s:5:\"width\";i:656;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Styling-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"Styling-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:19:\"Styling-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:17:\"Styling-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:19:\"Styling-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:19:\"Styling-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(447,2446,'_mts_demo_post','1'),(448,2447,'_wp_attached_file','2013/07/Header.png'),(449,2447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1161;s:6:\"height\";i:850;s:4:\"file\";s:18:\"2013/07/Header.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Header-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:\"Header-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Header-768x562.png\";s:5:\"width\";i:768;s:6:\"height\";i:562;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Header-1024x750.png\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Header-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"Header-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:18:\"Header-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:16:\"Header-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:18:\"Header-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:18:\"Header-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(450,2447,'_mts_demo_post','1'),(451,2449,'_wp_attached_file','2015/04/Homepage.png'),(452,2449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:1207;s:4:\"file\";s:20:\"2015/04/Homepage.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Homepage-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:\"Homepage-288x300.png\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Homepage-768x799.png\";s:5:\"width\";i:768;s:6:\"height\";i:799;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Homepage-984x1024.png\";s:5:\"width\";i:984;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Homepage-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"Homepage-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:20:\"Homepage-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:18:\"Homepage-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:20:\"Homepage-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:20:\"Homepage-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(453,2449,'_mts_demo_post','1'),(454,2450,'_wp_attached_file','2014/06/Blog.png'),(455,2450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1158;s:6:\"height\";i:1052;s:4:\"file\";s:16:\"2014/06/Blog.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Blog-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:16:\"Blog-300x273.png\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Blog-768x698.png\";s:5:\"width\";i:768;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Blog-1024x930.png\";s:5:\"width\";i:1024;s:6:\"height\";i:930;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Blog-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"Blog-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:16:\"Blog-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:14:\"Blog-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:16:\"Blog-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:16:\"Blog-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(456,2450,'_mts_demo_post','1'),(457,2451,'_wp_attached_file','2013/07/Ad-management.png'),(458,2451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1158;s:6:\"height\";i:1016;s:4:\"file\";s:25:\"2013/07/Ad-management.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ad-management-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:\"Ad-management-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Ad-management-768x674.png\";s:5:\"width\";i:768;s:6:\"height\";i:674;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Ad-management-1024x898.png\";s:5:\"width\";i:1024;s:6:\"height\";i:898;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Ad-management-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"Ad-management-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"Ad-management-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"Ad-management-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"Ad-management-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"Ad-management-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(459,2451,'_mts_demo_post','1'),(460,2453,'_wp_attached_file','2015/04/Single.png'),(461,2453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1159;s:6:\"height\";i:1541;s:4:\"file\";s:18:\"2015/04/Single.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Single-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:\"Single-226x300.png\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Single-768x1021.png\";s:5:\"width\";i:768;s:6:\"height\";i:1021;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Single-770x1024.png\";s:5:\"width\";i:770;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Single-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"Single-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:18:\"Single-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:16:\"Single-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:18:\"Single-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:18:\"Single-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(462,2453,'_mts_demo_post','1'),(463,2455,'_wp_attached_file','2015/04/Social.png'),(464,2455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1158;s:6:\"height\";i:850;s:4:\"file\";s:18:\"2015/04/Social.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Social-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:\"Social-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Social-768x564.png\";s:5:\"width\";i:768;s:6:\"height\";i:564;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Social-1024x752.png\";s:5:\"width\";i:1024;s:6:\"height\";i:752;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Social-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"Social-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:18:\"Social-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:16:\"Social-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:18:\"Social-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:18:\"Social-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(465,2455,'_mts_demo_post','1'),(466,2457,'_wp_attached_file','2015/04/Sidebars.png'),(467,2457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1158;s:6:\"height\";i:1856;s:4:\"file\";s:20:\"2015/04/Sidebars.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Sidebars-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:\"Sidebars-187x300.png\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Sidebars-768x1231.png\";s:5:\"width\";i:768;s:6:\"height\";i:1231;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Sidebars-639x1024.png\";s:5:\"width\";i:639;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Sidebars-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"Sidebars-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:20:\"Sidebars-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:18:\"Sidebars-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:20:\"Sidebars-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:20:\"Sidebars-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(468,2457,'_mts_demo_post','1'),(469,2459,'_wp_attached_file','2015/04/Typography.png'),(470,2459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1159;s:6:\"height\";i:3642;s:4:\"file\";s:22:\"2015/04/Typography.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Typography-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:\"Typography-95x300.png\";s:5:\"width\";i:95;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Typography-768x2413.png\";s:5:\"width\";i:768;s:6:\"height\";i:2413;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Typography-326x1024.png\";s:5:\"width\";i:326;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Typography-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"Typography-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"Typography-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"Typography-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"Typography-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"Typography-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(471,2459,'_mts_demo_post','1'),(472,2461,'_wp_attached_file','2015/04/Translation.png'),(473,2461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:2780;s:4:\"file\";s:23:\"2015/04/Translation.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Translation-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:\"Translation-125x300.png\";s:5:\"width\";i:125;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Translation-768x1841.png\";s:5:\"width\";i:768;s:6:\"height\";i:1841;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Translation-427x1024.png\";s:5:\"width\";i:427;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Translation-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"Translation-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:23:\"Translation-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:21:\"Translation-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:23:\"Translation-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:23:\"Translation-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(474,2461,'_mts_demo_post','1'),(475,2462,'_wp_attached_file','2014/06/Import-export.png'),(476,2462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:1516;s:4:\"file\";s:25:\"2014/06/Import-export.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Import-export-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:\"Import-export-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Import-export-768x1004.png\";s:5:\"width\";i:768;s:6:\"height\";i:1004;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Import-export-784x1024.png\";s:5:\"width\";i:784;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Import-export-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"Import-export-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"Import-export-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"Import-export-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"Import-export-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"Import-export-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(477,2462,'_mts_demo_post','1'),(478,2473,'_wp_attached_file','2015/04/header-img.jpg'),(479,2473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:476;s:4:\"file\";s:22:\"2015/04/header-img.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"header-img-150x150.jpg\";s:5:\"width\";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:\"header-img-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"header-img-768x228.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"header-img-1024x305.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"header-img-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"header-img-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"header-img-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"header-img-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"header-img-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"header-img-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(480,2473,'_mts_demo_post','1'),(481,2481,'_wp_attached_file','2015/04/1.jpg'),(482,2481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:13:\"2015/04/1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"1-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:13:\"1-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:13:\"1-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:13:\"1-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:11:\"1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:13:\"1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:13:\"1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(483,2481,'_mts_demo_post','1'),(484,2482,'_wp_attached_file','2015/04/2.jpg'),(485,2482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:13:\"2015/04/2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"2-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:13:\"2-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:13:\"2-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:13:\"2-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:11:\"2-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:13:\"2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:13:\"2-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(486,2482,'_mts_demo_post','1'),(487,2483,'_wp_attached_file','2015/04/3.jpg'),(488,2483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:13:\"2015/04/3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"3-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:13:\"3-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:13:\"3-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:13:\"3-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:11:\"3-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:13:\"3-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:13:\"3-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(489,2483,'_mts_demo_post','1'),(490,2484,'_wp_attached_file','2015/04/4.jpg'),(491,2484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:13:\"2015/04/4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"4-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:13:\"4-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:13:\"4-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:13:\"4-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:11:\"4-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:13:\"4-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:13:\"4-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(492,2484,'_mts_demo_post','1'),(493,2485,'_wp_attached_file','2015/04/5.jpg'),(494,2485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:13:\"2015/04/5.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"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:13:\"5-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:13:\"5-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:13:\"5-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:11:\"5-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:13:\"5-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:13:\"5-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(495,2485,'_mts_demo_post','1'),(496,2486,'_wp_attached_file','2015/04/6.jpg'),(497,2486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:13:\"2015/04/6.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"6-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:13:\"6-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:13:\"6-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:13:\"6-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:11:\"6-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:13:\"6-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:13:\"6-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(498,2486,'_mts_demo_post','1'),(499,2488,'_wp_attached_file','2015/04/11.jpg'),(500,2488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:271;s:4:\"file\";s:14:\"2015/04/11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"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:14:\"11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"11-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"11-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:14:\"11-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:12:\"11-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:14:\"11-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:14:\"11-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(501,2488,'_mts_demo_post','1'),(502,2489,'_wp_attached_file','2015/04/21.jpg'),(503,2489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:431;s:6:\"height\";i:274;s:4:\"file\";s:14:\"2015/04/21.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-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:14:\"21-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"21-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:14:\"21-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:12:\"21-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:14:\"21-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:14:\"21-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(504,2489,'_mts_demo_post','1'),(505,2490,'_wp_attached_file','2015/04/31.jpg'),(506,2490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:269;s:4:\"file\";s:14:\"2015/04/31.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"31-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"31-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"31-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:14:\"31-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:12:\"31-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:14:\"31-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:14:\"31-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(507,2490,'_mts_demo_post','1'),(508,2491,'_wp_attached_file','2015/04/41.jpg'),(509,2491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:319;s:4:\"file\";s:14:\"2015/04/41.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"41-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:14:\"41-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"41-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:14:\"41-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:12:\"41-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:14:\"41-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:14:\"41-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(510,2491,'_mts_demo_post','1'),(511,2492,'_wp_attached_file','2015/04/51.jpg'),(512,2492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:270;s:4:\"file\";s:14:\"2015/04/51.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"51-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"51-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"51-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:14:\"51-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:12:\"51-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:14:\"51-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:14:\"51-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(513,2492,'_mts_demo_post','1'),(514,2493,'_wp_attached_file','2015/04/61.jpg'),(515,2493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:270;s:4:\"file\";s:14:\"2015/04/61.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"61-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"61-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"61-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:14:\"61-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:12:\"61-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:14:\"61-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:14:\"61-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(516,2493,'_mts_demo_post','1'),(517,2494,'_wp_attached_file','2015/04/22.jpg'),(518,2494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:271;s:4:\"file\";s:14:\"2015/04/22.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"22-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"22-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:14:\"22-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:12:\"22-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:14:\"22-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:14:\"22-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(519,2494,'_mts_demo_post','1'),(520,2495,'_wp_attached_file','2015/04/42.jpg'),(521,2495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:271;s:4:\"file\";s:14:\"2015/04/42.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"42-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"42-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"42-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:14:\"42-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:12:\"42-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:14:\"42-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:14:\"42-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(522,2495,'_mts_demo_post','1'),(523,2507,'_wp_attached_file','2016/01/justfit.jpg'),(524,2507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:476;s:4:\"file\";s:19:\"2016/01/justfit.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"justfit-150x150.jpg\";s:5:\"width\";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:\"justfit-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"justfit-768x228.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"justfit-1024x305.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"justfit-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"justfit-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:19:\"justfit-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:17:\"justfit-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:19:\"justfit-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:19:\"justfit-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(525,2507,'_mts_demo_post','1'),(526,2535,'_wp_attached_file','2014/03/pexels-photo-295012.jpeg'),(527,2535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1477;s:4:\"file\";s:32:\"2014/03/pexels-photo-295012.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-295012-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:32:\"pexels-photo-295012-300x233.jpeg\";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:32:\"pexels-photo-295012-768x597.jpeg\";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:33:\"pexels-photo-295012-1024x796.jpeg\";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:32:\"pexels-photo-295012-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-295012-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-295012-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-295012-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-295012-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-295012-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1484143381\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(528,2535,'_mts_demo_post','1'),(529,2536,'_wp_attached_file','2014/03/pexels-photo-287227.jpeg'),(530,2536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2014/03/pexels-photo-287227.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-287227-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:32:\"pexels-photo-287227-300x200.jpeg\";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:32:\"pexels-photo-287227-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-287227-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-287227-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-287227-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-287227-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-287227-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-287227-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-287227-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(531,2536,'_mts_demo_post','1'),(532,2537,'_wp_attached_file','2014/03/pexels-photo-221342.jpeg'),(533,2537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1271;s:4:\"file\";s:32:\"2014/03/pexels-photo-221342.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-221342-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:32:\"pexels-photo-221342-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-221342-768x508.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-221342-1024x678.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-221342-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-221342-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-221342-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-221342-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-221342-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-221342-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(534,2537,'_mts_demo_post','1'),(535,2538,'_wp_attached_file','2014/03/pexels-photo-236054.jpeg'),(536,2538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1385;s:4:\"file\";s:32:\"2014/03/pexels-photo-236054.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-236054-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:32:\"pexels-photo-236054-300x216.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-236054-768x554.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-236054-1024x739.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-236054-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-236054-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-236054-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-236054-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-236054-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-236054-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(537,2538,'_mts_demo_post','1'),(538,2539,'_wp_attached_file','2014/03/pexels-photo-136404.jpeg'),(539,2539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:32:\"2014/03/pexels-photo-136404.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-136404-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:32:\"pexels-photo-136404-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-136404-768x510.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-136404-1024x680.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-136404-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-136404-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-136404-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-136404-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-136404-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-136404-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(540,2539,'_mts_demo_post','1'),(541,2540,'_wp_attached_file','2014/03/pexels-photo-195944.jpeg'),(542,2540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2014/03/pexels-photo-195944.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-195944-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:32:\"pexels-photo-195944-300x200.jpeg\";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:32:\"pexels-photo-195944-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-195944-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-195944-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-195944-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-195944-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-195944-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-195944-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-195944-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(543,2540,'_mts_demo_post','1'),(544,2541,'_wp_attached_file','2014/03/pexels-photo-127873.jpeg'),(545,2541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:32:\"2014/03/pexels-photo-127873.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-127873-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:32:\"pexels-photo-127873-300x225.jpeg\";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:32:\"pexels-photo-127873-768x576.jpeg\";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:33:\"pexels-photo-127873-1024x768.jpeg\";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:32:\"pexels-photo-127873-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-127873-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-127873-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-127873-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-127873-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-127873-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(546,2541,'_mts_demo_post','1'),(547,2542,'_wp_attached_file','2014/03/herbal-tea-herbs-tee-mint-159203.jpeg'),(548,2542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1195;s:4:\"file\";s:45:\"2014/03/herbal-tea-herbs-tee-mint-159203.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"herbal-tea-herbs-tee-mint-159203-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:45:\"herbal-tea-herbs-tee-mint-159203-300x187.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"herbal-tea-herbs-tee-mint-159203-768x478.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"herbal-tea-herbs-tee-mint-159203-1024x637.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"herbal-tea-herbs-tee-mint-159203-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"herbal-tea-herbs-tee-mint-159203-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:45:\"herbal-tea-herbs-tee-mint-159203-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:43:\"herbal-tea-herbs-tee-mint-159203-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:45:\"herbal-tea-herbs-tee-mint-159203-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:45:\"herbal-tea-herbs-tee-mint-159203-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(549,2542,'_mts_demo_post','1'),(550,2543,'_wp_attached_file','2014/03/skull-1209733_1920.jpg'),(551,2543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1271;s:4:\"file\";s:30:\"2014/03/skull-1209733_1920.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"skull-1209733_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:30:\"skull-1209733_1920-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"skull-1209733_1920-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"skull-1209733_1920-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"skull-1209733_1920-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"skull-1209733_1920-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"skull-1209733_1920-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"skull-1209733_1920-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"skull-1209733_1920-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"skull-1209733_1920-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(552,2543,'_mts_demo_post','1'),(553,2544,'_wp_attached_file','2014/03/pills-medicine-tablets-depending-161641.jpeg'),(554,2544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:52:\"2014/03/pills-medicine-tablets-depending-161641.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"pills-medicine-tablets-depending-161641-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:52:\"pills-medicine-tablets-depending-161641-300x200.jpeg\";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:52:\"pills-medicine-tablets-depending-161641-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"pills-medicine-tablets-depending-161641-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"pills-medicine-tablets-depending-161641-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:52:\"pills-medicine-tablets-depending-161641-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:52:\"pills-medicine-tablets-depending-161641-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:50:\"pills-medicine-tablets-depending-161641-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:52:\"pills-medicine-tablets-depending-161641-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:52:\"pills-medicine-tablets-depending-161641-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(555,2544,'_mts_demo_post','1'),(556,2545,'_wp_attached_file','2014/03/pexels-photo-26974.jpg'),(557,2545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2014/03/pexels-photo-26974.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-26974-150x150.jpg\";s:5:\"width\";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:\"pexels-photo-26974-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:30:\"pexels-photo-26974-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pexels-photo-26974-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-26974-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"pexels-photo-26974-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"pexels-photo-26974-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"pexels-photo-26974-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"pexels-photo-26974-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"pexels-photo-26974-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(558,2545,'_mts_demo_post','1'),(559,2546,'_wp_attached_file','2014/03/people-children-child-happy-160946.jpeg'),(560,2546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1230;s:4:\"file\";s:47:\"2014/03/people-children-child-happy-160946.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"people-children-child-happy-160946-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:47:\"people-children-child-happy-160946-300x192.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"people-children-child-happy-160946-768x492.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"people-children-child-happy-160946-1024x656.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"people-children-child-happy-160946-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:47:\"people-children-child-happy-160946-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:47:\"people-children-child-happy-160946-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:45:\"people-children-child-happy-160946-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:47:\"people-children-child-happy-160946-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:47:\"people-children-child-happy-160946-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(561,2546,'_mts_demo_post','1'),(562,2547,'_wp_attached_file','2014/03/pexels-photo-woods.jpg'),(563,2547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2014/03/pexels-photo-woods.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-woods-150x150.jpg\";s:5:\"width\";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:\"pexels-photo-woods-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:30:\"pexels-photo-woods-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pexels-photo-woods-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-woods-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"pexels-photo-woods-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"pexels-photo-woods-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"pexels-photo-woods-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"pexels-photo-woods-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"pexels-photo-woods-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(564,2547,'_mts_demo_post','1'),(565,2548,'_wp_attached_file','2014/03/couple-love-bedroom-kissing.jpg'),(566,2548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:39:\"2014/03/couple-love-bedroom-kissing.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"couple-love-bedroom-kissing-150x150.jpg\";s:5:\"width\";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:\"couple-love-bedroom-kissing-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:39:\"couple-love-bedroom-kissing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"couple-love-bedroom-kissing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"couple-love-bedroom-kissing-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"couple-love-bedroom-kissing-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:39:\"couple-love-bedroom-kissing-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:37:\"couple-love-bedroom-kissing-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:39:\"couple-love-bedroom-kissing-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:39:\"couple-love-bedroom-kissing-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(567,2548,'_mts_demo_post','1'),(568,2549,'_wp_attached_file','2014/03/sunblock-skincare-healthy-skin-heart-161608.jpeg'),(569,2549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:56:\"2014/03/sunblock-skincare-healthy-skin-heart-161608.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"sunblock-skincare-healthy-skin-heart-161608-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:56:\"sunblock-skincare-healthy-skin-heart-161608-300x200.jpeg\";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:56:\"sunblock-skincare-healthy-skin-heart-161608-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"sunblock-skincare-healthy-skin-heart-161608-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"sunblock-skincare-healthy-skin-heart-161608-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:56:\"sunblock-skincare-healthy-skin-heart-161608-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:56:\"sunblock-skincare-healthy-skin-heart-161608-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:54:\"sunblock-skincare-healthy-skin-heart-161608-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:56:\"sunblock-skincare-healthy-skin-heart-161608-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:56:\"sunblock-skincare-healthy-skin-heart-161608-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(570,2549,'_mts_demo_post','1'),(571,2550,'_wp_attached_file','2014/03/pexels-photo-196640.jpeg'),(572,2550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2014/03/pexels-photo-196640.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-196640-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:32:\"pexels-photo-196640-300x200.jpeg\";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:32:\"pexels-photo-196640-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-196640-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-196640-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-196640-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-196640-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-196640-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-196640-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-196640-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(573,2550,'_mts_demo_post','1'),(574,2551,'_wp_attached_file','2014/03/mineral-water-lime-ice-mint-158821.jpeg'),(575,2551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:47:\"2014/03/mineral-water-lime-ice-mint-158821.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"mineral-water-lime-ice-mint-158821-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:47:\"mineral-water-lime-ice-mint-158821-300x200.jpeg\";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:47:\"mineral-water-lime-ice-mint-158821-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"mineral-water-lime-ice-mint-158821-1024x682.jpeg\";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:47:\"mineral-water-lime-ice-mint-158821-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:47:\"mineral-water-lime-ice-mint-158821-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:47:\"mineral-water-lime-ice-mint-158821-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:45:\"mineral-water-lime-ice-mint-158821-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:47:\"mineral-water-lime-ice-mint-158821-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:47:\"mineral-water-lime-ice-mint-158821-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(576,2551,'_mts_demo_post','1'),(577,2552,'_wp_attached_file','2014/03/relay-race-competition-stadium-sport.jpg'),(578,2552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:48:\"2014/03/relay-race-competition-stadium-sport.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"relay-race-competition-stadium-sport-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"relay-race-competition-stadium-sport-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:48:\"relay-race-competition-stadium-sport-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"relay-race-competition-stadium-sport-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"relay-race-competition-stadium-sport-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:48:\"relay-race-competition-stadium-sport-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:48:\"relay-race-competition-stadium-sport-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:46:\"relay-race-competition-stadium-sport-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:48:\"relay-race-competition-stadium-sport-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:48:\"relay-race-competition-stadium-sport-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(579,2552,'_mts_demo_post','1'),(580,2553,'_wp_attached_file','2014/03/pexels-photo-128242.jpeg'),(581,2553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2014/03/pexels-photo-128242.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-128242-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:32:\"pexels-photo-128242-300x200.jpeg\";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:32:\"pexels-photo-128242-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-128242-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-128242-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-128242-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-128242-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-128242-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-128242-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-128242-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(582,2553,'_mts_demo_post','1'),(583,2554,'_wp_attached_file','2014/03/pexels-photo-220723.jpeg'),(584,2554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2014/03/pexels-photo-220723.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-220723-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:32:\"pexels-photo-220723-300x200.jpeg\";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:32:\"pexels-photo-220723-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-220723-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-220723-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"pexels-photo-220723-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-220723-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"pexels-photo-220723-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"pexels-photo-220723-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"pexels-photo-220723-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(585,2554,'_mts_demo_post','1'),(586,2555,'_wp_attached_file','2014/03/salmon-dish-food-meal-46239.jpeg'),(587,2555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2014/03/salmon-dish-food-meal-46239.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"salmon-dish-food-meal-46239-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:40:\"salmon-dish-food-meal-46239-300x225.jpeg\";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:40:\"salmon-dish-food-meal-46239-768x576.jpeg\";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:41:\"salmon-dish-food-meal-46239-1024x768.jpeg\";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:40:\"salmon-dish-food-meal-46239-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"salmon-dish-food-meal-46239-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:40:\"salmon-dish-food-meal-46239-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:38:\"salmon-dish-food-meal-46239-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:40:\"salmon-dish-food-meal-46239-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:40:\"salmon-dish-food-meal-46239-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(588,2555,'_mts_demo_post','1'),(589,2556,'_wp_attached_file','2014/03/pexels-photo-52570.jpeg'),(590,2556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2014/03/pexels-photo-52570.jpeg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"pexels-photo-52570-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:31:\"pexels-photo-52570-300x200.jpeg\";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:31:\"pexels-photo-52570-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-52570-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"pexels-photo-52570-223x137.jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"pexels-photo-52570-360x250.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:31:\"pexels-photo-52570-765x400.jpeg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:29:\"pexels-photo-52570-71x71.jpeg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:31:\"pexels-photo-52570-320x210.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:31:\"pexels-photo-52570-240x240.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(591,2556,'_mts_demo_post','1'),(592,2557,'_wp_attached_file','2014/03/food-pizza-restaurant-eating.jpg'),(593,2557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2014/03/food-pizza-restaurant-eating.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"food-pizza-restaurant-eating-150x150.jpg\";s:5:\"width\";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:\"food-pizza-restaurant-eating-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:40:\"food-pizza-restaurant-eating-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"food-pizza-restaurant-eating-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"food-pizza-restaurant-eating-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"food-pizza-restaurant-eating-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:40:\"food-pizza-restaurant-eating-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:38:\"food-pizza-restaurant-eating-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:40:\"food-pizza-restaurant-eating-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:40:\"food-pizza-restaurant-eating-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(594,2557,'_mts_demo_post','1'),(595,2558,'_wp_attached_file','2014/03/woman-girl-young-beauty.jpg'),(596,2558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:35:\"2014/03/woman-girl-young-beauty.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woman-girl-young-beauty-150x150.jpg\";s:5:\"width\";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:\"woman-girl-young-beauty-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:35:\"woman-girl-young-beauty-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"woman-girl-young-beauty-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:35:\"woman-girl-young-beauty-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"woman-girl-young-beauty-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:35:\"woman-girl-young-beauty-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:33:\"woman-girl-young-beauty-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:35:\"woman-girl-young-beauty-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:35:\"woman-girl-young-beauty-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(597,2558,'_mts_demo_post','1'),(607,2560,'_menu_item_type','custom'),(608,2560,'_menu_item_menu_item_parent','0'),(609,2560,'_menu_item_object_id','2560'),(610,2560,'_menu_item_object','custom'),(611,2560,'_menu_item_target',''),(612,2560,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(613,2560,'_menu_item_xfn',''),(614,2560,'_menu_item_url','http://terrafirmaracing.com'),(615,2560,'_mts_demo_menu_item','1'),(661,2566,'_menu_item_type','custom'),(662,2566,'_menu_item_menu_item_parent','0'),(663,2566,'_menu_item_object_id','2566'),(664,2566,'_menu_item_object','custom'),(665,2566,'_menu_item_target',''),(666,2566,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(667,2566,'_menu_item_xfn',''),(668,2566,'_menu_item_url','http://demo.mythemeshop.com/justfit/'),(669,2566,'_mts_demo_menu_item','1'),(765,2568,'_menu_item_type','post_type'),(766,2568,'_menu_item_menu_item_parent','0'),(767,2568,'_menu_item_object_id','106'),(768,2568,'_menu_item_object','page'),(769,2568,'_menu_item_target',''),(770,2568,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(771,2568,'_menu_item_xfn',''),(772,2568,'_menu_item_url',''),(773,106,'_wp_page_template','default'),(774,106,'_mts_custom_sidebar',''),(775,106,'_mts_sidebar_location',''),(776,106,'wp_review_location','bottom'),(777,106,'wp_review_color','#1e73be'),(778,106,'wp_review_fontcolor','#555555'),(779,106,'wp_review_bgcolor1','#e7e7e7'),(780,106,'wp_review_bgcolor2','#ffffff'),(781,106,'wp_review_bordercolor','#e7e7e7'),(782,106,'wp_review_desc_title','Summary'),(783,106,'_mts_demo_post','1'),(784,2569,'_menu_item_type','post_type'),(785,2569,'_menu_item_menu_item_parent','0'),(786,2569,'_menu_item_object_id','108'),(787,2569,'_menu_item_object','page'),(788,2569,'_menu_item_target',''),(789,2569,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(790,2569,'_menu_item_xfn',''),(791,2569,'_menu_item_url',''),(792,108,'_wp_page_template','default'),(793,108,'_mts_custom_sidebar','mts_nosidebar'),(794,108,'_mts_sidebar_location',''),(795,108,'wp_review_location','top'),(796,108,'wp_review_color','#FFCA00'),(797,108,'wp_review_fontcolor','#fff'),(798,108,'wp_review_bgcolor1','#151515'),(799,108,'wp_review_bgcolor2','#151515'),(800,108,'wp_review_bordercolor','#151515'),(801,108,'_wp_subscribe_disable_popup',''),(802,108,'wp_review_desc_title','Summary'),(803,108,'wp_review_through_comment','1'),(804,108,'wp_review_width','100'),(805,108,'wp_review_align','left'),(806,108,'_mts_postheader',''),(807,108,'mts_word_count','1615'),(808,108,'_mts_demo_post','1'),(892,2572,'_menu_item_type','post_type'),(893,2572,'_menu_item_menu_item_parent','0'),(894,2572,'_menu_item_object_id','1885'),(895,2572,'_menu_item_object','page'),(896,2572,'_menu_item_target',''),(897,2572,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(898,2572,'_menu_item_xfn',''),(899,2572,'_menu_item_url',''),(900,1885,'wp_review_location','top'),(901,1885,'wp_review_color','#FFCA00'),(902,1885,'wp_review_fontcolor','#fff'),(903,1885,'wp_review_bgcolor1','#151515'),(904,1885,'wp_review_bgcolor2','#151515'),(905,1885,'wp_review_bordercolor','#151515'),(906,1885,'_mts_custom_sidebar',''),(907,1885,'_mts_sidebar_location',''),(908,1885,'_wp_page_template','default'),(909,1885,'mts_word_count','468'),(910,1885,'_mts_demo_post','1'),(955,2574,'_menu_item_type','post_type'),(956,2574,'_menu_item_menu_item_parent','0'),(957,2574,'_menu_item_object_id','2179'),(958,2574,'_menu_item_object','page'),(959,2574,'_menu_item_target',''),(960,2574,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(961,2574,'_menu_item_xfn',''),(962,2574,'_menu_item_url',''),(963,2179,'wp_review_location','top'),(964,2179,'wp_review_color','#FFCA00'),(965,2179,'wp_review_fontcolor','#fff'),(966,2179,'wp_review_bgcolor1','#151515'),(967,2179,'wp_review_bgcolor2','#151515'),(968,2179,'wp_review_bordercolor','#151515'),(969,2179,'_mts_custom_sidebar',''),(970,2179,'_mts_sidebar_location','right'),(971,2179,'_wp_page_template','default'),(972,2179,'wp_review_user_reviews','0'),(973,2179,'wp_review_review_count','0'),(974,2179,'_mts_demo_post','1'),(985,2575,'_menu_item_type','post_type'),(986,2575,'_menu_item_menu_item_parent','0'),(987,2575,'_menu_item_object_id','106'),(988,2575,'_menu_item_object','page'),(989,2575,'_menu_item_target',''),(990,2575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(991,2575,'_menu_item_xfn',''),(992,2575,'_menu_item_url',''),(993,2575,'_mts_demo_menu_item','1'),(1130,2577,'_menu_item_type','post_type'),(1131,2577,'_menu_item_menu_item_parent','0'),(1132,2577,'_menu_item_object_id','2327'),(1133,2577,'_menu_item_object','page'),(1134,2577,'_menu_item_target',''),(1135,2577,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1136,2577,'_menu_item_xfn',''),(1137,2577,'_menu_item_url',''),(1138,2327,'_wp_page_template','page-front.php'),(1139,2327,'_mts_demo_post','1'),(1140,2578,'_menu_item_type','post_type'),(1141,2578,'_menu_item_menu_item_parent','0'),(1142,2578,'_menu_item_object_id','2375'),(1143,2578,'_menu_item_object','page'),(1144,2578,'_menu_item_target',''),(1145,2578,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1146,2578,'_menu_item_xfn',''),(1147,2578,'_menu_item_url',''),(1148,2375,'_mts_demo_post','1'),(1149,2579,'_menu_item_type','post_type'),(1150,2579,'_menu_item_menu_item_parent','0'),(1151,2579,'_menu_item_object_id','2376'),(1152,2579,'_menu_item_object','page'),(1153,2579,'_menu_item_target',''),(1154,2579,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1155,2579,'_menu_item_xfn',''),(1156,2579,'_menu_item_url',''),(1157,2376,'_mts_demo_post','1'),(1158,2580,'_menu_item_type','post_type'),(1159,2580,'_menu_item_menu_item_parent','0'),(1160,2580,'_menu_item_object_id','2377'),(1161,2580,'_menu_item_object','page'),(1162,2580,'_menu_item_target',''),(1163,2580,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1164,2580,'_menu_item_xfn',''),(1165,2580,'_menu_item_url',''),(1166,2377,'_mts_demo_post','1'),(1167,2581,'_menu_item_type','post_type'),(1168,2581,'_menu_item_menu_item_parent','0'),(1169,2581,'_menu_item_object_id','2378'),(1170,2581,'_menu_item_object','page'),(1171,2581,'_menu_item_target',''),(1172,2581,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1173,2581,'_menu_item_xfn',''),(1174,2581,'_menu_item_url',''),(1175,2378,'_mts_demo_post','1'),(1192,2582,'_menu_item_type','post_type'),(1193,2582,'_menu_item_menu_item_parent','0'),(1194,2582,'_menu_item_object_id','2448'),(1195,2582,'_menu_item_object','page'),(1196,2582,'_menu_item_target',''),(1197,2582,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1198,2582,'_menu_item_xfn',''),(1199,2582,'_menu_item_url',''),(1200,2448,'_wp_page_template','default'),(1201,2448,'_wp_subscribe_disable_popup',''),(1202,2448,'wp_review_location','top'),(1203,2448,'wp_review_desc_title','Summary'),(1204,2448,'wp_review_through_comment','1'),(1205,2448,'wp_review_color','#fff'),(1206,2448,'wp_review_fontcolor','#fff'),(1207,2448,'wp_review_bgcolor1','#DA0F16'),(1208,2448,'wp_review_bgcolor2','#DA0F16'),(1209,2448,'wp_review_bordercolor','#DA0F16'),(1210,2448,'wp_review_width','100'),(1211,2448,'wp_review_align','left'),(1212,2448,'_mts_custom_sidebar','mts_nosidebar'),(1213,2448,'_mts_sidebar_location',''),(1214,2448,'_mts_postheader',''),(1215,2448,'_mts_demo_post','1'),(2060,2626,'_menu_item_type','post_type'),(2061,2626,'_menu_item_menu_item_parent','0'),(2062,2626,'_menu_item_object_id','2376'),(2063,2626,'_menu_item_object','page'),(2064,2626,'_menu_item_target',''),(2065,2626,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2066,2626,'_menu_item_xfn',''),(2067,2626,'_menu_item_url',''),(2068,2626,'_mts_demo_menu_item','1'),(2069,2627,'_menu_item_type','post_type'),(2070,2627,'_menu_item_menu_item_parent','0'),(2071,2627,'_menu_item_object_id','2378'),(2072,2627,'_menu_item_object','page'),(2073,2627,'_menu_item_target',''),(2074,2627,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2075,2627,'_menu_item_xfn',''),(2076,2627,'_menu_item_url',''),(2077,2627,'_mts_demo_menu_item','1'),(2078,2628,'_menu_item_type','post_type'),(2079,2628,'_menu_item_menu_item_parent','0'),(2080,2628,'_menu_item_object_id','2375'),(2081,2628,'_menu_item_object','page'),(2082,2628,'_menu_item_target',''),(2083,2628,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2084,2628,'_menu_item_xfn',''),(2085,2628,'_menu_item_url',''),(2086,2628,'_mts_demo_menu_item','1'),(2087,2629,'_wp_attached_file','2018/01/black_coffee.jpg'),(2088,2629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2018/01/black_coffee.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"black_coffee-150x150.jpg\";s:5:\"width\";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:\"black_coffee-297x300.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"black_coffee-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"black_coffee-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:24:\"black_coffee-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:22:\"black_coffee-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:24:\"black_coffee-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:24:\"black_coffee-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2089,2448,'_edit_lock','1517028637:1'),(2090,2327,'_edit_lock','1517028674:1'),(2093,2179,'_edit_lock','1515081858:1'),(2094,108,'_edit_lock','1515423086:1'),(2116,2638,'_wp_attached_file','2018/01/TF-Cover-01-1.jpg'),(2117,2638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1902;s:6:\"height\";i:529;s:4:\"file\";s:25:\"2018/01/TF-Cover-01-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TF-Cover-01-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:\"TF-Cover-01-1-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"TF-Cover-01-1-768x214.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"TF-Cover-01-1-1024x285.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"TF-Cover-01-1-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"TF-Cover-01-1-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"TF-Cover-01-1-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"TF-Cover-01-1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"TF-Cover-01-1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"TF-Cover-01-1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2137,2646,'_wp_attached_file','2018/01/Our-Partners-01.png'),(2138,2646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:43;s:4:\"file\";s:27:\"2018/01/Our-Partners-01.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Our-Partners-01-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:27:\"Our-Partners-01-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Our-Partners-01-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-01-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:25:\"Our-Partners-01-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-01-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:27:\"Our-Partners-01-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2139,2647,'_wp_attached_file','2018/01/Our-Partners-02.png'),(2140,2647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:43;s:4:\"file\";s:27:\"2018/01/Our-Partners-02.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Our-Partners-02-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:27:\"Our-Partners-02-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Our-Partners-02-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-02-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:25:\"Our-Partners-02-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-02-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:27:\"Our-Partners-02-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2141,2648,'_wp_attached_file','2018/01/Our-Partners-03.png'),(2142,2648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:43;s:4:\"file\";s:27:\"2018/01/Our-Partners-03.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Our-Partners-03-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:27:\"Our-Partners-03-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Our-Partners-03-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-03-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:25:\"Our-Partners-03-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-03-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:27:\"Our-Partners-03-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2143,2649,'_wp_attached_file','2018/01/Our-Partners-04.png'),(2144,2649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:43;s:4:\"file\";s:27:\"2018/01/Our-Partners-04.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Our-Partners-04-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:27:\"Our-Partners-04-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Our-Partners-04-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-04-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:25:\"Our-Partners-04-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-04-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:27:\"Our-Partners-04-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2145,2650,'_wp_attached_file','2018/01/Our-Partners-05.png'),(2146,2650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:43;s:4:\"file\";s:27:\"2018/01/Our-Partners-05.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Our-Partners-05-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:27:\"Our-Partners-05-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Our-Partners-05-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-05-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:25:\"Our-Partners-05-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-05-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:27:\"Our-Partners-05-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2147,2651,'_wp_attached_file','2018/01/Our-Partners-06.png'),(2148,2651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:43;s:4:\"file\";s:27:\"2018/01/Our-Partners-06.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Our-Partners-06-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:27:\"Our-Partners-06-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Our-Partners-06-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-06-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:25:\"Our-Partners-06-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:27:\"Our-Partners-06-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:27:\"Our-Partners-06-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2149,2652,'_wp_attached_file','2018/01/Upcoming-Events-01.png'),(2150,2652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:30:\"2018/01/Upcoming-Events-01.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-01-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:30:\"Upcoming-Events-01-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-01-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-01-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-01-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-01-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-01-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2151,2652,'_wp_attachment_image_alt','Dirty Dozen'),(2152,2653,'_wp_attached_file','2018/01/Upcoming-Events-01-1.png'),(2153,2653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:32:\"2018/01/Upcoming-Events-01-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-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:32:\"Upcoming-Events-01-1-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-1-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-01-1-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-1-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2154,2654,'_wp_attached_file','2018/01/Upcoming-Events-01-2.png'),(2155,2654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:32:\"2018/01/Upcoming-Events-01-2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-2-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:32:\"Upcoming-Events-01-2-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-2-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-2-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-01-2-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-01-2-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;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:{}}}'),(2156,2655,'_wp_attached_file','2018/01/Upcoming-Events-02.png'),(2157,2655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:240;s:4:\"file\";s:30:\"2018/01/Upcoming-Events-02.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-02-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:30:\"Upcoming-Events-02-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-02-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-02-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-02-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-02-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-02-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2160,2657,'_wp_attached_file','2018/01/Upcoming-Events-04.png'),(2161,2657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:241;s:4:\"file\";s:30:\"2018/01/Upcoming-Events-04.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-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:30:\"Upcoming-Events-04-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-04-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2162,2658,'_wp_attached_file','2018/01/Upcoming-Events-05.png'),(2163,2658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:241;s:4:\"file\";s:30:\"2018/01/Upcoming-Events-05.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-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:30:\"Upcoming-Events-05-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-05-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2164,2659,'_wp_attached_file','2018/01/Upcoming-Events-06.png'),(2165,2659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:241;s:4:\"file\";s:30:\"2018/01/Upcoming-Events-06.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-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:30:\"Upcoming-Events-06-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-06-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2166,2660,'_wp_attached_file','2018/01/Upcoming-Events-07.png'),(2167,2660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:241;s:4:\"file\";s:30:\"2018/01/Upcoming-Events-07.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-07-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:30:\"Upcoming-Events-07-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-07-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-07-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-07-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-07-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-07-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2168,2661,'_wp_attached_file','2018/01/Upcoming-Events-08.png'),(2169,2661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:241;s:4:\"file\";s:30:\"2018/01/Upcoming-Events-08.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-08-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:30:\"Upcoming-Events-08-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-08-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-08-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-08-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-08-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-08-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2170,2657,'_wp_attachment_image_alt','XTERRA Rock Dallas Triathlon'),(2171,2658,'_wp_attachment_image_alt','XTERRA Rock Dallas Trail Run'),(2172,2660,'_wp_attachment_image_alt','Jurassic Off Road Duathlon'),(2173,2659,'_wp_attachment_image_alt','XTERRA Jurassic Trail Run'),(2182,2666,'_wp_attached_file','2018/01/Upcoming-Events-03.png'),(2183,2666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:240;s:4:\"file\";s:30:\"2018/01/Upcoming-Events-03.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-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:30:\"Upcoming-Events-03-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-03-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2184,2667,'_wp_attached_file','2018/01/Upcoming-Events-05-2.png'),(2185,2667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:241;s:4:\"file\";s:32:\"2018/01/Upcoming-Events-05-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-05-2-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:32:\"Upcoming-Events-05-2-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-05-2-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-05-2-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-2-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-05-2-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-05-2-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2186,2668,'_wp_attached_file','2018/01/Upcoming-Events-06-2.png'),(2187,2668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:241;s:4:\"file\";s:32:\"2018/01/Upcoming-Events-06-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-06-2-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:32:\"Upcoming-Events-06-2-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-06-2-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-06-2-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-2-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-06-2-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-06-2-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;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:{}}}'),(2188,2669,'_edit_lock','1517952873:3'),(2189,2669,'_edit_last','3'),(2193,2669,'_wp_page_template','default'),(2194,2669,'_mts_custom_sidebar','sidebar-dirtydozen'),(2195,2669,'_mts_sidebar_location',''),(2196,2669,'_mts_postheader','parallax'),(2197,2676,'_mts_custom_sidebar',''),(2198,2676,'_mts_sidebar_location',''),(2199,2676,'_mts_postheader','zoomout'),(2200,2676,'_menu_item_type','post_type'),(2201,2676,'_menu_item_menu_item_parent','0'),(2202,2676,'_menu_item_object_id','2669'),(2203,2676,'_menu_item_object','page'),(2204,2676,'_menu_item_target',''),(2205,2676,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2206,2676,'_menu_item_xfn',''),(2207,2676,'_menu_item_url',''),(2261,8,'_edit_lock','1517029157:1'),(2359,2717,'_wp_attached_file','2018/01/CustomSocks.jpg'),(2360,2717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:643;s:4:\"file\";s:23:\"2018/01/CustomSocks.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CustomSocks-150x150.jpg\";s:5:\"width\";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:\"CustomSocks-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"CustomSocks-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"CustomSocks-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:23:\"CustomSocks-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:21:\"CustomSocks-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:23:\"CustomSocks-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:23:\"CustomSocks-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:7:{i:0;s:7:\"320x480\";i:1;s:7:\"429x643\";i:2;s:7:\"300x300\";i:3;s:7:\"160x240\";i:4;s:9:\"640x480_c\";i:5;s:10:\"1280x960_c\";i:6;s:9:\"320x240_c\";}}}'),(2361,2718,'_wp_attached_file','2018/01/DirtyDuel.jpg'),(2362,2718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:643;s:4:\"file\";s:21:\"2018/01/DirtyDuel.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DirtyDuel-150x150.jpg\";s:5:\"width\";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:\"DirtyDuel-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DirtyDuel-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"DirtyDuel-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"DirtyDuel-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"DirtyDuel-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"DirtyDuel-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"DirtyDuel-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:7:{i:0;s:7:\"320x480\";i:1;s:7:\"429x643\";i:2;s:7:\"300x300\";i:3;s:7:\"160x240\";i:4;s:9:\"640x480_c\";i:5;s:10:\"1280x960_c\";i:6;s:9:\"320x240_c\";}}}'),(2363,2719,'_wp_attached_file','2018/01/FinisherMedal.jpg'),(2364,2719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1012;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2018/01/FinisherMedal.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"FinisherMedal-150x150.jpg\";s:5:\"width\";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:\"FinisherMedal-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:25:\"FinisherMedal-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"FinisherMedal-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"FinisherMedal-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"FinisherMedal-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"FinisherMedal-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"FinisherMedal-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"FinisherMedal-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Cody Ard 2016 ©\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:7:{i:0;s:7:\"640x427\";i:1;s:8:\"1012x675\";i:2;s:7:\"300x300\";i:3;s:7:\"320x213\";i:4;s:9:\"640x480_c\";i:5;s:10:\"1280x960_c\";i:6;s:9:\"320x240_c\";}}}'),(2365,2720,'_wp_attached_file','2018/01/Raffle.jpg'),(2366,2720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1012;s:6:\"height\";i:675;s:4:\"file\";s:18:\"2018/01/Raffle.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Raffle-150x150.jpg\";s:5:\"width\";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:\"Raffle-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:18:\"Raffle-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Raffle-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"Raffle-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:18:\"Raffle-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:16:\"Raffle-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:18:\"Raffle-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:18:\"Raffle-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Cody Ard 2016 ©\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:7:{i:0;s:7:\"640x427\";i:1;s:8:\"1012x675\";i:2;s:7:\"300x300\";i:3;s:7:\"320x213\";i:4;s:9:\"640x480_c\";i:5;s:10:\"1280x960_c\";i:6;s:9:\"320x240_c\";}}}'),(2367,2721,'_wp_attached_file','2018/01/Top3Awards.jpg'),(2368,2721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1618;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2018/01/Top3Awards.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Top3Awards-150x150.jpg\";s:5:\"width\";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:\"Top3Awards-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:22:\"Top3Awards-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Top3Awards-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Top3Awards-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"Top3Awards-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"Top3Awards-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"Top3Awards-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"Top3Awards-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"Top3Awards-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Cody Ard 2016 ©\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:3:{i:0;s:8:\"1280x854\";i:1;s:9:\"640x480_c\";i:2;s:10:\"1280x960_c\";}}}'),(2369,2717,'_wp_attachment_image_alt','Custom Socks'),(2371,2721,'_wp_attachment_image_alt','Top 3 Awards'),(2372,2720,'_wp_attachment_image_alt','Raffle'),(2373,2719,'_wp_attachment_image_alt','Finisher Medals'),(2374,2718,'_wp_attachment_image_alt','Dirty Duel Award'),(2376,2728,'_edit_lock','1521564555:5'),(2377,2728,'_edit_last','5'),(2378,2729,'_wp_attached_file','2018/01/Gator-Bait-Custom.jpg'),(2379,2729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2018/01/Gator-Bait-Custom.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Custom-150x150.jpg\";s:5:\"width\";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:\"Gator-Bait-Custom-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Custom-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Custom-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Custom-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Custom-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:27:\"Gator-Bait-Custom-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Custom-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Custom-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:27:\"Gator-Bait-Custom-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Custom-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:5:{i:0;s:7:\"600x480\";i:1;s:7:\"960x768\";i:2;s:9:\"640x480_c\";i:3;s:10:\"1280x960_c\";i:4;s:9:\"320x240_c\";}}}'),(2380,2730,'_wp_attached_file','2018/01/Gator-Bait-Finisher.jpg'),(2381,2730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2018/01/Gator-Bait-Finisher.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-Finisher-150x150.jpg\";s:5:\"width\";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:\"Gator-Bait-Finisher-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:31:\"Gator-Bait-Finisher-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-Finisher-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-Finisher-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Finisher-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-Finisher-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-Finisher-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:29:\"Gator-Bait-Finisher-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-Finisher-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:5:{i:0;s:7:\"360x480\";i:1;s:7:\"720x960\";i:2;s:9:\"640x480_c\";i:3;s:10:\"1280x960_c\";i:4;s:9:\"320x240_c\";}}}'),(2382,2728,'_wp_page_template','default'),(2383,2731,'_mts_custom_sidebar',''),(2384,2731,'_mts_sidebar_location',''),(2385,2731,'_mts_postheader',''),(2386,2731,'_menu_item_type','post_type'),(2387,2731,'_menu_item_menu_item_parent','0'),(2388,2731,'_menu_item_object_id','2728'),(2389,2731,'_menu_item_object','page'),(2390,2731,'_menu_item_target',''),(2391,2731,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2392,2731,'_menu_item_xfn',''),(2393,2731,'_menu_item_url',''),(2405,2728,'_mts_custom_sidebar',''),(2406,2728,'_mts_sidebar_location',''),(2407,2728,'_mts_postheader','parallax'),(2408,30,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:374;s:6:\"height\";i:370;s:4:\"file\";s:25:\"TERRA_FIRMA_LOGO_2011.jpg\";}}'),(2409,2734,'_wp_attached_file','2018/01/AboutUs-e1515175461962.jpg'),(2410,2734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:133;s:4:\"file\";s:34:\"2018/01/AboutUs-e1515175461962.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"AboutUs-150x150.jpg\";s:5:\"width\";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:\"AboutUs-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:19:\"AboutUs-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"AboutUs-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:19:\"AboutUs-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:17:\"AboutUs-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:19:\"AboutUs-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:19:\"AboutUs-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:17:\"AboutUs-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:19:\"AboutUs-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2411,2734,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:11:\"AboutUs.jpg\";}}'),(2412,2735,'_wp_attached_file','2018/01/AboutUs-1.jpg'),(2413,2735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2018/01/AboutUs-1.jpg\";s:5:\"sizes\";a:8:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"AboutUs-1-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"AboutUs-1-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"AboutUs-1-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"AboutUs-1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"AboutUs-1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"AboutUs-1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:19:\"AboutUs-1-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:21:\"AboutUs-1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2414,2735,'_wp_attachment_image_alt','About Us'),(2431,2741,'_edit_lock','1522090099:5'),(2432,2741,'_edit_last','3'),(2435,2741,'_wp_page_template','default'),(2436,2742,'_mts_custom_sidebar',''),(2437,2742,'_mts_sidebar_location',''),(2438,2742,'_mts_postheader',''),(2439,2742,'_menu_item_type','post_type'),(2440,2742,'_menu_item_menu_item_parent','0'),(2441,2742,'_menu_item_object_id','2741'),(2442,2742,'_menu_item_object','page'),(2443,2742,'_menu_item_target',''),(2444,2742,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2445,2742,'_menu_item_xfn',''),(2446,2742,'_menu_item_url',''),(2458,2741,'_mts_custom_sidebar',''),(2459,2741,'_mts_sidebar_location',''),(2460,2741,'_mts_postheader','parallax'),(2464,108,'_edit_last','1'),(2465,2375,'_edit_lock','1515184671:1'),(2466,2375,'_mts_custom_sidebar',''),(2467,2375,'_mts_sidebar_location',''),(2468,2375,'_mts_postheader',''),(2486,2758,'_wp_attached_file','2018/01/GatorBait-Adventure-Feature.jpg'),(2487,2758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:1400;s:4:\"file\";s:39:\"2018/01/GatorBait-Adventure-Feature.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-150x150.jpg\";s:5:\"width\";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:\"GatorBait-Adventure-Feature-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"GatorBait-Adventure-Feature-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"GatorBait-Adventure-Feature-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:37:\"GatorBait-Adventure-Feature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:37:\"GatorBait-Adventure-Feature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:39:\"GatorBait-Adventure-Feature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2488,2728,'_thumbnail_id','2758'),(2489,2759,'_wp_attached_file','2018/01/Gator-Bait-Feature.jpg'),(2490,2759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:1400;s:4:\"file\";s:30:\"2018/01/Gator-Bait-Feature.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-150x150.jpg\";s:5:\"width\";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:\"Gator-Bait-Feature-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-Feature-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-Feature-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Gator-Bait-Feature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:28:\"Gator-Bait-Feature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:30:\"Gator-Bait-Feature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2491,2741,'_thumbnail_id','3277'),(2492,2760,'_wp_attached_file','2018/01/DIrty-Dozen-Feature.jpg'),(2493,2760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:1400;s:4:\"file\";s:31:\"2018/01/DIrty-Dozen-Feature.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-150x150.jpg\";s:5:\"width\";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:\"DIrty-Dozen-Feature-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DIrty-Dozen-Feature-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"DIrty-Dozen-Feature-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:29:\"DIrty-Dozen-Feature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:29:\"DIrty-Dozen-Feature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:31:\"DIrty-Dozen-Feature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2494,2669,'_thumbnail_id','2760'),(2495,2761,'_edit_lock','1527124640:5'),(2496,2761,'_edit_last','5'),(2497,2762,'_wp_attached_file','2018/01/XTERRA-FinisherMedals.jpg'),(2498,2762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:609;s:6:\"height\";i:476;s:4:\"file\";s:33:\"2018/01/XTERRA-FinisherMedals.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-150x150.jpg\";s:5:\"width\";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:\"XTERRA-FinisherMedals-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:31:\"XTERRA-FinisherMedals-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:31:\"XTERRA-FinisherMedals-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:33:\"XTERRA-FinisherMedals-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:5:{i:0;s:7:\"609x476\";i:1;s:7:\"609x476\";i:2;s:9:\"640x480_c\";i:3;s:10:\"1280x960_c\";i:4;s:9:\"320x240_c\";}}}'),(2499,2762,'_wp_attachment_image_alt','Finisher Medals'),(2500,2763,'_wp_attached_file','2018/01/18700756_1181361895303080_4460987785892546813_o.jpg'),(2501,2763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:59:\"2018/01/18700756_1181361895303080_4460987785892546813_o.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-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:60:\"18700756_1181361895303080_4460987785892546813_o-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:60:\"18700756_1181361895303080_4460987785892546813_o-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:59:\"18700756_1181361895303080_4460987785892546813_o-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:57:\"18700756_1181361895303080_4460987785892546813_o-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:57:\"18700756_1181361895303080_4460987785892546813_o-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:59:\"18700756_1181361895303080_4460987785892546813_o-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2502,2763,'_wp_attachment_image_alt','XTERRA swim cap'),(2503,2761,'_wp_page_template','default'),(2504,2764,'_mts_custom_sidebar',''),(2505,2764,'_mts_sidebar_location',''),(2506,2764,'_mts_postheader',''),(2507,2764,'_menu_item_type','post_type'),(2508,2764,'_menu_item_menu_item_parent','0'),(2509,2764,'_menu_item_object_id','2761'),(2510,2764,'_menu_item_object','page'),(2511,2764,'_menu_item_target',''),(2512,2764,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2513,2764,'_menu_item_xfn',''),(2514,2764,'_menu_item_url',''),(2526,2761,'_mts_custom_sidebar',''),(2527,2761,'_mts_sidebar_location',''),(2528,2761,'_mts_postheader','parallax'),(2533,2768,'_wp_attached_file','2018/01/RockDallasTriFeature.jpg'),(2534,2768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:1400;s:4:\"file\";s:32:\"2018/01/RockDallasTriFeature.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-150x150.jpg\";s:5:\"width\";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:\"RockDallasTriFeature-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"RockDallasTriFeature-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"RockDallasTriFeature-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"RockDallasTriFeature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:30:\"RockDallasTriFeature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2535,2761,'_thumbnail_id','3205'),(2536,2772,'_edit_lock','1526904596:5'),(2537,2772,'_edit_last','5'),(2542,2772,'_wp_page_template','default'),(2543,2774,'_mts_custom_sidebar',''),(2544,2774,'_mts_sidebar_location',''),(2545,2774,'_mts_postheader',''),(2546,2774,'_menu_item_type','post_type'),(2547,2774,'_menu_item_menu_item_parent','0'),(2548,2774,'_menu_item_object_id','2772'),(2549,2774,'_menu_item_object','page'),(2550,2774,'_menu_item_target',''),(2551,2774,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2552,2774,'_menu_item_xfn',''),(2553,2774,'_menu_item_url',''),(2565,2772,'_mts_custom_sidebar',''),(2566,2772,'_mts_sidebar_location',''),(2567,2772,'_mts_postheader','parallax'),(2579,2783,'_edit_lock','1522623324:5'),(2582,2783,'_edit_last','3'),(2584,2783,'_wp_page_template','default'),(2585,2785,'_mts_custom_sidebar',''),(2586,2785,'_mts_sidebar_location',''),(2587,2785,'_mts_postheader','parallax'),(2588,2785,'_menu_item_type','post_type'),(2589,2785,'_menu_item_menu_item_parent','0'),(2590,2785,'_menu_item_object_id','2783'),(2591,2785,'_menu_item_object','page'),(2592,2785,'_menu_item_target',''),(2593,2785,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2594,2785,'_menu_item_xfn',''),(2595,2785,'_menu_item_url',''),(2596,2786,'_mts_custom_sidebar',''),(2597,2786,'_mts_sidebar_location',''),(2598,2786,'_mts_postheader','parallax'),(2599,2786,'_menu_item_type','post_type'),(2600,2786,'_menu_item_menu_item_parent','2815'),(2601,2786,'_menu_item_object_id','2783'),(2602,2786,'_menu_item_object','page'),(2603,2786,'_menu_item_target',''),(2604,2786,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2605,2786,'_menu_item_xfn',''),(2606,2786,'_menu_item_url',''),(2607,2783,'_mts_custom_sidebar',''),(2608,2783,'_mts_sidebar_location',''),(2609,2783,'_mts_postheader','parallax'),(2622,2795,'_wp_attached_file','2018/01/Jurassic-Trail-Run-Feature.jpg'),(2623,2795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:1400;s:4:\"file\";s:38:\"2018/01/Jurassic-Trail-Run-Feature.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-150x150.jpg\";s:5:\"width\";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:\"Jurassic-Trail-Run-Feature-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:36:\"Jurassic-Trail-Run-Feature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:36:\"Jurassic-Trail-Run-Feature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2624,2783,'_thumbnail_id','3279'),(2625,2797,'_edit_lock','1520263927:3'),(2626,2797,'_edit_last','3'),(2627,2797,'_wp_page_template','default'),(2628,2798,'_mts_custom_sidebar',''),(2629,2798,'_mts_sidebar_location',''),(2630,2798,'_mts_postheader',''),(2631,2798,'_menu_item_type','post_type'),(2632,2798,'_menu_item_menu_item_parent','0'),(2633,2798,'_menu_item_object_id','2797'),(2634,2798,'_menu_item_object','page'),(2635,2798,'_menu_item_target',''),(2636,2798,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2637,2798,'_menu_item_xfn',''),(2638,2798,'_menu_item_url',''),(2650,2797,'_mts_custom_sidebar',''),(2651,2797,'_mts_sidebar_location',''),(2652,2797,'_mts_postheader','parallax'),(2653,2801,'_edit_lock','1522633990:3'),(2654,2801,'_edit_last','3'),(2655,2801,'_wp_page_template','default'),(2656,2802,'_mts_custom_sidebar',''),(2657,2802,'_mts_sidebar_location',''),(2658,2802,'_mts_postheader',''),(2659,2802,'_menu_item_type','post_type'),(2660,2802,'_menu_item_menu_item_parent','0'),(2661,2802,'_menu_item_object_id','2801'),(2662,2802,'_menu_item_object','page'),(2663,2802,'_menu_item_target',''),(2664,2802,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2665,2802,'_menu_item_xfn',''),(2666,2802,'_menu_item_url',''),(2667,2803,'_mts_custom_sidebar',''),(2668,2803,'_mts_sidebar_location',''),(2669,2803,'_mts_postheader',''),(2670,2803,'_menu_item_type','post_type'),(2671,2803,'_menu_item_menu_item_parent','2815'),(2672,2803,'_menu_item_object_id','2801'),(2673,2803,'_menu_item_object','page'),(2674,2803,'_menu_item_target',''),(2675,2803,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2676,2803,'_menu_item_xfn',''),(2677,2803,'_menu_item_url',''),(2678,2801,'_mts_custom_sidebar',''),(2679,2801,'_mts_sidebar_location',''),(2680,2801,'_mts_postheader','parallax'),(2685,2811,'_wp_attached_file','2018/01/24hrsRockyHill.jpg'),(2686,2811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:1400;s:4:\"file\";s:26:\"2018/01/24hrsRockyHill.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-150x150.jpg\";s:5:\"width\";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:\"24hrsRockyHill-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"24hrsRockyHill-768x1146.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"24hrsRockyHill-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:24:\"24hrsRockyHill-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:24:\"24hrsRockyHill-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2687,2801,'_thumbnail_id','3074'),(2688,2813,'_edit_last','3'),(2689,2813,'_wp_page_template','default'),(2690,2814,'_mts_custom_sidebar',''),(2691,2814,'_mts_sidebar_location',''),(2692,2814,'_mts_postheader',''),(2693,2814,'_menu_item_type','post_type'),(2694,2814,'_menu_item_menu_item_parent','0'),(2695,2814,'_menu_item_object_id','2813'),(2696,2814,'_menu_item_object','page'),(2697,2814,'_menu_item_target',''),(2698,2814,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2699,2814,'_menu_item_xfn',''),(2700,2814,'_menu_item_url',''),(2701,2815,'_mts_custom_sidebar',''),(2702,2815,'_mts_sidebar_location',''),(2703,2815,'_mts_postheader',''),(2704,2815,'_menu_item_type','post_type'),(2705,2815,'_menu_item_menu_item_parent','0'),(2706,2815,'_menu_item_object_id','2813'),(2707,2815,'_menu_item_object','page'),(2708,2815,'_menu_item_target',''),(2709,2815,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2710,2815,'_menu_item_xfn',''),(2711,2815,'_menu_item_url',''),(2712,2813,'_mts_custom_sidebar','mts_nosidebar'),(2713,2813,'_mts_sidebar_location',''),(2714,2813,'_mts_postheader',''),(2715,2813,'_edit_lock','1527650387:3'),(2716,2815,'_menu_item_color',''),(2717,2815,'_menu_item_icon',''),(2728,2786,'_menu_item_color',''),(2729,2786,'_menu_item_icon',''),(2730,2803,'_menu_item_color',''),(2731,2803,'_menu_item_icon',''),(2732,2817,'_edit_lock','1527650472:3'),(2733,2817,'_edit_last','3'),(2734,2817,'_wp_page_template','default'),(2735,2818,'_mts_custom_sidebar',''),(2736,2818,'_mts_sidebar_location',''),(2737,2818,'_mts_postheader',''),(2738,2818,'_menu_item_type','post_type'),(2739,2818,'_menu_item_menu_item_parent','0'),(2740,2818,'_menu_item_object_id','2817'),(2741,2818,'_menu_item_object','page'),(2742,2818,'_menu_item_target',''),(2743,2818,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2744,2818,'_menu_item_xfn',''),(2745,2818,'_menu_item_url',''),(2746,2817,'_mts_custom_sidebar',''),(2747,2817,'_mts_sidebar_location',''),(2748,2817,'_mts_postheader',''),(2749,2820,'_menu_item_type','post_type'),(2750,2820,'_menu_item_menu_item_parent','0'),(2751,2820,'_menu_item_object_id','2817'),(2752,2820,'_menu_item_object','page'),(2753,2820,'_menu_item_target',''),(2754,2820,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2755,2820,'_menu_item_xfn',''),(2756,2820,'_menu_item_url',''),(2758,2820,'_menu_item_color',''),(2759,2820,'_menu_item_icon',''),(2760,2831,'_edit_lock','1521565226:5'),(2761,2831,'_edit_last','5'),(2762,2831,'_wp_page_template','default'),(2763,2832,'_mts_custom_sidebar',''),(2764,2832,'_mts_sidebar_location',''),(2765,2832,'_mts_postheader',''),(2766,2832,'_menu_item_type','post_type'),(2767,2832,'_menu_item_menu_item_parent','0'),(2768,2832,'_menu_item_object_id','2831'),(2769,2832,'_menu_item_object','page'),(2770,2832,'_menu_item_target',''),(2771,2832,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2772,2832,'_menu_item_xfn',''),(2773,2832,'_menu_item_url',''),(2774,2833,'_mts_custom_sidebar',''),(2775,2833,'_mts_sidebar_location',''),(2776,2833,'_mts_postheader',''),(2777,2833,'_menu_item_type','post_type'),(2778,2833,'_menu_item_menu_item_parent','0'),(2779,2833,'_menu_item_object_id','2831'),(2780,2833,'_menu_item_object','page'),(2781,2833,'_menu_item_target',''),(2782,2833,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2783,2833,'_menu_item_xfn',''),(2784,2833,'_menu_item_url',''),(2785,2831,'_mts_custom_sidebar',''),(2786,2831,'_mts_sidebar_location',''),(2787,2831,'_mts_postheader',''),(2794,2869,'_wp_attached_file','2018/01/MailingLIst.jpg'),(2795,2869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:372;s:4:\"file\";s:23:\"2018/01/MailingLIst.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"MailingLIst-150x150.jpg\";s:5:\"width\";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:\"MailingLIst-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"MailingLIst-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"MailingLIst-1024x326.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"MailingLIst-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"MailingLIst-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:23:\"MailingLIst-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:21:\"MailingLIst-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:23:\"MailingLIst-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:23:\"MailingLIst-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:21:\"MailingLIst-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:23:\"MailingLIst-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:16:\"Cody Ard 2016 ©\";s:12:\"focal_length\";s:1:\"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:{}}}'),(2796,2870,'_wp_attached_file','2018/01/MailingLIst2.jpg'),(2797,2870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:372;s:4:\"file\";s:24:\"2018/01/MailingLIst2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MailingLIst2-150x150.jpg\";s:5:\"width\";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:\"MailingLIst2-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"MailingLIst2-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MailingLIst2-1024x326.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"MailingLIst2-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"MailingLIst2-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:24:\"MailingLIst2-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:22:\"MailingLIst2-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:24:\"MailingLIst2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:24:\"MailingLIst2-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:22:\"MailingLIst2-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:24:\"MailingLIst2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:16:\"Cody Ard 2016 ©\";s:12:\"focal_length\";s:1:\"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:{}}}'),(2798,2871,'_wp_attached_file','2018/01/MailingLIst3.jpg'),(2799,2871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:372;s:4:\"file\";s:24:\"2018/01/MailingLIst3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MailingLIst3-150x150.jpg\";s:5:\"width\";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:\"MailingLIst3-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"MailingLIst3-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MailingLIst3-1024x326.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"MailingLIst3-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"MailingLIst3-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:24:\"MailingLIst3-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:22:\"MailingLIst3-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:24:\"MailingLIst3-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:24:\"MailingLIst3-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:22:\"MailingLIst3-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:24:\"MailingLIst3-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:16:\"Cody Ard 2016 ©\";s:12:\"focal_length\";s:1:\"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:{}}}'),(2800,2872,'_wp_attached_file','2018/01/MailingLIst4.jpg'),(2801,2872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:372;s:4:\"file\";s:24:\"2018/01/MailingLIst4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MailingLIst4-150x150.jpg\";s:5:\"width\";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:\"MailingLIst4-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"MailingLIst4-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MailingLIst4-1024x326.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"MailingLIst4-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"MailingLIst4-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:24:\"MailingLIst4-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:22:\"MailingLIst4-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:24:\"MailingLIst4-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:24:\"MailingLIst4-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:22:\"MailingLIst4-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:24:\"MailingLIst4-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:16:\"Cody Ard 2016 ©\";s:12:\"focal_length\";s:1:\"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:{}}}'),(2802,2894,'_edit_lock','1516827614:3'),(2803,2717,'_eg_has_gallery','a:0:{}'),(2804,2718,'_eg_has_gallery','a:2:{i:0;i:2894;i:1;i:2914;}'),(2805,2719,'_eg_has_gallery','a:2:{i:0;i:2894;i:1;i:2914;}'),(2806,2720,'_eg_has_gallery','a:4:{i:0;i:2894;i:1;i:2901;i:2;i:2904;i:3;i:2914;}'),(2807,2894,'_eg_in_gallery','a:6:{i:1;i:2718;i:2;i:2719;i:3;i:2720;i:4;i:2925;i:5;i:2928;i:6;i:3076;}'),(2808,2894,'_eg_gallery_data','a:3:{s:2:\"id\";i:2894;s:7:\"gallery\";a:6:{i:2718;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel.jpg\";s:5:\"title\";s:16:\"Dirty Duel Award\";s:4:\"link\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel.jpg\";s:3:\"alt\";s:16:\"Dirty Duel Award\";s:7:\"caption\";s:128:\"Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 2018 24 Hours of Rocky Hill)\";s:5:\"thumb\";s:0:\"\";}i:2719;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/FinisherMedal.jpg\";s:5:\"title\";s:14:\"Finisher Medal\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/FinisherMedal.jpg\";s:3:\"alt\";s:15:\"Finisher Medals\";s:7:\"caption\";s:34:\"Custom Finisher Medals by ReGeared\";s:5:\"thumb\";s:0:\"\";}i:2720;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:5:\"title\";s:6:\"Raffle\";s:4:\"link\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:3:\"alt\";s:6:\"Raffle\";s:7:\"caption\";s:77:\"Racer Raffle (everyone has a chance to win something from our great sponsors)\";s:5:\"thumb\";s:0:\"\";}i:2925;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:112:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2018-Dirty-Dozen-Shirt-MockUp-close.jpg\";s:5:\"title\";s:22:\"2018 Dirty Dozen Shirt\";s:4:\"link\";s:112:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2018-Dirty-Dozen-Shirt-MockUp-close.jpg\";s:3:\"alt\";s:17:\"Dirty Dozen Shirt\";s:7:\"caption\";s:58:\"2018 Dirty Dozen Shirt - For racers registered by Jan. 14.\";s:5:\"thumb\";s:0:\"\";}i:2928;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:115:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/26906228_10215447734566304_853531098_o.jpg\";s:5:\"title\";s:53:\"Custom Terra Firma Soap to Clean Up Our Dirty Winners\";s:4:\"link\";s:115:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/26906228_10215447734566304_853531098_o.jpg\";s:3:\"alt\";s:16:\"Terra Firma Soap\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3076;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:5:\"title\";s:48:\"Every participant scores a pair of custom socks.\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:200;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:22:\"Dirty Dozen Take Homes\";s:4:\"slug\";s:22:\"dirty-dozen-take-homes\";}}'),(2809,2894,'_edit_last','3'),(2810,2894,'_eg_just_published','1'),(2811,2894,'_eg_in_posts','a:2:{i:2669;i:2669;i:2801;i:2801;}'),(2812,2901,'_edit_lock','1516829015:3'),(2813,2901,'_edit_last','3'),(2814,2762,'_eg_has_gallery','a:1:{i:0;i:2901;}'),(2815,2735,'_eg_has_gallery','a:0:{}'),(2816,2721,'_eg_has_gallery','a:2:{i:0;i:2901;i:1;i:2914;}'),(2817,2901,'_eg_in_gallery','a:4:{i:0;i:2762;i:2;i:2721;i:4;i:2720;i:5;i:3076;}'),(2818,2901,'_eg_gallery_data','a:3:{s:2:\"id\";i:2901;s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:1;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:200;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:17:\"XTERRA Trail Runs\";s:4:\"slug\";s:17:\"xterra-trail-runs\";}s:7:\"gallery\";a:4:{i:2721;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg\";s:5:\"title\";s:59:\"Podium finishers receive custom, Texas-made ReGeared awards\";s:4:\"link\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg\";s:3:\"alt\";s:16:\"Podium Finishers\";s:7:\"caption\";s:39:\"Custom Awards to Top 3 in each category\";s:5:\"thumb\";s:0:\"\";}i:2720;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:5:\"title\";s:123:\"Throw your race bib in the raffle box (don\'t worry, we\'ll give it back) at the end of the race to win some sweet race swag!\";s:4:\"link\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:3:\"alt\";s:6:\"Raffle\";s:7:\"caption\";s:77:\"Racer Raffle (everyone has a chance to win something from our great sponsors)\";s:5:\"thumb\";s:0:\"\";}i:2762;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:98:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/XTERRA-FinisherMedals.jpg\";s:5:\"title\";s:22:\"XTERRA Finisher Medals\";s:4:\"link\";s:98:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/XTERRA-FinisherMedals.jpg\";s:3:\"alt\";s:15:\"Finisher Medals\";s:7:\"caption\";s:15:\"Finisher Medals\";s:5:\"thumb\";s:0:\"\";}i:3076;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:5:\"title\";s:47:\"Every participant scores a custom pair of socks\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:3:\"alt\";s:12:\"Custom Socks\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}'),(2819,2901,'_eg_just_published','1'),(2820,2901,'_eg_in_posts','a:6:{i:2728;i:2728;i:2741;i:2741;i:2783;i:2783;i:2772;i:2772;i:2761;i:2761;i:2797;i:2797;}'),(2821,2904,'_edit_lock','1516827025:3'),(2822,2904,'_edit_last','3'),(2823,2729,'_eg_has_gallery','a:1:{i:0;i:2904;}'),(2824,2730,'_eg_has_gallery','a:1:{i:0;i:2904;}'),(2825,2904,'_eg_in_gallery','a:5:{i:1;i:2720;i:2;i:2729;i:3;i:2730;i:4;i:3076;i:5;i:3078;}'),(2826,2904,'_eg_gallery_data','a:3:{s:2:\"id\";i:2904;s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:1;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:200;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:25:\"Gator Bait Adventure Race\";s:4:\"slug\";s:25:\"gator-bait-adventure-race\";}s:7:\"gallery\";a:5:{i:3076;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:5:\"title\";s:48:\"Every participant scores a pair of custom socks!\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:3:\"alt\";s:12:\"Custom Socks\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2720;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:5:\"title\";s:115:\"Toss your race bib in our raffle box (don\'t worry, you can get it back) after the race to win some sweet race swag.\";s:4:\"link\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:3:\"alt\";s:6:\"Raffle\";s:7:\"caption\";s:77:\"Racer Raffle (everyone has a chance to win something from our great sponsors)\";s:5:\"thumb\";s:0:\"\";}i:2729;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:94:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Gator-Bait-Custom.jpg\";s:5:\"title\";s:48:\"Podium finishers receive custom, ReGeared awards\";s:4:\"link\";s:94:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Gator-Bait-Custom.jpg\";s:3:\"alt\";s:16:\"Podium finishers\";s:7:\"caption\";s:40:\"Custom awards for top 3 in each category\";s:5:\"thumb\";s:0:\"\";}i:2730;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:96:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Gator-Bait-Finisher.jpg\";s:5:\"title\";s:22:\"Custom finisher medals\";s:4:\"link\";s:96:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Gator-Bait-Finisher.jpg\";s:3:\"alt\";s:14:\"Finisher medal\";s:7:\"caption\";s:66:\"Finisher medals for everyone who doesn\'t get eaten by an alligator\";s:5:\"thumb\";s:0:\"\";}i:3078;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:104:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-GatorBait-Shirt-MockUp.jpg\";s:5:\"title\";s:189:\"This is the 2017 Gator Bait shirt. Hold tight for the 2018 design! T-shirts are available for sale upon online event registration. Left-overs may be available for purchase during the event.\";s:4:\"link\";s:104:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-GatorBait-Shirt-MockUp.jpg\";s:3:\"alt\";s:16:\"Gator Bait Shirt\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}'),(2827,2904,'_eg_just_published','1'),(2828,2914,'_edit_lock','1516824883:3'),(2832,2914,'_eg_in_gallery','a:6:{i:1;i:2721;i:2;i:2720;i:3;i:2719;i:4;i:2718;i:5;i:2917;i:6;i:3076;}'),(2833,2914,'_eg_gallery_data','a:3:{s:2:\"id\";i:2914;s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:1;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:250;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:22:\"24 Hours of Rocky Hill\";s:4:\"slug\";s:4:\"2914\";}s:7:\"gallery\";a:6:{i:3076;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:5:\"title\";s:47:\"Every participant scores a custom pair of socks\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg\";s:3:\"alt\";s:12:\"Custom Socks\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2721;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg\";s:5:\"title\";s:59:\"Podium finishers receive custom, Texas-made ReGeared awards\";s:4:\"link\";s:87:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg\";s:3:\"alt\";s:16:\"Podium Finishers\";s:7:\"caption\";s:39:\"Custom Awards to Top 3 in each category\";s:5:\"thumb\";s:0:\"\";}i:2720;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:5:\"title\";s:123:\"Throw your race bib in the raffle box (don\'t worry, we\'ll give it back) at the end of the race to win some sweet race swag!\";s:4:\"link\";s:83:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg\";s:3:\"alt\";s:6:\"Raffle\";s:7:\"caption\";s:77:\"Racer Raffle (everyone has a chance to win something from our great sponsors)\";s:5:\"thumb\";s:0:\"\";}i:2719;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/FinisherMedal.jpg\";s:5:\"title\";s:14:\"Finisher Medal\";s:4:\"link\";s:90:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/FinisherMedal.jpg\";s:3:\"alt\";s:15:\"Finisher Medals\";s:7:\"caption\";s:34:\"Custom Finisher Medals by ReGeared\";s:5:\"thumb\";s:0:\"\";}i:2718;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel.jpg\";s:5:\"title\";s:90:\"Complete the DIrty Dozen AND the 24hrs of Rocky Hill to win our special \"Dirty Duel\" award\";s:4:\"link\";s:86:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel.jpg\";s:3:\"alt\";s:16:\"Dirty Duel Award\";s:7:\"caption\";s:128:\"Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 2018 24 Hours of Rocky Hill)\";s:5:\"thumb\";s:0:\"\";}i:2917;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:99:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-24hr-Shirt-MockUp.jpg\";s:5:\"title\";s:198:\"This is the 2017 24hrs of Rocky Hill shirt. Hold tight for the 2018 design! T-shirts are available for sale upon online event registration. Left-overs may be available for purchase during the event.\";s:4:\"link\";s:99:\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-24hr-Shirt-MockUp.jpg\";s:3:\"alt\";s:33:\"2017 24 Hours of Rocky Hill Shirt\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}'),(2834,2914,'_edit_last','3'),(2835,2914,'_eg_just_published','1'),(2836,2914,'_eg_in_posts','a:2:{i:2801;i:2801;i:3314;i:3314;}'),(2837,2917,'_wp_attached_file','2018/01/2017-24hr-Shirt-MockUp.jpg'),(2838,2917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:703;s:4:\"file\";s:34:\"2018/01/2017-24hr-Shirt-MockUp.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"2017-24hr-Shirt-MockUp-150x150.jpg\";s:5:\"width\";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:\"2017-24hr-Shirt-MockUp-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"2017-24hr-Shirt-MockUp-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"2017-24hr-Shirt-MockUp-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:34:\"2017-24hr-Shirt-MockUp-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:32:\"2017-24hr-Shirt-MockUp-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:34:\"2017-24hr-Shirt-MockUp-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:34:\"2017-24hr-Shirt-MockUp-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:32:\"2017-24hr-Shirt-MockUp-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:34:\"2017-24hr-Shirt-MockUp-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:3:{i:0;s:9:\"640x480_c\";i:1;s:10:\"1280x960_c\";i:2;s:9:\"320x240_c\";}}}'),(2839,2917,'_eg_has_gallery','a:1:{i:0;i:2914;}'),(2840,2925,'_wp_attached_file','2018/01/2018-Dirty-Dozen-Shirt-MockUp-close.jpg'),(2841,2925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2853;s:6:\"height\";i:1811;s:4:\"file\";s:47:\"2018/01/2018-Dirty-Dozen-Shirt-MockUp-close.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"2018-Dirty-Dozen-Shirt-MockUp-close-150x150.jpg\";s:5:\"width\";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:\"2018-Dirty-Dozen-Shirt-MockUp-close-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"2018-Dirty-Dozen-Shirt-MockUp-close-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"2018-Dirty-Dozen-Shirt-MockUp-close-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"2018-Dirty-Dozen-Shirt-MockUp-close-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:47:\"2018-Dirty-Dozen-Shirt-MockUp-close-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:47:\"2018-Dirty-Dozen-Shirt-MockUp-close-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:45:\"2018-Dirty-Dozen-Shirt-MockUp-close-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:47:\"2018-Dirty-Dozen-Shirt-MockUp-close-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:47:\"2018-Dirty-Dozen-Shirt-MockUp-close-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:45:\"2018-Dirty-Dozen-Shirt-MockUp-close-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:47:\"2018-Dirty-Dozen-Shirt-MockUp-close-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:2:{i:0;s:8:\"1280x813\";i:1;s:7:\"640x406\";}}}'),(2842,2925,'_wp_attachment_image_alt','Dirty Dozen Shirt'),(2843,2925,'_eg_has_gallery','a:1:{i:0;i:2894;}'),(2844,2928,'_wp_attached_file','2018/01/26906228_10215447734566304_853531098_o.jpg'),(2845,2928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:3024;s:4:\"file\";s:50:\"2018/01/26906228_10215447734566304_853531098_o.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"26906228_10215447734566304_853531098_o-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:48:\"26906228_10215447734566304_853531098_o-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:48:\"26906228_10215447734566304_853531098_o-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:50:\"26906228_10215447734566304_853531098_o-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"960x960\";i:1;s:7:\"480x480\";}}}'),(2846,2928,'_eg_has_gallery','a:1:{i:0;i:2894;}'),(2857,2560,'_menu_item_color',''),(2858,2560,'_menu_item_icon',''),(2869,2833,'_menu_item_color',''),(2870,2833,'_menu_item_icon',''),(2882,2761,'_oembed_884ae71ab2aff1824e9ff65a307ec3e8','{{unknown}}'),(2890,3033,'_wp_attached_file','2018/01/RD-Trail-Run-Feature.jpg'),(2891,3033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:914;s:4:\"file\";s:32:\"2018/01/RD-Trail-Run-Feature.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-150x150.jpg\";s:5:\"width\";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:\"RD-Trail-Run-Feature-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-768x748.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"RD-Trail-Run-Feature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:30:\"RD-Trail-Run-Feature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2892,2772,'_thumbnail_id','3281'),(2893,3046,'_wp_attached_file','2018/01/Jurassic-Trail-Run-Feature2.jpg'),(2894,3046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:813;s:4:\"file\";s:39:\"2018/01/Jurassic-Trail-Run-Feature2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature2-150x150.jpg\";s:5:\"width\";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:\"Jurassic-Trail-Run-Feature2-300x260.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature2-768x666.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature2-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature2-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature2-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:37:\"Jurassic-Trail-Run-Feature2-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature2-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:37:\"Jurassic-Trail-Run-Feature2-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:39:\"Jurassic-Trail-Run-Feature2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2895,3051,'_wp_attached_file','2018/01/JurassicDuathlon.jpg'),(2896,3051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:850;s:4:\"file\";s:28:\"2018/01/JurassicDuathlon.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"JurassicDuathlon-150x150.jpg\";s:5:\"width\";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:\"JurassicDuathlon-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"JurassicDuathlon-768x653.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"JurassicDuathlon-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"JurassicDuathlon-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"JurassicDuathlon-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"JurassicDuathlon-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"JurassicDuathlon-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"JurassicDuathlon-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:26:\"JurassicDuathlon-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:28:\"JurassicDuathlon-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2897,2797,'_thumbnail_id','3051'),(2898,9,'_edit_lock','1517028710:1'),(2899,3053,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(2900,3053,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"Terra Firma Racing \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <info@terrafirmaracing.com>\";s:9:\"recipient\";s:25:\"info@terrafirmaracing.com\";s:4:\"body\";s:188:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Terra Firma Racing (http://www.terrafirmaracing.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2901,3053,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"Terra Firma Racing \"[your-subject]\"\";s:6:\"sender\";s:59:\"Terra Firma Racing <wordpress@staging.terrafirmaracing.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:144:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Terra Firma Racing (http://staging.terrafirmaracing.com/wordpress)\";s:18:\"additional_headers\";s:23:\"Reply-To: cpakat@me.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2902,3053,'_messages','a:23:{s:12:\"mail_sent_ok\";s:64:\"Woo! Your message sent. We\'ll get back to you as soon as we can.\";s:12:\"mail_sent_ng\";s:97:\"This feels a bit like shoelaces coming untied during a race... Something\'s gone wrong, try again!\";s:16:\"validation_error\";s:94:\"You have at least one flat tire, maybe two. Please fill out the required fields and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:52:\"This field is more important than body glide, y\'all!\";s:16:\"invalid_too_long\";s:98:\"You must be an endurance athlete. Channel your inner sprinter and shorten things up a bit, please!\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:131:\"Double check your email address with the same care you double check your tire pressure: 21.23142psi front, 20.9843psi rear, please.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2903,3053,'_additional_settings',''),(2904,3053,'_locale','en_US'),(2905,9,'_mts_custom_sidebar',''),(2906,9,'_mts_sidebar_location',''),(2907,9,'_mts_postheader',''),(2908,9,'_edit_last','3'),(2909,9,'_wp_page_template','default'),(2910,106,'_edit_lock','1517598469:1'),(2911,106,'_mts_postheader',''),(2912,106,'_edit_last','3'),(2913,3060,'_menu_item_type','post_type'),(2914,3060,'_menu_item_menu_item_parent','0'),(2915,3060,'_menu_item_object_id','106'),(2916,3060,'_menu_item_object','page'),(2917,3060,'_menu_item_target',''),(2918,3060,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2919,3060,'_menu_item_xfn',''),(2920,3060,'_menu_item_url',''),(2922,3060,'_menu_item_color',''),(2923,3060,'_menu_item_icon',''),(2924,3061,'_wp_attached_file','2018/01/Upcoming-Events-04-1.png'),(2925,3061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2018/01/Upcoming-Events-04-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-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:32:\"Upcoming-Events-04-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-1-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-1-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2926,3061,'_wp_attachment_image_alt','XTERRA Rock Dallas Triathlon'),(2927,3074,'_wp_attached_file','2018/01/24hrsRockyHill-1.jpg'),(2928,3074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:1125;s:4:\"file\";s:28:\"2018/01/24hrsRockyHill-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"24hrsRockyHill-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:\"24hrsRockyHill-1-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"24hrsRockyHill-1-768x921.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:921;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"24hrsRockyHill-1-854x1024.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"24hrsRockyHill-1-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"24hrsRockyHill-1-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"24hrsRockyHill-1-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"24hrsRockyHill-1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"24hrsRockyHill-1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:26:\"24hrsRockyHill-1-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:28:\"24hrsRockyHill-1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2929,3074,'_wp_attachment_image_alt','24hrs of Rocky Hill'),(2930,3076,'_wp_attached_file','2018/01/CustomSocks-1.jpg'),(2931,3076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:25:\"2018/01/CustomSocks-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CustomSocks-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:25:\"CustomSocks-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"CustomSocks-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"CustomSocks-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"CustomSocks-1-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"CustomSocks-1-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"CustomSocks-1-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"CustomSocks-1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"CustomSocks-1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"CustomSocks-1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:23:\"CustomSocks-1-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:25:\"CustomSocks-1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:4:{i:0;s:9:\"640x480_c\";i:1;s:10:\"1280x960_c\";i:2;s:7:\"960x960\";i:3;s:7:\"480x480\";}}}'),(2932,3076,'_eg_has_gallery','a:4:{i:0;i:2904;i:1;i:2894;i:2;i:2901;i:3;i:2914;}'),(2933,3077,'_wp_attached_file','2018/01/2017-Rock-Dallas-Shirt-MockUp.jpg'),(2934,3077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1388;s:4:\"file\";s:41:\"2018/01/2017-Rock-Dallas-Shirt-MockUp.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"2017-Rock-Dallas-Shirt-MockUp-150x150.jpg\";s:5:\"width\";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:\"2017-Rock-Dallas-Shirt-MockUp-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"2017-Rock-Dallas-Shirt-MockUp-768x711.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"2017-Rock-Dallas-Shirt-MockUp-1024x948.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:948;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"2017-Rock-Dallas-Shirt-MockUp-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"2017-Rock-Dallas-Shirt-MockUp-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:41:\"2017-Rock-Dallas-Shirt-MockUp-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:39:\"2017-Rock-Dallas-Shirt-MockUp-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:41:\"2017-Rock-Dallas-Shirt-MockUp-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:41:\"2017-Rock-Dallas-Shirt-MockUp-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:39:\"2017-Rock-Dallas-Shirt-MockUp-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:41:\"2017-Rock-Dallas-Shirt-MockUp-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2935,3077,'_eg_has_gallery','a:0:{}'),(2936,3078,'_wp_attached_file','2018/01/2017-GatorBait-Shirt-MockUp.jpg'),(2937,3078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:580;s:4:\"file\";s:39:\"2018/01/2017-GatorBait-Shirt-MockUp.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"2017-GatorBait-Shirt-MockUp-150x150.jpg\";s:5:\"width\";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:\"2017-GatorBait-Shirt-MockUp-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"2017-GatorBait-Shirt-MockUp-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"2017-GatorBait-Shirt-MockUp-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"2017-GatorBait-Shirt-MockUp-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:39:\"2017-GatorBait-Shirt-MockUp-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:37:\"2017-GatorBait-Shirt-MockUp-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:39:\"2017-GatorBait-Shirt-MockUp-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:39:\"2017-GatorBait-Shirt-MockUp-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:37:\"2017-GatorBait-Shirt-MockUp-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:39:\"2017-GatorBait-Shirt-MockUp-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:3:{i:0;s:9:\"640x480_c\";i:1;s:10:\"1280x960_c\";i:2;s:9:\"320x240_c\";}}}'),(2938,3078,'_eg_has_gallery','a:1:{i:0;i:2904;}'),(2939,3086,'_wp_attached_file','2018/01/TERRA_FIRMA_LOGO-200px-e1517112171592.png'),(2940,3086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:97;s:4:\"file\";s:49:\"2018/01/TERRA_FIRMA_LOGO-200px-e1517112171592.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"TERRA_FIRMA_LOGO-200px-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:34:\"TERRA_FIRMA_LOGO-200px-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"TERRA_FIRMA_LOGO-200px-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:34:\"TERRA_FIRMA_LOGO-200px-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:32:\"TERRA_FIRMA_LOGO-200px-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:34:\"TERRA_FIRMA_LOGO-200px-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:34:\"TERRA_FIRMA_LOGO-200px-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:32:\"TERRA_FIRMA_LOGO-200px-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:34:\"TERRA_FIRMA_LOGO-200px-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2946,3092,'_menu_item_type','post_type'),(2947,3092,'_menu_item_menu_item_parent','0'),(2948,3092,'_menu_item_object_id','3091'),(2949,3092,'_menu_item_object','page'),(2950,3092,'_menu_item_target',''),(2951,3092,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2952,3092,'_menu_item_xfn',''),(2953,3092,'_menu_item_url',''),(2986,3110,'_wp_attached_file','2018/01/TopographicBG-02-2.png'),(2987,3110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1026;s:6:\"height\";i:1009;s:4:\"file\";s:30:\"2018/01/TopographicBG-02-2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"TopographicBG-02-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:30:\"TopographicBG-02-2-300x295.png\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"TopographicBG-02-2-768x755.png\";s:5:\"width\";i:768;s:6:\"height\";i:755;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"TopographicBG-02-2-1024x1007.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1007;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"TopographicBG-02-2-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"TopographicBG-02-2-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"TopographicBG-02-2-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"TopographicBG-02-2-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"TopographicBG-02-2-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"TopographicBG-02-2-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:28:\"TopographicBG-02-2-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:30:\"TopographicBG-02-2-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2988,3110,'_wp_attachment_image_alt','TF Background'),(2989,3111,'_wp_attached_file','2018/01/TF-Features-01.jpg'),(2990,3111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1902;s:6:\"height\";i:529;s:4:\"file\";s:26:\"2018/01/TF-Features-01.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TF-Features-01-150x150.jpg\";s:5:\"width\";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:\"TF-Features-01-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TF-Features-01-768x214.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TF-Features-01-1024x285.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"TF-Features-01-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"TF-Features-01-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:26:\"TF-Features-01-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:24:\"TF-Features-01-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:26:\"TF-Features-01-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:26:\"TF-Features-01-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:24:\"TF-Features-01-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:26:\"TF-Features-01-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2991,3112,'_wp_attached_file','2018/01/TF-Features-02.jpg'),(2992,3112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1902;s:6:\"height\";i:529;s:4:\"file\";s:26:\"2018/01/TF-Features-02.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TF-Features-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:25:\"TF-Features-02-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TF-Features-02-768x214.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TF-Features-02-1024x285.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"TF-Features-02-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"TF-Features-02-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:26:\"TF-Features-02-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:24:\"TF-Features-02-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:26:\"TF-Features-02-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:26:\"TF-Features-02-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:24:\"TF-Features-02-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:26:\"TF-Features-02-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2993,3113,'_wp_attached_file','2018/01/TF-Features-03.jpg'),(2994,3113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1902;s:6:\"height\";i:529;s:4:\"file\";s:26:\"2018/01/TF-Features-03.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TF-Features-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:25:\"TF-Features-03-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TF-Features-03-768x214.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TF-Features-03-1024x285.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"TF-Features-03-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"TF-Features-03-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:26:\"TF-Features-03-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:24:\"TF-Features-03-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:26:\"TF-Features-03-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:26:\"TF-Features-03-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:24:\"TF-Features-03-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:26:\"TF-Features-03-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(2995,3111,'_wp_attachment_image_alt','Go Adventure'),(2996,3112,'_wp_attachment_image_alt','Go All Night'),(2997,3113,'_wp_attachment_image_alt','Go Ahead'),(3025,2448,'_edit_last','1'),(3026,1885,'_edit_lock','1522623248:5'),(3063,3140,'_menu_item_type','custom'),(3064,3140,'_menu_item_menu_item_parent','0'),(3065,3140,'_menu_item_object_id','3140'),(3066,3140,'_menu_item_object','custom'),(3067,3140,'_menu_item_target',''),(3068,3140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3069,3140,'_menu_item_xfn',''),(3070,3140,'_menu_item_url','http://www.terrafirmaracing.com'),(3072,3140,'_menu_item_color',''),(3073,3140,'_menu_item_icon',''),(3079,2760,'_edit_lock','1517109409:3'),(3080,3086,'_edit_lock','1517332188:3'),(3081,3086,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:193;s:4:\"file\";s:26:\"TERRA_FIRMA_LOGO-200px.png\";}}'),(3084,3147,'_wp_attached_file','2018/01/TF-Features-04.jpg'),(3085,3147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1902;s:6:\"height\";i:529;s:4:\"file\";s:26:\"2018/01/TF-Features-04.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-150x150.jpg\";s:5:\"width\";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:\"TF-Features-04-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-768x214.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TF-Features-04-1024x285.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:24:\"TF-Features-04-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:24:\"TF-Features-04-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3086,3148,'_wp_attached_file','2018/01/TF-Features-04-1.jpg'),(3087,3148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1902;s:6:\"height\";i:529;s:4:\"file\";s:28:\"2018/01/TF-Features-04-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"TF-Features-04-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:\"TF-Features-04-1-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"TF-Features-04-1-768x214.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"TF-Features-04-1-1024x285.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"TF-Features-04-1-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"TF-Features-04-1-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:28:\"TF-Features-04-1-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:28:\"TF-Features-04-1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:28:\"TF-Features-04-1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:26:\"TF-Features-04-1-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:28:\"TF-Features-04-1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3088,3147,'_wp_attachment_image_alt','Dirty Dozen Mountain Bike Race'),(3145,3180,'_wp_attached_file','2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png'),(3146,3180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:67;s:4:\"file\";s:61:\"2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-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:61:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-1-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:61:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:61:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-1-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:59:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-1-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:61:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-1-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:61:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:59:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-1-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:61:\"pmlogo_phat_wht-on4colorkBANNER-resized_preview-1-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:9:{i:0;s:6:\"287x67\";i:1;s:6:\"287x67\";i:2;s:6:\"200x47\";i:3;s:6:\"287x67\";i:4;s:6:\"287x67\";i:5;s:6:\"200x47\";i:6;s:6:\"287x67\";i:7;s:6:\"200x47\";i:8;s:6:\"287x67\";}}}'),(3151,3183,'_wp_attached_file','2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png'),(3152,3183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:167;s:4:\"file\";s:51:\"2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Muscle-Milk-Brand-Stacked-Black-resized-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:51:\"Muscle-Milk-Brand-Stacked-Black-resized-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:51:\"Muscle-Milk-Brand-Stacked-Black-resized-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:51:\"Muscle-Milk-Brand-Stacked-Black-resized-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:49:\"Muscle-Milk-Brand-Stacked-Black-resized-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:51:\"Muscle-Milk-Brand-Stacked-Black-resized-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:51:\"Muscle-Milk-Brand-Stacked-Black-resized-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:49:\"Muscle-Milk-Brand-Stacked-Black-resized-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:51:\"Muscle-Milk-Brand-Stacked-Black-resized-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:9:{i:0;s:7:\"250x167\";i:1;s:7:\"250x167\";i:2;s:7:\"200x134\";i:3;s:7:\"250x167\";i:4;s:7:\"250x167\";i:5;s:7:\"150x100\";i:6;s:7:\"250x167\";i:7;s:7:\"200x134\";i:8;s:7:\"250x167\";}}}'),(3153,3184,'_wp_attached_file','2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png'),(3154,3184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:198;s:6:\"height\";i:138;s:4:\"file\";s:59:\"2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-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:59:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:59:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:59:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:57:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:59:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:59:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:57:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:59:\"GAT13LOGO_Endurance_vert_fc_blk-resized_preview-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:9:{i:0;s:7:\"198x138\";i:1;s:7:\"198x138\";i:2;s:7:\"198x138\";i:3;s:7:\"198x138\";i:4;s:7:\"198x138\";i:5;s:7:\"143x100\";i:6;s:7:\"198x138\";i:7;s:7:\"198x138\";i:8;s:7:\"198x138\";}}}'),(3155,3184,'_wp_attachment_image_alt','Gatorade'),(3158,3186,'_wp_attached_file','2018/02/XW_Logo_TwoColor_Long-resize-verticle-150.jpg'),(3159,3186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:150;s:4:\"file\";s:53:\"2018/02/XW_Logo_TwoColor_Long-resize-verticle-150.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"XW_Logo_TwoColor_Long-resize-verticle-150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"XW_Logo_TwoColor_Long-resize-verticle-150-768x113.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"XW_Logo_TwoColor_Long-resize-verticle-150-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:53:\"XW_Logo_TwoColor_Long-resize-verticle-150-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:53:\"XW_Logo_TwoColor_Long-resize-verticle-150-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:51:\"XW_Logo_TwoColor_Long-resize-verticle-150-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:53:\"XW_Logo_TwoColor_Long-resize-verticle-150-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:53:\"XW_Logo_TwoColor_Long-resize-verticle-150-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:51:\"XW_Logo_TwoColor_Long-resize-verticle-150-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:53:\"XW_Logo_TwoColor_Long-resize-verticle-150-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:6:{i:0;s:6:\"640x94\";i:1;s:8:\"1023x150\";i:2;s:6:\"400x59\";i:3;s:6:\"300x44\";i:4;s:6:\"400x59\";i:5;s:6:\"400x59\";}}}'),(3163,3188,'_wp_attached_file','2018/02/Suunto-01.png'),(3164,3188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:372;s:6:\"height\";i:153;s:4:\"file\";s:21:\"2018/02/Suunto-01.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Suunto-01-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:\"Suunto-01-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Suunto-01-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"Suunto-01-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:21:\"Suunto-01-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:19:\"Suunto-01-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:21:\"Suunto-01-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:21:\"Suunto-01-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:19:\"Suunto-01-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:21:\"Suunto-01-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:14:\"resized_images\";a:6:{i:0;s:7:\"372x153\";i:1;s:7:\"372x153\";i:2;s:7:\"372x153\";i:3;s:7:\"300x123\";i:4;s:7:\"372x153\";i:5;s:7:\"372x153\";}}}'),(3165,3184,'_edit_lock','1517949906:3'),(3166,3184,'_edit_last','3'),(3167,3180,'_wpt_view_count','1'),(3168,3184,'_wpt_view_count','1'),(3169,3189,'_edit_lock','1518016894:3'),(3170,3189,'_edit_last','3'),(3171,3188,'_eg_has_gallery','a:1:{i:0;i:3189;}'),(3173,3186,'_eg_has_gallery','a:1:{i:0;i:3189;}'),(3175,3184,'_eg_has_gallery','a:1:{i:0;i:3189;}'),(3176,3183,'_eg_has_gallery','a:1:{i:0;i:3189;}'),(3177,3180,'_eg_has_gallery','a:1:{i:0;i:3189;}'),(3178,3189,'_eg_in_gallery','a:5:{i:0;i:3188;i:2;i:3186;i:4;i:3184;i:5;i:3183;i:6;i:3180;}'),(3179,3189,'_eg_gallery_data','a:3:{s:2:\"id\";i:3189;s:7:\"gallery\";a:5:{i:3188;a:8:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01.png\";s:5:\"title\";s:6:\"Suunto\";s:4:\"link\";s:28:\"http://www.suunto.com/en-US/\";s:3:\"alt\";s:6:\"Suunto\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:15:\"link_new_window\";s:1:\"1\";}i:3186;a:8:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:104:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150.jpg\";s:5:\"title\";s:15:\"XTERRA Wetsuits\";s:4:\"link\";s:31:\"https://www.xterrawetsuits.com/\";s:3:\"alt\";s:15:\"XTERRA Wetsuits\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:15:\"link_new_window\";s:1:\"1\";}i:3184;a:8:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\";s:5:\"title\";s:8:\"Gatorade\";s:4:\"link\";s:24:\"http://www.gatorade.com/\";s:3:\"alt\";s:8:\"Gatorade\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:15:\"link_new_window\";s:1:\"1\";}i:3183;a:8:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:102:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\";s:5:\"title\";s:11:\"Muscle Milk\";s:4:\"link\";s:26:\"http://www.musclemilk.com/\";s:3:\"alt\";s:11:\"Muscle Milk\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:15:\"link_new_window\";s:1:\"1\";}i:3180;a:8:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:112:\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\";s:5:\"title\";s:13:\"Paul Mitchell\";s:4:\"link\";s:29:\"https://www.paulmitchell.com/\";s:3:\"alt\";s:13:\"Paul Mitchell\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:15:\"link_new_window\";s:1:\"1\";}}s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"3\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:15;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:200;s:11:\"crop_height\";i:150;s:4:\"crop\";i:0;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:100;s:16:\"lightbox_enabled\";i:0;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:15:\"XTERRA Sponsors\";s:4:\"slug\";s:15:\"xterra-sponsors\";}}'),(3180,3189,'_eg_just_published','1'),(3181,3188,'_edit_lock','1518015306:3'),(3186,3192,'_wp_attached_file','2018/02/USC-logo-trans-small.png'),(3187,3192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:591;s:4:\"file\";s:32:\"2018/02/USC-logo-trans-small.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"USC-logo-trans-small-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:\"USC-logo-trans-small-300x280.png\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"USC-logo-trans-small-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"USC-logo-trans-small-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"USC-logo-trans-small-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"USC-logo-trans-small-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"USC-logo-trans-small-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"USC-logo-trans-small-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:30:\"USC-logo-trans-small-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:32:\"USC-logo-trans-small-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3188,3192,'_wp_attachment_image_alt','Utah Sports Commission'),(3189,3183,'_wp_attachment_image_alt','Muscle Milk'),(3191,3186,'_wp_attachment_image_alt','XTERRA Wetsuits'),(3192,3180,'_wp_attachment_image_alt','Paul Mitchell'),(3193,3202,'_wp_attached_file','2018/02/XTERRA-Block-color.png'),(3194,3202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:296;s:6:\"height\";i:245;s:4:\"file\";s:30:\"2018/02/XTERRA-Block-color.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"XTERRA-Block-color-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:30:\"XTERRA-Block-color-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"XTERRA-Block-color-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"XTERRA-Block-color-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"XTERRA-Block-color-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"XTERRA-Block-color-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"XTERRA-Block-color-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:28:\"XTERRA-Block-color-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:30:\"XTERRA-Block-color-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3195,3202,'_wp_attachment_image_alt','XTERRA Boards'),(3196,3205,'_wp_attached_file','2018/02/RockDallasTriFeature.jpg'),(3197,3205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:1216;s:4:\"file\";s:32:\"2018/02/RockDallasTriFeature.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-150x150.jpg\";s:5:\"width\";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:\"RockDallasTriFeature-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-768x996.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"RockDallasTriFeature-790x1024.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"RockDallasTriFeature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:30:\"RockDallasTriFeature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:32:\"RockDallasTriFeature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3198,3207,'_wp_attached_file','2018/02/Upcoming-Events-04.png'),(3199,3207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2018/02/Upcoming-Events-04.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-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:\"Upcoming-Events-04-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-04-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-04-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3200,3207,'_wp_attachment_image_alt','XTERRA Rock Dallas'),(3294,3236,'_edit_lock','1518712809:3'),(3295,3236,'_edit_last','3'),(3296,3236,'_mts_custom_sidebar',''),(3297,3236,'_mts_sidebar_location',''),(3298,3236,'_mts_postheader',''),(3299,3236,'_wpt_view_count','127'),(3300,3240,'_wp_attached_file','2018/02/39185854115_0a6a0f1bdd_z.jpg'),(3301,3240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2018/02/39185854115_0a6a0f1bdd_z.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"39185854115_0a6a0f1bdd_z-150x150.jpg\";s:5:\"width\";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:\"39185854115_0a6a0f1bdd_z-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"39185854115_0a6a0f1bdd_z-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"39185854115_0a6a0f1bdd_z-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"39185854115_0a6a0f1bdd_z-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"39185854115_0a6a0f1bdd_z-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"39185854115_0a6a0f1bdd_z-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"39185854115_0a6a0f1bdd_z-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"39185854115_0a6a0f1bdd_z-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"39185854115_0a6a0f1bdd_z-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3302,3240,'_wp_attachment_image_alt','Dirty Dozen Mountain Bike Race - John Russell'),(3306,3244,'_wp_attached_file','2018/02/26212737018_b722879711_z.jpg'),(3307,3244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2018/02/26212737018_b722879711_z.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"26212737018_b722879711_z-150x150.jpg\";s:5:\"width\";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:\"26212737018_b722879711_z-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"26212737018_b722879711_z-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"26212737018_b722879711_z-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"26212737018_b722879711_z-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"26212737018_b722879711_z-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"26212737018_b722879711_z-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"26212737018_b722879711_z-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"26212737018_b722879711_z-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"26212737018_b722879711_z-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3308,3244,'_wp_attachment_image_alt',''),(3322,3252,'_wp_attached_file','2018/02/39373574104_29ec7c2dfb_z.jpg'),(3323,3252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2018/02/39373574104_29ec7c2dfb_z.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"39373574104_29ec7c2dfb_z-150x150.jpg\";s:5:\"width\";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:\"39373574104_29ec7c2dfb_z-170x300.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"39373574104_29ec7c2dfb_z-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"39373574104_29ec7c2dfb_z-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"39373574104_29ec7c2dfb_z-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"39373574104_29ec7c2dfb_z-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"39373574104_29ec7c2dfb_z-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"39373574104_29ec7c2dfb_z-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"39373574104_29ec7c2dfb_z-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"39373574104_29ec7c2dfb_z-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3324,3252,'_wp_attachment_image_alt','John Russell - Dirty Dozen - First Lap'),(3325,3236,'_thumbnail_id','3240'),(3376,3258,'_menu_item_type','post_type'),(3377,3258,'_menu_item_menu_item_parent','0'),(3378,3258,'_menu_item_object_id','10'),(3379,3258,'_menu_item_object','page'),(3380,3258,'_menu_item_target',''),(3381,3258,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3382,3258,'_menu_item_xfn',''),(3383,3258,'_menu_item_url',''),(3385,3258,'_menu_item_color',''),(3386,3258,'_menu_item_icon',''),(3389,3259,'_edit_lock','1518551895:3'),(3390,3259,'_edit_last','3'),(3391,3260,'_wp_attached_file','2018/02/Maga-24hrs.png'),(3392,3260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:721;s:4:\"file\";s:22:\"2018/02/Maga-24hrs.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-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:\"Maga-24hrs-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"Maga-24hrs-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:20:\"Maga-24hrs-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3395,3262,'_wp_attached_file','2018/02/Maga-24hrs-1.png'),(3396,3262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:721;s:4:\"file\";s:24:\"2018/02/Maga-24hrs-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Maga-24hrs-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:24:\"Maga-24hrs-1-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Maga-24hrs-1-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"Maga-24hrs-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:24:\"Maga-24hrs-1-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-1-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:24:\"Maga-24hrs-1-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:24:\"Maga-24hrs-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:22:\"Maga-24hrs-1-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:24:\"Maga-24hrs-1-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3397,3259,'_thumbnail_id','3260'),(3398,3259,'_mts_custom_sidebar',''),(3399,3259,'_mts_sidebar_location',''),(3400,3259,'_mts_postheader',''),(3401,3259,'_wpt_view_count','18'),(3404,3265,'_edit_lock','1518712811:3'),(3405,3265,'_edit_last','3'),(3406,3265,'_mts_custom_sidebar',''),(3407,3265,'_mts_sidebar_location',''),(3408,3265,'_mts_postheader',''),(3409,3265,'_wpt_view_count','17'),(3415,3270,'_wp_attached_file','2018/02/40051879642_14cacbf889_z.jpg'),(3416,3270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:36:\"2018/02/40051879642_14cacbf889_z.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"40051879642_14cacbf889_z-150x150.jpg\";s:5:\"width\";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:\"40051879642_14cacbf889_z-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:36:\"40051879642_14cacbf889_z-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"40051879642_14cacbf889_z-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"40051879642_14cacbf889_z-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"40051879642_14cacbf889_z-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"40051879642_14cacbf889_z-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"40051879642_14cacbf889_z-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"40051879642_14cacbf889_z-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"40051879642_14cacbf889_z-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3417,3270,'_wp_attachment_image_alt','2018 Dirty Dozen - Antonio Garza'),(3418,3265,'_thumbnail_id','3270'),(3423,3273,'_wp_attached_file','2018/02/Upcoming-Events-03.png'),(3424,3273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2018/02/Upcoming-Events-03.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-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:\"Upcoming-Events-03-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-03-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-03-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-03-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3425,3274,'_wp_attached_file','2018/02/Upcoming-Events-04-1.png'),(3426,3274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2018/02/Upcoming-Events-04-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-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:32:\"Upcoming-Events-04-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-1-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-04-1-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:32:\"Upcoming-Events-04-1-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3427,3275,'_wp_attached_file','2018/02/Upcoming-Events-05.png'),(3428,3275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2018/02/Upcoming-Events-05.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-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:\"Upcoming-Events-05-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-05-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-05-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-05-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3429,3276,'_wp_attached_file','2018/02/Upcoming-Events-06.png'),(3430,3276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2018/02/Upcoming-Events-06.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-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:\"Upcoming-Events-06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-06-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:28:\"Upcoming-Events-06-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:30:\"Upcoming-Events-06-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3431,3273,'_wp_attachment_image_alt','XTERRA Gator Bait'),(3432,3274,'_wp_attachment_image_alt','XTERRA Rock Dallas Triathlon'),(3433,3275,'_wp_attachment_image_alt','XTERRA Rock Dallas Trail Runs'),(3434,3276,'_wp_attachment_image_alt','XTERRA Jurassic Trail Runs'),(3435,3277,'_wp_attached_file','2018/02/Gator-Bait-TR-Feature.jpg'),(3436,3277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:870;s:4:\"file\";s:33:\"2018/02/Gator-Bait-TR-Feature.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Gator-Bait-TR-Feature-150x150.jpg\";s:5:\"width\";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:\"Gator-Bait-TR-Feature-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Gator-Bait-TR-Feature-768x712.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Gator-Bait-TR-Feature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"Gator-Bait-TR-Feature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:33:\"Gator-Bait-TR-Feature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-TR-Feature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:33:\"Gator-Bait-TR-Feature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:33:\"Gator-Bait-TR-Feature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:31:\"Gator-Bait-TR-Feature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:33:\"Gator-Bait-TR-Feature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3437,3279,'_wp_attached_file','2018/02/Jurassic-Trail-Run-Feature.jpg'),(3438,3279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:813;s:4:\"file\";s:38:\"2018/02/Jurassic-Trail-Run-Feature.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-150x150.jpg\";s:5:\"width\";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:\"Jurassic-Trail-Run-Feature-300x260.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-768x666.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:36:\"Jurassic-Trail-Run-Feature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:36:\"Jurassic-Trail-Run-Feature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:38:\"Jurassic-Trail-Run-Feature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3439,3279,'_wp_attachment_image_alt','XTERRA Jurassic Trail Runs'),(3440,3281,'_wp_attached_file','2018/02/RD-Trail-Run-Feature.jpg'),(3441,3281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:914;s:4:\"file\";s:32:\"2018/02/RD-Trail-Run-Feature.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-150x150.jpg\";s:5:\"width\";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:\"RD-Trail-Run-Feature-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-768x748.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:30:\"RD-Trail-Run-Feature-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:30:\"RD-Trail-Run-Feature-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:32:\"RD-Trail-Run-Feature-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3442,3281,'_wp_attachment_image_alt','XTERRA Rock Dallas Trail Runs'),(3443,3282,'_wp_attached_file','2018/02/XTERRA-Logo.png'),(3444,3282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:313;s:6:\"height\";i:214;s:4:\"file\";s:23:\"2018/02/XTERRA-Logo.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"XTERRA-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:23:\"XTERRA-Logo-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"XTERRA-Logo-223x137.png\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"XTERRA-Logo-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:23:\"XTERRA-Logo-765x400.png\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:21:\"XTERRA-Logo-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:23:\"XTERRA-Logo-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"facility\";a:4:{s:4:\"file\";s:23:\"XTERRA-Logo-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:21:\"XTERRA-Logo-65x65.png\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:23:\"XTERRA-Logo-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3445,3282,'_wp_attachment_image_alt','XTERRA'),(3446,3188,'_wp_attachment_image_alt','Suunto'),(3447,3314,'_edit_lock','1526909283:3'),(3448,3314,'_edit_last','3'),(3449,3314,'_wp_page_template','default'),(3450,3314,'_mts_custom_sidebar',''),(3451,3314,'_mts_sidebar_location',''),(3452,3314,'_mts_postheader','parallax'),(3453,3316,'_wp_attached_file','2018/03/MustangImage1.jpg'),(3454,3316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:516;s:4:\"file\";s:25:\"2018/03/MustangImage1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"MustangImage1-150x150.jpg\";s:5:\"width\";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:\"MustangImage1-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MustangImage1-768x387.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"MustangImage1-1024x516.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"MustangImage1-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"MustangImage1-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"MustangImage1-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"MustangImage1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"MustangImage1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"MustangImage1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:23:\"MustangImage1-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:25:\"MustangImage1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3455,3316,'_wp_attachment_image_alt','Mowdy Rustang Ranch Mustangs'),(3456,3314,'_thumbnail_id','3319'),(3457,3319,'_wp_attached_file','2018/03/MustangImage2-e1521732801190.jpg'),(3458,3319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:448;s:4:\"file\";s:40:\"2018/03/MustangImage2-e1521732801190.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"MustangImage2-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MustangImage2-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"MustangImage2-1024x610.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"MustangImage2-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"MustangImage2-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:25:\"MustangImage2-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:23:\"MustangImage2-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:25:\"MustangImage2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:25:\"MustangImage2-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:23:\"MustangImage2-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:25:\"MustangImage2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3459,3319,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:610;s:4:\"file\";s:17:\"MustangImage2.jpg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"MustangImage2-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"MustangImage2-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"MustangImage2-1024x610.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"MustangImage2-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"featured-orig\";a:4:{s:4:\"file\";s:25:\"MustangImage2-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"featuredfull-orig\";a:4:{s:4:\"file\";s:25:\"MustangImage2-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"widgetthumb-orig\";a:4:{s:4:\"file\";s:23:\"MustangImage2-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"widgetfull-orig\";a:4:{s:4:\"file\";s:25:\"MustangImage2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"facility-orig\";a:4:{s:4:\"file\";s:25:\"MustangImage2-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wp_review_small-orig\";a:4:{s:4:\"file\";s:23:\"MustangImage2-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wp_review_large-orig\";a:4:{s:4:\"file\";s:25:\"MustangImage2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521732782954\";a:3:{s:5:\"width\";i:624;s:6:\"height\";i:609;s:4:\"file\";s:32:\"MustangImage2-e1521732736601.jpg\";}s:20:\"medium-1521732782954\";a:4:{s:4:\"file\";s:40:\"MustangImage2-e1521732736601-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1521732782954\";a:4:{s:4:\"file\";s:40:\"MustangImage2-e1521732736601-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"featured-1521732782954\";a:4:{s:4:\"file\";s:40:\"MustangImage2-e1521732736601-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"featuredfull-1521732782954\";a:4:{s:4:\"file\";s:40:\"MustangImage2-e1521732736601-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"widgetthumb-1521732782954\";a:4:{s:4:\"file\";s:38:\"MustangImage2-e1521732736601-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"widgetfull-1521732782954\";a:4:{s:4:\"file\";s:40:\"MustangImage2-e1521732736601-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"facility-1521732782954\";a:4:{s:4:\"file\";s:40:\"MustangImage2-e1521732736601-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"wp_review_small-1521732782954\";a:4:{s:4:\"file\";s:38:\"MustangImage2-e1521732736601-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"wp_review_large-1521732782954\";a:4:{s:4:\"file\";s:40:\"MustangImage2-e1521732736601-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3460,3326,'_wp_attached_file','2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf'),(3461,3327,'_wp_attached_file','2018/03/XTERRA_Rock_Dallas_Run_Course.pdf'),(3462,3328,'_wp_attached_file','2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf'),(3463,3319,'_wp_attachment_image_alt','Mustang Romp'),(3476,3351,'_wp_attached_file','2018/05/41073221974_c8972c339f_m.jpg'),(3477,3351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:159;s:4:\"file\";s:36:\"2018/05/41073221974_c8972c339f_m.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"41073221974_c8972c339f_m-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:36:\"41073221974_c8972c339f_m-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"41073221974_c8972c339f_m-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"41073221974_c8972c339f_m-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"41073221974_c8972c339f_m-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"41073221974_c8972c339f_m-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"41073221974_c8972c339f_m-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"41073221974_c8972c339f_m-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"41073221974_c8972c339f_m-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3478,3367,'_wp_attached_file','2018/05/XTERRA_Rock_Dallas_5k_Trail_Run-Map.pdf'),(3479,3368,'_wp_attached_file','2018/05/XTERRA_Rock_Dallas_13-1m_Trail_Run-Map.pdf'),(3480,3369,'_wp_attached_file','2018/05/XTERRA_Rock_Dallas_15k_Trail_Run_Map.pdf'),(3481,3372,'_edit_lock','1526908502:3'),(3482,3372,'_edit_last','3'),(3483,3372,'_wp_page_template','default'),(3484,3372,'_mts_custom_sidebar',''),(3485,3372,'_mts_sidebar_location',''),(3486,3372,'_mts_postheader',''),(3487,3376,'_wp_attached_file','2018/05/XTERRA-Rock-Dallas-Tri-Bike-Course-map-and-elevation.pdf'),(3488,3378,'_wp_attached_file','2018/05/XTERRA-Rock-Dallas-Tri-Run-Course-map-and-elevation.pdf'),(3489,3380,'_wp_attached_file','2018/05/2018-Rock-Dallas-Triathlon-3531-web.jpg'),(3490,3380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:47:\"2018/05/2018-Rock-Dallas-Triathlon-3531-web.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3531-web-150x150.jpg\";s:5:\"width\";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:\"2018-Rock-Dallas-Triathlon-3531-web-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:47:\"2018-Rock-Dallas-Triathlon-3531-web-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3531-web-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3531-web-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3531-web-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:45:\"2018-Rock-Dallas-Triathlon-3531-web-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3531-web-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3531-web-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:45:\"2018-Rock-Dallas-Triathlon-3531-web-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3531-web-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3491,3381,'_wp_attached_file','2018/05/2018-Rock-Dallas-Triathlon-3707-web.jpg'),(3492,3381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:1058;s:4:\"file\";s:47:\"2018/05/2018-Rock-Dallas-Triathlon-3707-web.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3707-web-150x150.jpg\";s:5:\"width\";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:\"2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"2018-Rock-Dallas-Triathlon-3707-web-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3707-web-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3707-web-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3707-web-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:45:\"2018-Rock-Dallas-Triathlon-3707-web-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3707-web-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3707-web-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:45:\"2018-Rock-Dallas-Triathlon-3707-web-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:47:\"2018-Rock-Dallas-Triathlon-3707-web-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3493,2,'_edit_lock','1527440142:2'),(3494,2,'_edit_last','2'),(3495,2,'_mts_custom_sidebar',''),(3496,2,'_mts_sidebar_location',''),(3497,2,'_mts_postheader',''),(3498,3394,'_wp_attached_file','2018/05/40054180682_abe537f5c1_z.jpg'),(3499,3394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:36:\"2018/05/40054180682_abe537f5c1_z.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"40054180682_abe537f5c1_z-150x150.jpg\";s:5:\"width\";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:\"40054180682_abe537f5c1_z-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:36:\"40054180682_abe537f5c1_z-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"40054180682_abe537f5c1_z-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"40054180682_abe537f5c1_z-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"40054180682_abe537f5c1_z-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"40054180682_abe537f5c1_z-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"40054180682_abe537f5c1_z-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"40054180682_abe537f5c1_z-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"40054180682_abe537f5c1_z-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3500,3395,'_wp_attached_file','2018/05/39982843190_dac95937ff_m.jpg'),(3501,3395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:159;s:4:\"file\";s:36:\"2018/05/39982843190_dac95937ff_m.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"39982843190_dac95937ff_m-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:36:\"39982843190_dac95937ff_m-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"39982843190_dac95937ff_m-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"39982843190_dac95937ff_m-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"39982843190_dac95937ff_m-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"39982843190_dac95937ff_m-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"39982843190_dac95937ff_m-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"39982843190_dac95937ff_m-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"39982843190_dac95937ff_m-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3502,3397,'_wp_attached_file','2018/05/42337362472_88a8ea415d_z.jpg'),(3503,3397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:36:\"2018/05/42337362472_88a8ea415d_z.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"42337362472_88a8ea415d_z-150x150.jpg\";s:5:\"width\";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:\"42337362472_88a8ea415d_z-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:36:\"42337362472_88a8ea415d_z-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"42337362472_88a8ea415d_z-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"42337362472_88a8ea415d_z-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"42337362472_88a8ea415d_z-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"42337362472_88a8ea415d_z-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"42337362472_88a8ea415d_z-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"42337362472_88a8ea415d_z-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"42337362472_88a8ea415d_z-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3504,3398,'_wp_attached_file','2018/05/41792329651_d222bdc1d0_z.jpg'),(3505,3398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:36:\"2018/05/41792329651_d222bdc1d0_z.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"41792329651_d222bdc1d0_z-150x150.jpg\";s:5:\"width\";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:\"41792329651_d222bdc1d0_z-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:36:\"41792329651_d222bdc1d0_z-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"41792329651_d222bdc1d0_z-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"41792329651_d222bdc1d0_z-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"41792329651_d222bdc1d0_z-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"41792329651_d222bdc1d0_z-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"41792329651_d222bdc1d0_z-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"41792329651_d222bdc1d0_z-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"41792329651_d222bdc1d0_z-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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,3398,'_wp_attachment_image_alt','XTERRA Gator Bait, Huntsville State Park'),(3507,3401,'_wp_attached_file','2018/05/DinoValley.jpg'),(3508,3401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1760;s:6:\"height\";i:796;s:4:\"file\";s:22:\"2018/05/DinoValley.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DinoValley-150x150.jpg\";s:5:\"width\";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:\"DinoValley-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DinoValley-768x347.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DinoValley-1024x463.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"DinoValley-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"DinoValley-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:22:\"DinoValley-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:20:\"DinoValley-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:22:\"DinoValley-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:22:\"DinoValley-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:20:\"DinoValley-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:22:\"DinoValley-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:31:\"© 2010 CHASE A. FOUNTAIN, TPWD\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3509,3401,'_wp_attachment_image_alt','XTERRA Jurassic Trail Runs - Dinosaur Valley State Park'),(3510,3402,'_wp_attached_file','2018/05/30707777_1456824137756853_6623991605214838784_o.jpg'),(3511,3402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:59:\"2018/05/30707777_1456824137756853_6623991605214838784_o.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"30707777_1456824137756853_6623991605214838784_o-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:57:\"30707777_1456824137756853_6623991605214838784_o-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:57:\"30707777_1456824137756853_6623991605214838784_o-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:59:\"30707777_1456824137756853_6623991605214838784_o-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3512,3403,'_wp_attached_file','2018/05/RockDallasTri-Transition.jpg'),(3513,3403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4896;s:6:\"height\";i:3264;s:4:\"file\";s:36:\"2018/05/RockDallasTri-Transition.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"RockDallasTri-Transition-150x150.jpg\";s:5:\"width\";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:\"RockDallasTri-Transition-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:36:\"RockDallasTri-Transition-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"RockDallasTri-Transition-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"RockDallasTri-Transition-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"RockDallasTri-Transition-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"RockDallasTri-Transition-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"RockDallasTri-Transition-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"RockDallasTri-Transition-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"RockDallasTri-Transition-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"RockDallasTri-Transition-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"RockDallasTri-Transition-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3514,3404,'_wp_attached_file','2018/05/40085190831_aed76d3862_k-e1527685515267.jpg'),(3515,3404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:51:\"2018/05/40085190831_aed76d3862_k-e1527685515267.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"40085190831_aed76d3862_k-150x150.jpg\";s:5:\"width\";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:\"40085190831_aed76d3862_k-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:36:\"40085190831_aed76d3862_k-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"40085190831_aed76d3862_k-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"40085190831_aed76d3862_k-223x137.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"40085190831_aed76d3862_k-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featuredfull\";a:4:{s:4:\"file\";s:36:\"40085190831_aed76d3862_k-765x400.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"widgetthumb\";a:4:{s:4:\"file\";s:34:\"40085190831_aed76d3862_k-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"widgetfull\";a:4:{s:4:\"file\";s:36:\"40085190831_aed76d3862_k-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"facility\";a:4:{s:4:\"file\";s:36:\"40085190831_aed76d3862_k-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_small\";a:4:{s:4:\"file\";s:34:\"40085190831_aed76d3862_k-65x65.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"wp_review_large\";a:4:{s:4:\"file\";s:36:\"40085190831_aed76d3862_k-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;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:{}}}'),(3516,3404,'_edit_lock','1527741256:3'),(3517,3404,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:28:\"40085190831_aed76d3862_k.jpg\";}}'),(3518,3404,'_edit_last','3'); /*!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 utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_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 utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=3405 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (2,1,'2017-11-30 14:56:46','2017-11-30 14:56:46','<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90575, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>','Sample Page','','publish','closed','open','','sample-page','','','2018-05-27 16:57:56','2018-05-27 16:57:56','',0,'http://www.terrafirmaracing.com/?page_id=2',0,'page','',0),(4,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','','Espresso','','inherit','open','closed','','espresso','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/espresso.jpg',0,'attachment','image/jpeg',0),(5,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','','Sandwich','','inherit','open','closed','','sandwich','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/sandwich.jpg',0,'attachment','image/jpeg',0),(6,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','','Coffee','','inherit','open','closed','','coffee','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/coffee.jpg',0,'attachment','image/jpeg',0),(7,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','Terra Firma Racing, founded in 1998, is the premiere off-road racing company in Texas.\r\n\r\nWe put on adventure races, mountain bike races, off-road duathlons, and XTERRA triathlons and trail runs.\r\n\r\nGo Adventure!','Home','','publish','closed','closed','','home','','','2018-01-04 14:13:04','2018-01-04 14:13:04','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=7',0,'page','',0),(8,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.','About','','publish','closed','closed','','about','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=8',0,'page','',0),(9,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','<div class=\"g-recaptcha\" data-sitekey=\"6LekMkIUAAAAAEx1GWYsc7hDbsX2jTah8y__YUAH\"></div>','Contact','','publish','closed','closed','','contact','','','2018-01-24 15:14:24','2018-01-24 15:14:24','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=9',0,'page','',0),(10,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','','Blog','','publish','closed','closed','','blog','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=10',0,'page','',0),(11,1,'2018-01-03 04:31:33','2018-01-03 04:31:33','This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.','A homepage section','','publish','closed','closed','','a-homepage-section','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=11',0,'page','',0),(13,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time.','Home','','inherit','closed','closed','','7-revision-v1','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',7,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/7-revision-v1/',0,'revision','',0),(14,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.','About','','inherit','closed','closed','','8-revision-v1','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',8,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/8-revision-v1/',0,'revision','',0),(15,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.','Contact','','inherit','closed','closed','','9-revision-v1','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',9,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/9-revision-v1/',0,'revision','',0),(16,1,'2018-01-03 04:31:32','2018-01-03 04:31:32','','Blog','','inherit','closed','closed','','10-revision-v1','','','2018-01-03 04:31:32','2018-01-03 04:31:32','',10,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/10-revision-v1/',0,'revision','',0),(17,1,'2018-01-03 04:31:33','2018-01-03 04:31:33','This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.','A homepage section','','inherit','closed','closed','','11-revision-v1','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',11,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/11-revision-v1/',0,'revision','',0),(18,1,'2018-01-03 04:31:33','2018-01-03 04:31:33','','Home','','publish','closed','closed','','home','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/home/',0,'nav_menu_item','',0),(19,1,'2018-01-03 04:31:33','2018-01-03 04:31:33',' ','','','publish','closed','closed','','19','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/19/',1,'nav_menu_item','',0),(20,1,'2018-01-03 04:31:33','2018-01-03 04:31:33',' ','','','publish','closed','closed','','20','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/20/',2,'nav_menu_item','',0),(21,1,'2018-01-03 04:31:33','2018-01-03 04:31:33',' ','','','publish','closed','closed','','21','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/21/',3,'nav_menu_item','',0),(22,1,'2018-01-03 04:31:33','2018-01-03 04:31:33','','Yelp','','publish','closed','closed','','yelp','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/yelp/',0,'nav_menu_item','',0),(23,1,'2018-01-03 04:31:33','2018-01-03 04:31:33','','Facebook','','publish','closed','closed','','facebook','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/facebook/',1,'nav_menu_item','',0),(24,1,'2018-01-03 04:31:33','2018-01-03 04:31:33','','Twitter','','publish','closed','closed','','twitter','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/twitter/',2,'nav_menu_item','',0),(25,1,'2018-01-03 04:31:33','2018-01-03 04:31:33','','Instagram','','publish','closed','closed','','instagram','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/instagram/',3,'nav_menu_item','',0),(26,1,'2018-01-03 04:31:33','2018-01-03 04:31:33','','Email','','publish','closed','closed','','email','','','2018-01-03 04:31:33','2018-01-03 04:31:33','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/email/',4,'nav_menu_item','',0),(27,1,'2018-01-04 15:35:16','2018-01-04 15:35:16','Terra Firma Racing, founded in 1998, is the premiere off-road racing company in Texas.\n\nWe put on adventure races, mountain bike races, off-road duathlons, and XTERRA triathlons and trail runs.\n\nGo Adventure!\n\n \n\n ','Home','','inherit','closed','closed','','7-autosave-v1','','','2018-01-04 15:35:16','2018-01-04 15:35:16','',7,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/7-autosave-v1/',0,'revision','',0),(28,1,'2018-01-03 19:54:27','2018-01-03 19:54:27','Terra Firma Racing is the premiere off-road racing company in Texas. We put on adventure races, mountain bike races, duathlons, XTERRA Triathlons & Trail Runs. We are Texas\' Original Adventure Race company founded in 1998.','Home','','inherit','closed','closed','','7-revision-v1','','','2018-01-03 19:54:27','2018-01-03 19:54:27','',7,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/7-revision-v1/',0,'revision','',0),(30,1,'2018-01-03 20:41:35','2018-01-03 20:41:35','','Terra Firma Logo','','inherit','open','closed','','terra_firma_logo_2011','','','2018-01-03 21:33:13','2018-01-03 21:33:13','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TERRA_FIRMA_LOGO_2011.jpg',0,'attachment','image/jpeg',0),(31,1,'2018-01-03 20:51:51','2018-01-03 20:51:51','Terra Firma Racing is the premiere off-road racing company in Texas. We put on adventure races, mountain bike races, off-road duathlons, XTERRA Triathlons & Trail Runs. We are Texas\' Original Adventure Race company founded in 1998. Go Adventure!','Home','','inherit','closed','closed','','7-revision-v1','','','2018-01-03 20:51:51','2018-01-03 20:51:51','',7,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/7-revision-v1/',0,'revision','',0),(33,1,'2018-01-03 21:47:56','2018-01-03 21:47:56','','Terra Firma Racing','','inherit','open','closed','','terra-firma-racing-01','','','2018-01-03 21:57:35','2018-01-03 21:57:35','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Terra-Firma-Racing-01.png',0,'attachment','image/png',0),(34,1,'2018-01-03 21:55:45','2018-01-03 21:55:45','http://www.terrafirmaracing.com/wp-content/uploads/2018/01/cropped-Terra-Firma-Racing-01.png','cropped-Terra-Firma-Racing-01.png','','inherit','open','closed','','cropped-terra-firma-racing-01-png','','','2018-01-03 21:55:45','2018-01-03 21:55:45','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/01/cropped-Terra-Firma-Racing-01.png',0,'attachment','image/png',0),(36,1,'2014-03-26 14:40:25','2014-03-26 14:40:25','','wallpaper-310972','','inherit','open','open','','wallpaper-310972','','','2014-03-26 14:40:25','2014-03-26 14:40:25','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-310972.jpg',0,'attachment','image/jpeg',0),(38,1,'2018-01-03 22:19:58','2018-01-03 22:19:58','','Go Adventure','','inherit','open','closed','','tf-cover-01','','','2018-01-03 22:20:20','2018-01-03 22:20:20','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TF-Cover-01.jpg',0,'attachment','image/jpeg',0),(39,1,'2018-01-03 22:36:05','2018-01-03 22:36:05','Terra Firma Racing, founded in 1998, is the premiere off-road racing company in Texas.\r\n\r\nWe put on adventure races, mountain bike races, off-road duathlons, and XTERRA triathlons and trail runs.\r\n\r\nGo Adventure!','Home','','inherit','closed','closed','','7-revision-v1','','','2018-01-03 22:36:05','2018-01-03 22:36:05','',7,'http://staging.terrafirmaracing.com/wordpress/2018/01/03/7-revision-v1/',0,'revision','',0),(46,1,'2014-03-26 15:12:56','2014-03-26 15:12:56','','wallpaper-89195','','inherit','open','open','','wallpaper-89195','','','2014-03-26 15:12:56','2014-03-26 15:12:56','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-89195.jpg',0,'attachment','image/jpeg',0),(47,1,'2014-03-26 15:15:43','2014-03-26 15:15:43','','wallpaper-1616849','','inherit','open','open','','wallpaper-1616849','','','2014-03-26 15:15:43','2014-03-26 15:15:43','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-1616849.jpg',0,'attachment','image/jpeg',0),(50,1,'2014-03-26 15:20:06','2014-03-26 15:20:06','','wallpaper-406199','','inherit','open','open','','wallpaper-406199','','','2014-03-26 15:20:06','2014-03-26 15:20:06','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-406199.jpg',0,'attachment','image/jpeg',0),(51,1,'2014-03-26 15:22:02','2014-03-26 15:22:02','','wallpaper-406199','','inherit','open','open','','wallpaper-406199-2','','','2014-03-26 15:22:02','2014-03-26 15:22:02','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-4061991.jpg',0,'attachment','image/jpeg',0),(59,1,'2014-03-26 15:34:14','2014-03-26 15:34:14','','wallpaper-1060896','','inherit','open','open','','wallpaper-1060896','','','2014-03-26 15:34:14','2014-03-26 15:34:14','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-1060896.jpg',0,'attachment','image/jpeg',0),(61,1,'2014-03-26 15:40:14','2014-03-26 15:40:14','','wallpaper-1743352','','inherit','open','open','','wallpaper-1743352','','','2014-03-26 15:40:14','2014-03-26 15:40:14','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-1743352.jpg',0,'attachment','image/jpeg',0),(62,1,'2014-03-26 15:44:18','2014-03-26 15:44:18','','wallpaper-1549988','','inherit','open','open','','wallpaper-1549988','','','2014-03-26 15:44:18','2014-03-26 15:44:18','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-1549988.jpg',0,'attachment','image/jpeg',0),(66,1,'2014-03-26 15:49:58','2014-03-26 15:49:58','','wallpaper-72659','','inherit','open','open','','wallpaper-72659','','','2014-03-26 15:49:58','2014-03-26 15:49:58','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-72659.jpg',0,'attachment','image/jpeg',0),(68,1,'2014-03-26 15:55:26','2014-03-26 15:55:26','','wallpaper-5424','','inherit','open','open','','wallpaper-5424','','','2014-03-26 15:55:26','2014-03-26 15:55:26','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-5424.jpg',0,'attachment','image/jpeg',0),(72,1,'2014-04-03 11:53:58','2014-04-03 11:53:58','','wallpaper-731796','','inherit','open','open','','wallpaper-731796','','','2014-04-03 11:53:58','2014-04-03 11:53:58','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-731796.jpg',0,'attachment','image/jpeg',0),(78,1,'2014-04-03 12:15:40','2014-04-03 12:15:40','','wallpaper-476963','','inherit','open','open','','wallpaper-476963','','','2014-04-03 12:15:40','2014-04-03 12:15:40','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-476963.jpg',0,'attachment','image/jpeg',0),(82,1,'2014-04-03 12:21:13','2014-04-03 12:21:13','','wallpaper-1428610','','inherit','open','open','','wallpaper-1428610-2','','','2014-04-03 12:21:13','2014-04-03 12:21:13','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-14286101.jpg',0,'attachment','image/jpeg',0),(84,1,'2013-06-07 11:32:44','2013-06-07 11:32:44','','cd_1_angle','','inherit','open','open','','cd_1_angle','','','2013-06-07 11:32:44','2013-06-07 11:32:44','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_1_angle.jpg',0,'attachment','image/jpeg',0),(88,1,'2013-06-07 11:33:53','2013-06-07 11:33:53','','cd_2_angle','','inherit','open','open','','cd_2_angle','','','2013-06-07 11:33:53','2013-06-07 11:33:53','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_2_angle.jpg',0,'attachment','image/jpeg',0),(89,1,'2013-06-07 11:34:07','2013-06-07 11:34:07','','cd_2_flat','','inherit','open','open','','cd_2_flat','','','2013-06-07 11:34:07','2013-06-07 11:34:07','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_2_flat.jpg',0,'attachment','image/jpeg',0),(91,1,'2013-06-07 11:34:58','2013-06-07 11:34:58','','cd_3_angle','','inherit','open','open','','cd_3_angle','','','2013-06-07 11:34:58','2013-06-07 11:34:58','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_3_angle.jpg',0,'attachment','image/jpeg',0),(95,1,'2014-04-04 10:13:17','2014-04-04 10:13:17','','bey1279-gbq-take-action-before-the-blue-mrec-300x250p','','inherit','open','open','','bey1279-gbq-take-action-before-the-blue-mrec-300x250p','','','2014-04-04 10:13:17','2014-04-04 10:13:17','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/04/bey1279-gbq-take-action-before-the-blue-mrec-300x250p.jpg',0,'attachment','image/jpeg',0),(97,1,'2013-06-07 11:37:04','2013-06-07 11:37:04','','cd_5_angle','','inherit','open','open','','cd_5_angle','','','2013-06-07 11:37:04','2013-06-07 11:37:04','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_5_angle.jpg',0,'attachment','image/jpeg',0),(98,1,'2013-06-07 11:37:17','2013-06-07 11:37:17','','cd_5_flat','','inherit','open','open','','cd_5_flat','','','2013-06-07 11:37:17','2013-06-07 11:37:17','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_5_flat.jpg',0,'attachment','image/jpeg',0),(101,1,'2013-06-07 11:38:03','2013-06-07 11:38:03','','cd_6_flat','','inherit','open','open','','cd_6_flat','','','2013-06-07 11:38:03','2013-06-07 11:38:03','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_6_flat.jpg',0,'attachment','image/jpeg',0),(106,1,'2014-06-05 17:00:49','2014-06-05 17:00:49','Have questions?\r\nA comment?\r\nA compliment?\r\nWant to tell us a story?\r\n\r\nGive us a shout, we would love to hear from you.\r\n[contact-form-7 id=\"3053\" title=\"Contact Us\"]','Contact Us','','publish','closed','closed','','contact-us','','','2018-01-24 16:24:03','2018-01-24 16:24:03','',0,'http://demo.mythemeshop.com/schema/?page_id=106',0,'page','',0),(108,1,'2014-06-05 17:03:22','2014-06-05 17:03:22','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam vel turpis. Duis sit amet lectus ac mauris porta viverra. Aliquam erat volutpat. Praesent ipsum pede, pretium sed, congue nec, pretium quis, urna. Suspendisse dignissim, elit in ultrices sollicitudin, nisl est accumsan orci, a venenatis dui mi porta pede. Aenean et pede quis est tincidunt varius.\r\n\r\n[alert-note]Lorem ipsum dolor sit amet, consectetuer adipiscing elit.[/alert-note]\r\n\r\n[alert-announce]Varius vitae, nulla. Sed convallis orci. Duis libero orci[/alert-announce]\r\n\r\n[alert-success]Curabitur quam augue Vehicula quis, tincidunt vel[/alert-success]\r\n\r\n[alert-warning]Varius vitae, nulla. Sed convallis orci. Duis libero orci[/alert-warning]\r\n\r\n<strong>You can choose any icon for button from our more than 360 pre-defined icons</strong>. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\r\n\r\n[button-brown url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-heart\"></i> Brown Button [/button-brown] [button-blue url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-check-square-o\"></i> Blue Button [/button-blue] [button-green url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-cloud-download\"></i> Green Button [/button-green] [button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-coffee\"></i> Red Button [/button-red] [button-yellow url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-unlink\"></i> Yellow Button [/button-yellow] [button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-envelope\"></i> White Button [/button-white]\r\n\r\n[clear]\r\n<pre>[button-brown url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-heart\"></i> Brown Button [/button-brown]</pre>\r\n<strong>You can choose any icon for button from our more than 360 pre-defined icons</strong>. nec dictum nunc tortor id urna. Suspendisse dapibus ullamcorper pede. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\r\n\r\n[divider]\r\n\r\nProin vestibulum. Ut ligula. nec dictum nunc tortor id urna. Suspendisse dapibus ullamcorper pede. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\r\n<h3>List with Icons</h3>\r\n[one_third]\r\n<ul class=\"iconlist\">\r\n <li><i class=\"fa fa-check-square-o\"></i> Proin vestibulum. Ut ligula.</li>\r\n <li><i class=\"fa fa-check-square-o\"></i> Nec dictum nunc tortor id urna.</li>\r\n <li><i class=\"fa fa-check-square-o\"></i> Suspendisse dapibus ullamcorper pede.</li>\r\n</ul>\r\n[/one_third]\r\n\r\n[one_third]\r\n<ul class=\"iconlist\">\r\n <li><i class=\"fa fa-times\"></i> Proin vestibulum. Ut ligula.</li>\r\n <li><i class=\"fa fa-times\"></i> Nec dictum nunc tortor id urna.</li>\r\n <li><i class=\"fa fa-times\"></i> Suspendisse dapibus ullamcorper pede.</li>\r\n</ul>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<ul class=\"iconlist\">\r\n <li><i class=\"fa fa-heart\"></i> Proin vestibulum. Ut ligula.</li>\r\n <li><i class=\"fa fa-heart\"></i> Nec dictum nunc tortor id urna.</li>\r\n <li><i class=\"fa fa-heart\"></i> Suspendisse dapibus ullamcorper pede.</li>\r\n</ul>\r\n[/one_third_last]\r\n<pre><ul class=\"iconlist\">\r\n<li><i class=\"fa fa-check-square-o\"></i> Proin vestibulum. Ut ligula.</li>\r\n<li><i class=\"fa fa-check-square-o\"></i> Nec dictum nunc tortor id urna.</li>\r\n<li><i class=\"fa fa-check-square-o\"></i> Suspendisse dapibus ullamcorper pede.</li>\r\n</ul></pre>\r\n[divider_top]\r\n\r\nProin vestibulum. Ut ligula. Nullam sed dolor id odio volutpat pulvinar. Integer a leo. In et eros at neque pretium sagittis. Sed sodales lorem a ipsum suscipit gravida. Ut fringilla placerat arcu. Phasellus imperdiet. Mauris ac justo et turpis pharetra vulputate.\r\n\r\n[youtube id=\"3-yIiPvXhEo\" width=\"450\" height=\"300\" position=\"left\"]\r\n\r\n[vimeo id=\"37097150\" width=\"450\" height=\"300\" position=\"right\"]\r\n[clear]\r\n[one_half]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_half] [one_half_last] Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_half_last]\r\n\r\n[one_third]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third] [one_third]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third] [one_third_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third_last]\r\n\r\n[one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth_last]\r\n\r\n[one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth_last]\r\n\r\n[one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth_last]\r\n\r\n[tabs]\r\n[tab title=\"Title 1\"] Phasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus.\r\n[/tab]\r\n[tab title=\"Title 2\"][vimeo id=\"37097150\" width=\"450\" height=\"300\" position=\"left\"]\r\n[/tab]\r\n[tab title=\"Title 3\"] Phasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus.\r\n[button-brown url=\"#\" target=\"_self\" position=\"right\"] Brown Button [/button-brown]\r\nDonec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus.\r\n[/tab]\r\n[/tabs]\r\n\r\nPraesent ac quam vulputate felis ultrices scelerisque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In in arcu. Vestibulum eget nisi quis tellus elementum dapibus.\r\n\r\n[toggle title=\"Toggle Title\"]Insert content here[/toggle]\r\n\r\nCras facilisis venenatis libero. Nunc accumsan viverra augue. Suspendisse potenti. Suspendisse eleifend. Maecenas sit amet justo.\r\n\r\n[googlemap width=\"600\" height=\"340\" src=\"http://maps.google.co.in/maps?q=Chicago,+Cook,+Illinois,+United+States&amp;hl=en&amp;sll=21.125498,81.914063&amp;sspn=43.265837,86.572266&amp;t=v&amp;geocode=FWICfwIdGuDG-g&amp;hnear=Chicago,+Cook,+Illinois,+United+States&amp;z=11\" position=\"left\"]\r\n\r\nQuisque quam nisi, mollis quis, sodales ut, rhoncus nec, risus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin pede. Aliquam neque tortor, euismod ac, eleifend quis, tincidunt quis, neque.\r\n\r\nPhasellus rhoncus. Donec urna nulla, vehicula et, consectetuer vel, condimentum quis, ipsum. Nulla quis neque eu sapien tincidunt faucibus. Donec eleifend, metus sed elementum lobortis, arcu elit luctus enim, sed vestibulum diam leo nec nunc. Suspendisse tempus.\r\n\r\nPhasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit.','Shortcodes','','draft','closed','closed','','shortcodes','','','2018-01-07 00:38:51','2018-01-07 00:38:51','',0,'http://demo.mythemeshop.com/schema/?page_id=108',0,'page','',0),(1885,1,'2014-03-30 19:28:13','2014-03-30 19:28:13','[one_third]\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rub\"></i> fa-rub</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-ruble\"></i> fa-ruble</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rouble\"></i> fa-rouble</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-pagelines\"></i> fa-pagelines</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-stack-exchange\"></i> fa-stack-exchange</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-o-right\"></i> fa-arrow-circle-o-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-o-left\"></i> fa-arrow-circle-o-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-left\"></i> fa-caret-square-o-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-left\"></i> fa-toggle-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-dot-circle-o\"></i> fa-dot-circle-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-wheelchair\"></i> fa-wheelchair</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-vimeo-square\"></i> fa-vimeo-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-try\"></i> fa-try</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-turkish-lira\"></i> fa-turkish-lira</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plus-square-o\"></i> fa-plus-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-adjust\"></i> fa-adjust</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-anchor\"></i> fa-anchor</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-archive\"></i> fa-archive</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrows\"></i> fa-arrows</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrows-h\"></i> fa-arrows-h</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrows-v\"></i> fa-arrows-v</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-asterisk\"></i> fa-asterisk</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-ban\"></i> fa-ban</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bar-chart-o\"></i> fa-bar-chart-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-barcode\"></i> fa-barcode</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bars\"></i> fa-bars</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-beer\"></i> fa-beer</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bell\"></i> fa-bell</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bell-o\"></i> fa-bell-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bolt\"></i> fa-bolt</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-book\"></i> fa-book</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bookmark\"></i> fa-bookmark</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bookmark-o\"></i> fa-bookmark-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-briefcase\"></i> fa-briefcase</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bug\"></i> fa-bug</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-building-o\"></i> fa-building-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bullhorn\"></i> fa-bullhorn</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bullseye\"></i> fa-bullseye</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-calendar\"></i> fa-calendar</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-calendar-o\"></i> fa-calendar-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-camera\"></i> fa-camera</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-camera-retro\"></i> fa-camera-retro</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-down\"></i> fa-caret-square-o-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-left\"></i> fa-caret-square-o-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-right\"></i> fa-caret-square-o-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-up\"></i> fa-caret-square-o-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-certificate\"></i> fa-certificate</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-check\"></i> fa-check</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-check-circle\"></i> fa-check-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-check-circle-o\"></i> fa-check-circle-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-check-square\"></i> fa-check-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-check-square-o\"></i> fa-check-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-circle\"></i> fa-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-circle-o\"></i> fa-circle-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-clock-o\"></i> fa-clock-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-cloud\"></i> fa-cloud</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-cloud-download\"></i> fa-cloud-download</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-cloud-upload\"></i> fa-cloud-upload</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-code\"></i> fa-code</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-code-fork\"></i> fa-code-fork</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-coffee\"></i> fa-coffee</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-cog\"></i> fa-cog</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-cogs\"></i> fa-cogs</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-comment\"></i> fa-comment</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-comment-o\"></i> fa-comment-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-comments\"></i> fa-comments</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-comments-o\"></i> fa-comments-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-compass\"></i> fa-compass</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-credit-card\"></i> fa-credit-card</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-crop\"></i> fa-crop</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-crosshairs\"></i> fa-crosshairs</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-cutlery\"></i> fa-cutlery</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-dashboard\"></i> fa-dashboard</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-desktop\"></i> fa-desktop</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-dot-circle-o\"></i> fa-dot-circle-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-download\"></i> fa-download</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-edit\"></i> fa-edit</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-ellipsis-h\"></i> fa-ellipsis-h</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-ellipsis-v\"></i> fa-ellipsis-v</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-envelope\"></i> fa-envelope</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-envelope-o\"></i> fa-envelope-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-eraser\"></i> fa-eraser</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-exchange\"></i> fa-exchange</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-exclamation\"></i> fa-exclamation</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-exclamation-circle\"></i> fa-exclamation-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-exclamation-triangle\"></i> fa-exclamation-triangle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-external-link\"></i> fa-external-link</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-external-link-square\"></i> fa-external-link-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-eye\"></i> fa-eye</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-eye-slash\"></i> fa-eye-slash</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-female\"></i> fa-female</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-fighter-jet\"></i> fa-fighter-jet</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-film\"></i> fa-film</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-filter\"></i> fa-filter</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-fire\"></i> fa-fire</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-fire-extinguisher\"></i> fa-fire-extinguisher</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-flag\"></i> fa-flag</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-flag-checkered\"></i> fa-flag-checkered</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-flag-o\"></i> fa-flag-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-flash\"></i> fa-flash</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-flask\"></i> fa-flask</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-folder\"></i> fa-folder</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-folder-o\"></i> fa-folder-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-folder-open\"></i> fa-folder-open</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-folder-open-o\"></i> fa-folder-open-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-frown-o\"></i> fa-frown-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-gamepad\"></i> fa-gamepad</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-gavel\"></i> fa-gavel</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-gear\"></i> fa-gear</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-gears\"></i> fa-gears</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-gift\"></i> fa-gift</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-glass\"></i> fa-glass</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-globe\"></i> fa-globe</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-group\"></i> fa-group</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-hdd-o\"></i> fa-hdd-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-headphones\"></i> fa-headphones</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-heart\"></i> fa-heart</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-heart-o\"></i> fa-heart-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-home\"></i> fa-home</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-inbox\"></i> fa-inbox</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-info\"></i> fa-info</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-info-circle\"></i> fa-info-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-key\"></i> fa-key</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-keyboard-o\"></i> fa-keyboard-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-laptop\"></i> fa-laptop</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-leaf\"></i> fa-leaf</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-legal\"></i> fa-legal</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-lemon-o\"></i> fa-lemon-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-level-down\"></i> fa-level-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-level-up\"></i> fa-level-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-lightbulb-o\"></i> fa-lightbulb-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-location-arrow\"></i> fa-location-arrow</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-lock\"></i> fa-lock</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-magic\"></i> fa-magic</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-magnet\"></i> fa-magnet</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-mail-forward\"></i> fa-mail-forward</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-mail-reply\"></i> fa-mail-reply</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-mail-reply-all\"></i> fa-mail-reply-all</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-male\"></i> fa-male</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-map-marker\"></i> fa-map-marker</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-meh-o\"></i> fa-meh-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-microphone\"></i> fa-microphone</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-microphone-slash\"></i> fa-microphone-slash</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-minus\"></i> fa-minus</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-minus-circle\"></i> fa-minus-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-minus-square\"></i> fa-minus-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-minus-square-o\"></i> fa-minus-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-mobile\"></i> fa-mobile</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-mobile-phone\"></i> fa-mobile-phone</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-money\"></i> fa-money</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-moon-o\"></i> fa-moon-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-music\"></i> fa-music</div>\n[/one_third][one_third]\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-pencil\"></i> fa-pencil</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-pencil-square\"></i> fa-pencil-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-pencil-square-o\"></i> fa-pencil-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-phone\"></i> fa-phone</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-phone-square\"></i> fa-phone-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-picture-o\"></i> fa-picture-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plane\"></i> fa-plane</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plus\"></i> fa-plus</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plus-circle\"></i> fa-plus-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plus-square\"></i> fa-plus-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plus-square-o\"></i> fa-plus-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-power-off\"></i> fa-power-off</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-print\"></i> fa-print</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-puzzle-piece\"></i> fa-puzzle-piece</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-qrcode\"></i> fa-qrcode</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-question\"></i> fa-question</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-question-circle\"></i> fa-question-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-quote-left\"></i> fa-quote-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-quote-right\"></i> fa-quote-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-random\"></i> fa-random</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-refresh\"></i> fa-refresh</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-reply\"></i> fa-reply</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-reply-all\"></i> fa-reply-all</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-retweet\"></i> fa-retweet</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-road\"></i> fa-road</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rocket\"></i> fa-rocket</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rss\"></i> fa-rss</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rss-square\"></i> fa-rss-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-search\"></i> fa-search</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-search-minus\"></i> fa-search-minus</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-search-plus\"></i> fa-search-plus</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-share\"></i> fa-share</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-share-square\"></i> fa-share-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-share-square-o\"></i> fa-share-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-shield\"></i> fa-shield</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-shopping-cart\"></i> fa-shopping-cart</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sign-in\"></i> fa-sign-in</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sign-out\"></i> fa-sign-out</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-signal\"></i> fa-signal</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sitemap\"></i> fa-sitemap</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-smile-o\"></i> fa-smile-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort\"></i> fa-sort</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-alpha-asc\"></i> fa-sort-alpha-asc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-alpha-desc\"></i> fa-sort-alpha-desc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-amount-asc\"></i> fa-sort-amount-asc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-amount-desc\"></i> fa-sort-amount-desc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-asc\"></i> fa-sort-asc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-desc\"></i> fa-sort-desc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-down\"></i> fa-sort-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-numeric-asc\"></i> fa-sort-numeric-asc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-numeric-desc\"></i> fa-sort-numeric-desc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sort-up\"></i> fa-sort-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-spinner\"></i> fa-spinner</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-square\"></i> fa-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-square-o\"></i> fa-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-star\"></i> fa-star</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-star-half\"></i> fa-star-half</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-star-half-empty\"></i> fa-star-half-empty</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-star-half-full\"></i> fa-star-half-full</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-star-half-o\"></i> fa-star-half-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-star-o\"></i> fa-star-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-subscript\"></i> fa-subscript</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-suitcase\"></i> fa-suitcase</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-sun-o\"></i> fa-sun-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-superscript\"></i> fa-superscript</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-tablet\"></i> fa-tablet</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-tachometer\"></i> fa-tachometer</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-tag\"></i> fa-tag</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-tags\"></i> fa-tags</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-tasks\"></i> fa-tasks</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-terminal\"></i> fa-terminal</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-thumb-tack\"></i> fa-thumb-tack</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-thumbs-down\"></i> fa-thumbs-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-thumbs-o-down\"></i> fa-thumbs-o-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-thumbs-o-up\"></i> fa-thumbs-o-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-thumbs-up\"></i> fa-thumbs-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-ticket\"></i> fa-ticket</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-times\"></i> fa-times</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-times-circle\"></i> fa-times-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-times-circle-o\"></i> fa-times-circle-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-tint\"></i> fa-tint</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-down\"></i> fa-toggle-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-left\"></i> fa-toggle-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-right\"></i> fa-toggle-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-up\"></i> fa-toggle-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-trash-o\"></i> fa-trash-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-trophy\"></i> fa-trophy</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-truck\"></i> fa-truck</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-umbrella\"></i> fa-umbrella</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-unlock\"></i> fa-unlock</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-unlock-alt\"></i> fa-unlock-alt</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-unsorted\"></i> fa-unsorted</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-upload\"></i> fa-upload</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-user\"></i> fa-user</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-users\"></i> fa-users</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-video-camera\"></i> fa-video-camera</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-volume-down\"></i> fa-volume-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-volume-off\"></i> fa-volume-off</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-volume-up\"></i> fa-volume-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-warning\"></i> fa-warning</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-wheelchair\"></i> fa-wheelchair</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-wrench\"></i> fa-wrench</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-check-square\"></i> fa-check-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-check-square-o\"></i> fa-check-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-circle\"></i> fa-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-circle-o\"></i> fa-circle-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-dot-circle-o\"></i> fa-dot-circle-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-minus-square\"></i> fa-minus-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-minus-square-o\"></i> fa-minus-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plus-square\"></i> fa-plus-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plus-square-o\"></i> fa-plus-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-square\"></i> fa-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-square-o\"></i> fa-square-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bitcoin\"></i> fa-bitcoin</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-btc\"></i> fa-btc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-cny\"></i> fa-cny</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-dollar\"></i> fa-dollar</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-eur\"></i> fa-eur</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-euro\"></i> fa-euro</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-gbp\"></i> fa-gbp</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-inr\"></i> fa-inr</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-jpy\"></i> fa-jpy</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-krw\"></i> fa-krw</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-money\"></i> fa-money</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rmb\"></i> fa-rmb</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rouble\"></i> fa-rouble</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rub\"></i> fa-rub</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-ruble\"></i> fa-ruble</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rupee\"></i> fa-rupee</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-try\"></i> fa-try</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-turkish-lira\"></i> fa-turkish-lira</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-usd\"></i> fa-usd</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-won\"></i> fa-won</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-yen\"></i> fa-yen</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-align-center\"></i> fa-align-center</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-align-justify\"></i> fa-align-justify</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-align-left\"></i> fa-align-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-align-right\"></i> fa-align-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bold\"></i> fa-bold</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chain\"></i> fa-chain</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chain-broken\"></i> fa-chain-broken</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-clipboard\"></i> fa-clipboard</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-columns\"></i> fa-columns</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-copy\"></i> fa-copy</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-cut\"></i> fa-cut</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-dedent\"></i> fa-dedent</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-eraser\"></i> fa-eraser</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-file\"></i> fa-file</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-file-o\"></i> fa-file-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-file-text\"></i> fa-file-text</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-file-text-o\"></i> fa-file-text-o</div>\n[/one_third][one_third_last]\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-files-o\"></i> fa-files-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-floppy-o\"></i> fa-floppy-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-font\"></i> fa-font</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-indent\"></i> fa-indent</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-italic\"></i> fa-italic</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-link\"></i> fa-link</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-list\"></i> fa-list</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-list-alt\"></i> fa-list-alt</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-list-ol\"></i> fa-list-ol</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-list-ul\"></i> fa-list-ul</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-outdent\"></i> fa-outdent</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-paperclip\"></i> fa-paperclip</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-paste\"></i> fa-paste</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-repeat\"></i> fa-repeat</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rotate-left\"></i> fa-rotate-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-rotate-right\"></i> fa-rotate-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-save\"></i> fa-save</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-scissors\"></i> fa-scissors</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-strikethrough\"></i> fa-strikethrough</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-table\"></i> fa-table</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-text-height\"></i> fa-text-height</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-text-width\"></i> fa-text-width</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-th\"></i> fa-th</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-th-large\"></i> fa-th-large</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-th-list\"></i> fa-th-list</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-underline\"></i> fa-underline</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-undo\"></i> fa-undo</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-unlink\"></i> fa-unlink</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-angle-double-down\"></i> fa-angle-double-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-angle-double-left\"></i> fa-angle-double-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-angle-double-right\"></i> fa-angle-double-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-angle-double-up\"></i> fa-angle-double-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-angle-down\"></i> fa-angle-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-angle-left\"></i> fa-angle-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-angle-right\"></i> fa-angle-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-angle-up\"></i> fa-angle-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-down\"></i> fa-arrow-circle-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-left\"></i> fa-arrow-circle-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-o-down\"></i> fa-arrow-circle-o-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-o-left\"></i> fa-arrow-circle-o-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-o-right\"></i> fa-arrow-circle-o-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-o-up\"></i> fa-arrow-circle-o-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-right\"></i> fa-arrow-circle-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-circle-up\"></i> fa-arrow-circle-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-down\"></i> fa-arrow-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-left\"></i> fa-arrow-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-right\"></i> fa-arrow-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrow-up\"></i> fa-arrow-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrows\"></i> fa-arrows</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrows-alt\"></i> fa-arrows-alt</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrows-h\"></i> fa-arrows-h</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrows-v\"></i> fa-arrows-v</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-down\"></i> fa-caret-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-left\"></i> fa-caret-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-right\"></i> fa-caret-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-down\"></i> fa-caret-square-o-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-left\"></i> fa-caret-square-o-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-right\"></i> fa-caret-square-o-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-square-o-up\"></i> fa-caret-square-o-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-caret-up\"></i> fa-caret-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chevron-circle-down\"></i> fa-chevron-circle-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chevron-circle-left\"></i> fa-chevron-circle-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chevron-circle-right\"></i> fa-chevron-circle-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chevron-circle-up\"></i> fa-chevron-circle-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chevron-down\"></i> fa-chevron-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chevron-left\"></i> fa-chevron-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chevron-right\"></i> fa-chevron-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-chevron-up\"></i> fa-chevron-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-hand-o-down\"></i> fa-hand-o-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-hand-o-left\"></i> fa-hand-o-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-hand-o-right\"></i> fa-hand-o-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-hand-o-up\"></i> fa-hand-o-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-long-arrow-down\"></i> fa-long-arrow-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-long-arrow-left\"></i> fa-long-arrow-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-long-arrow-right\"></i> fa-long-arrow-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-long-arrow-up\"></i> fa-long-arrow-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-down\"></i> fa-toggle-down</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-left\"></i> fa-toggle-left</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-right\"></i> fa-toggle-right</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-toggle-up\"></i> fa-toggle-up</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-arrows-alt\"></i> fa-arrows-alt</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-backward\"></i> fa-backward</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-compress\"></i> fa-compress</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-eject\"></i> fa-eject</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-expand\"></i> fa-expand</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-fast-backward\"></i> fa-fast-backward</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-fast-forward\"></i> fa-fast-forward</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-forward\"></i> fa-forward</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-pause\"></i> fa-pause</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-play\"></i> fa-play</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-play-circle\"></i> fa-play-circle</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-play-circle-o\"></i> fa-play-circle-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-step-backward\"></i> fa-step-backward</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-step-forward\"></i> fa-step-forward</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-stop\"></i> fa-stop</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-youtube-play\"></i> fa-youtube-play</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-adn\"></i> fa-adn</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-android\"></i> fa-android</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-apple\"></i> fa-apple</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bitbucket\"></i> fa-bitbucket</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bitbucket-square\"></i> fa-bitbucket-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-bitcoin\"></i> fa-bitcoin</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-btc\"></i> fa-btc</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-css3\"></i> fa-css3</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-dribbble\"></i> fa-dribbble</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-dropbox\"></i> fa-dropbox</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-facebook\"></i> fa-facebook</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-facebook-square\"></i> fa-facebook-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-flickr\"></i> fa-flickr</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-foursquare\"></i> fa-foursquare</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-github\"></i> fa-github</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-github-alt\"></i> fa-github-alt</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-github-square\"></i> fa-github-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-gittip\"></i> fa-gittip</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-google-plus\"></i> fa-google-plus</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-google-plus-square\"></i> fa-google-plus-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-html5\"></i> fa-html5</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-instagram\"></i> fa-instagram</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-linkedin\"></i> fa-linkedin</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-linkedin-square\"></i> fa-linkedin-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-linux\"></i> fa-linux</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-maxcdn\"></i> fa-maxcdn</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-pagelines\"></i> fa-pagelines</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-pinterest\"></i> fa-pinterest</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-pinterest-square\"></i> fa-pinterest-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-renren\"></i> fa-renren</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-skype\"></i> fa-skype</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-stack-exchange\"></i> fa-stack-exchange</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-stack-overflow\"></i> fa-stack-overflow</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-trello\"></i> fa-trello</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-tumblr\"></i> fa-tumblr</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-tumblr-square\"></i> fa-tumblr-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-twitter\"></i> fa-twitter</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-twitter-square\"></i> fa-twitter-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-vimeo-square\"></i> fa-vimeo-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-vk\"></i> fa-vk</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-weibo\"></i> fa-weibo</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-windows\"></i> fa-windows</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-xing\"></i> fa-xing</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-xing-square\"></i> fa-xing-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-youtube\"></i> fa-youtube</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-youtube-play\"></i> fa-youtube-play</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-youtube-square\"></i> fa-youtube-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-ambulance\"></i> fa-ambulance</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-h-square\"></i> fa-h-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-hospital-o\"></i> fa-hospital-o</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-medkit\"></i> fa-medkit</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-plus-square\"></i> fa-plus-square</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-stethoscope\"></i> fa-stethoscope</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-user-md\"></i> fa-user-md</div>\n<div style=\"margin-bottom: 8px\"><i style=\"font-size: 18px;margin-right: 10px\" class=\"fa fa-wheelchair\"></i> fa-wheelchair</div>\n[/one_third_last]','Icons [Sidebar]','','publish','closed','closed','','icons','','','2014-03-30 19:28:13','2014-03-30 19:28:13','',0,'http://demo.mythemeshop.com/magxp/?page_id=149',0,'page','',0),(2179,1,'2014-03-30 18:23:04','2014-03-30 18:23:04','<p>I have a dark side, too. Somehow, I doubt that. You have a good heart, Dexter. I think he\'s got a crush on you, Dex!</p>\n<h2>That Night, a Forest Grew</h2>\n<p>Like a sloth. I can do that. I\'m a sociopath; there\'s not much he can do for me. I\'m not the monster he wants me to be. So I\'m neither man nor beast. I\'m something new entirely. With my own set of rules. I\'m Dexter. Boo. I\'m really more an apartment person. Rorschach would say you have a hard time relating to others.</p>\n<ul>\n<li>I\'m real proud of you for coming, bro. I know you hate funerals.</li>\n<li>Tonight\'s the night. And it\'s going to happen again and again. It has to happen.</li>\n<li>I think he\'s got a crush on you, Dex!</li>\n</ul>\n<h3>If I Had a Hammer</h3>\n<p>I\'m really more an apartment person. I feel like a jigsaw puzzle missing a piece. And I\'m not even sure what the picture should be. Watching ice melt. This is fun. I\'m really more an apartment person. I am not a killer. I\'m really more an apartment person.</p>\n<h4>Waiting to Exhale</h4>\n<p>I\'m doing mental jumping jacks. Like a sloth. I can do that. I\'ve lived in darkness a long time. Over the years my eyes adjusted until the dark became my world and I could see. Only you could make those words cute.</p>\n<ol>\n<li>I\'m really more an apartment person.</li>\n<li>I\'m a sociopath; there\'s not much he can do for me.</li>\n<li>I\'m really more an apartment person.</li>\n</ol>\n<h5>Beauty and the Beast</h5>\n<p>Pretend. You pretend the feelings are there, for the world, for the people around you. Who knows? Maybe one day they will be. I\'m generally confused most of the time. Makes me a … scientist.</p>','Page Example','','publish','open','open','','page','','','2014-03-30 18:23:04','2014-03-30 18:23:04','',0,'http://demo.mythemeshop.com/magxp/?page_id=60',0,'page','',0),(2327,1,'2015-03-03 05:12:49','2015-03-03 05:12:49','','Homepage','','publish','open','open','','homepage','','','2015-03-03 05:12:49','2015-03-03 05:12:49','',0,'http://mythemeshoptesting.com/tset/luhar/homepage/',0,'page','',0),(2349,1,'2015-04-20 09:55:30','2015-04-20 09:55:30','','facility-3','','inherit','open','open','','facility-3','','','2015-04-20 09:55:30','2015-04-20 09:55:30','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/facility-3.jpg',0,'attachment','image/jpeg',0),(2350,1,'2015-04-20 09:55:31','2015-04-20 09:55:31','','facility-2','','inherit','open','open','','facility-2','','','2015-04-20 09:55:31','2015-04-20 09:55:31','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/facility-2.jpg',0,'attachment','image/jpeg',0),(2351,1,'2015-04-20 09:55:32','2015-04-20 09:55:32','','facility-1','','inherit','open','open','','facility-1','','','2015-04-20 09:55:32','2015-04-20 09:55:32','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/facility-1.jpg',0,'attachment','image/jpeg',0),(2352,1,'2015-04-20 09:55:42','2015-04-20 09:55:42','','logo','','inherit','open','open','','logo','','','2015-04-20 09:55:42','2015-04-20 09:55:42','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/logo.png',0,'attachment','image/png',0),(2353,1,'2015-04-20 09:55:43','2015-04-20 09:55:43','','footer-logo','','inherit','open','open','','footer-logo','','','2015-04-20 09:55:43','2015-04-20 09:55:43','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/footer-logo.png',0,'attachment','image/png',0),(2354,1,'2015-04-20 09:55:44','2015-04-20 09:55:44','','favicon','','inherit','open','open','','favicon','','','2015-04-20 09:55:44','2015-04-20 09:55:44','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/favicon.png',0,'attachment','image/png',0),(2355,1,'2015-04-20 09:55:45','2015-04-20 09:55:45','','workout-8','','inherit','open','open','','workout-8','','','2015-04-20 09:55:45','2015-04-20 09:55:45','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/workout-8.png',0,'attachment','image/png',0),(2356,1,'2015-04-20 09:55:46','2015-04-20 09:55:46','','workout-7','','inherit','open','open','','workout-7','','','2015-04-20 09:55:46','2015-04-20 09:55:46','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/workout-7.png',0,'attachment','image/png',0),(2357,1,'2015-04-20 09:55:47','2015-04-20 09:55:47','','workout-6','','inherit','open','open','','workout-6','','','2015-04-20 09:55:47','2015-04-20 09:55:47','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/workout-6.png',0,'attachment','image/png',0),(2358,1,'2015-04-20 09:55:48','2015-04-20 09:55:48','','workout-5','','inherit','open','open','','workout-5','','','2015-04-20 09:55:48','2015-04-20 09:55:48','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/workout-5.png',0,'attachment','image/png',0),(2359,1,'2015-04-20 09:55:49','2015-04-20 09:55:49','','workout-4','','inherit','open','open','','workout-4','','','2015-04-20 09:55:49','2015-04-20 09:55:49','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/workout-4.png',0,'attachment','image/png',0),(2360,1,'2015-04-20 09:55:50','2015-04-20 09:55:50','','workout-3','','inherit','open','open','','workout-3','','','2015-04-20 09:55:50','2015-04-20 09:55:50','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/workout-3.png',0,'attachment','image/png',0),(2361,1,'2015-04-20 09:55:51','2015-04-20 09:55:51','','workout-2','','inherit','open','open','','workout-2','','','2015-04-20 09:55:51','2015-04-20 09:55:51','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/workout-2.png',0,'attachment','image/png',0),(2362,1,'2015-04-20 09:55:52','2015-04-20 09:55:52','','workout-1','','inherit','open','open','','workout-1','','','2015-04-20 09:55:52','2015-04-20 09:55:52','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/workout-1.png',0,'attachment','image/png',0),(2363,1,'2015-04-20 09:55:53','2015-04-20 09:55:53','','sponser-6','','inherit','open','open','','sponser-6','','','2015-04-20 09:55:53','2015-04-20 09:55:53','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/sponser-6.png',0,'attachment','image/png',0),(2364,1,'2015-04-20 09:55:54','2015-04-20 09:55:54','','sponser-5','','inherit','open','open','','sponser-5','','','2015-04-20 09:55:54','2015-04-20 09:55:54','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/sponser-5.png',0,'attachment','image/png',0),(2365,1,'2015-04-20 09:55:55','2015-04-20 09:55:55','','sponser-4','','inherit','open','open','','sponser-4','','','2015-04-20 09:55:55','2015-04-20 09:55:55','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/sponser-4.png',0,'attachment','image/png',0),(2366,1,'2015-04-20 09:55:56','2015-04-20 09:55:56','','sponser-3','','inherit','open','open','','sponser-3','','','2015-04-20 09:55:56','2015-04-20 09:55:56','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/sponser-3.png',0,'attachment','image/png',0),(2367,1,'2015-04-20 09:55:56','2015-04-20 09:55:56','','sponser-2','','inherit','open','open','','sponser-2','','','2015-04-20 09:55:56','2015-04-20 09:55:56','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/sponser-2.png',0,'attachment','image/png',0),(2368,1,'2015-04-20 09:55:57','2015-04-20 09:55:57','','sponser-1','','inherit','open','open','','sponser-1','','','2015-04-20 09:55:57','2015-04-20 09:55:57','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/sponser-1.png',0,'attachment','image/png',0),(2369,1,'2015-04-20 09:56:00','2015-04-20 09:56:00','','progress-6','','inherit','open','open','','progress-6','','','2015-04-20 09:56:00','2015-04-20 09:56:00','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-6.png',0,'attachment','image/png',0),(2370,1,'2015-04-20 09:56:03','2015-04-20 09:56:03','','progress-5','','inherit','open','open','','progress-5','','','2015-04-20 09:56:03','2015-04-20 09:56:03','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-5.png',0,'attachment','image/png',0),(2371,1,'2015-04-20 09:56:06','2015-04-20 09:56:06','','progress-4','','inherit','open','open','','progress-4','','','2015-04-20 09:56:06','2015-04-20 09:56:06','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-4.png',0,'attachment','image/png',0),(2372,1,'2015-04-20 09:56:08','2015-04-20 09:56:08','','progress-3','','inherit','open','open','','progress-3','','','2015-04-20 09:56:08','2015-04-20 09:56:08','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-3.png',0,'attachment','image/png',0),(2373,1,'2015-04-20 09:56:11','2015-04-20 09:56:11','','progress-2','','inherit','open','open','','progress-2','','','2015-04-20 09:56:11','2015-04-20 09:56:11','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-2.png',0,'attachment','image/png',0),(2374,1,'2015-04-20 09:56:13','2015-04-20 09:56:13','','progress-1','','inherit','open','open','','progress-1','','','2015-04-20 09:56:13','2015-04-20 09:56:13','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/progress-1.png',0,'attachment','image/png',0),(2375,1,'2015-04-20 17:54:15','2015-04-20 17:54:15','','Shop','','publish','closed','open','','shop','','','2015-04-20 17:54:15','2015-04-20 17:54:15','',0,'http://demo.mythemeshop.com/justfit/shop/',0,'page','',0),(2376,1,'2015-04-20 17:54:15','2015-04-20 17:54:15','[woocommerce_cart]','Cart','','publish','closed','open','','cart','','','2015-04-20 17:54:15','2015-04-20 17:54:15','',0,'http://demo.mythemeshop.com/justfit/cart/',0,'page','',0),(2377,1,'2015-04-20 17:54:15','2015-04-20 17:54:15','[woocommerce_checkout]','Checkout','','publish','closed','open','','checkout','','','2015-04-20 17:54:15','2015-04-20 17:54:15','',0,'http://demo.mythemeshop.com/justfit/checkout/',0,'page','',0),(2378,1,'2015-04-20 17:54:15','2015-04-20 17:54:15','[woocommerce_my_account]','My Account','','publish','closed','open','','my-account','','','2015-04-20 17:54:15','2015-04-20 17:54:15','',0,'http://demo.mythemeshop.com/justfit/my-account/',0,'page','',0),(2407,1,'2013-06-07 11:28:07','2013-06-07 11:28:07','','poster_4_up','','inherit','open','open','','poster_4_up','','','2013-06-07 11:28:07','2013-06-07 11:28:07','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/poster_4_up.jpg',0,'attachment','image/jpeg',0),(2408,1,'2013-06-07 11:28:20','2013-06-07 11:28:20','','Poster_4_flat','','inherit','open','open','','poster_4_flat','','','2013-06-07 11:28:20','2013-06-07 11:28:20','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/Poster_4_flat.jpg',0,'attachment','image/jpeg',0),(2409,1,'2013-06-07 11:29:26','2013-06-07 11:29:26','','poster_5_up','','inherit','open','open','','poster_5_up','','','2013-06-07 11:29:26','2013-06-07 11:29:26','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/poster_5_up.jpg',0,'attachment','image/jpeg',0),(2410,1,'2013-06-07 11:29:37','2013-06-07 11:29:37','','Poster_5_flat','','inherit','open','open','','poster_5_flat','','','2013-06-07 11:29:37','2013-06-07 11:29:37','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/Poster_5_flat.jpg',0,'attachment','image/jpeg',0),(2411,1,'2014-03-26 14:30:43','2014-03-26 14:30:43','','wallpaper-672764','','inherit','open','open','','wallpaper-672764','','','2014-03-26 14:30:43','2014-03-26 14:30:43','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-672764.jpg',0,'attachment','image/jpeg',0),(2412,1,'2014-03-26 14:35:46','2014-03-26 14:35:46','','wallpaper-203147','','inherit','open','open','','wallpaper-203147','','','2014-03-26 14:35:46','2014-03-26 14:35:46','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-203147.jpg',0,'attachment','image/jpeg',0),(2413,1,'2014-03-26 14:58:29','2014-03-26 14:58:29','','wallpaper-2477293','','inherit','open','open','','wallpaper-2477293','','','2014-03-26 14:58:29','2014-03-26 14:58:29','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-2477293.jpg',0,'attachment','image/jpeg',0),(2414,1,'2014-03-26 15:02:48','2014-03-26 15:02:48','','4108-02','','inherit','open','open','','4108-02','','','2014-03-26 15:02:48','2014-03-26 15:02:48','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/wallpaper-455444.jpg',0,'attachment','image/jpeg',0),(2415,1,'2013-06-07 11:32:57','2013-06-07 11:32:57','','cd_1_flat','','inherit','open','open','','cd_1_flat','','','2013-06-07 11:32:57','2013-06-07 11:32:57','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_1_flat.jpg',0,'attachment','image/jpeg',0),(2416,1,'2013-06-07 11:35:10','2013-06-07 11:35:10','','cd_3_flat','','inherit','open','open','','cd_3_flat','','','2013-06-07 11:35:10','2013-06-07 11:35:10','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_3_flat.jpg',0,'attachment','image/jpeg',0),(2417,1,'2013-06-07 11:36:10','2013-06-07 11:36:10','','cd_4_flat','','inherit','open','open','','cd_4_flat','','','2013-06-07 11:36:10','2013-06-07 11:36:10','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_4_flat.jpg',0,'attachment','image/jpeg',0),(2418,1,'2013-06-07 11:36:22','2013-06-07 11:36:22','','cd_4_angle','','inherit','open','open','','cd_4_angle','','','2013-06-07 11:36:22','2013-06-07 11:36:22','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_4_angle.jpg',0,'attachment','image/jpeg',0),(2419,1,'2013-06-07 11:37:51','2013-06-07 11:37:51','','cd_6_angle','','inherit','open','open','','cd_6_angle','','','2013-06-07 11:37:51','2013-06-07 11:37:51','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/06/cd_6_angle.jpg',0,'attachment','image/jpeg',0),(2420,1,'2018-01-04 15:31:42','2018-01-04 15:31:42','','TerraFirma-favicon-02','','inherit','open','closed','','terrafirma-favicon-02','','','2018-01-04 15:31:42','2018-01-04 15:31:42','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TerraFirma-favicon-02.png',0,'attachment','image/png',0),(2443,1,'2015-04-24 05:38:01','2015-04-24 05:38:01','','blog','','inherit','open','open','','blog-2','','','2015-04-24 05:38:01','2015-04-24 05:38:01','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/blog.png',0,'attachment','image/png',0),(2444,1,'2015-04-24 06:06:35','2015-04-24 06:06:35','','General','','inherit','open','open','','general','','','2015-04-24 06:06:35','2015-04-24 06:06:35','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/General.png',0,'attachment','image/png',0),(2446,1,'2015-04-24 06:07:02','2015-04-24 06:07:02','','Styling','','inherit','open','open','','styling','','','2015-04-24 06:07:02','2015-04-24 06:07:02','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Styling.png',0,'attachment','image/png',0),(2447,1,'2015-04-24 06:07:37','2015-04-24 06:07:37','','Header','','inherit','open','open','','header','','','2015-04-24 06:07:37','2015-04-24 06:07:37','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/Header.png',0,'attachment','image/png',0),(2448,1,'2015-04-24 06:08:40','2015-04-24 06:08:40','<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2015/04/Homepage.png\"><img class=\"alignnone size-full wp-image-2449\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2015/04/Homepage.png\" alt=\"Homepage\" width=\"1160\" height=\"1207\" /></a>','Homepage Layout','','publish','open','open','','homepage-layout','','','2018-01-27 04:45:10','2018-01-27 04:45:10','',0,'http://demo.mythemeshop.com/justfit/?page_id=2448',0,'page','',0),(2449,1,'2015-04-24 06:08:34','2015-04-24 06:08:34','','Homepage','','inherit','open','open','','homepage-2','','','2015-04-24 06:08:34','2015-04-24 06:08:34','',2448,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Homepage.png',0,'attachment','image/png',0),(2450,1,'2015-04-24 06:08:45','2015-04-24 06:08:45','','Blog','','inherit','open','open','','blog-3','','','2015-04-24 06:08:45','2015-04-24 06:08:45','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/06/Blog.png',0,'attachment','image/png',0),(2451,1,'2015-04-24 06:09:22','2015-04-24 06:09:22','','Ad-management','','inherit','open','open','','ad-management-2','','','2015-04-24 06:09:22','2015-04-24 06:09:22','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2013/07/Ad-management.png',0,'attachment','image/png',0),(2453,1,'2015-04-24 06:10:00','2015-04-24 06:10:00','','Single','','inherit','open','open','','single','','','2015-04-24 06:10:00','2015-04-24 06:10:00','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Single.png',0,'attachment','image/png',0),(2455,1,'2015-04-24 06:10:50','2015-04-24 06:10:50','','Social','','inherit','open','open','','social','','','2015-04-24 06:10:50','2015-04-24 06:10:50','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Social.png',0,'attachment','image/png',0),(2457,1,'2015-04-24 06:11:52','2015-04-24 06:11:52','','Sidebars','','inherit','open','open','','sidebars','','','2015-04-24 06:11:52','2015-04-24 06:11:52','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Sidebars.png',0,'attachment','image/png',0),(2459,1,'2015-04-24 06:12:38','2015-04-24 06:12:38','','Typography','','inherit','open','open','','typography','','','2015-04-24 06:12:38','2015-04-24 06:12:38','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Typography.png',0,'attachment','image/png',0),(2461,1,'2015-04-24 06:13:07','2015-04-24 06:13:07','','Translation','','inherit','open','open','','translation','','','2015-04-24 06:13:07','2015-04-24 06:13:07','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/Translation.png',0,'attachment','image/png',0),(2462,1,'2015-04-24 06:13:22','2015-04-24 06:13:22','','Import-export','','inherit','open','open','','import-export','','','2015-04-24 06:13:22','2015-04-24 06:13:22','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/06/Import-export.png',0,'attachment','image/png',0),(2473,1,'2015-04-24 08:54:02','2015-04-24 08:54:02','','header-img','','inherit','open','open','','header-img','','','2015-04-24 08:54:02','2015-04-24 08:54:02','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/header-img.jpg',0,'attachment','image/jpeg',0),(2481,1,'2015-04-25 11:06:44','2015-04-25 11:06:44','','1','','inherit','open','open','','1','','','2015-04-25 11:06:44','2015-04-25 11:06:44','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/1.jpg',0,'attachment','image/jpeg',0),(2482,1,'2015-04-25 11:07:18','2015-04-25 11:07:18','','2','','inherit','open','open','','2','','','2015-04-25 11:07:18','2015-04-25 11:07:18','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/2.jpg',0,'attachment','image/jpeg',0),(2483,1,'2015-04-25 11:07:53','2015-04-25 11:07:53','','3','','inherit','open','open','','3','','','2015-04-25 11:07:53','2015-04-25 11:07:53','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/3.jpg',0,'attachment','image/jpeg',0),(2484,1,'2015-04-25 11:08:19','2015-04-25 11:08:19','','4','','inherit','open','open','','4','','','2015-04-25 11:08:19','2015-04-25 11:08:19','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/4.jpg',0,'attachment','image/jpeg',0),(2485,1,'2015-04-25 11:08:44','2015-04-25 11:08:44','','5','','inherit','open','open','','5','','','2015-04-25 11:08:44','2015-04-25 11:08:44','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/5.jpg',0,'attachment','image/jpeg',0),(2486,1,'2015-04-25 11:09:15','2015-04-25 11:09:15','','6','','inherit','open','open','','6','','','2015-04-25 11:09:15','2015-04-25 11:09:15','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/6.jpg',0,'attachment','image/jpeg',0),(2488,1,'2015-04-25 11:41:16','2015-04-25 11:41:16','','1','','inherit','open','open','','1-2','','','2015-04-25 11:41:16','2015-04-25 11:41:16','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/11.jpg',0,'attachment','image/jpeg',0),(2489,1,'2015-04-25 11:41:32','2015-04-25 11:41:32','','2','','inherit','open','open','','2-2','','','2015-04-25 11:41:32','2015-04-25 11:41:32','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/21.jpg',0,'attachment','image/jpeg',0),(2490,1,'2015-04-25 11:41:58','2015-04-25 11:41:58','','3','','inherit','open','open','','3-2','','','2015-04-25 11:41:58','2015-04-25 11:41:58','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/31.jpg',0,'attachment','image/jpeg',0),(2491,1,'2015-04-25 11:43:52','2015-04-25 11:43:52','','4','','inherit','open','open','','4-2','','','2015-04-25 11:43:52','2015-04-25 11:43:52','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/41.jpg',0,'attachment','image/jpeg',0),(2492,1,'2015-04-25 11:44:13','2015-04-25 11:44:13','','5','','inherit','open','open','','5-2','','','2015-04-25 11:44:13','2015-04-25 11:44:13','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/51.jpg',0,'attachment','image/jpeg',0),(2493,1,'2015-04-25 11:45:53','2015-04-25 11:45:53','','6','','inherit','open','open','','6-2','','','2015-04-25 11:45:53','2015-04-25 11:45:53','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/61.jpg',0,'attachment','image/jpeg',0),(2494,1,'2015-04-25 11:47:11','2015-04-25 11:47:11','','2','','inherit','open','open','','2-3','','','2015-04-25 11:47:11','2015-04-25 11:47:11','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/22.jpg',0,'attachment','image/jpeg',0),(2495,1,'2015-04-25 11:48:00','2015-04-25 11:48:00','','4','','inherit','open','open','','4-3','','','2015-04-25 11:48:00','2015-04-25 11:48:00','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2015/04/42.jpg',0,'attachment','image/jpeg',0),(2507,1,'2016-01-12 18:35:06','2016-01-12 18:35:06','','justfit','','inherit','open','closed','','justfit','','','2016-01-12 18:35:06','2016-01-12 18:35:06','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2016/01/justfit.jpg',0,'attachment','image/jpeg',0),(2535,1,'2017-01-14 06:21:02','2017-01-14 06:21:02','','pexels-photo-295012','','inherit','open','closed','','pexels-photo-295012','','','2017-01-14 06:21:02','2017-01-14 06:21:02','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-295012.jpeg',0,'attachment','image/jpeg',0),(2536,1,'2017-01-14 06:24:47','2017-01-14 06:24:47','','pexels-photo-287227','','inherit','open','closed','','pexels-photo-287227','','','2017-01-14 06:24:47','2017-01-14 06:24:47','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-287227.jpeg',0,'attachment','image/jpeg',0),(2537,1,'2017-01-14 06:27:14','2017-01-14 06:27:14','','pexels-photo-221342','','inherit','open','closed','','pexels-photo-221342','','','2017-01-14 06:27:14','2017-01-14 06:27:14','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-221342.jpeg',0,'attachment','image/jpeg',0),(2538,1,'2017-01-14 06:31:08','2017-01-14 06:31:08','','pexels-photo-236054','','inherit','open','closed','','pexels-photo-236054','','','2017-01-14 06:31:08','2017-01-14 06:31:08','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-236054.jpeg',0,'attachment','image/jpeg',0),(2539,1,'2017-01-14 06:35:53','2017-01-14 06:35:53','','pexels-photo-136404','','inherit','open','closed','','pexels-photo-136404','','','2017-01-14 06:35:53','2017-01-14 06:35:53','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-136404.jpeg',0,'attachment','image/jpeg',0),(2540,1,'2017-01-14 06:37:01','2017-01-14 06:37:01','','pexels-photo-195944','','inherit','open','closed','','pexels-photo-195944','','','2017-01-14 06:37:01','2017-01-14 06:37:01','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-195944.jpeg',0,'attachment','image/jpeg',0),(2541,1,'2017-01-14 06:54:18','2017-01-14 06:54:18','','pexels-photo-127873','','inherit','open','closed','','pexels-photo-127873','','','2017-01-14 06:54:18','2017-01-14 06:54:18','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-127873.jpeg',0,'attachment','image/jpeg',0),(2542,1,'2017-01-14 07:00:36','2017-01-14 07:00:36','','herbal-tea-herbs-tee-mint-159203','','inherit','open','closed','','herbal-tea-herbs-tee-mint-159203','','','2017-01-14 07:00:36','2017-01-14 07:00:36','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/herbal-tea-herbs-tee-mint-159203.jpeg',0,'attachment','image/jpeg',0),(2543,1,'2017-01-14 07:05:43','2017-01-14 07:05:43','','skull-1209733_1920','','inherit','open','closed','','skull-1209733_1920','','','2017-01-14 07:05:43','2017-01-14 07:05:43','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/skull-1209733_1920.jpg',0,'attachment','image/jpeg',0),(2544,1,'2017-01-14 07:07:57','2017-01-14 07:07:57','','pills-medicine-tablets-depending-161641','','inherit','open','closed','','pills-medicine-tablets-depending-161641','','','2017-01-14 07:07:57','2017-01-14 07:07:57','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pills-medicine-tablets-depending-161641.jpeg',0,'attachment','image/jpeg',0),(2545,1,'2017-01-14 07:11:04','2017-01-14 07:11:04','','pexels-photo-26974','','inherit','open','closed','','pexels-photo-26974','','','2017-01-14 07:11:04','2017-01-14 07:11:04','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-26974.jpg',0,'attachment','image/jpeg',0),(2546,1,'2017-01-14 07:15:09','2017-01-14 07:15:09','','people-children-child-happy-160946','','inherit','open','closed','','people-children-child-happy-160946','','','2017-01-14 07:15:09','2017-01-14 07:15:09','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/people-children-child-happy-160946.jpeg',0,'attachment','image/jpeg',0),(2547,1,'2017-01-14 07:17:23','2017-01-14 07:17:23','','pexels-photo-woods','','inherit','open','closed','','pexels-photo-woods','','','2017-01-14 07:17:23','2017-01-14 07:17:23','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-woods.jpg',0,'attachment','image/jpeg',0),(2548,1,'2017-01-14 07:19:24','2017-01-14 07:19:24','','couple-love-bedroom-kissing','','inherit','open','closed','','couple-love-bedroom-kissing','','','2017-01-14 07:19:24','2017-01-14 07:19:24','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/couple-love-bedroom-kissing.jpg',0,'attachment','image/jpeg',0),(2549,1,'2017-01-14 07:22:10','2017-01-14 07:22:10','','sunblock-skincare-healthy-skin-heart-161608','','inherit','open','closed','','sunblock-skincare-healthy-skin-heart-161608','','','2017-01-14 07:22:10','2017-01-14 07:22:10','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/sunblock-skincare-healthy-skin-heart-161608.jpeg',0,'attachment','image/jpeg',0),(2550,1,'2017-01-14 07:29:24','2017-01-14 07:29:24','','pexels-photo-196640','','inherit','open','closed','','pexels-photo-196640','','','2017-01-14 07:29:24','2017-01-14 07:29:24','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-196640.jpeg',0,'attachment','image/jpeg',0),(2551,1,'2017-01-14 07:41:30','2017-01-14 07:41:30','','mineral-water-lime-ice-mint-158821','','inherit','open','closed','','mineral-water-lime-ice-mint-158821','','','2017-01-14 07:41:30','2017-01-14 07:41:30','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/mineral-water-lime-ice-mint-158821.jpeg',0,'attachment','image/jpeg',0),(2552,1,'2017-01-14 09:10:01','2017-01-14 09:10:01','','relay-race-competition-stadium-sport','','inherit','open','closed','','relay-race-competition-stadium-sport','','','2017-01-14 09:10:01','2017-01-14 09:10:01','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/relay-race-competition-stadium-sport.jpg',0,'attachment','image/jpeg',0),(2553,1,'2017-01-14 09:11:31','2017-01-14 09:11:31','','pexels-photo-128242','','inherit','open','closed','','pexels-photo-128242','','','2017-01-14 09:11:31','2017-01-14 09:11:31','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-128242.jpeg',0,'attachment','image/jpeg',0),(2554,1,'2017-01-14 09:22:51','2017-01-14 09:22:51','','pexels-photo-220723','','inherit','open','closed','','pexels-photo-220723','','','2017-01-14 09:22:51','2017-01-14 09:22:51','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-220723.jpeg',0,'attachment','image/jpeg',0),(2555,1,'2017-01-14 09:25:47','2017-01-14 09:25:47','','salmon-dish-food-meal-46239','','inherit','open','closed','','salmon-dish-food-meal-46239','','','2017-01-14 09:25:47','2017-01-14 09:25:47','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/salmon-dish-food-meal-46239.jpeg',0,'attachment','image/jpeg',0),(2556,1,'2017-01-14 09:28:39','2017-01-14 09:28:39','','pexels-photo-52570','','inherit','open','closed','','pexels-photo-52570','','','2017-01-14 09:28:39','2017-01-14 09:28:39','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/pexels-photo-52570.jpeg',0,'attachment','image/jpeg',0),(2557,1,'2017-01-14 09:31:07','2017-01-14 09:31:07','','food-pizza-restaurant-eating','','inherit','open','closed','','food-pizza-restaurant-eating','','','2017-01-14 09:31:07','2017-01-14 09:31:07','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/food-pizza-restaurant-eating.jpg',0,'attachment','image/jpeg',0),(2558,1,'2017-01-14 09:34:20','2017-01-14 09:34:20','','woman-girl-young-beauty','','inherit','open','closed','','woman-girl-young-beauty','','','2017-01-14 09:34:20','2017-01-14 09:34:20','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2014/03/woman-girl-young-beauty.jpg',0,'attachment','image/jpeg',0),(2560,1,'2018-01-04 15:51:06','2018-01-04 15:51:06','','Home','','publish','closed','closed','','home-3','','','2018-01-23 15:18:24','2018-01-23 15:18:24','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/home-3/',1,'nav_menu_item','',0),(2566,1,'2018-01-04 15:51:07','2018-01-04 15:51:07','','Home','','publish','closed','closed','','home-4','','','2018-01-04 15:51:07','2018-01-04 15:51:07','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/home-4/',1,'nav_menu_item','',0),(2568,1,'2018-01-04 15:51:07','2018-01-04 15:51:07',' ','','','publish','closed','closed','','2568','','','2018-01-04 15:51:07','2018-01-04 15:51:07','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',6,'nav_menu_item','',0),(2569,1,'2018-01-04 15:51:07','2018-01-04 15:51:07',' ','','','publish','closed','closed','','2569','','','2018-01-04 15:51:07','2018-01-04 15:51:07','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',7,'nav_menu_item','',0),(2572,1,'2018-01-04 15:51:08','2018-01-04 15:51:08',' ','','','publish','closed','closed','','2572','','','2018-01-04 15:51:08','2018-01-04 15:51:08','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',10,'nav_menu_item','',0),(2574,1,'2018-01-04 15:51:10','2018-01-04 15:51:10',' ','','','publish','closed','closed','','2574','','','2018-01-04 15:51:10','2018-01-04 15:51:10','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',12,'nav_menu_item','',0),(2575,1,'2018-01-04 15:51:10','2018-01-04 15:51:10',' ','','','publish','closed','closed','','2575','','','2018-01-04 15:51:10','2018-01-04 15:51:10','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',5,'nav_menu_item','',0),(2577,1,'2018-01-04 15:51:11','2018-01-04 15:51:11',' ','','','publish','closed','closed','','2577','','','2018-01-04 15:51:11','2018-01-04 15:51:11','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',13,'nav_menu_item','',0),(2578,1,'2018-01-04 15:51:11','2018-01-04 15:51:11',' ','','','publish','closed','closed','','2578','','','2018-01-04 15:51:11','2018-01-04 15:51:11','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',14,'nav_menu_item','',0),(2579,1,'2018-01-04 15:51:11','2018-01-04 15:51:11',' ','','','publish','closed','closed','','2579','','','2018-01-04 15:51:11','2018-01-04 15:51:11','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',15,'nav_menu_item','',0),(2580,1,'2018-01-04 15:51:12','2018-01-04 15:51:12',' ','','','publish','closed','closed','','2580','','','2018-01-04 15:51:12','2018-01-04 15:51:12','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',16,'nav_menu_item','',0),(2581,1,'2018-01-04 15:51:12','2018-01-04 15:51:12',' ','','','publish','closed','closed','','2581','','','2018-01-04 15:51:12','2018-01-04 15:51:12','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',17,'nav_menu_item','',0),(2582,1,'2018-01-04 15:51:12','2018-01-04 15:51:12',' ','','','publish','closed','closed','','2582','','','2018-01-04 15:51:12','2018-01-04 15:51:12','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/',18,'nav_menu_item','',0),(2626,1,'2018-01-04 15:51:20','2018-01-04 15:51:20',' ','','','publish','closed','closed','','2626','','','2018-01-04 15:51:20','2018-01-04 15:51:20','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2626/',3,'nav_menu_item','',0),(2627,1,'2018-01-04 15:51:20','2018-01-04 15:51:20',' ','','','publish','closed','closed','','2627','','','2018-01-04 15:51:20','2018-01-04 15:51:20','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2627/',2,'nav_menu_item','',0),(2628,1,'2018-01-04 15:51:20','2018-01-04 15:51:20',' ','','','publish','closed','closed','','2628','','','2018-01-04 15:51:20','2018-01-04 15:51:20','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2628/',4,'nav_menu_item','',0),(2629,2,'2018-01-04 15:56:47','2018-01-04 15:56:47','','black_coffee','','inherit','open','closed','','black_coffee','','','2018-01-04 15:56:47','2018-01-04 15:56:47','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/black_coffee.jpg',0,'attachment','image/jpeg',0),(2638,1,'2018-01-04 16:56:42','2018-01-04 16:56:42','','TF - Cover-01','','inherit','open','closed','','tf-cover-01-2','','','2018-01-04 16:56:42','2018-01-04 16:56:42','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TF-Cover-01-1.jpg',0,'attachment','image/jpeg',0),(2646,1,'2018-01-04 17:27:52','2018-01-04 17:27:52','','Our Partners-01','','inherit','open','closed','','our-partners-01','','','2018-01-04 17:27:52','2018-01-04 17:27:52','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Our-Partners-01.png',0,'attachment','image/png',0),(2647,1,'2018-01-04 17:27:55','2018-01-04 17:27:55','','Our Partners-02','','inherit','open','closed','','our-partners-02','','','2018-01-04 17:27:55','2018-01-04 17:27:55','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Our-Partners-02.png',0,'attachment','image/png',0),(2648,1,'2018-01-04 17:27:57','2018-01-04 17:27:57','','Our Partners-03','','inherit','open','closed','','our-partners-03','','','2018-01-04 17:27:57','2018-01-04 17:27:57','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Our-Partners-03.png',0,'attachment','image/png',0),(2649,1,'2018-01-04 17:27:59','2018-01-04 17:27:59','','Our Partners-04','','inherit','open','closed','','our-partners-04','','','2018-01-04 17:27:59','2018-01-04 17:27:59','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Our-Partners-04.png',0,'attachment','image/png',0),(2650,1,'2018-01-04 17:28:01','2018-01-04 17:28:01','','Our Partners-05','','inherit','open','closed','','our-partners-05','','','2018-01-04 17:28:01','2018-01-04 17:28:01','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Our-Partners-05.png',0,'attachment','image/png',0),(2651,1,'2018-01-04 17:28:03','2018-01-04 17:28:03','','Our Partners-06','','inherit','open','closed','','our-partners-06','','','2018-01-04 17:28:03','2018-01-04 17:28:03','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Our-Partners-06.png',0,'attachment','image/png',0),(2652,1,'2018-01-04 17:41:13','2018-01-04 17:41:13','','Dirty Dozen','','inherit','open','closed','','upcoming-events-01','','','2018-01-04 17:41:23','2018-01-04 17:41:23','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01.png',0,'attachment','image/png',0),(2653,1,'2018-01-04 17:44:52','2018-01-04 17:44:52','','Upcoming Events-01','','inherit','open','closed','','upcoming-events-01-2','','','2018-01-04 17:44:52','2018-01-04 17:44:52','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-1.png',0,'attachment','image/png',0),(2654,1,'2018-01-04 17:51:03','2018-01-04 17:51:03','','Upcoming Events-01','','inherit','open','closed','','upcoming-events-01-3','','','2018-02-06 17:57:18','2018-02-06 17:57:18','',2817,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png',0,'attachment','image/png',0),(2655,1,'2018-01-04 18:03:27','2018-01-04 18:03:27','','Upcoming Events-02','','inherit','open','closed','','upcoming-events-02','','','2018-01-04 18:03:27','2018-01-04 18:03:27','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png',0,'attachment','image/png',0),(2657,1,'2018-01-04 20:46:46','2018-01-04 20:46:46','','XTERRA Rock Dallas Triathlon','','inherit','open','closed','','upcoming-events-04','','','2018-01-04 20:47:12','2018-01-04 20:47:12','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png',0,'attachment','image/png',0),(2658,1,'2018-01-04 20:46:49','2018-01-04 20:46:49','','XTERRA Rock Dallas Trail Run','','inherit','open','closed','','upcoming-events-05','','','2018-01-04 20:47:42','2018-01-04 20:47:42','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05.png',0,'attachment','image/png',0),(2659,1,'2018-01-04 20:46:53','2018-01-04 20:46:53','','XTERRA Jurassic Trail Run','','inherit','open','closed','','upcoming-events-06','','','2018-01-04 20:48:48','2018-01-04 20:48:48','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06.png',0,'attachment','image/png',0),(2660,1,'2018-01-04 20:46:57','2018-01-04 20:46:57','','Jurassic Off Road Duathlon','','inherit','open','closed','','upcoming-events-07','','','2018-01-04 20:48:22','2018-01-04 20:48:22','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png',0,'attachment','image/png',0),(2661,1,'2018-01-04 20:47:02','2018-01-04 20:47:02','','Upcoming Events-08','','inherit','open','closed','','upcoming-events-08','','','2018-02-06 17:58:45','2018-02-06 17:58:45','',2817,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png',0,'attachment','image/png',0),(2666,1,'2018-01-04 21:12:31','2018-01-04 21:12:31','','Upcoming Events-03','','inherit','open','closed','','upcoming-events-03','','','2018-01-04 21:12:31','2018-01-04 21:12:31','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png',0,'attachment','image/png',0),(2667,1,'2018-01-04 21:12:36','2018-01-04 21:12:36','','Upcoming Events-05','','inherit','open','closed','','upcoming-events-05-3','','','2018-01-04 21:12:36','2018-01-04 21:12:36','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png',0,'attachment','image/png',0),(2668,1,'2018-01-04 21:12:40','2018-01-04 21:12:40','','Upcoming Events-06','','inherit','open','closed','','upcoming-events-06-3','','','2018-01-04 21:12:40','2018-01-04 21:12:40','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png',0,'attachment','image/png',0),(2669,1,'2018-01-04 22:02:49','2018-01-04 22:02:49','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours. You can find more rules on <a href=\"http://www.terrafirmaracing.com/?page_id=2831\" target=\"_blank\" rel=\"noopener\">our FAQs page</a>. </span>\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"] <i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\nAthletes <21 years old get $20 off the above pricing.\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n<span style=\"color: black;\">This race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period. </span>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','2018 Dirty Dozen','','draft','closed','closed','','the-dirty-dozen','','','2018-02-06 18:08:22','2018-02-06 18:08:22','',2813,'http://staging.terrafirmaracing.com/wordpress/?page_id=2669',0,'page','',0),(2671,1,'2018-01-04 21:30:35','2018-01-04 21:30:35','<h1><span style=\"line-height: 1.5;\"><b>The Dirty Dozen</b></span></h1>\r\n<h2>February 3, 2018\r\nRace Start: 9:00 a.m.</h2>\r\n<span style=\"line-height: 1.5;\">A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course.\r\nRiders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<strong>Location: </strong>Bluff Creek Ranch, 537 Owl Creek Rd, Giddings TX 78942\r\n\r\n \r\n<h2>Pricing</h2>\r\nThere is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n<h3>Early-bird Online Registration by 01/13/2018 at midnight:</h3>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h3>Regular Online Registration by 2/1/2018 at midnight:</h3>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n\r\n<strong>RACE SITE REGISTRATION 2/2 to 2/3/2018\r\nPLEASE REGISTER AT RACE SITE FROM 5-7PM FRIDAY NIGHT, OR SATURDAY MORNING FROM 7:30-8:30AM:</strong>\r\n\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<strong>Notes:</strong>\r\n*<strong>Registration includes</strong>: A fun, well organized event, custom race socks, racer raffle, & finisher medal.\r\n*Awards 3 deep for each category.\r\n*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n \r\n\r\n<strong>COURSE</strong>\r\n\r\nThis race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period.\r\n\r\n \r\n\r\n<strong>GENERAL OVERVIEW</strong>\r\n\r\n12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n\r\n<strong>SCHEDULE OF EVENTS</strong>\r\n\r\nCheck-in or On-Site Registration: Friday 5-7 pm at ranch\r\nCheck-in or On-Site Registration: Saturday 7:30-8:30 am at ranch\r\nMandatory Pre-Race Meeting 8:45 am Saturday morning at ranch\r\nStart 9:00 am for both races\r\n\r\n6hr Race Finish: 3pm sharp. You must finish the race by 3pm, or 6 hrs after the actual start time.\r\n\r\n12hr Race Finish: 9pm sharp. You must finish the race by 9pm or 12hrs after the actual start time.\r\n\r\n<strong>\r\nDIRECTIONS</strong>\r\n\r\nBluff Creek Ranch<strong>\r\n</strong>537 Owl Creek Rd\r\nWarda TX 78942 (on google it will pull up Giddings TX)\r\n\r\nWarda is on Highway 77 halfway between La Grange and Giddings.\r\n\r\n<strong>Giddings to Warda:</strong>\r\n\r\nTake Hwy. 77 South. Turn East (left) on Owl Creek Rd. Go ½ mile and turn left at the red Bluff Creek Ranch sign.\r\n\r\n<strong>La Grange to Warda:</strong>\r\nTake Hwy. 77 North. Turn East (right) on Owl Creek Rd. go 1/2 mile and turn left at the red Bluff Creek Ranch sign.\r\n\r\n<strong>\r\nLODGING</strong>\r\n\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<strong>\r\nAWARDS</strong>\r\n<ul>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 24 Hours of Rocky Hill, our other endurance mtn bike race, in 2018)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour (award)</li>\r\n <li>Fastest Lap Female 12-hour (award)</li>\r\n <li>Fastest Lap Solo Male 12-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 12-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male (award)</li>\r\n <li>Fastest LeMans Runner Female (award)</li>\r\n</ul>','Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-04 21:30:35','2018-01-04 21:30:35','',2669,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2669-revision-v1/',0,'revision','',0),(2672,1,'2018-01-04 21:33:16','2018-01-04 21:33:16','<h2>February 3, 2018\r\nRace Start: 9:00 a.m.</h2>\r\n<span style=\"line-height: 1.5;\">A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course.\r\nRiders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<strong>Location: </strong>Bluff Creek Ranch, 537 Owl Creek Rd, Giddings TX 78942\r\n\r\n \r\n<h2>Pricing</h2>\r\nThere is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n<h3>Early-bird Online Registration by 01/13/2018 at midnight:</h3>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h3>Regular Online Registration by 2/1/2018 at midnight:</h3>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n\r\n<strong>RACE SITE REGISTRATION 2/2 to 2/3/2018\r\nPLEASE REGISTER AT RACE SITE FROM 5-7PM FRIDAY NIGHT, OR SATURDAY MORNING FROM 7:30-8:30AM:</strong>\r\n\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<strong>Notes:</strong>\r\n*<strong>Registration includes</strong>: A fun, well organized event, custom race socks, racer raffle, & finisher medal.\r\n*Awards 3 deep for each category.\r\n*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n \r\n\r\n<strong>COURSE</strong>\r\n\r\nThis race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period.\r\n\r\n \r\n\r\n<strong>GENERAL OVERVIEW</strong>\r\n\r\n12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n\r\n<strong>SCHEDULE OF EVENTS</strong>\r\n\r\nCheck-in or On-Site Registration: Friday 5-7 pm at ranch\r\nCheck-in or On-Site Registration: Saturday 7:30-8:30 am at ranch\r\nMandatory Pre-Race Meeting 8:45 am Saturday morning at ranch\r\nStart 9:00 am for both races\r\n\r\n6hr Race Finish: 3pm sharp. You must finish the race by 3pm, or 6 hrs after the actual start time.\r\n\r\n12hr Race Finish: 9pm sharp. You must finish the race by 9pm or 12hrs after the actual start time.\r\n\r\n<strong>\r\nDIRECTIONS</strong>\r\n\r\nBluff Creek Ranch<strong>\r\n</strong>537 Owl Creek Rd\r\nWarda TX 78942 (on google it will pull up Giddings TX)\r\n\r\nWarda is on Highway 77 halfway between La Grange and Giddings.\r\n\r\n<strong>Giddings to Warda:</strong>\r\n\r\nTake Hwy. 77 South. Turn East (left) on Owl Creek Rd. Go ½ mile and turn left at the red Bluff Creek Ranch sign.\r\n\r\n<strong>La Grange to Warda:</strong>\r\nTake Hwy. 77 North. Turn East (right) on Owl Creek Rd. go 1/2 mile and turn left at the red Bluff Creek Ranch sign.\r\n\r\n<strong>\r\nLODGING</strong>\r\n\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<strong>\r\nAWARDS</strong>\r\n<ul>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 24 Hours of Rocky Hill, our other endurance mtn bike race, in 2018)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour (award)</li>\r\n <li>Fastest Lap Female 12-hour (award)</li>\r\n <li>Fastest Lap Solo Male 12-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 12-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male (award)</li>\r\n <li>Fastest LeMans Runner Female (award)</li>\r\n</ul>','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-04 21:33:16','2018-01-04 21:33:16','',2669,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2669-revision-v1/',0,'revision','',0),(2673,1,'2018-01-04 21:41:11','2018-01-04 21:41:11','<h2>February 3, 2018</h2>\r\n<h4>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h4>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course.\r\nRiders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n \r\n<h2>Pricing</h2>\r\n<h3>Early-bird Online Registration by 01/13/2018 at midnight:</h3>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h3>Regular Online Registration by 2/1/2018 at midnight:</h3>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h3><strong>Race Day Registration</strong></h3>\r\n<strong>Friday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</strong>\r\n\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<strong>Notes:\r\n</strong>\r\n\r\n*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n*<strong>Registration includes</strong>: A fun, well organized event, custom race socks, racer raffle, & finisher medal.\r\n*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n \r\n\r\n<strong>COURSE</strong>\r\n\r\nThis race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period.\r\n\r\n \r\n\r\n<strong>GENERAL OVERVIEW</strong>\r\n\r\n12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n\r\n<strong>SCHEDULE OF EVENTS</strong>\r\n\r\nCheck-in or On-Site Registration: Friday 5-7 pm at ranch\r\nCheck-in or On-Site Registration: Saturday 7:30-8:30 am at ranch\r\nMandatory Pre-Race Meeting 8:45 am Saturday morning at ranch\r\nStart 9:00 am for both races\r\n\r\n6hr Race Finish: 3pm sharp. You must finish the race by 3pm, or 6 hrs after the actual start time.\r\n\r\n12hr Race Finish: 9pm sharp. You must finish the race by 9pm or 12hrs after the actual start time.\r\n\r\n<strong>\r\nDIRECTIONS</strong>\r\n\r\nBluff Creek Ranch<strong>\r\n</strong>537 Owl Creek Rd\r\nWarda TX 78942 (on google it will pull up Giddings TX)\r\n\r\nWarda is on Highway 77 halfway between La Grange and Giddings.\r\n\r\n<strong>Giddings to Warda:</strong>\r\n\r\nTake Hwy. 77 South. Turn East (left) on Owl Creek Rd. Go ½ mile and turn left at the red Bluff Creek Ranch sign.\r\n\r\n<strong>La Grange to Warda:</strong>\r\nTake Hwy. 77 North. Turn East (right) on Owl Creek Rd. go 1/2 mile and turn left at the red Bluff Creek Ranch sign.\r\n\r\n<strong>\r\nLODGING</strong>\r\n\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<strong>\r\nAWARDS\r\n</strong>\r\n<ul>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 24 Hours of Rocky Hill, our other endurance mtn bike race, in 2018)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour (award)</li>\r\n <li>Fastest Lap Female 12-hour (award)</li>\r\n <li>Fastest Lap Solo Male 12-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 12-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male (award)</li>\r\n <li>Fastest LeMans Runner Female (award)</li>\r\n</ul>','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-04 21:41:11','2018-01-04 21:41:11','',2669,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2669-revision-v1/',0,'revision','',0),(2674,1,'2018-01-04 21:46:02','2018-01-04 21:46:02','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course.\r\nRiders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n \r\n<h2>Pricing</h2>\r\n<h3>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h3>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h3>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h3>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h3><strong>Race Day Registration\r\n</strong><strong>Friday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</strong></h3>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<strong>COURSE</strong>\r\n\r\nThis race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period.\r\n\r\n \r\n\r\n<strong>GENERAL OVERVIEW</strong>\r\n\r\n12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n\r\n<strong>SCHEDULE OF EVENTS</strong>\r\n\r\nCheck-in or On-Site Registration: Friday 5-7 pm at ranch\r\nCheck-in or On-Site Registration: Saturday 7:30-8:30 am at ranch\r\nMandatory Pre-Race Meeting 8:45 am Saturday morning at ranch\r\nStart 9:00 am for both races\r\n\r\n6hr Race Finish: 3pm sharp. You must finish the race by 3pm, or 6 hrs after the actual start time.\r\n\r\n12hr Race Finish: 9pm sharp. You must finish the race by 9pm or 12hrs after the actual start time.\r\n\r\n<strong>\r\nDIRECTIONS</strong>\r\n\r\nBluff Creek Ranch<strong>\r\n</strong>537 Owl Creek Rd\r\nWarda TX 78942 (on google it will pull up Giddings TX)\r\n\r\nWarda is on Highway 77 halfway between La Grange and Giddings.\r\n\r\n<strong>Giddings to Warda:</strong>\r\n\r\nTake Hwy. 77 South. Turn East (left) on Owl Creek Rd. Go ½ mile and turn left at the red Bluff Creek Ranch sign.\r\n\r\n<strong>La Grange to Warda:</strong>\r\nTake Hwy. 77 North. Turn East (right) on Owl Creek Rd. go 1/2 mile and turn left at the red Bluff Creek Ranch sign.\r\n\r\n<strong>\r\nLODGING</strong>\r\n\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<strong>\r\nAWARDS\r\n</strong>\r\n<ul>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 24 Hours of Rocky Hill, our other endurance mtn bike race, in 2018)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour (award)</li>\r\n <li>Fastest Lap Female 12-hour (award)</li>\r\n <li>Fastest Lap Solo Male 12-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 12-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male (award)</li>\r\n <li>Fastest LeMans Runner Female (award)</li>\r\n</ul>\r\n \r\n\r\n<strong>Notes:\r\n</strong>\r\n\r\n*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n*<strong>Registration includes</strong>: A fun, well organized event, custom race socks, racer raffle, and finisher medal.\r\n*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-04 21:46:02','2018-01-04 21:46:02','',2669,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2669-revision-v1/',0,'revision','',0),(2675,1,'2018-01-04 21:53:59','2018-01-04 21:53:59','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course.\r\nRiders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h3>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h3>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h3>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h3>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h3><strong>Race Day Registration\r\n</strong><strong>Friday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</strong></h3>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\nCheck-in or On-Site Registration: Friday 5-7 pm at ranch\r\nCheck-in or On-Site Registration: Saturday 7:30-8:30 am at ranch\r\nMandatory Pre-Race Meeting 8:45 am Saturday morning at ranch\r\nStart 9:00 am for both races\r\n\r\n6hr Race Finish: 3pm sharp. You must finish the race by 3pm, or 6 hrs after the actual start time.\r\n\r\n12hr Race Finish: 9pm sharp. You must finish the race by 9pm or 12hrs after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n<ul>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 24 Hours of Rocky Hill, our other endurance mtn bike race, in 2018)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour (award)</li>\r\n <li>Fastest Lap Female 12-hour (award)</li>\r\n <li>Fastest Lap Solo Male 12-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 12-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male (award)</li>\r\n <li>Fastest LeMans Runner Female (award)</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n</span><span style=\"line-height: 1.5;\">*</span><strong style=\"line-height: 1.5;\">Registration includes</strong><span style=\"line-height: 1.5;\">: A fun, well organized event, custom race socks, racer raffle, and finisher medal.\r\n</span><span style=\"line-height: 1.5;\">*12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n</span><span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-04 21:53:59','2018-01-04 21:53:59','',2669,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2669-revision-v1/',0,'revision','',0),(2676,1,'2018-01-04 22:02:50','2018-01-04 22:02:50',' ','','','publish','closed','closed','','2676','','','2018-01-04 22:02:50','2018-01-04 22:02:50','',0,'http://staging.terrafirmaracing.com/wordpress/2018/01/04/2676/',19,'nav_menu_item','',0),(2712,1,'2018-01-05 16:05:43','2018-01-05 16:05:43','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course.\r\nRiders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4><strong>Race Day Registration\r\n</strong><strong>Friday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</strong></h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\nCheck-in or On-Site Registration: Friday 5-7 pm at ranch\r\nCheck-in or On-Site Registration: Saturday 7:30-8:30 am at ranch\r\nMandatory Pre-Race Meeting 8:45 am Saturday morning at ranch\r\nStart 9:00 am for both races\r\n\r\n6hr Race Finish: 3pm sharp. You must finish the race by 3pm, or 6 hrs after the actual start time.\r\n\r\n12hr Race Finish: 9pm sharp. You must finish the race by 9pm or 12hrs after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n<ul>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 24 Hours of Rocky Hill, our other endurance mtn bike race, in 2018)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour (award)</li>\r\n <li>Fastest Lap Female 12-hour (award)</li>\r\n <li>Fastest Lap Solo Male 12-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 12-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male (award)</li>\r\n <li>Fastest LeMans Runner Female (award)</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n</span><span style=\"line-height: 1.5;\">*</span><strong style=\"line-height: 1.5;\">Registration includes</strong><span style=\"line-height: 1.5;\">: A fun, well organized event, custom race socks, racer raffle, and finisher medal.\r\n</span><span style=\"line-height: 1.5;\">*12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n</span><span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 16:05:43','2018-01-05 16:05:43','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2712',0,'revision','',0),(2713,1,'2018-01-05 16:06:13','2018-01-05 16:06:13','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course.\r\nRiders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\nCheck-in or On-Site Registration: Friday 5-7 pm at ranch\r\nCheck-in or On-Site Registration: Saturday 7:30-8:30 am at ranch\r\nMandatory Pre-Race Meeting 8:45 am Saturday morning at ranch\r\nStart 9:00 am for both races\r\n\r\n6hr Race Finish: 3pm sharp. You must finish the race by 3pm, or 6 hrs after the actual start time.\r\n\r\n12hr Race Finish: 9pm sharp. You must finish the race by 9pm or 12hrs after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n<ul>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 24 Hours of Rocky Hill, our other endurance mtn bike race, in 2018)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour (award)</li>\r\n <li>Fastest Lap Female 12-hour (award)</li>\r\n <li>Fastest Lap Solo Male 12-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 12-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male (award)</li>\r\n <li>Fastest LeMans Runner Female (award)</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n</span><span style=\"line-height: 1.5;\">*</span><strong style=\"line-height: 1.5;\">Registration includes</strong><span style=\"line-height: 1.5;\">: A fun, well organized event, custom race socks, racer raffle, and finisher medal.\r\n</span><span style=\"line-height: 1.5;\">*12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n</span><span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 16:06:13','2018-01-05 16:06:13','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2713',0,'revision','',0),(2714,1,'2018-01-10 20:14:40','2018-01-10 20:14:40','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n[Modula id=\'1\']\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-autosave-v1','','','2018-01-10 20:14:40','2018-01-10 20:14:40','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2714',0,'revision','',0),(2715,1,'2018-01-05 16:15:42','2018-01-05 16:15:42','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course.\r\nRiders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\nCheck-in or On-Site Registration: Friday 5-7 pm at ranch\r\nCheck-in or On-Site Registration: Saturday 7:30-8:30 am at ranch\r\nMandatory Pre-Race Meeting 8:45 am Saturday morning at ranch\r\nStart 9:00 am for both races\r\n\r\n6hr Race Finish: 3pm sharp. You must finish the race by 3pm, or 6 hrs after the actual start time.\r\n\r\n12hr Race Finish: 9pm sharp. You must finish the race by 9pm or 12hrs after the actual start time.\r\n\r\n<hr />\r\n\r\n \r\n<h2><strong>Awards\r\n</strong></h2>\r\n<ul>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 24 Hours of Rocky Hill, our other endurance mtn bike race, in 2018)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour (award)</li>\r\n <li>Fastest Lap Female 12-hour (award)</li>\r\n <li>Fastest Lap Solo Male 12-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 12-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male (award)</li>\r\n <li>Fastest LeMans Runner Female (award)</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n<h2></h2>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n</span><span style=\"line-height: 1.5;\">*</span><strong style=\"line-height: 1.5;\">Registration includes</strong><span style=\"line-height: 1.5;\">: A fun, well organized event, custom race socks, racer raffle, and finisher medal.\r\n</span><span style=\"line-height: 1.5;\">*12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n</span><span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 16:15:42','2018-01-05 16:15:42','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2715',0,'revision','',0),(2716,1,'2018-01-05 16:28:39','2018-01-05 16:28:39','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\n\r\n<strong>Check-in or On-Site Registration: </strong>\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n \r\n<ul>\r\n <li>Custom Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 2018 24 Hours of Rocky Hill)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n<h2></h2>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n</span><span style=\"line-height: 1.5;\">*12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n</span><span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 16:28:39','2018-01-05 16:28:39','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2716',0,'revision','',0),(2717,1,'2018-01-05 16:40:07','2018-01-05 16:40:07','','Custom Socks','Custom Socks ','inherit','open','closed','','customsocks','','','2018-01-05 17:10:47','2018-01-05 17:10:47','',2669,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks.jpg',0,'attachment','image/jpeg',0),(2718,1,'2018-01-05 16:40:08','2018-01-05 16:40:08','','Dirty Duel Award','Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 2018 24 Hours of Rocky Hill)','inherit','open','closed','','dirtyduel','','','2018-01-05 17:09:49','2018-01-05 17:09:49','',2669,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DirtyDuel.jpg',0,'attachment','image/jpeg',0),(2719,1,'2018-01-05 16:40:09','2018-01-05 16:40:09','','Finisher Medal','Custom Finisher Medals by ReGeared','inherit','open','closed','','finishermedal','','','2018-01-05 17:09:39','2018-01-05 17:09:39','',2669,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/FinisherMedal.jpg',0,'attachment','image/jpeg',0),(2720,1,'2018-01-05 16:40:11','2018-01-05 16:40:11','','Raffle','Racer Raffle (everyone has a chance to win something from our great sponsors)','inherit','open','closed','','raffle','','','2018-01-05 17:09:02','2018-01-05 17:09:02','',2669,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Raffle.jpg',0,'attachment','image/jpeg',0),(2721,1,'2018-01-05 16:40:13','2018-01-05 16:40:13','','Top 3 Awards','Custom Awards to Top 3 in each category','inherit','open','closed','','top3awards','','','2018-01-05 17:08:53','2018-01-05 17:08:53','',2669,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Top3Awards.jpg',0,'attachment','image/jpeg',0),(2722,1,'2018-01-05 17:00:16','2018-01-05 17:00:16','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\n\r\n<strong>Check-in or On-Site Registration: </strong>\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n<ul>\r\n <li>Custom Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Chance to win the Dirty Duel Award (if you complete both the Dirty Dozen Mountain Bike race and the 2018 24 Hours of Rocky Hill)</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n</ul>\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n<h2></h2>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n</span><span style=\"line-height: 1.5;\">*12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n</span><span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 17:00:16','2018-01-05 17:00:16','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2722',0,'revision','',0),(2723,1,'2018-01-05 17:13:46','2018-01-05 17:13:46','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n<h2></h2>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.\r\n</span><span style=\"line-height: 1.5;\">*12hr racers must have lights and helmets. Lights are required on the course during evening hours.\r\n</span><span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 17:13:46','2018-01-05 17:13:46','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2723',0,'revision','',0),(2724,1,'2018-01-05 17:20:28','2018-01-05 17:20:28','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.\r\n</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 17:20:28','2018-01-05 17:20:28','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2724',0,'revision','',0),(2725,1,'2018-01-05 17:21:33','2018-01-05 17:21:33','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 17:21:33','2018-01-05 17:21:33','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2725',0,'revision','',0),(2726,1,'2018-01-05 17:22:29','2018-01-05 17:22:29','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 17:22:29','2018-01-05 17:22:29','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2726',0,'revision','',0),(2727,1,'2018-01-05 17:23:03','2018-01-05 17:23:03','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-05 17:23:03','2018-01-05 17:23:03','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2727',0,'revision','',0),(2728,1,'2018-01-05 17:41:34','2018-01-05 17:41:34','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n \r\n\r\nNEW THIS YEAR: The paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe...but no pedal kayaks allowed (unless you pull the rudder portion up and lock it so that the pedals can\'t be used).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75 </strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes <18 years old get $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe...but no pedal kayaks allowed (unless you pull the rudder portion up an lock it so that the pedals can\'t be used).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','publish','closed','closed','','gator-bait-adventure-race','','','2018-03-20 16:51:27','2018-03-20 16:51:27','',2813,'http://staging.terrafirmaracing.com/wordpress/?page_id=2728',0,'page','',0),(2729,1,'2018-01-05 17:40:17','2018-01-05 17:40:17','','Gator Bait Custom','Custom awards for top 3 in each category','inherit','open','closed','','gator-bait-custom','','','2018-01-05 17:40:51','2018-01-05 17:40:51','',2728,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Gator-Bait-Custom.jpg',0,'attachment','image/jpeg',0),(2730,1,'2018-01-05 17:40:20','2018-01-05 17:40:20','','Gator Bait Finisher','Finisher medals for everyone who doesn\'t get eaten by an alligator','inherit','open','closed','','gator-bait-finisher','','','2018-01-05 17:41:17','2018-01-05 17:41:17','',2728,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Gator-Bait-Finisher.jpg',0,'attachment','image/jpeg',0),(2731,1,'2018-01-05 17:41:34','2018-01-05 17:41:34',' ','','','publish','closed','closed','','2731','','','2018-01-05 17:41:34','2018-01-05 17:41:34','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2731',20,'nav_menu_item','',0),(2733,1,'2018-01-05 17:41:34','2018-01-05 17:41:34','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2730\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-05 17:41:34','2018-01-05 17:41:34','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2733',0,'revision','',0),(2734,1,'2018-01-05 18:04:00','2018-01-05 18:04:00','','Mailing List','','inherit','open','closed','','aboutus','','','2018-01-07 18:09:23','2018-01-07 18:09:23','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/AboutUs.jpg',0,'attachment','image/jpeg',0),(2735,1,'2018-01-05 18:19:23','2018-01-05 18:19:23','','About Us','','inherit','open','closed','','aboutus-2','','','2018-01-05 18:19:49','2018-01-05 18:19:49','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/AboutUs-1.jpg',0,'attachment','image/jpeg',0),(2741,1,'2018-01-05 20:13:52','2018-01-05 20:13:52','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','publish','closed','closed','','xterra-gator-bait-trail-run','','','2018-02-25 00:38:08','2018-02-25 00:38:08','',2813,'http://staging.terrafirmaracing.com/wordpress/?page_id=2741',0,'page','',0),(2742,1,'2018-01-05 20:13:53','2018-01-05 20:13:53',' ','','','publish','closed','closed','','2742','','','2018-01-05 20:13:53','2018-01-05 20:13:53','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2742',21,'nav_menu_item','',0),(2744,1,'2018-01-05 20:13:52','2018-01-05 20:13:52','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">XTERRA Gator Bait Trail Run summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2730\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-05 20:13:52','2018-01-05 20:13:52','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=2744',0,'revision','',0),(2746,1,'2018-01-05 20:26:12','2018-01-05 20:26:12','<h2>April 28, 2018</h2>\n<h3>Huntsville State Park, Huntsville, Texas\nRace Start: 9:00 a.m.</h3>\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\n\n<hr />\n\n<h2>Race Day</h2>\n<strong>Arriving at Huntsville State Park</strong>\n<span style=\"line-height: 1.5;\">State Park info</span>\n\n<strong>Check-in or On-site Registration: </strong>\nSaturday 7:30-8:30 a.m.\n\n<strong>Mandatory Pre-Race Meeting: </strong>\nSaturday 8:45 a.m.\n\n<strong>Race Start </strong>\n9:00 a.m.\n\n<b>Awards\n</b>noon-ish\n\n<hr />\n\n<h2><strong>Awards\n</strong></h2>\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2730\"]\n\n \n\n<hr />\n\n<h2>Huntsville State Park</h2>\n \n\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\n\n<hr />\n\n<h2>Pricing</h2>\n<h4>Early-bird Registration\nEnds at midnight, DATE</h4>\nCategory: Price\n<h4>Regular Online Registration\nEnds at midnight, DATE</h4>\nCategory: Price\n<h4>Race Day Registration\nFriday, April 27, 5-7:00 p.m.\nOR\nSaturday, April 28, 7:30-8:30 a.m.</h4>\nCategory: Price\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\n\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-autosave-v1','','','2018-01-05 20:26:12','2018-01-05 20:26:12','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2746',0,'revision','',0),(2747,1,'2018-01-05 20:27:09','2018-01-05 20:27:09','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2730\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n[googlemap address=\"Huntsville State Park, Huntsville, TX\" width=\"600\" height=\"340\" position=\"left\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-05 20:27:09','2018-01-05 20:27:09','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2747',0,'revision','',0),(2748,1,'2018-01-05 20:28:16','2018-01-05 20:28:16','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2730\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-05 20:28:16','2018-01-05 20:28:16','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2748',0,'revision','',0),(2749,1,'2018-01-05 20:39:24','2018-01-05 20:39:24','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam vel turpis. Duis sit amet lectus ac mauris porta viverra. Aliquam erat volutpat. Praesent ipsum pede, pretium sed, congue nec, pretium quis, urna. Suspendisse dignissim, elit in ultrices sollicitudin, nisl est accumsan orci, a venenatis dui mi porta pede. Aenean et pede quis est tincidunt varius.\n\n[alert-note]Lorem ipsum dolor sit amet, consectetuer adipiscing elit.[/alert-note]\n\n[alert-announce]Varius vitae, nulla. Sed convallis orci. Duis libero orci[/alert-announce]\n\n[alert-success]Curabitur quam augue Vehicula quis, tincidunt vel[/alert-success]\n\n[alert-warning]Varius vitae, nulla. Sed convallis orci. Duis libero orci[/alert-warning]\n\n<strong>You can choose any icon for button from our more than 360 pre-defined icons</strong>. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\n\n[button-brown url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-heart\"></i> Brown Button [/button-brown] [button-blue url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-check-square-o\"></i> Blue Button [/button-blue] [button-green url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-cloud-download\"></i> Green Button [/button-green] [button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-coffee\"></i> Red Button [/button-red] [button-yellow url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-unlink\"></i> Yellow Button [/button-yellow] [button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-envelope\"></i> White Button [/button-white]\n\n[clear]\n\n<pre>[<span>button-brown url=\"#\" target=\"_self\" position=\"left\"</span>]<<span>i class=\"fa fa<span>-heart</span>\"><</span>/i> Brown Button [<span>/button-brown</span>]</pre>\n\n<strong>You can choose any icon for button from our more than 360 pre-defined icons</strong>. nec dictum nunc tortor id urna. Suspendisse dapibus ullamcorper pede. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\n\n[divider]\n\nProin vestibulum. Ut ligula. nec dictum nunc tortor id urna. Suspendisse dapibus ullamcorper pede. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\n<h3>List with Icons</h3>\n[one_third]\n<ul class=\"iconlist\">\n <li><i class=\"fa fa-check-square-o\"></i> Proin vestibulum. Ut ligula.</li>\n <li><i class=\"fa fa-check-square-o\"></i> Nec dictum nunc tortor id urna.</li>\n <li><i class=\"fa fa-check-square-o\"></i> Suspendisse dapibus ullamcorper pede.</li>\n</ul>\n[/one_third]\n\n[one_third]\n<ul class=\"iconlist\">\n <li><i class=\"fa fa-times\"></i> Proin vestibulum. Ut ligula.</li>\n <li><i class=\"fa fa-times\"></i> Nec dictum nunc tortor id urna.</li>\n <li><i class=\"fa fa-times\"></i> Suspendisse dapibus ullamcorper pede.</li>\n</ul>\n[/one_third]\n\n[one_third_last]\n<ul class=\"iconlist\">\n <li><i class=\"fa fa-heart\"></i> Proin vestibulum. Ut ligula.</li>\n <li><i class=\"fa fa-heart\"></i> Nec dictum nunc tortor id urna.</li>\n <li><i class=\"fa fa-heart\"></i> Suspendisse dapibus ullamcorper pede.</li>\n</ul>\n[/one_third_last]\n<pre><ul class=\"iconlist\">\n<li><i class=\"fa fa-check-square-o\"></i> Proin vestibulum. Ut ligula.</li>\n<li><i class=\"fa fa-check-square-o\"></i> Nec dictum nunc tortor id urna.</li>\n<li><i class=\"fa fa-check-square-o\"></i> Suspendisse dapibus ullamcorper pede.</li>\n</ul></pre>\n[divider_top]\n\nProin vestibulum. Ut ligula. Nullam sed dolor id odio volutpat pulvinar. Integer a leo. In et eros at neque pretium sagittis. Sed sodales lorem a ipsum suscipit gravida. Ut fringilla placerat arcu. Phasellus imperdiet. Mauris ac justo et turpis pharetra vulputate.\n\n[youtube id=\"3-yIiPvXhEo\" width=\"450\" height=\"300\" position=\"left\"]\n\n[vimeo id=\"37097150\" width=\"450\" height=\"300\" position=\"right\"]\n[clear]\n[one_half]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_half] [one_half_last] Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_half_last]\n\n[one_third]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third] [one_third]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third] [one_third_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third_last]\n\n[one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth_last]\n\n[one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth_last]\n\n[one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth_last]\n\n[tabs]\n[tab title=\"Title 1\"] Phasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus.\n[/tab]\n[tab title=\"Title 2\"][vimeo id=\"37097150\" width=\"450\" height=\"300\" position=\"left\"]\n[/tab]\n[tab title=\"Title 3\"] Phasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus.\n[button-brown url=\"#\" target=\"_self\" position=\"right\"] Brown Button [/button-brown]\nDonec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus.\n[/tab]\n[/tabs]\n\nPraesent ac quam vulputate felis ultrices scelerisque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In in arcu. Vestibulum eget nisi quis tellus elementum dapibus.\n\n[toggle title=\"Toggle Title\"]Insert content here[/toggle]\n\nCras facilisis venenatis libero. Nunc accumsan viverra augue. Suspendisse potenti. Suspendisse eleifend. Maecenas sit amet justo.\n\n[googlemap width=\"600\" height=\"340\" src=\"http://maps.google.co.in/maps?q=Chicago,+Cook,+Illinois,+United+States&amp;hl=en&amp;sll=21.125498,81.914063&amp;sspn=43.265837,86.572266&amp;t=v&amp;geocode=FWICfwIdGuDG-g&amp;hnear=Chicago,+Cook,+Illinois,+United+States&amp;z=11\" position=\"left\"]\n\nQuisque quam nisi, mollis quis, sodales ut, rhoncus nec, risus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin pede. Aliquam neque tortor, euismod ac, eleifend quis, tincidunt quis, neque.\n\nPhasellus rhoncus. Donec urna nulla, vehicula et, consectetuer vel, condimentum quis, ipsum. Nulla quis neque eu sapien tincidunt faucibus. Donec eleifend, metus sed elementum lobortis, arcu elit luctus enim, sed vestibulum diam leo nec nunc. Suspendisse tempus.\n\nPhasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit.','Shortcodes','','inherit','closed','closed','','108-revision-v1','','','2018-01-05 20:39:24','2018-01-05 20:39:24','',108,'http://staging.terrafirmaracing.com/wordpress/?p=2749',0,'revision','',0),(2750,1,'2018-01-05 20:39:54','2018-01-05 20:39:54','','Shop','','inherit','closed','closed','','2375-autosave-v1','','','2018-01-05 20:39:54','2018-01-05 20:39:54','',2375,'http://staging.terrafirmaracing.com/wordpress/?p=2750',0,'revision','',0),(2751,1,'2018-01-11 15:02:23','2018-01-11 15:02:23','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">XTERRA Gator Bait Trail Run summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-autosave-v1','','','2018-01-11 15:02:23','2018-01-11 15:02:23','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=2751',0,'revision','',0),(2758,1,'2018-01-05 21:43:52','2018-01-05 21:43:52','','GatorBait Adventure Feature','','inherit','open','closed','','gatorbait-adventure-feature','','','2018-01-05 21:43:52','2018-01-05 21:43:52','',2728,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/GatorBait-Adventure-Feature.jpg',0,'attachment','image/jpeg',0),(2759,1,'2018-01-05 21:57:04','2018-01-05 21:57:04','','Gator Bait Feature','','inherit','open','closed','','gator-bait-feature','','','2018-01-05 21:57:04','2018-01-05 21:57:04','',2741,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Gator-Bait-Feature.jpg',0,'attachment','image/jpeg',0),(2760,1,'2018-01-05 22:16:49','2018-01-05 22:16:49','','DIrty Dozen Feature','','inherit','open','closed','','dirty-dozen-feature','','','2018-01-05 22:16:49','2018-01-05 22:16:49','',2669,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/DIrty-Dozen-Feature.jpg',0,'attachment','image/jpeg',0),(2761,1,'2018-01-06 16:15:43','2018-01-06 16:15:43','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\n\r\nFriday 3:00pm - 6:00pm\r\n\r\nBicycles Plus\r\n1901 Long Prairie Rd #104\r\nFlower Mound TX 75022\r\n214.513.2604\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit. Current Water Temperatures can be found here: <a href=\"https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go\">https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go</a>\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\n</a><a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Bike-Course-map-and-elevation.pdf\">XTERRA Rock Dallas Tri Bike Course map and elevation</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Run-Course-map-and-elevation.pdf\">XTERRA Rock Dallas Tri - Run Course map and elevation</a>\r\n\r\n \r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\r\n[/one_third]\r\n[one_third_last]</a>\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','publish','closed','closed','','xterra-rock-dallas-triathlon','','','2018-05-23 17:37:16','2018-05-23 17:37:16','',2813,'http://staging.terrafirmaracing.com/wordpress/?page_id=2761',0,'page','',0),(2762,1,'2018-01-06 16:12:31','2018-01-06 16:12:31','','XTERRA Finisher Medals','Finisher Medals','inherit','open','closed','','xterra-finishermedals','','','2018-01-06 16:13:11','2018-01-06 16:13:11','',2761,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/XTERRA-FinisherMedals.jpg',0,'attachment','image/jpeg',0),(2763,1,'2018-01-06 16:15:05','2018-01-06 16:15:05','','XTERRA Swim Cap','XTERRA swim cap','inherit','open','closed','','18700756_1181361895303080_4460987785892546813_o','','','2018-01-06 16:15:33','2018-01-06 16:15:33','',2761,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/18700756_1181361895303080_4460987785892546813_o.jpg',0,'attachment','image/jpeg',0),(2764,1,'2018-01-06 16:15:44','2018-01-06 16:15:44',' ','','','publish','closed','closed','','2764','','','2018-01-06 16:15:44','2018-01-06 16:15:44','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2764',22,'nav_menu_item','',0),(2766,1,'2018-01-06 16:15:43','2018-01-06 16:15:43','<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">XTERRA Rock Dallas Triathlon summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762,2763\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-06 16:15:43','2018-01-06 16:15:43','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=2766',0,'revision','',0),(2768,1,'2018-01-06 16:48:34','2018-01-06 16:48:34','','RockDallasTriFeature','','inherit','open','closed','','rockdallastrifeature','','','2018-01-06 16:48:34','2018-01-06 16:48:34','',2761,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/RockDallasTriFeature.jpg',0,'attachment','image/jpeg',0),(2769,1,'2018-01-06 16:55:49','2018-01-06 16:55:49','<h2>May 26, 2018</h2>\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Huntsville, Texas\nRace Start: 9:00 a.m.</h3>\nThis off-road triathlon is an 800 meter swim, 13.1 mile bike, and 5k run.\n\n<hr />\n\n<h2>Race Day</h2>\n<strong>Arriving at Murrell Park</strong>\n<span style=\"line-height: 1.5;\">State Park info</span>\n\n<strong>Check-in or On-site Registration: </strong>\nSunday 7:30-8:30 a.m.\n\n<strong>Mandatory Pre-Race Meeting: </strong>\nSunday 8:45 a.m.\n\n<strong>Race Start </strong>\n9:00 a.m.\n\n<b>Awards\n</b>noon-ish\n\n<hr />\n\n<h2><strong>Awards\n</strong></h2>\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762\"]\n\n \n\n<hr />\n\n<h2>Murrell Park, Flower Mound, Texas</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\n\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\n\n \n\n<hr />\n\n<h2>Pricing</h2>\n<h4>Early-bird Registration\nEnds at midnight, DATE</h4>\nCategory: Price\n<h4>Regular Online Registration\nEnds at midnight, DATE</h4>\nCategory: Price\n<h4>Race Day Registration\nFriday, April 27, 5-7:00 p.m.\nOR\nSunday, April 29, 7:30-8:30 a.m.</h4>\nCategory: Price\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\n\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-autosave-v1','','','2018-01-06 16:55:49','2018-01-06 16:55:49','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=2769',0,'revision','',0),(2770,1,'2018-01-06 16:51:11','2018-01-06 16:51:11','<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">XTERRA Rock Dallas Triathlon summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-06 16:51:11','2018-01-06 16:51:11','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=2770',0,'revision','',0),(2771,1,'2018-01-06 16:57:48','2018-01-06 16:57:48','<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThis off-road triathlon is an 800 meter swim, 13.1 mile bike, and 5k run.\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-06 16:57:48','2018-01-06 16:57:48','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=2771',0,'revision','',0),(2772,1,'2018-01-06 17:11:52','2018-01-06 17:11:52','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration (4:30-7:15 p.m)\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration (4:30–6:15 p.m.)\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration (4:30–5:15 p.m.)\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n \r\n\r\n \r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in, Packet Pickup & On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate. Allow time to park and walk to start area (1/4 to 1/2 mile)\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 counter clockwise lap of the DORBA trail loop 2. All Fast & Flowy single track.\r\nAid Station approx mid-way.\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_5k_Trail_Run-Map.pdf\">XTERRA_Rock_Dallas_5k_Trail_Run Map</a>\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to Loop 3, then finish loop 2 and most of Loop 1 & back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_15k_Trail_Run_Map.pdf\">XTERRA_Rock_Dallas_15k_Trail_Run_Map</a>\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_13-1m_Trail_Run-Map.pdf\">XTERRA_Rock_Dallas_13-1m_Trail_Run Map</a>\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','publish','closed','closed','','xterra-rock-dallas-trail-runs','','','2018-05-21 02:44:14','2018-05-21 02:44:14','',2813,'http://staging.terrafirmaracing.com/wordpress/?page_id=2772',0,'page','',0),(2774,1,'2018-01-06 17:11:53','2018-01-06 17:11:53',' ','','','publish','closed','closed','','2774','','','2018-01-06 17:11:53','2018-01-06 17:11:53','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2774',23,'nav_menu_item','',0),(2776,1,'2018-01-06 17:11:52','2018-01-06 17:11:52','','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-06 17:11:52','2018-01-06 17:11:52','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=2776',0,'revision','',0),(2777,1,'2018-01-06 17:12:51','2018-01-06 17:12:51','<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThis off-road triathlon is an 800 meter swim, 13.1 mile bike, and 5k run.\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-06 17:12:51','2018-01-06 17:12:51','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=2777',0,'revision','',0),(2778,1,'2018-01-06 17:15:46','2018-01-06 17:15:46','<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThis off-road triathlon is an 800 meter swim, 13.1 mile bike, and 5k run.\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-06 17:15:46','2018-01-06 17:15:46','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=2778',0,'revision','',0),(2783,1,'2018-01-06 18:36:42','2018-01-06 18:36:42','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$47 until 11:59 p.m. (CST) June 16\r\n$57 until 11:59 p.m. (CST) July 6\r\n$67 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$67 until 11:59 p.m. (CST) June 16\r\n$77 until 11:59 p.m. (CST) July 6\r\n$87 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$87 until 11:59 p.m. (CST) June 16\r\n$97 until 11:59 p.m. (CST) July 6\r\n$107 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Runs','','publish','closed','closed','','xterra-jurassic','','','2018-03-28 15:56:02','2018-03-28 15:56:02','',2813,'http://staging.terrafirmaracing.com/wordpress/?page_id=2783',0,'page','',0),(2785,1,'2018-01-06 18:36:43','2018-01-06 18:36:43',' ','','','publish','closed','closed','','2785','','','2018-01-06 18:36:43','2018-01-06 18:36:43','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2785',24,'nav_menu_item','',0),(2786,1,'2018-01-06 18:36:43','2018-01-06 18:36:43',' ','','','publish','closed','closed','','2786','','','2018-05-30 12:24:22','2018-05-30 12:24:22','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2786',3,'nav_menu_item','',0),(2787,1,'2018-01-06 18:36:42','2018-01-06 18:36:42','','','','inherit','closed','closed','','2783-revision-v1','','','2018-01-06 18:36:42','2018-01-06 18:36:42','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=2787',0,'revision','',0),(2788,1,'2018-01-06 18:36:59','2018-01-06 18:36:59','','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-06 18:36:59','2018-01-06 18:36:59','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=2788',0,'revision','',0),(2791,1,'2018-01-06 18:39:27','2018-01-06 18:39:27','<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThis off-road triathlon is an 800 meter swim, 13.1 mile bike, and 5k run.\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-06 18:39:27','2018-01-06 18:39:27','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=2791',0,'revision','',0),(2795,1,'2018-01-06 18:53:15','2018-01-06 18:53:15','','Jurassic-Trail-Run-Feature','','inherit','open','closed','','jurassic-trail-run-feature','','','2018-01-06 18:53:15','2018-01-06 18:53:15','',2783,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Jurassic-Trail-Run-Feature.jpg',0,'attachment','image/jpeg',0),(2796,1,'2018-01-06 19:02:16','2018-01-06 19:02:16','<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n5k, 15k, and 13.1 mile\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Dinosaur Valley State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.17383690929!2d-97.81193788450376!3d32.25340471780484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1515265251208\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-06 19:02:16','2018-01-06 19:02:16','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=2796',0,'revision','',0),(2797,1,'2018-01-06 19:21:18','2018-01-06 19:21:18','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','publish','closed','closed','','jurassic-off-road-duathlon','','','2018-03-02 21:04:32','2018-03-02 21:04:32','',2813,'http://staging.terrafirmaracing.com/wordpress/?page_id=2797',0,'page','',0),(2798,1,'2018-01-06 19:21:18','2018-01-06 19:21:18',' ','','','publish','closed','closed','','2798','','','2018-01-06 19:21:18','2018-01-06 19:21:18','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2798',25,'nav_menu_item','',0),(2800,1,'2018-01-06 19:21:18','2018-01-06 19:21:18','','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-01-06 19:21:18','2018-01-06 19:21:18','',2797,'http://staging.terrafirmaracing.com/wordpress/?p=2800',0,'revision','',0),(2801,1,'2018-01-06 19:21:56','2018-01-06 19:21:56','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/94231/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]</div>\r\n<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\nA 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins. The single track winds through oak and pine groves combining quick up & down hills, short technical sections, and fast flowing trail. The course is marked with arrows for day riding, reflective tape for night riding. There are also 12hr and 6hr options with staggered start times, all finishing together at noon on Sunday.\r\n\r\n<span style=\"line-height: 1.5;\">You can find all the rules on <a href=\"http://www.terrafirmaracing.com/?page_id=2831\" target=\"_blank\" rel=\"noopener\">our FAQs page</a>. </span>\r\n\r\n[button-red url=\"http://my2.raceresult.com/94231/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium Awards</h4>\r\n<ul>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Team Trophy to 1<sup>st</sup> Place Grande Team</li>\r\n</ul>\r\n<h4>Special Awards:</h4>\r\n<ul>\r\n <li>Fastest Lap Male 24-hour (award)</li>\r\n <li>Fastest Lap Female 24-hour (award)</li>\r\n <li>Fastest Lap Solo Male 24-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Female 24-Hour (award)</li>\r\n</ul>\r\n<h4>The Dirty Duel</h4>\r\nNeed another reason to race? If you competed in our 12-hr Dirty Dozen earlier this year (whether on a team or solo), and also the 24 Hours of Rocky Hill (team or solo), you will win the Dirty Duel award that holds both finisher medals from each race!\r\n\r\n[envira-gallery id=\"2914\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\r\n\r\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\r\n<h4>Early-bird Registration\r\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\r\n24-hr Solo: $150\r\n24-hr 2-10 Person: $130\r\n12-hr Solo or Team: $125\r\n6-hr Solo or Team: $100\r\n<h4>Regular Online Registration\r\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\r\n24-hr Solo: $160\r\n24-hr 2-10 Person: $140\r\n12-hr Solo or Team: $135\r\n6-hr Solo or Team: $110\r\n<h4>Race Day Registration\r\nFriday, October 19, 4-6:30 p.m.\r\nOR\r\nSaturday, October 20, 9-11:00 a.m.</h4>\r\n24-hr Solo: $170\r\n24-hr 2-10 Person: $150\r\n12-hr Solo or Team: $145\r\n6-hr Solo or Team: $120\r\n<h4><strong>Registration includes</strong>:</h4>\r\n<ul>\r\n <li>Sweet Save Our Soles race socks</li>\r\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\r\n <li>Finisher Medal to all participants</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Postrace meal</li>\r\n <li>Land Use Fees (Friday - Sunday)</li>\r\n <li>Tent Camping Fees (Friday - Sunday)</li>\r\n</ul>\r\n[button-red url=\"http://my2.raceresult.com/94231/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, October 18</h4>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n4:30-6:00 p.m. at Rocky Hill Ranch\r\n<h4>Saturday, October 19</h4>\r\n<strong>Arriving at Bluff Creek Ranch\r\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n9:00-11:00 a.m. at Rocky Hill Ranch\r\n\r\n<strong>Pre-race Meeting </strong>\r\n11:30 a.m.\r\n\r\n<b>24-hr Race Start\r\n</b>noon\r\n\r\n<strong>Bike Rodeo </strong>\r\n3:00 p.m.\r\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\r\n\r\n<strong>Photo Booth</strong>\r\n5:30 p.m.\r\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\r\n\r\n<strong>Movies at the Saloon</strong>\r\nAfter Dark\r\nFamily friendly movies played on a projector in the Saloon!\r\n\r\n<strong>12-hrPacket Pickup and On-site Registration</strong>\r\n11:00 p.m.\r\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\r\n<h4>Sunday, October 20</h4>\r\n<strong>12-hr Race Start</strong>\r\nMidnight\r\n\r\n<strong>6-hr Packet Pickup and On-site Registration</strong>\r\n5-5:30 a.m.\r\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\r\n\r\n<strong>6-hr Race Start</strong>\r\n6:00 a.m.\r\n\r\n<strong>All Races Finish</strong>\r\nNoon\r\n\r\n<strong>Awards and Food\r\n</strong>12:30 p.m.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Rocky Hill</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\r\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\r\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\r\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n[tabs][tab title=\"Brief Description\"]\r\n\r\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n ','24 Hours of Rocky Hill','','publish','closed','closed','','24-hours-of-rocky-hill','','','2018-04-02 01:54:51','2018-04-02 01:54:51','',2813,'http://staging.terrafirmaracing.com/wordpress/?page_id=2801',0,'page','',0),(2802,1,'2018-01-06 19:21:57','2018-01-06 19:21:57',' ','','','publish','closed','closed','','2802','','','2018-01-06 19:21:57','2018-01-06 19:21:57','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2802',26,'nav_menu_item','',0),(2803,1,'2018-01-06 19:21:57','2018-01-06 19:21:57',' ','','','publish','closed','closed','','2803','','','2018-05-30 12:24:22','2018-05-30 12:24:22','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2803',4,'nav_menu_item','',0),(2804,1,'2018-01-06 19:21:56','2018-01-06 19:21:56','','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-06 19:21:56','2018-01-06 19:21:56','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=2804',0,'revision','',0),(2805,1,'2018-01-06 19:23:55','2018-01-06 19:23:55','<h2>February 3, 2018</h2>\n<h3>Bluff Creek Ranch, Warda, Texas\nRace Start: 9:00 a.m.</h3>\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\n\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\n\n<hr />\n\n<h2>Race Day</h2>\n<strong>Arriving at Bluff Creek Ranch</strong>\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\n\n<strong>Check-in or On-site Registration: </strong>\nFriday 5-7:00 p.m. at ranch\nSaturday 7:30-8:30 a.m. at ranch\n\n<strong>Mandatory Pre-Race Meeting: </strong>\nSaturday 8:45 a.m. at ranch\n\n<strong>Race Start </strong>\n9:00 am for both races\n\n<strong>6-hr Race Finish</strong>\n3:00 p.m.\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\n\n<strong>12-hr Race Finish</strong>\n9:00 p.m.\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\n\n<hr />\n\n<h2><strong>Awards\n</strong></h2>\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\n\n \n\n<strong>Special Awards:</strong>\n<ul>\n <li>Fastest Lap Male 12-hour</li>\n <li>Fastest Lap Female 12-hour</li>\n <li>Fastest Lap Solo Male 12-hour</li>\n <li>Fastest Lap Solo Female 12-h7our</li>\n <li>Fastest LeMans Runner Male</li>\n <li>Fastest LeMans Runner Female</li>\n</ul>\n\n<hr />\n\n<h2><strong>Bluff Creek</strong> Ranch</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\n\nRV reservations at the ranch should be directed to Allen @979.242.5894\nBluff Creek Ranch\n537 Owl Creek Road\nWarda TX 78960\n\n<hr />\n\n<h2>Pricing</h2>\n<h4>Early-bird Registration\nEnds at midnight, January 13, 2018</h4>\n12-hr Solo: $85\n12-hr 2 Person: $75 per person\n12-hr 3-4 Person: $65 per person\n12-hr 5 Person: $55 per person\n\n6-hr Solo: $65\n6-hr 2 Person: $55 per person\n<h4>Regular Online Registration\nEnds at midnight, February 1, 2018</h4>\n12-hr Solo: $95\n12-hr 2 Person: $85 per person\n12-hr 3-4 Person: $75 per person\n12-hr 5 Person: $65 per person\n\n6-hr Solo: $75\n6-hr 2 Person: $65 per person\n<h4>Race Day Registration\nFriday, February 2, 5-7:00 p.m.\nOR\nSaturday, February 3, 7:30-8:30 a.m.</h4>\n12-hr Solo: $100\n12-hr 2 Person: $90 per person\n12-hr 3-4 Person: $80 per person\n12-hr 5 Person: $70 per person\n\n6-hr Solo: $80\n6-hr 2 Person: $70 per person\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\n\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-autosave-v1','','','2018-01-06 19:23:55','2018-01-06 19:23:55','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=2805',0,'revision','',0),(2806,1,'2018-01-06 19:27:10','2018-01-06 19:27:10','<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-06 19:27:10','2018-01-06 19:27:10','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=2806',0,'revision','',0),(2807,1,'2018-01-06 19:27:43','2018-01-06 19:27:43','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-06 19:27:43','2018-01-06 19:27:43','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2807',0,'revision','',0),(2808,1,'2018-01-06 19:28:21','2018-01-06 19:28:21','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-06 19:28:21','2018-01-06 19:28:21','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2808',0,'revision','',0),(2809,1,'2018-01-06 19:29:27','2018-01-06 19:29:27','<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n5k, 15k, and 13.1 mile\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Dinosaur Valley State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2762\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.17383690929!2d-97.81193788450376!3d32.25340471780484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1515265251208\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-01-06 19:29:27','2018-01-06 19:29:27','',2797,'http://staging.terrafirmaracing.com/wordpress/?p=2809',0,'revision','',0),(2811,1,'2018-01-06 20:00:58','2018-01-06 20:00:58','','24hrsRockyHill','','inherit','open','closed','','24hrsrockyhill','','','2018-01-06 20:00:58','2018-01-06 20:00:58','',2801,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/24hrsRockyHill.jpg',0,'attachment','image/jpeg',0),(2813,1,'2018-01-07 00:04:13','2018-01-07 00:04:13','<div class=\"benefit-subheading facility-subheading\">Whether you\'re looking for XTERRA trail runs, adventure races, mountain bike races, or a dirty XTERRA triathlon we have you covered. Terra Firma Racing turns twenty years old this year... yep, TWENTY! Its safe to say, we\'ve figured out how to put together well-organized, challenging, fun-loving, family-friendly events.</div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-300x300.png 300w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-65x65.png 65w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06.png 500w\" alt=\"XTERRA Jurassic Trail Runs\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2783\">\r\nXTERRA Jurassic Trail Runs </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail run\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">Feb. 2, 2019\r\n6 or 12 hr mt. bike race\r\nWarda, TX</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April, 2019\r\nDate TBD\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-65x65.jpg 65w\" alt=\"XTERRA Gator Bait, Huntsville State Park\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Gator Bait Trail Runs </a></h2>\r\n<div class=\"front-view-content\">April, 2019\r\nDate TBD\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 18, 2019\r\nMurrell Park\r\nGrapevine, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-300x300.png 300w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-65x65.png 65w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05.png 500w\" alt=\"XTERRA Rock Dallas Trail Runs\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Rock Dallas Trail Runs </a></h2>\r\n<div class=\"front-view-content\">May 19, 2019\r\nMurrell Park\r\nGrapevine, Texas</div>\r\n</header></div>\r\n','Upcoming Races','','publish','closed','closed','','upcoming-events','','','2018-05-30 03:19:45','2018-05-30 03:19:45','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=2813',0,'page','',0),(2814,1,'2018-01-07 00:04:13','2018-01-07 00:04:13',' ','','','publish','closed','closed','','2814','','','2018-01-07 00:04:13','2018-01-07 00:04:13','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2814',27,'nav_menu_item','',0),(2815,1,'2018-01-07 00:04:14','2018-01-07 00:04:14',' ','','','publish','closed','closed','','2815','','','2018-05-30 12:24:22','2018-05-30 12:24:22','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2815',2,'nav_menu_item','',0),(2816,1,'2018-01-07 00:04:13','2018-01-07 00:04:13','','Upcoming Events','','inherit','closed','closed','','2813-revision-v1','','','2018-01-07 00:04:13','2018-01-07 00:04:13','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2816',0,'revision','',0),(2817,1,'2018-01-07 00:25:45','2018-01-07 00:25:45','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n\r\nMore photos can be purchased here: https://batpix.pixieset.com/xterrarockdallastriathlon/\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish69\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish69\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPub\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPub\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPub2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPub2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','publish','closed','closed','','results','','','2018-05-30 03:23:10','2018-05-30 03:23:10','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=2817',0,'page','',0),(2818,1,'2018-01-07 00:25:46','2018-01-07 00:25:46',' ','','','publish','closed','closed','','2818','','','2018-01-07 00:25:46','2018-01-07 00:25:46','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2818',28,'nav_menu_item','',0),(2819,1,'2018-01-07 00:25:45','2018-01-07 00:25:45','<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-01-07 00:25:45','2018-01-07 00:25:45','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2819',0,'revision','',0),(2820,1,'2018-01-07 00:26:27','2018-01-07 00:26:27',' ','','','publish','closed','closed','','2820','','','2018-05-30 12:24:22','2018-05-30 12:24:22','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2820',5,'nav_menu_item','',0),(2821,1,'2018-01-07 00:26:59','2018-01-07 00:26:59','','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-07 00:26:59','2018-01-07 00:26:59','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2821',0,'revision','',0),(2822,1,'2018-01-07 00:30:41','2018-01-07 00:30:41','<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-01-07 00:30:41','2018-01-07 00:30:41','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2822',0,'revision','',0),(2823,1,'2018-01-07 00:32:02','2018-01-07 00:32:02','<h4>2017</h4>\n<ul>\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\n</ul>\n<h4>2016</h4>\n<ul>\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\n</ul>\n2015\n<ul>\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\n</ul>\n<h4>2014</h4>\n<ul>\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\n</ul>\n2013\n<ul>\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\n</ul>\nSuper\n<ul>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\n</ul>','Results','','inherit','closed','closed','','2817-autosave-v1','','','2018-01-07 00:32:02','2018-01-07 00:32:02','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2823',0,'revision','',0),(2824,1,'2018-01-07 00:32:08','2018-01-07 00:32:08','<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n2015\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n2013\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\nVintage\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-01-07 00:32:08','2018-01-07 00:32:08','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2824',0,'revision','',0),(2825,1,'2018-01-07 00:32:38','2018-01-07 00:32:38','<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h3>2015</h3>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n2013\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\nVintage\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-01-07 00:32:38','2018-01-07 00:32:38','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2825',0,'revision','',0),(2826,1,'2018-01-07 00:32:55','2018-01-07 00:32:55','<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n2013\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\nVintage\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-01-07 00:32:55','2018-01-07 00:32:55','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2826',0,'revision','',0),(2827,1,'2018-01-07 00:33:49','2018-01-07 00:33:49','<h2>2017</h2>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n2013\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\nVintage\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-01-07 00:33:49','2018-01-07 00:33:49','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2827',0,'revision','',0),(2828,1,'2018-01-07 00:36:23','2018-01-07 00:36:23','<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n2013\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\nVintage\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-01-07 00:36:23','2018-01-07 00:36:23','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2828',0,'revision','',0),(2829,1,'2018-01-07 00:36:55','2018-01-07 00:36:55','<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-01-07 00:36:55','2018-01-07 00:36:55','',2817,'http://staging.terrafirmaracing.com/wordpress/?p=2829',0,'revision','',0),(2830,1,'2018-01-07 00:38:51','2018-01-07 00:38:51','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam vel turpis. Duis sit amet lectus ac mauris porta viverra. Aliquam erat volutpat. Praesent ipsum pede, pretium sed, congue nec, pretium quis, urna. Suspendisse dignissim, elit in ultrices sollicitudin, nisl est accumsan orci, a venenatis dui mi porta pede. Aenean et pede quis est tincidunt varius.\r\n\r\n[alert-note]Lorem ipsum dolor sit amet, consectetuer adipiscing elit.[/alert-note]\r\n\r\n[alert-announce]Varius vitae, nulla. Sed convallis orci. Duis libero orci[/alert-announce]\r\n\r\n[alert-success]Curabitur quam augue Vehicula quis, tincidunt vel[/alert-success]\r\n\r\n[alert-warning]Varius vitae, nulla. Sed convallis orci. Duis libero orci[/alert-warning]\r\n\r\n<strong>You can choose any icon for button from our more than 360 pre-defined icons</strong>. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\r\n\r\n[button-brown url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-heart\"></i> Brown Button [/button-brown] [button-blue url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-check-square-o\"></i> Blue Button [/button-blue] [button-green url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-cloud-download\"></i> Green Button [/button-green] [button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-coffee\"></i> Red Button [/button-red] [button-yellow url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-unlink\"></i> Yellow Button [/button-yellow] [button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-envelope\"></i> White Button [/button-white]\r\n\r\n[clear]\r\n<pre>[button-brown url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-heart\"></i> Brown Button [/button-brown]</pre>\r\n<strong>You can choose any icon for button from our more than 360 pre-defined icons</strong>. nec dictum nunc tortor id urna. Suspendisse dapibus ullamcorper pede. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\r\n\r\n[divider]\r\n\r\nProin vestibulum. Ut ligula. nec dictum nunc tortor id urna. Suspendisse dapibus ullamcorper pede. Vivamus ligula ipsum, faucibus at, tincidunt eget, porttitor non, dolor. Ut dui lectus, ultrices ut, sodales tincidunt, viverra sed, nisl.\r\n<h3>List with Icons</h3>\r\n[one_third]\r\n<ul class=\"iconlist\">\r\n <li><i class=\"fa fa-check-square-o\"></i> Proin vestibulum. Ut ligula.</li>\r\n <li><i class=\"fa fa-check-square-o\"></i> Nec dictum nunc tortor id urna.</li>\r\n <li><i class=\"fa fa-check-square-o\"></i> Suspendisse dapibus ullamcorper pede.</li>\r\n</ul>\r\n[/one_third]\r\n\r\n[one_third]\r\n<ul class=\"iconlist\">\r\n <li><i class=\"fa fa-times\"></i> Proin vestibulum. Ut ligula.</li>\r\n <li><i class=\"fa fa-times\"></i> Nec dictum nunc tortor id urna.</li>\r\n <li><i class=\"fa fa-times\"></i> Suspendisse dapibus ullamcorper pede.</li>\r\n</ul>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<ul class=\"iconlist\">\r\n <li><i class=\"fa fa-heart\"></i> Proin vestibulum. Ut ligula.</li>\r\n <li><i class=\"fa fa-heart\"></i> Nec dictum nunc tortor id urna.</li>\r\n <li><i class=\"fa fa-heart\"></i> Suspendisse dapibus ullamcorper pede.</li>\r\n</ul>\r\n[/one_third_last]\r\n<pre><ul class=\"iconlist\">\r\n<li><i class=\"fa fa-check-square-o\"></i> Proin vestibulum. Ut ligula.</li>\r\n<li><i class=\"fa fa-check-square-o\"></i> Nec dictum nunc tortor id urna.</li>\r\n<li><i class=\"fa fa-check-square-o\"></i> Suspendisse dapibus ullamcorper pede.</li>\r\n</ul></pre>\r\n[divider_top]\r\n\r\nProin vestibulum. Ut ligula. Nullam sed dolor id odio volutpat pulvinar. Integer a leo. In et eros at neque pretium sagittis. Sed sodales lorem a ipsum suscipit gravida. Ut fringilla placerat arcu. Phasellus imperdiet. Mauris ac justo et turpis pharetra vulputate.\r\n\r\n[youtube id=\"3-yIiPvXhEo\" width=\"450\" height=\"300\" position=\"left\"]\r\n\r\n[vimeo id=\"37097150\" width=\"450\" height=\"300\" position=\"right\"]\r\n[clear]\r\n[one_half]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_half] [one_half_last] Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_half_last]\r\n\r\n[one_third]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third] [one_third]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third] [one_third_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_third_last]\r\n\r\n[one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth] [one_fourth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fourth_last]\r\n\r\n[one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth] [one_fifth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_fifth_last]\r\n\r\n[one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth] [one_sixth_last]Donec metus leo, elementum at ultrices ac, dapibus at justo. Donec tristique hendrerit dui vitae lacinia. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus. Nulla erat risus, molestie non dapibus ac, fermentum vitae felis[/one_sixth_last]\r\n\r\n[tabs]\r\n[tab title=\"Title 1\"] Phasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus.\r\n[/tab]\r\n[tab title=\"Title 2\"][vimeo id=\"37097150\" width=\"450\" height=\"300\" position=\"left\"]\r\n[/tab]\r\n[tab title=\"Title 3\"] Phasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus.\r\n[button-brown url=\"#\" target=\"_self\" position=\"right\"] Brown Button [/button-brown]\r\nDonec ac eros quis ipsum auctor blandit. Cras eleifend libero fringilla turpis. Integer sem. Curabitur commodo dapibus lacus. Suspendisse ante ligula, adipiscing porta aliquam et, rutrum nec lectus.\r\n[/tab]\r\n[/tabs]\r\n\r\nPraesent ac quam vulputate felis ultrices scelerisque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In in arcu. Vestibulum eget nisi quis tellus elementum dapibus.\r\n\r\n[toggle title=\"Toggle Title\"]Insert content here[/toggle]\r\n\r\nCras facilisis venenatis libero. Nunc accumsan viverra augue. Suspendisse potenti. Suspendisse eleifend. Maecenas sit amet justo.\r\n\r\n[googlemap width=\"600\" height=\"340\" src=\"http://maps.google.co.in/maps?q=Chicago,+Cook,+Illinois,+United+States&amp;hl=en&amp;sll=21.125498,81.914063&amp;sspn=43.265837,86.572266&amp;t=v&amp;geocode=FWICfwIdGuDG-g&amp;hnear=Chicago,+Cook,+Illinois,+United+States&amp;z=11\" position=\"left\"]\r\n\r\nQuisque quam nisi, mollis quis, sodales ut, rhoncus nec, risus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin pede. Aliquam neque tortor, euismod ac, eleifend quis, tincidunt quis, neque.\r\n\r\nPhasellus rhoncus. Donec urna nulla, vehicula et, consectetuer vel, condimentum quis, ipsum. Nulla quis neque eu sapien tincidunt faucibus. Donec eleifend, metus sed elementum lobortis, arcu elit luctus enim, sed vestibulum diam leo nec nunc. Suspendisse tempus.\r\n\r\nPhasellus quis mauris. Integer eu justo. Fusce tortor enim, elementum ut, auctor non, accumsan quis, enim. Aenean posuere ante id odio. Nulla facilisi. Donec ac eros quis ipsum auctor blandit.','Shortcodes','','inherit','closed','closed','','108-revision-v1','','','2018-01-07 00:38:51','2018-01-07 00:38:51','',108,'http://staging.terrafirmaracing.com/wordpress/?p=2830',0,'revision','',0),(2831,1,'2018-01-07 01:39:16','2018-01-07 01:39:16','[tabs]\r\n\r\n[tab title=\"The Dirty Dozen\"]\r\n<h2>The Dirty Dozen Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.</li>\r\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\r\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\r\n <li><strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>Boats:</strong> If you rent from the state park for $15, you will be in a 2-person canoe. If you are solo, you need to bring your own boat, paddle & life jacket. The paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe…but no pedal kayaks allowed (unless you pull the rudder portion up and lock it so that the pedals can’t be used).</li>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n\r\n<span style=\"line-height: 1.5;\">[/tab] [tab title=\"Duathlons\"]</span>\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n \r\n\r\n[tab title=\"24hrs of Rocky Hill\"]\r\n<h2>24hrs of Rocky Hill Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.\r\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\r\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\r\n<strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Terra Firma Refund Policy\"]\r\n<h2>Terra Firma Refund Policy</h2>\r\n<strong>My circumstances changed and now I can’t make it to the race, Can I get a refund?</strong>\r\n\r\nNO! no refunds under any circumstances.\r\nWait! Well maybe.\r\n\r\nWe at Terra Firma understand that things change, sometimes out of your control and we never want to rip anyone off.\r\nPlease understand that we make a considerable investment in shirts, awards, dumpsters, porta-potties, land-use fees and a host of other expenses to put a race on.\r\nWe know your one fee doesn’t affect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\nWe think we’ve come up with a <em>pretty liberal</em> policy and hope you agree:\r\n<ul>\r\n <li>Cancellations up to 14 days prior to the event will receive a 90% refund (but not the 3rd party service fee) or 100% credit to another race in the same year.</li>\r\n <li>Cancellations within 7-14 days prior to the event will not receive a refund but may receive a 50% credit towards another race in the same year.</li>\r\n <li>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</li>\r\n</ul>\r\nAlterations to the course, start time, disciplines and venue (to within a reasonable distance) are not grounds for a refund/credit, nor is plain ol’ bad weather.\r\n\r\nHave questions or need to cancel? Feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\">contact us</a>.\r\n\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','publish','closed','closed','','faqs','','','2018-03-20 17:02:36','2018-03-20 17:02:36','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=2831',0,'page','',0),(2832,1,'2018-01-07 01:39:17','2018-01-07 01:39:17',' ','','','publish','closed','closed','','2832','','','2018-01-07 01:39:17','2018-01-07 01:39:17','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2832',29,'nav_menu_item','',0),(2833,1,'2018-01-07 01:39:17','2018-01-07 01:39:17',' ','','','publish','closed','closed','','2833','','','2018-05-30 12:24:22','2018-05-30 12:24:22','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2833',8,'nav_menu_item','',0),(2834,1,'2018-01-07 01:39:16','2018-01-07 01:39:16','<h1>FAQ\'s</h1>\r\n<h4>Adventure Race FAQs</h4>\r\n<strong>Q1: What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</strong>\r\n<strong>A1: S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> you’ll need to be able to carry water with you and occasionally (like the burnet race @ camp longhorn) you’ll ride to the paddle, and the run, so you’ll need to be able to carry 50oz of water and your running shoes on your bike. salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. it makes for a great bike or hike pack to use regularly. you can find other such gear at plano cycle, richardson bike mart or you local bike shop. you can also call or email us if you need more advice on gear.\r\n\r\n<strong>Note:</strong> you might want to go to “events’ click on “sprint championship series” and then “pictures” so you can get more of an idea of what the racers are wearing, how the race looks and just what all is going on. we hope you’re enjoying our races and feel free to email or call if you have a question.\r\n\r\n<strong>Q2: How does the race work and what happens to all my gear while i am racing?</strong>\r\n<strong>A2</strong>: we have a transition area roped off that you will place all your belongings in. some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. it is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. there is a specific entry and exit to the transition area with a lane down the middle. bikes must be walked through transition at all times. you are welcome to bring a cooler and chairs for your area. remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. you can refill on liquids and foods each time you come through transition area if you keep your cooler there. you might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. usually the race starts on foot, then paddle and then bike. usually you will go through transition between each leg of the race. we will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed...\r\n\r\n<strong>Q3: How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\n<strong>A3:</strong> you must always stay with your teammate (within 20 seconds of each other). this is not a relay race (unless you’ve entered the new relay category. all teammates must complete each leg of the race together and finish together to be official. you can do whatever you can to help the slower person. for example - some racers actually tow the slower runner on the run with a bungee (that is up to each team). you may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. with practice, anything is possible! relay racers will have one runner, one biker and both will paddle together\r\n\r\n<strong>Q5: My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\n<strong>A5:</strong> No! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n<blockquote><strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong></blockquote>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:39:16','2018-01-07 01:39:16','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2834',0,'revision','',0),(2835,1,'2018-01-07 01:39:49','2018-01-07 01:39:49','<h4>Adventure Race FAQs</h4>\r\n<strong>Q1: What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</strong>\r\n<strong>A1: S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> you’ll need to be able to carry water with you and occasionally (like the burnet race @ camp longhorn) you’ll ride to the paddle, and the run, so you’ll need to be able to carry 50oz of water and your running shoes on your bike. salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. it makes for a great bike or hike pack to use regularly. you can find other such gear at plano cycle, richardson bike mart or you local bike shop. you can also call or email us if you need more advice on gear.\r\n\r\n<strong>Note:</strong> you might want to go to “events’ click on “sprint championship series” and then “pictures” so you can get more of an idea of what the racers are wearing, how the race looks and just what all is going on. we hope you’re enjoying our races and feel free to email or call if you have a question.\r\n\r\n<strong>Q2: How does the race work and what happens to all my gear while i am racing?</strong>\r\n<strong>A2</strong>: we have a transition area roped off that you will place all your belongings in. some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. it is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. there is a specific entry and exit to the transition area with a lane down the middle. bikes must be walked through transition at all times. you are welcome to bring a cooler and chairs for your area. remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. you can refill on liquids and foods each time you come through transition area if you keep your cooler there. you might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. usually the race starts on foot, then paddle and then bike. usually you will go through transition between each leg of the race. we will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed...\r\n\r\n<strong>Q3: How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\n<strong>A3:</strong> you must always stay with your teammate (within 20 seconds of each other). this is not a relay race (unless you’ve entered the new relay category. all teammates must complete each leg of the race together and finish together to be official. you can do whatever you can to help the slower person. for example - some racers actually tow the slower runner on the run with a bungee (that is up to each team). you may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. with practice, anything is possible! relay racers will have one runner, one biker and both will paddle together\r\n\r\n<strong>Q5: My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\n<strong>A5:</strong> No! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n<blockquote><strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong></blockquote>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:39:49','2018-01-07 01:39:49','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2835',0,'revision','',0),(2836,1,'2018-01-07 01:40:25','2018-01-07 01:40:25','<h4>Adventure Race FAQs</h4>\r\n<strong>Q1: What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</strong>\r\n<strong>A1: S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> you’ll need to be able to carry water with you and occasionally (like the burnet race @ camp longhorn) you’ll ride to the paddle, and the run, so you’ll need to be able to carry 50oz of water and your running shoes on your bike. salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. it makes for a great bike or hike pack to use regularly. you can find other such gear at plano cycle, richardson bike mart or you local bike shop. you can also call or email us if you need more advice on gear.\r\n\r\n<strong>Note:</strong> you might want to go to “events’ click on “sprint championship series” and then “pictures” so you can get more of an idea of what the racers are wearing, how the race looks and just what all is going on. we hope you’re enjoying our races and feel free to email or call if you have a question.\r\n\r\n<strong>Q2: How does the race work and what happens to all my gear while i am racing?</strong>\r\n<strong>A2</strong>: we have a transition area roped off that you will place all your belongings in. some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. it is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. there is a specific entry and exit to the transition area with a lane down the middle. bikes must be walked through transition at all times. you are welcome to bring a cooler and chairs for your area. remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. you can refill on liquids and foods each time you come through transition area if you keep your cooler there. you might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. usually the race starts on foot, then paddle and then bike. usually you will go through transition between each leg of the race. we will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed...\r\n\r\n<strong>Q3: How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\n<strong>A3:</strong> you must always stay with your teammate (within 20 seconds of each other). this is not a relay race (unless you’ve entered the new relay category. all teammates must complete each leg of the race together and finish together to be official. you can do whatever you can to help the slower person. for example - some racers actually tow the slower runner on the run with a bungee (that is up to each team). you may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. with practice, anything is possible! relay racers will have one runner, one biker and both will paddle together\r\n\r\n<strong>Q5: My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\n<strong>A5:</strong> No! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\n<strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:40:25','2018-01-07 01:40:25','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2836',0,'revision','',0),(2837,1,'2018-01-07 01:41:20','2018-01-07 01:41:20','<h4>Adventure Race FAQs</h4>\r\n<h5><strong>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</strong></h5>\r\n<strong>S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> you’ll need to be able to carry water with you and occasionally (like the burnet race @ camp longhorn) you’ll ride to the paddle, and the run, so you’ll need to be able to carry 50oz of water and your running shoes on your bike. salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. it makes for a great bike or hike pack to use regularly. you can find other such gear at plano cycle, richardson bike mart or you local bike shop. you can also call or email us if you need more advice on gear.\r\n\r\n<strong>Note:</strong> you might want to go to “events’ click on “sprint championship series” and then “pictures” so you can get more of an idea of what the racers are wearing, how the race looks and just what all is going on. we hope you’re enjoying our races and feel free to email or call if you have a question.\r\n\r\n<strong>Q2: How does the race work and what happens to all my gear while i am racing?</strong>\r\n<strong>A2</strong>: we have a transition area roped off that you will place all your belongings in. some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. it is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. there is a specific entry and exit to the transition area with a lane down the middle. bikes must be walked through transition at all times. you are welcome to bring a cooler and chairs for your area. remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. you can refill on liquids and foods each time you come through transition area if you keep your cooler there. you might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. usually the race starts on foot, then paddle and then bike. usually you will go through transition between each leg of the race. we will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed...\r\n\r\n<strong>Q3: How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\n<strong>A3:</strong> you must always stay with your teammate (within 20 seconds of each other). this is not a relay race (unless you’ve entered the new relay category. all teammates must complete each leg of the race together and finish together to be official. you can do whatever you can to help the slower person. for example - some racers actually tow the slower runner on the run with a bungee (that is up to each team). you may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. with practice, anything is possible! relay racers will have one runner, one biker and both will paddle together\r\n\r\n<strong>Q5: My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\n<strong>A5:</strong> No! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\n<strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:41:20','2018-01-07 01:41:20','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2837',0,'revision','',0),(2838,1,'2018-01-07 01:41:42','2018-01-07 01:41:42','<h3>Adventure Race FAQs</h3>\r\n<h4><strong>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</strong></h4>\r\n<strong>S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> you’ll need to be able to carry water with you and occasionally (like the burnet race @ camp longhorn) you’ll ride to the paddle, and the run, so you’ll need to be able to carry 50oz of water and your running shoes on your bike. salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. it makes for a great bike or hike pack to use regularly. you can find other such gear at plano cycle, richardson bike mart or you local bike shop. you can also call or email us if you need more advice on gear.\r\n\r\n<strong>Note:</strong> you might want to go to “events’ click on “sprint championship series” and then “pictures” so you can get more of an idea of what the racers are wearing, how the race looks and just what all is going on. we hope you’re enjoying our races and feel free to email or call if you have a question.\r\n\r\n<strong>Q2: How does the race work and what happens to all my gear while i am racing?</strong>\r\n<strong>A2</strong>: we have a transition area roped off that you will place all your belongings in. some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. it is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. there is a specific entry and exit to the transition area with a lane down the middle. bikes must be walked through transition at all times. you are welcome to bring a cooler and chairs for your area. remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. you can refill on liquids and foods each time you come through transition area if you keep your cooler there. you might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. usually the race starts on foot, then paddle and then bike. usually you will go through transition between each leg of the race. we will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed...\r\n\r\n<strong>Q3: How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\n<strong>A3:</strong> you must always stay with your teammate (within 20 seconds of each other). this is not a relay race (unless you’ve entered the new relay category. all teammates must complete each leg of the race together and finish together to be official. you can do whatever you can to help the slower person. for example - some racers actually tow the slower runner on the run with a bungee (that is up to each team). you may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. with practice, anything is possible! relay racers will have one runner, one biker and both will paddle together\r\n\r\n<strong>Q5: My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\n<strong>A5:</strong> No! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\n<strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:41:42','2018-01-07 01:41:42','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2838',0,'revision','',0),(2839,1,'2018-01-07 01:42:02','2018-01-07 01:42:02','<h3>Adventure Race FAQs</h3>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<strong>S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> you’ll need to be able to carry water with you and occasionally (like the burnet race @ camp longhorn) you’ll ride to the paddle, and the run, so you’ll need to be able to carry 50oz of water and your running shoes on your bike. salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. it makes for a great bike or hike pack to use regularly. you can find other such gear at plano cycle, richardson bike mart or you local bike shop. you can also call or email us if you need more advice on gear.\r\n\r\n<strong>Note:</strong> you might want to go to “events’ click on “sprint championship series” and then “pictures” so you can get more of an idea of what the racers are wearing, how the race looks and just what all is going on. we hope you’re enjoying our races and feel free to email or call if you have a question.\r\n\r\n<strong>Q2: How does the race work and what happens to all my gear while i am racing?</strong>\r\n<strong>A2</strong>: we have a transition area roped off that you will place all your belongings in. some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. it is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. there is a specific entry and exit to the transition area with a lane down the middle. bikes must be walked through transition at all times. you are welcome to bring a cooler and chairs for your area. remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. you can refill on liquids and foods each time you come through transition area if you keep your cooler there. you might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. usually the race starts on foot, then paddle and then bike. usually you will go through transition between each leg of the race. we will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed...\r\n\r\n<strong>Q3: How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\n<strong>A3:</strong> you must always stay with your teammate (within 20 seconds of each other). this is not a relay race (unless you’ve entered the new relay category. all teammates must complete each leg of the race together and finish together to be official. you can do whatever you can to help the slower person. for example - some racers actually tow the slower runner on the run with a bungee (that is up to each team). you may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. with practice, anything is possible! relay racers will have one runner, one biker and both will paddle together\r\n\r\n<strong>Q5: My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\n<strong>A5:</strong> No! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\n<strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:42:02','2018-01-07 01:42:02','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2839',0,'revision','',0),(2840,1,'2018-01-07 01:42:31','2018-01-07 01:42:31','<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<strong>S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> you’ll need to be able to carry water with you and occasionally (like the burnet race @ camp longhorn) you’ll ride to the paddle, and the run, so you’ll need to be able to carry 50oz of water and your running shoes on your bike. salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. it makes for a great bike or hike pack to use regularly. you can find other such gear at plano cycle, richardson bike mart or you local bike shop. you can also call or email us if you need more advice on gear.\r\n\r\n<strong>Note:</strong> you might want to go to “events’ click on “sprint championship series” and then “pictures” so you can get more of an idea of what the racers are wearing, how the race looks and just what all is going on. we hope you’re enjoying our races and feel free to email or call if you have a question.\r\n\r\n<strong>Q2: How does the race work and what happens to all my gear while i am racing?</strong>\r\n<strong>A2</strong>: we have a transition area roped off that you will place all your belongings in. some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. it is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. there is a specific entry and exit to the transition area with a lane down the middle. bikes must be walked through transition at all times. you are welcome to bring a cooler and chairs for your area. remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. you can refill on liquids and foods each time you come through transition area if you keep your cooler there. you might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. usually the race starts on foot, then paddle and then bike. usually you will go through transition between each leg of the race. we will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed...\r\n\r\n<strong>Q3: How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\n<strong>A3:</strong> you must always stay with your teammate (within 20 seconds of each other). this is not a relay race (unless you’ve entered the new relay category. all teammates must complete each leg of the race together and finish together to be official. you can do whatever you can to help the slower person. for example - some racers actually tow the slower runner on the run with a bungee (that is up to each team). you may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. with practice, anything is possible! relay racers will have one runner, one biker and both will paddle together\r\n\r\n<strong>Q5: My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\n<strong>A5:</strong> No! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\n<strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:42:31','2018-01-07 01:42:31','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2840',0,'revision','',0),(2841,1,'2018-01-07 02:06:28','2018-01-07 02:06:28','<h2>Adventure Race FAQs</h2>\n<strong>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?\n</strong>\n<ul>\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\n</ul>\n<strong>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\n\n<strong>My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\n<ol>\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\n<em>towards </em><em>another race in the same year.</em></li>\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\n</ol>','FAQs','','inherit','closed','closed','','2831-autosave-v1','','','2018-01-07 02:06:28','2018-01-07 02:06:28','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2841',0,'revision','',0),(2842,1,'2018-01-07 01:52:57','2018-01-07 01:52:57','<h2>Adventure Race FAQs</h2>\r\n<strong>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?\r\n</strong><strong>S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at plano cycle, richardson bike mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.\r\n\r\n<strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.\r\n\r\n<strong>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n\r\n<strong>Q5: My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\n<strong>A5:</strong> No! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\n<strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:52:57','2018-01-07 01:52:57','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2842',0,'revision','',0),(2843,1,'2018-01-07 01:53:49','2018-01-07 01:53:49','<h2>Adventure Race FAQs</h2>\r\n<strong>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?\r\n</strong><strong>S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.\r\n\r\n<strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.\r\n\r\n<strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at plano cycle, richardson bike mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.\r\n\r\n<strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.\r\n\r\n<strong>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n\r\n<strong>My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:53:49','2018-01-07 01:53:49','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2843',0,'revision','',0),(2844,1,'2018-01-07 01:54:30','2018-01-07 01:54:30','<h2>Adventure Race FAQs</h2>\r\n<strong>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?\r\n</strong>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> here is what we see most. the racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. other teams choose to do the entire race in their running shoes and regular bike pedals. you will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). what you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions, whether the bike leg is split up with running or continuous and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> in the shorter races, no one takes time to change clothes. most racers will wear what i call a triathlon short with a thin pad. you almost always get wet in the paddling section, so you can still run in them because the pad is thin, but yet there is enough protection from the pad for the bike also. plano cycling & fitness and richardson bike mart carry them if you live in the dallas area, and they’re surely happy to mail you a pair. that is not to say you can’t race in something else. some racers compete in running shorts, or gym shorts, or cycling shorts. for 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. i’ve even seen a superman and batgirl costume at a race. for the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. the guys will also wear either a technical fabric shirt or a t-shirt. if it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. also consider layers when it is cooler temperatures and light jackets for wind or rain. remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at plano cycle, richardson bike mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<strong>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n\r\n<strong>My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:54:30','2018-01-07 01:54:30','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2844',0,'revision','',0),(2845,1,'2018-01-07 01:59:26','2018-01-07 01:59:26','<h2>Adventure Race FAQs</h2>\r\n<strong>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?\r\n</strong>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<strong>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n\r\n<strong>My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ol>\r\n <li><em>cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ol>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 01:59:26','2018-01-07 01:59:26','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2845',0,'revision','',0),(2846,1,'2018-01-07 02:06:37','2018-01-07 02:06:37','<h2>Adventure Race FAQs</h2>\r\n<strong>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?\r\n</strong>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<strong>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</strong>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n\r\n<strong>My circumstances changed and now I can’t make it to the race, can I get a refund?</strong>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-07 02:06:37','2018-01-07 02:06:37','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=2846',0,'revision','',0),(2847,1,'2018-01-07 02:11:40','2018-01-07 02:11:40','<h2>[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-coffee\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 02:11:40','2018-01-07 02:11:40','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2847',0,'revision','',0),(2848,1,'2018-01-07 02:12:57','2018-01-07 02:12:57','<h2>[button-red url=\"#\" target=\"_self\" position=\"center\"]<i class=\"fa fa-coffee\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 02:12:57','2018-01-07 02:12:57','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2848',0,'revision','',0),(2849,1,'2018-01-07 02:13:29','2018-01-07 02:13:29','<h2>[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-coffee\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 02:13:29','2018-01-07 02:13:29','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2849',0,'revision','',0),(2850,1,'2018-01-07 15:08:42','2018-01-07 15:08:42','<h2>[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-coffee\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<h2></h2>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 15:08:42','2018-01-07 15:08:42','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2850',0,'revision','',0),(2851,1,'2018-01-07 15:10:01','2018-01-07 15:10:01','<h2>[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-star\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<h2></h2>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 15:10:01','2018-01-07 15:10:01','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2851',0,'revision','',0),(2852,1,'2018-01-07 15:10:32','2018-01-07 15:10:32','<h2>[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-star\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<br>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 15:10:32','2018-01-07 15:10:32','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2852',0,'revision','',0),(2853,1,'2018-01-07 16:41:22','2018-01-07 16:41:22','<h2>[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-ticket\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<br>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 16:41:22','2018-01-07 16:41:22','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2853',0,'revision','',0),(2854,1,'2018-01-07 16:41:35','2018-01-07 16:41:35','<h2>[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-ticket\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<br></br>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 16:41:35','2018-01-07 16:41:35','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2854',0,'revision','',0),(2855,1,'2018-01-07 16:43:00','2018-01-07 16:43:00','<h2>[button-red url=\"#\" target=\"_self\" position=\"center\"]<i class=\"fa fa-ticket\"></i>Register for the Dirty Dozen [/button-red]</h2>\r\n<br></br>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 16:43:00','2018-01-07 16:43:00','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2855',0,'revision','',0),(2856,1,'2018-01-07 16:45:16','2018-01-07 16:45:16','<h2>[button-red url=\"#\" target=\"_self\" position=\"center\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]</h2>\r\n<br></br>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 16:45:16','2018-01-07 16:45:16','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2856',0,'revision','',0),(2857,1,'2018-01-07 16:46:29','2018-01-07 16:46:29','[button-red url=\"#\" target=\"_self\" position=\"center\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n<br></br>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 16:46:29','2018-01-07 16:46:29','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2857',0,'revision','',0),(2858,1,'2018-01-07 16:50:41','2018-01-07 16:50:41','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n[button-red url=\"#\" target=\"_self\" position=\"center\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 16:50:41','2018-01-07 16:50:41','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2858',0,'revision','',0),(2859,1,'2018-01-07 17:05:18','2018-01-07 17:05:18','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 17:05:18','2018-01-07 17:05:18','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2859',0,'revision','',0),(2860,1,'2018-01-07 17:06:42','2018-01-07 17:06:42','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2717,2729,2730\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-07 17:06:42','2018-01-07 17:06:42','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2860',0,'revision','',0),(2861,1,'2018-01-07 17:11:16','2018-01-07 17:11:16','<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-07 17:11:16','2018-01-07 17:11:16','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=2861',0,'revision','',0),(2862,1,'2018-01-07 17:22:03','2018-01-07 17:22:03','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"<a href=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\">#</a>\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 17:22:03','2018-01-07 17:22:03','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2862',0,'revision','',0),(2863,1,'2018-01-07 17:23:06','2018-01-07 17:23:06','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"<a href=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\">#</a>\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 17:23:06','2018-01-07 17:23:06','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2863',0,'revision','',0),(2864,1,'2018-01-07 17:23:42','2018-01-07 17:23:42','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"<a href=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\"></a>\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 17:23:42','2018-01-07 17:23:42','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2864',0,'revision','',0),(2865,1,'2018-01-07 17:24:23','2018-01-07 17:24:23','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 17:24:23','2018-01-07 17:24:23','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2865',0,'revision','',0),(2866,1,'2018-01-07 17:24:59','2018-01-07 17:24:59','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-07 17:24:59','2018-01-07 17:24:59','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2866',0,'revision','',0),(2869,1,'2018-01-07 18:27:44','2018-01-07 18:27:44','','MailingLIst','','inherit','open','closed','','mailinglist','','','2018-01-07 18:27:44','2018-01-07 18:27:44','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/MailingLIst.jpg',0,'attachment','image/jpeg',0),(2870,1,'2018-01-07 18:31:37','2018-01-07 18:31:37','','MailingLIst2','','inherit','open','closed','','mailinglist2','','','2018-01-07 18:31:37','2018-01-07 18:31:37','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/MailingLIst2.jpg',0,'attachment','image/jpeg',0),(2871,1,'2018-01-07 18:47:49','2018-01-07 18:47:49','','MailingLIst3','','inherit','open','closed','','mailinglist3','','','2018-01-07 18:47:49','2018-01-07 18:47:49','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/MailingLIst3.jpg',0,'attachment','image/jpeg',0),(2872,1,'2018-01-07 18:47:52','2018-01-07 18:47:52','','MailingLIst4','','inherit','open','closed','','mailinglist4','','','2018-01-07 18:47:52','2018-01-07 18:47:52','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/MailingLIst4.jpg',0,'attachment','image/jpeg',0),(2873,1,'2018-01-27 05:19:12','2018-01-27 05:19:12','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store.</h4>\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\n<h3 class=\"\"></h3>\n<div class=\"benefit-subheading facility-subheading\"></div>\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" /><header>\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2669\">\nDirty Dozen </a></h2>\n<div class=\"front-view-content\">February 3, 2018\n6 or 12 hr mountain bike race\nBluff Creek Ranch, Warda, Texas</div>\n</header></div>\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2728\">\nGator Bait Adventure Race </a></h2>\n<div class=\"front-view-content\">April 28, 2018\npaddle, mountain bike, trail run\nHuntsville State Park</div>\n</header></div>\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2741 \">\nXTERRA Gator Bait Trail Run </a></h2>\n<div class=\"front-view-content\">April 29, 2018\n5k, 15k, and 13.1mile trail run\nHuntsville State Park</div>\n</header></div>\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" /><header>\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2761\">\nXTERRA Rock Dallas Triathlon </a></h2>\n<div class=\"front-view-content\">May 26, 2018\nswim, mountain bike, trail run\nMurrell Park</div>\n</header></div>\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2772\">\nXTERRA Rock Dallas Trail Run </a></h2>\n<div class=\"front-view-content\">May 26, 2018\n5k, 15k, and 13.1mile trail run\nMurrell Park</div>\n</header></div>\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" /><header>\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2797\">\nJurassic Off-Road Duathlon </a></h2>\n<div class=\"front-view-content\">July 7, 2018\ntrail run, mountain bike\nDinosaur Valley State Park</div>\n</header></div>\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2783\">\nXTERRA Jurassic Trail Run </a></h2>\n<div class=\"front-view-content\">July 7, 2018\n5k, 15k, and 13.1mile trail run\n\nDinosaur Valley State Park</div>\n</header></div>\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/wordpress/?page_id=2801\">\n24 Hours of Rocky Hill </a></h2>\n<div class=\"front-view-content\">October 20-21, 2018\n6, 12, or 24hr mountain bike race\nRocky Hill Ranch</div>\n</header></div>\n</div>','Upcoming Races','','inherit','closed','closed','','2813-autosave-v1','','','2018-01-27 05:19:12','2018-01-27 05:19:12','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2873',0,'revision','',0),(2874,1,'2018-01-08 14:54:31','2018-01-08 14:54:31','<div class=\"benefit-subheading facility-subheading\"></div>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail run\r\n\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n</div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 14:54:31','2018-01-08 14:54:31','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2874',0,'revision','',0),(2875,1,'2018-01-08 14:56:13','2018-01-08 14:56:13','<div class=\"benefit-subheading facility-subheading\"><img class=\"attachment-facility size-facility\" style=\"line-height: 1.5;\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" /></div>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n<div class=\"Justfit-facility-section\"><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park\r\n\r\n</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n</div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 14:56:13','2018-01-08 14:56:13','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2875',0,'revision','',0),(2876,1,'2018-01-08 14:56:19','2018-01-08 14:56:19','<div class=\"benefit-subheading facility-subheading\"><img class=\"attachment-facility size-facility\" style=\"line-height: 1.5;\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" /></div>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n<div class=\"Justfit-facility-section\"><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n</div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 14:56:19','2018-01-08 14:56:19','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2876',0,'revision','',0),(2877,1,'2018-01-08 14:58:47','2018-01-08 14:58:47','<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <div class=\"benefit-subheading facility-subheading\">This is the place to be to stay up-to-date on our races. We host off-road adventure races, triathlons, mountain bike races and trail runs.</div> <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 14:58:47','2018-01-08 14:58:47','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2877',0,'revision','',0),(2878,1,'2018-01-08 15:00:07','2018-01-08 15:00:07','<h2 class=\"Justfit-facility-sections Justfit-benefit-sections\">This is the place to be to stay up-to-date on our races. We host off-road adventure races, triathlons, mountain bike races and trail runs.</h2>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park\r\n\r\n</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:00:07','2018-01-08 15:00:07','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2878',0,'revision','',0),(2879,1,'2018-01-08 15:00:22','2018-01-08 15:00:22','<h3 class=\"Justfit-facility-sections Justfit-benefit-sections\">This is the place to be to stay up-to-date on our races. We host off-road adventure races, triathlons, mountain bike races and trail runs.</h3>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:00:22','2018-01-08 15:00:22','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2879',0,'revision','',0),(2880,1,'2018-01-08 15:02:04','2018-01-08 15:02:04','<h4>This is the place to be to stay up-to-date on our races. We host off-road adventure races, triathlons, mountain bike races and trail runs.</h4\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:02:04','2018-01-08 15:02:04','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2880',0,'revision','',0),(2881,1,'2018-01-08 15:02:24','2018-01-08 15:02:24','<h4>This is the place to be to stay up-to-date on our races. We host off-road adventure races, triathlons, mountain bike races and trail runs.</h4>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:02:24','2018-01-08 15:02:24','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2881',0,'revision','',0),(2882,1,'2018-01-08 15:02:56','2018-01-08 15:02:56','<h4>This is the place to be to stay up-to-date on our races. We host off-road adventure races, triathlons, mountain bike races and trail runs.</h4>\r\n<div class=\"benefit-subheading facility-subheading\"></div>\r\n\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:02:56','2018-01-08 15:02:56','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2882',0,'revision','',0),(2883,1,'2018-01-08 15:04:39','2018-01-08 15:04:39','<h4>Terra Firma Racing is the premiere off-road racing company in the Southwest Region of the United States. We put on adventure races, mountain bike races, and XTERRA Triathlons and Trail Runs. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <h3 class=\"\"></h3> <div class=\"benefit-subheading facility-subheading\">Terra Firma Racing is the premiere off-road racing company in the Southwest Region of the United States. We put on adventure races, mountain bike races, and XTERRA Triathlons and Trail Runs. </div> <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:04:39','2018-01-08 15:04:39','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2883',0,'revision','',0),(2884,1,'2018-01-08 15:05:54','2018-01-08 15:05:54','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have planned. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <h3 class=\"\"></h3> <div class=\"benefit-subheading facility-subheading\"></div> <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:05:54','2018-01-08 15:05:54','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2884',0,'revision','',0),(2885,1,'2018-01-08 15:06:05','2018-01-08 15:06:05','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <h3 class=\"\"></h3> <div class=\"benefit-subheading facility-subheading\"></div> <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:06:05','2018-01-08 15:06:05','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2885',0,'revision','',0),(2886,1,'2018-01-08 15:06:29','2018-01-08 15:06:29','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <div class=\"benefit-subheading facility-subheading\"></div> <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:06:29','2018-01-08 15:06:29','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2886',0,'revision','',0),(2887,1,'2018-01-08 15:06:44','2018-01-08 15:06:44','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:06:44','2018-01-08 15:06:44','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2887',0,'revision','',0),(2888,1,'2018-01-08 15:09:34','2018-01-08 15:09:34','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <h3 class=\"\">Upcoming Events</h3> <div class=\"benefit-subheading facility-subheading\">Terra Firma Racing is the premiere off-road racing company in the Southwest Region of the United States. We put on adventure races, mountain bike races, and XTERRA Triathlons and Trail Runs. </div> <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:09:34','2018-01-08 15:09:34','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2888',0,'revision','',0),(2889,1,'2018-01-08 15:10:16','2018-01-08 15:10:16','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <h3 class=\"\"></h3> <div class=\"benefit-subheading facility-subheading\">Terra Firma Racing is the premiere off-road racing company in the Southwest Region of the United States. We put on adventure races, mountain bike races, and XTERRA Triathlons and Trail Runs. </div> <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:10:16','2018-01-08 15:10:16','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2889',0,'revision','',0),(2890,1,'2018-01-08 15:11:21','2018-01-08 15:11:21','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <h3 class=\"\"></h3> \r\n<div class=\"benefit-subheading facility-subheading\"></div> \r\n<div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:11:21','2018-01-08 15:11:21','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2890',0,'revision','',0),(2891,1,'2018-01-08 15:27:54','2018-01-08 15:27:54','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <h3 class=\"\"></h3> \r\n<div class=\"benefit-subheading facility-subheading\"></div> \r\n<div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 50vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:27:54','2018-01-08 15:27:54','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2891',0,'revision','',0),(2892,1,'2018-01-08 15:28:22','2018-01-08 15:28:22','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store. </h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n <h3 class=\"\"></h3> \r\n<div class=\"benefit-subheading facility-subheading\"></div> \r\n<div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2669\">\r\n Dirty Dozen </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n February 3, 2018 <br>\r\n6 or 12 hr mountain bike race <br>\r\nBluff Creek Ranch, Warda, Texas </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2728\">\r\n Gator Bait Adventure Race </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 28, 2018 <br>\r\npaddle, mountain bike, trail run <br>\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2741 \">\r\n XTERRA Gator Bait Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n April 29, 2018 <br>\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" class=\"attachment-facility size-facility\" alt=\"XTERRA Rock Dallas Triathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2761\">\r\n XTERRA Rock Dallas Triathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> swim, mountain bike, trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2772\">\r\n XTERRA Rock Dallas Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n May 26, 2018 <br> 5k, 15k, and 13.1mile trail run <br>Murrell Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" class=\"attachment-facility size-facility\" alt=\"Jurassic Off Road Duathlon\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2797\">\r\n Jurassic Off-Road Duathlon </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018<br>\r\ntrail run, mountain bike<br>\r\nDinosaur Valley State Park\r\n </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\" http://staging.terrafirmaracing.com/wordpress/?page_id=2783\">\r\n XTERRA Jurassic Trail Run </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n July 7, 2018 <br>5k, 15k, and 13.1mile trail run\r\n<br>Dinosaur Valley State Park </div>\r\n </header>\r\n </div> \r\n <div class=\"Justfit-facility-section\">\r\n <img width=\"240\" height=\"240\" src=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" class=\"attachment-facility size-facility\" alt=\"\" title=\"\" srcset=\"http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" sizes=\"(max-width: 240px) 100vw, 240px\"> <header>\r\n <h2 class=\"title front-view-title\" itemprop=\"headline\">\r\n <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=2801\">\r\n 24 Hours of Rocky Hill </a>\r\n </h2>\r\n <div class=\"front-view-content\">\r\n October 20-21, 2018<br>6, 12, or 24hr mountain bike race<br>Rocky Hill Ranch </div>\r\n </header>\r\n </div> \r\n </div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-08 15:28:22','2018-01-08 15:28:22','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=2892',0,'revision','',0),(2894,1,'2018-01-10 19:54:21','2018-01-10 19:54:21','','Dirty Dozen Take Homes','','publish','closed','closed','','dirty-dozen-take-homes','','','2018-01-24 20:53:08','2018-01-24 20:53:08','',0,'http://staging.terrafirmaracing.com/wordpress/?post_type=envira&p=2894',0,'envira','',0),(2895,1,'2018-01-10 19:54:53','2018-01-10 19:54:53','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n[gallery type=\"rectangular\" link=\"none\" ids=\"2721,2720,2719,2718,2717\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-10 19:54:53','2018-01-10 19:54:53','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2895',0,'revision','',0),(2896,1,'2018-01-10 19:55:48','2018-01-10 19:55:48','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n \r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-10 19:55:48','2018-01-10 19:55:48','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2896',0,'revision','',0),(2897,1,'2018-01-10 19:56:14','2018-01-10 19:56:14','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-10 19:56:14','2018-01-10 19:56:14','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2897',0,'revision','',0),(2898,1,'2018-01-10 19:58:10','2018-01-10 19:58:10','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-10 19:58:10','2018-01-10 19:58:10','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2898',0,'revision','',0),(2899,1,'2018-01-10 19:58:42','2018-01-10 19:58:42','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n\r\n<strong>Special Awards:</strong>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-10 19:58:42','2018-01-10 19:58:42','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2899',0,'revision','',0),(2900,1,'2018-01-10 19:59:54','2018-01-10 19:59:54','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-10 19:59:54','2018-01-10 19:59:54','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2900',0,'revision','',0),(2901,1,'2018-01-10 20:18:01','2018-01-10 20:18:01','','XTERRA Trail Runs','','publish','closed','closed','','xterra-trail-runs','','','2018-01-24 21:09:30','2018-01-24 21:09:30','',0,'http://staging.terrafirmaracing.com/wordpress/?post_type=envira&p=2901',0,'envira','',0),(2902,1,'2018-01-10 20:18:44','2018-01-10 20:18:44','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-10 20:18:44','2018-01-10 20:18:44','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2902',0,'revision','',0),(2903,1,'2018-01-10 20:35:42','2018-01-10 20:35:42','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-10 20:35:42','2018-01-10 20:35:42','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2903',0,'revision','',0),(2904,1,'2018-01-11 14:52:58','2018-01-11 14:52:58','','Gator Bait Adventure Race','','publish','closed','closed','','gator-bait-adventure-race','','','2018-01-24 20:51:01','2018-01-24 20:51:01','',0,'http://staging.terrafirmaracing.com/wordpress/?post_type=envira&p=2904',0,'envira','',0),(2905,1,'2018-01-11 14:53:40','2018-01-11 14:53:40','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-11 14:53:40','2018-01-11 14:53:40','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2905',0,'revision','',0),(2906,1,'2018-01-11 14:56:46','2018-01-11 14:56:46','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Take Aways\r\n</strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-11 14:56:46','2018-01-11 14:56:46','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2906',0,'revision','',0),(2907,1,'2018-01-11 14:57:24','2018-01-11 14:57:24','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Take Aways\r\n</strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-11 14:57:24','2018-01-11 14:57:24','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2907',0,'revision','',0),(2908,1,'2018-01-11 14:57:47','2018-01-11 14:57:47','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">Gator Bait Adventure Race summary.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-11 14:57:47','2018-01-11 14:57:47','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2908',0,'revision','',0),(2909,1,'2018-01-11 15:01:53','2018-01-11 15:01:53','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">XTERRA Gator Bait Trail Run summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-11 15:01:53','2018-01-11 15:01:53','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=2909',0,'revision','',0),(2910,1,'2018-01-11 15:02:14','2018-01-11 15:02:14','<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n5k, 15k, and 13.1 mile\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Dinosaur Valley State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.17383690929!2d-97.81193788450376!3d32.25340471780484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1515265251208\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-11 15:02:14','2018-01-11 15:02:14','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=2910',0,'revision','',0),(2911,1,'2018-01-11 15:03:58','2018-01-11 15:03:58','<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThis off-road triathlon is an 800 meter swim, 13.1 mile bike, and 5k run.\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-11 15:03:58','2018-01-11 15:03:58','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=2911',0,'revision','',0),(2912,1,'2018-01-11 15:06:45','2018-01-11 15:06:45','<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThis off-road triathlon is an 800 meter swim, 13.1 mile bike, and 5k run.\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-11 15:06:45','2018-01-11 15:06:45','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=2912',0,'revision','',0),(2913,1,'2018-01-11 15:09:52','2018-01-11 15:09:52','<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n5k, 15k, and 13.1 mile\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Dinosaur Valley State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>In Recognition of Your Awesomeness </strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.17383690929!2d-97.81193788450376!3d32.25340471780484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1515265251208\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-01-11 15:09:52','2018-01-11 15:09:52','',2797,'http://staging.terrafirmaracing.com/wordpress/?p=2913',0,'revision','',0),(2914,1,'2018-01-11 15:23:45','2018-01-11 15:23:45','','24 Hours of Rocky Hill','','publish','closed','closed','','2914','','','2018-01-24 20:16:29','2018-01-24 20:16:29','',0,'http://staging.terrafirmaracing.com/wordpress/?post_type=envira&p=2914',0,'envira','',0),(2916,1,'2018-01-11 15:24:48','2018-01-11 15:24:48','<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Awards\r\n</strong></h2>\r\n[envira-gallery slug=\"2914\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-11 15:24:48','2018-01-11 15:24:48','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=2916',0,'revision','',0),(2917,1,'2018-01-11 15:32:29','2018-01-11 15:32:29','','2017 24 Hours of Rocky Hill Shirt','T-shirts available for sale upon online event registration. Left-overs may be available for purchase during the event. ','inherit','open','closed','','2017-24hr-shirt-mockup','','','2018-01-11 15:38:52','2018-01-11 15:38:52','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-24hr-Shirt-MockUp.jpg',0,'attachment','image/jpeg',0),(2918,1,'2018-01-11 15:49:03','2018-01-11 15:49:03','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">XTERRA Gator Bait Trail Run summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>In Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-11 15:49:03','2018-01-11 15:49:03','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=2918',0,'revision','',0),(2919,1,'2018-01-11 15:49:31','2018-01-11 15:49:31','<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>In Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery slug=\"2914\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-11 15:49:31','2018-01-11 15:49:31','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=2919',0,'revision','',0),(2920,1,'2018-01-11 15:51:26','2018-01-11 15:51:26','<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n5k, 15k, and 13.1 mile\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Dinosaur Valley State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness </strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.17383690929!2d-97.81193788450376!3d32.25340471780484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1515265251208\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-01-11 15:51:26','2018-01-11 15:51:26','',2797,'http://staging.terrafirmaracing.com/wordpress/?p=2920',0,'revision','',0),(2921,1,'2018-01-11 15:51:52','2018-01-11 15:51:52','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-11 15:51:52','2018-01-11 15:51:52','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2921',0,'revision','',0),(2922,1,'2018-01-11 15:52:15','2018-01-11 15:52:15','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">XTERRA Gator Bait Trail Run summary.</span>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-11 15:52:15','2018-01-11 15:52:15','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=2922',0,'revision','',0),(2923,1,'2018-01-11 15:52:40','2018-01-11 15:52:40','<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n5k, 15k, and 13.1 mile\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Dinosaur Valley State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.17383690929!2d-97.81193788450376!3d32.25340471780484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1515265251208\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n \r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-11 15:52:40','2018-01-11 15:52:40','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=2923',0,'revision','',0),(2924,1,'2018-01-11 15:53:05','2018-01-11 15:53:05','<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThis off-road triathlon is an 800 meter swim, 13.1 mile bike, and 5k run.\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. Camp sites area available for only $10 per night.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-11 15:53:05','2018-01-11 15:53:05','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=2924',0,'revision','',0),(2925,1,'2018-01-13 23:29:03','2018-01-13 23:29:03','','2018 Dirty Dozen Shirt','2018 Dirty Dozen Shirt - For racers registered by Jan. 14.','inherit','open','closed','','2018-dirty-dozen-shirt-mockup-close','','','2018-01-13 23:29:56','2018-01-13 23:29:56','',2894,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2018-Dirty-Dozen-Shirt-MockUp-close.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wp_posts` VALUES (2926,1,'2018-01-14 18:20:23','2018-01-14 18:20:23','<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-yellow url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Coming Soon [/button-red]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>In Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery slug=\"2914\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n[button-yellow url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Coming Soon [/button-red]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-14 18:20:23','2018-01-14 18:20:23','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=2926',0,'revision','',0),(2927,1,'2018-01-14 18:21:06','2018-01-14 18:21:06','<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-yellow url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Coming Soon [/button-yellow]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>In Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery slug=\"2914\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.2672605591274!2d-96.90849904897374!3d30.05787278178856!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1515102705561\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n[button-yellow url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Coming Soon [/button-yellow]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-14 18:21:06','2018-01-14 18:21:06','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=2927',0,'revision','',0),(2928,1,'2018-01-14 18:22:30','2018-01-14 18:22:30','','26906228_10215447734566304_853531098_o','','inherit','open','closed','','26906228_10215447734566304_853531098_o','','','2018-01-14 18:22:30','2018-01-14 18:22:30','',2894,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/26906228_10215447734566304_853531098_o.jpg',0,'attachment','image/jpeg',0),(2932,3,'2018-03-08 17:21:32','2018-03-08 17:21:32','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\n<h2>April 28, 2018</h2>\n<h3>Huntsville State Park, Huntsville, Texas\nRace Start: 9:00 a.m.</h3>\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\n\n \n\nNEW THIS\n\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Categories</h2>\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\n<ul>\n <li>2 Person Male</li>\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\n <li>2 Person Female</li>\n <li>2 Person Coed</li>\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\n <li>2 Person Parent/Child (child under 18)</li>\n <li>Solo Male</li>\n <li>Solo Female</li>\n</ul>\n \n<h2><strong>Recognition of your Awesomeness </strong></h2>\n[envira-gallery slug=\"gator-bait-adventure-race\"]\n<h2>Pricing (per person)</h2>\n<h4>Early-bird Registration\n<strong>$75 </strong>until April 7, 11:59 p.m. (CST)</h4>\n<h4>Regular Online Registration\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\n<h4>On-site Registration\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\nAthletes <18 years old get $20 off the above pricing.\n\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Weekend Schedule</h2>\n<strong>Arriving at Huntsville State Park\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\n\n<strong>Parking</strong>\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\n\n<strong>Pre-Ride/Run</strong>\nFriday, all day\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\n\n<strong>Packet Pickup and On-site Registration: </strong>\nSaturday 7:30-8:30 a.m.\nHuntsville State Park, follow race signs after entering at guard gate.\n\n<strong>Mandatory Pre-Race Meeting: </strong>\nSaturday 8:45 a.m.\nRace Start – Utility Easement next to Screened Shelter #1\n\n<strong>Race Start </strong>\n9:00 a.m.\n\n<strong>Kid\'s Race</strong>\n11:45 a.m. (tentative)\n\n<b>Awards\n</b>noon-ish\n\n<hr />\n\n<h2>Huntsville State Park</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<strong>Address:</strong>\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\n565 Park Road 40 West\nHuntsville TX 77340\n\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\n\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\n\n<hr />\n\n<h2><strong>Course</strong></h2>\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\n\n<strong>NO AID STATIONS</strong>\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\n\n<strong>TRANSITION\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\n\n<strong>PADDLE: 20-30 minutes</strong>\nThe paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe...but no pedal kayaks allowed (unless you pull the rudder portion up an lock it so that the pedals can\'t be used).\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\n\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\n\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\n\n<strong>RUN – Approximately 3 miles</strong>\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\n\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\n\n<strong>MYSTERY EVENT\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\n<ol>\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\n</ol>\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\n\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\n\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\n\n<hr />\n\n<h2>Lodging</h2>\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\n\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\n\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-autosave-v1','','','2018-03-08 17:21:32','2018-03-08 17:21:32','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2932',0,'revision','',0),(2934,3,'2018-01-22 22:41:12','2018-01-22 22:41:12','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .primary-navigation{\n clear:left;\n margin-left:20px;\n margin-top:51px;\n }\n .logo-wrap{\n float:right;\n }\n #header h1, #header h2 {\n float:right;\n }\n}\n\n@media screen and (max-width: 400px){\n .primary-navigation {\n clear:left;\n margin-top:-70px;\n }\n}\n\n.header-join .join-description {\n margin-top:-51px\n}\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}\n\nblockquote {\n font-style: italic;\n font-weight: lighter;\n line-height: 1.4;\n font-size: 23px;\n position: relative;\n margin-top: 25px;\n background: url(http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TopographicBG-02-2.png);\n padding-left: 60px;\n color: #03A9F4;\n padding-top: 28px;\n padding-right: 40px;\n padding-bottom: 16px;\n margin-bottom: 20px;\n}','mts_justfit','','publish','closed','closed','','mts_justfit','','','2018-02-15 16:38:10','2018-02-15 16:38:10','',0,'http://staging.terrafirmaracing.com/wordpress/?p=2934',0,'custom_css','',0),(2935,3,'2018-01-22 22:41:12','2018-01-22 22:41:12','@media screen and (max-width: 865px){\n#parallax {\n background-position: 0% -98px!important;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-22 22:41:12','2018-01-22 22:41:12','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=2935',0,'revision','',0),(2936,3,'2018-01-23 03:45:30','2018-01-23 03:45:30','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the state park or bring your own boat), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Regular Online Registration\r\nEnds at midnight, DATE</h4>\r\nCategory: Price\r\n<h4>Race Day Registration\r\nFriday, April 27, 5-7:00 p.m.\r\nOR\r\nSaturday, April 28, 7:30-8:30 a.m.</h4>\r\nCategory: Price\r\n\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race [/button-red]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 03:45:30','2018-01-23 03:45:30','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2936',0,'revision','',0),(2937,3,'2018-01-23 03:53:33','2018-01-23 03:53:33','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the state park or bring your own boat), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\nPrices above are per person.\r\nEach person on team will register separately, but use the same teamname. Be sure your teamname is entered <em>exactly</em> the same.\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing\r\n\r\nCanoe Rental (one per team) from Huntsville State Park is $15.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<h2>Categories</h2>\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 03:53:33','2018-01-23 03:53:33','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2937',0,'revision','',0),(2938,3,'2018-01-23 04:06:26','2018-01-23 04:06:26','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the state park or bring your own boat), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<br></br>\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nPrices are per person.\r\nEach person on the team will register separately, but use the same teamname.\r\nBe sure your teamname is entered <em>exactly</em> the same.\r\n\r\nCanoe Rental (one per team) is available from Huntsville State Park for $15.\r\n<h2>Categories</h2>\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n\r\n<br></br>\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:06:26','2018-01-23 04:06:26','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2938',0,'revision','',0),(2939,3,'2018-01-23 04:25:23','2018-01-23 04:25:23','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the state park or bring your own boat), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nPrices are per person.\r\nEach person on the team will register separately, but use the same teamname.\r\nBe sure your teamname is entered <em>exactly</em> the same.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">state park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<h2>Categories</h2>\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<br></br>\r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:25:23','2018-01-23 04:25:23','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2939',0,'revision','',0),(2940,3,'2018-01-23 04:28:50','2018-01-23 04:28:50','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the state park or bring your own boat), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nPrices are per person.\r\nEach person on the team will register separately, but use the same teamname.\r\nBe sure your teamname is entered <em>exactly</em> the same.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">state park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<h2>Categories</h2>\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:28:50','2018-01-23 04:28:50','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2940',0,'revision','',0),(2941,3,'2018-01-23 04:32:45','2018-01-23 04:32:45','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the state park or bring your own boat), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on the team will register separately, but use the same teamname.\r\nBe sure your teamname is entered <em>exactly</em> the same.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n \r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nPrices are per person.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">state park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:32:45','2018-01-23 04:32:45','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2941',0,'revision','',0),(2942,3,'2018-01-23 04:37:28','2018-01-23 04:37:28','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the state park or bring your own boat), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on the team will register separately, but use the same teamname.\r\nBe sure your teamname is entered <em>exactly</em> the same.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nPrices are per person.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">state park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, April 27</h4>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Saturday, April 28\r\nCheck-in or On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:37:28','2018-01-23 04:37:28','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2942',0,'revision','',0),(2943,3,'2018-01-23 04:46:33','2018-01-23 04:46:33','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the state park or bring your own boat), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on the team will register separately, but use the same teamname.\r\nBe sure your teamname is entered <em>exactly</em> the same.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nPrices are per person.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">state park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Friday, April 27</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Saturday, April 28\r\nPacket Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:46:33','2018-01-23 04:46:33','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2943',0,'revision','',0),(2944,3,'2018-01-23 04:49:55','2018-01-23 04:49:55','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nPrices are per person.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">state park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Friday, April 27</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Saturday, April 28\r\nPacket Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:49:55','2018-01-23 04:49:55','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2944',0,'revision','',0),(2945,3,'2018-01-23 04:55:06','2018-01-23 04:55:06','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Friday, April 27</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Saturday, April 28\r\nPacket Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:55:06','2018-01-23 04:55:06','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2945',0,'revision','',0),(2946,3,'2018-01-23 04:57:46','2018-01-23 04:57:46','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n<ul>\r\n <li>Top 3 in each category will be awarded at each individual race with awards.</li>\r\n <li>Every Racer receives a finisher medal</li>\r\n</ul>\r\n<ul>\r\n <li><strong>Kid’s Race:</strong> All kids receive a finishing award & stickers for exhibiting the courage to compete - plus they\'ll love it!</li>\r\n</ul>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Friday, April 27</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Saturday, April 28\r\nPacket Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:57:46','2018-01-23 04:57:46','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2946',0,'revision','',0),(2947,3,'2018-01-23 04:59:45','2018-01-23 04:59:45','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n<ul>\r\n <li>Awards to Top 3 in each category</li>\r\n <li>Every Racer receives a finisher medal</li>\r\n <li><strong>Kid’s Race:</strong> All kids receive a finishing award & stickers for exhibiting the courage to compete - plus they\'ll love it!</li>\r\n</ul>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Friday, April 27</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Saturday, April 28\r\nPacket Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 04:59:45','2018-01-23 04:59:45','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2947',0,'revision','',0),(2948,3,'2018-01-23 05:03:11','2018-01-23 05:03:11','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n<ul>\r\n <li>Awards to Top 3 in each category</li>\r\n <li>Every Racer receives a finisher medal</li>\r\n <li><strong>Kid’s Race:</strong> All kids receive a finishing award & stickers for exhibiting the courage to compete - plus they\'ll love it!</li>\r\n</ul>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Pre-Ride</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:03:11','2018-01-23 05:03:11','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2948',0,'revision','',0),(2949,3,'2018-01-23 05:03:24','2018-01-23 05:03:24','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n<ul>\r\n <li>Awards to Top 3 in each category</li>\r\n <li>Every Racer receives a finisher medal</li>\r\n <li><strong>Kid’s Race:</strong> All kids receive a finishing award & stickers for exhibiting the courage to compete - plus they\'ll love it!</li>\r\n</ul>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:03:24','2018-01-23 05:03:24','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2949',0,'revision','',0),(2950,3,'2018-01-23 05:04:07','2018-01-23 05:04:07','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n<ul>\r\n <li>Awards to Top 3 in each category</li>\r\n <li>Every Racer receives a finisher medal</li>\r\n <li><strong>Kid’s Race:</strong> All kids receive a finishing award & stickers for exhibiting the courage to compete - plus they\'ll love it!</li>\r\n</ul>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:04:07','2018-01-23 05:04:07','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2950',0,'revision','',0),(2951,3,'2018-01-23 05:07:16','2018-01-23 05:07:16','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n<ul>\r\n <li>Awards to Top 3 in each category</li>\r\n <li>Every Racer receives a finisher medal</li>\r\n <li><strong>Kid’s Race:</strong> All kids receive a finishing award & stickers for exhibiting the courage to compete - plus they\'ll love it!</li>\r\n</ul>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n<h2></h2>\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\n-The paddle is in the boat of your choice and you can either rent a canoe from the state park ($15 which includes the boat, paddles and jackets for 2 person teams) or you can bring your own boat. If you are racing solo you must bring your own boat because the state park canoes are for 2 person teams only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No Cyclocross bikes allowed)</strong>\r\n-Bike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\n-Course will be marked with BLUE arrows and tape to help you stay on path.\r\n-NO Aid Stations on the bike. This is an adventure race and you must be self-sufficient. Please carry a hydration pack or water bottle for this leg of the race.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\n-This course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n-Course will be marked by RED arrows and tape to help you stay on path.\r\n-NO Aid stations on course. This is an adventure race and you must be self-sufficient. Most racers carry a small hydration or hand held water bottle for this leg of the race.\r\n\r\n<strong>MYSTERY EVENT</strong>\r\n\r\nA mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include: 1) In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it 2) Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket 3)Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started. 4) Blindfold 1 teammate and place a puzzle of about 10 pieces in front of him. The other teammate may only verbally tell the blindfolded teammate where to put place the pieces to build the puzzle. 5)Place an oreo cookie (or gluten free food if needed) on your forehead, without using your hands, make it move from your forehead to your mouth and take a bite.\r\n\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n-<strong>Note: </strong>Huntsville State Park is open to the public and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n \r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:07:16','2018-01-23 05:07:16','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2951',0,'revision','',0),(2952,3,'2018-01-23 05:08:16','2018-01-23 05:08:16','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n<ul>\r\n <li>Awards to Top 3 in each category</li>\r\n <li>Every Racer receives a finisher medal</li>\r\n <li><strong>Kid’s Race:</strong> All kids receive a finishing award & stickers for exhibiting the courage to compete - plus they\'ll love it!</li>\r\n</ul>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n<h2></h2>\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\n-The paddle is in the boat of your choice and you can either rent a canoe from the state park ($15 which includes the boat, paddles and jackets for 2 person teams) or you can bring your own boat. If you are racing solo you must bring your own boat because the state park canoes are for 2 person teams only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No Cyclocross bikes allowed)</strong>\r\n-Bike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\n-Course will be marked with BLUE arrows and tape to help you stay on path.\r\n-NO Aid Stations on the bike. This is an adventure race and you must be self-sufficient. Please carry a hydration pack or water bottle for this leg of the race.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\n-This course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n-Course will be marked by RED arrows and tape to help you stay on path.\r\n-NO Aid stations on course. This is an adventure race and you must be self-sufficient. Most racers carry a small hydration or hand held water bottle for this leg of the race.\r\n\r\n<strong>MYSTERY EVENT</strong>\r\n\r\nA mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include: 1) In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it 2) Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket 3)Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started. 4) Blindfold 1 teammate and place a puzzle of about 10 pieces in front of him. The other teammate may only verbally tell the blindfolded teammate where to put place the pieces to build the puzzle. 5)Place an oreo cookie (or gluten free food if needed) on your forehead, without using your hands, make it move from your forehead to your mouth and take a bite.\r\n\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n-<strong>Note: </strong>Huntsville State Park is open to the public and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:08:16','2018-01-23 05:08:16','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2952',0,'revision','',0),(2953,3,'2018-01-23 05:11:49','2018-01-23 05:11:49','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nEnter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\n\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n<h2></h2>\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\n-The paddle is in the boat of your choice and you can either rent a canoe from the state park ($15 which includes the boat, paddles and jackets for 2 person teams) or you can bring your own boat. If you are racing solo you must bring your own boat because the state park canoes are for 2 person teams only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No Cyclocross bikes allowed)</strong>\r\n-Bike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\n-Course will be marked with BLUE arrows and tape to help you stay on path.\r\n-NO Aid Stations on the bike. This is an adventure race and you must be self-sufficient. Please carry a hydration pack or water bottle for this leg of the race.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\n-This course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n-Course will be marked by RED arrows and tape to help you stay on path.\r\n-NO Aid stations on course. This is an adventure race and you must be self-sufficient. Most racers carry a small hydration or hand held water bottle for this leg of the race.\r\n\r\n<strong>MYSTERY EVENT</strong>\r\n\r\nA mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include: 1) In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it 2) Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket 3)Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started. 4) Blindfold 1 teammate and place a puzzle of about 10 pieces in front of him. The other teammate may only verbally tell the blindfolded teammate where to put place the pieces to build the puzzle. 5)Place an oreo cookie (or gluten free food if needed) on your forehead, without using your hands, make it move from your forehead to your mouth and take a bite.\r\n\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n-<strong>Note: </strong>Huntsville State Park is open to the public and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:11:49','2018-01-23 05:11:49','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2953',0,'revision','',0),(2954,3,'2018-01-23 05:20:58','2018-01-23 05:20:58','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass). Follow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\n \r\n\r\nHuntsville State Park is open to the public and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nThis is an adventure race and you must be self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice and you can either rent a canoe from the state park ($15 which includes the boat, paddles and jackets for 2 person teams) or you can bring your own boat. If you are racing solo you must bring your own boat because the state park canoes are for 2 person teams only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No Cyclocross bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked by <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:20:58','2018-01-23 05:20:58','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2954',0,'revision','',0),(2955,3,'2018-01-23 05:22:10','2018-01-23 05:22:10','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass). Follow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement). <strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\n \r\n\r\nHuntsville State Park is open to the public and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nThis is an adventure race and you must be self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice and you can either rent a canoe from the state park ($15 which includes the boat, paddles and jackets for 2 person teams) or you can bring your own boat. If you are racing solo you must bring your own boat because the state park canoes are for 2 person teams only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No Cyclocross bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked by <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:22:10','2018-01-23 05:22:10','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2955',0,'revision','',0),(2956,3,'2018-01-23 05:23:49','2018-01-23 05:23:49','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n<strong>Parking</strong> is in the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer.\r\nArrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nIt is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nThis is an adventure race and you must be self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice and you can either rent a canoe from the state park ($15 which includes the boat, paddles and jackets for 2 person teams) or you can bring your own boat. If you are racing solo you must bring your own boat because the state park canoes are for 2 person teams only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No Cyclocross bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked by <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:23:49','2018-01-23 05:23:49','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2956',0,'revision','',0),(2957,3,'2018-01-23 05:25:22','2018-01-23 05:25:22','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nIt is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nThis is an adventure race and you must be self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice and you can either rent a canoe from the state park ($15 which includes the boat, paddles and jackets for 2 person teams) or you can bring your own boat. If you are racing solo you must bring your own boat because the state park canoes are for 2 person teams only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No Cyclocross bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked by <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:25:22','2018-01-23 05:25:22','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2957',0,'revision','',0),(2958,3,'2018-01-23 05:26:01','2018-01-23 05:26:01','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nThis is an adventure race and you must be self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice and you can either rent a canoe from the state park ($15 which includes the boat, paddles and jackets for 2 person teams) or you can bring your own boat. If you are racing solo you must bring your own boat because the state park canoes are for 2 person teams only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No Cyclocross bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked by <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:26:01','2018-01-23 05:26:01','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2958',0,'revision','',0),(2959,3,'2018-01-23 05:31:04','2018-01-23 05:31:04','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>RUN – Approx 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked by <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows and tape to help you stay on path.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>We build a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. You will place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. Instead, you will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>GENERAL OVERVIEW\r\n</strong>Follow the signs to race start/finish when you come in the front gate of the park. The start/finish will be located at Screened Shelter #1 in the utility easement just to the side. Please do not speed in the state park. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area. It is very typical to see the state police at the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:31:04','2018-01-23 05:31:04','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2959',0,'revision','',0),(2960,3,'2018-01-23 05:34:10','2018-01-23 05:34:10','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling in a boat of your choice (reserve a canoe from the State Park or bring your own), and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:34:10','2018-01-23 05:34:10','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2960',0,'revision','',0),(2961,3,'2018-01-23 05:36:21','2018-01-23 05:36:21','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:36:21','2018-01-23 05:36:21','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2961',0,'revision','',0),(2962,3,'2018-01-23 05:39:14','2018-01-23 05:39:14','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n<strong>Registration includes:</strong> A well-organized event (Terra Firma turns 20 this year...), a sweet pair of race socks, race raffle, custom awards, finisher medal, and post-race food.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\nCanoe Rental (one per team) is available from <a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park</a> for $15.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:39:14','2018-01-23 05:39:14','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2962',0,'revision','',0),(2963,3,'2018-01-23 05:40:56','2018-01-23 05:40:56','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n<strong>Registration includes:</strong> A well-organized event (Terra Firma turns 20 this year...), a sweet pair of race socks, race raffle, custom awards, finisher medal, and post-race food.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:40:56','2018-01-23 05:40:56','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2963',0,'revision','',0),(2964,3,'2018-01-23 05:42:31','2018-01-23 05:42:31','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nPrices are per person.\r\n\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:42:31','2018-01-23 05:42:31','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2964',0,'revision','',0),(2965,3,'2018-01-23 05:44:30','2018-01-23 05:44:30','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:44:30','2018-01-23 05:44:30','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2965',0,'revision','',0),(2966,3,'2018-01-23 05:45:48','2018-01-23 05:45:48','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1 (starting up the utility easement).\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nCourse will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:45:48','2018-01-23 05:45:48','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2966',0,'revision','',0),(2967,3,'2018-01-23 05:47:48','2018-01-23 05:47:48','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 05:47:48','2018-01-23 05:47:48','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2967',0,'revision','',0),(2969,3,'2018-01-23 14:42:10','2018-01-23 14:42:10','@media screen and (max-width: 865px){\n #parallax {\n background-position: 0% -40px!important;\n }}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-23 14:42:10','2018-01-23 14:42:10','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=2969',0,'revision','',0),(2970,3,'2018-01-23 14:43:03','2018-01-23 14:43:03','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 14:43:03','2018-01-23 14:43:03','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2970',0,'revision','',0),(2972,3,'2018-01-23 15:09:07','2018-01-23 15:09:07','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-23 15:09:07','2018-01-23 15:09:07','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=2972',0,'revision','',0),(2973,3,'2018-01-23 16:13:39','2018-01-23 16:13:39','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n<div style=\"float:left; margin-left:-181px; width:181px; margin-bottom:5px; z-index:5000; position:fixed;top:0; z-index:-1;\"><a href=\"/\"><img src=\"/images/2011/template/tf_logo.png\" alt=\"Terra Firma Racing\" border=\"0\"></a>[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]</div>\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 16:13:39','2018-01-23 16:13:39','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2973',0,'revision','',0),(2974,3,'2018-01-23 16:20:17','2018-01-23 16:20:17','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n<div style=\"float:left; margin-left:-181px; width:181px; margin-bottom:5px; z-index:5000; position:fixed;top:50%; z-index:-1;\"><a href=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\"></a>\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-red]\r\n</div>\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 16:20:17','2018-01-23 16:20:17','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2974',0,'revision','',0),(2975,3,'2018-01-23 16:30:19','2018-01-23 16:30:19','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n<div style=\"float:left; margin-left:-181px; width:181px; margin-bottom:5px; z-index:5000; position:fixed;top:40%; z-index:-1;\"><a href=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\"></a>\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-red]\r\n</div>\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 16:30:19','2018-01-23 16:30:19','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2975',0,'revision','',0),(2976,3,'2018-01-23 16:30:39','2018-01-23 16:30:39','<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n<div style=\"float:left; margin-left:-181px; width:181px; margin-bottom:5px; z-index:5000; position:fixed;top:40%; z-index:-1;\"><a href=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\"></a>\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-red]\r\n</div>\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 16:30:39','2018-01-23 16:30:39','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2976',0,'revision','',0),(2978,3,'2018-01-23 16:32:52','2018-01-23 16:32:52','<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n<div style=\"float:left; margin-left:-181px; width:181px; margin-bottom:5px; z-index:5000; position:fixed;top:40%; z-index:-1;\"><a href=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\"></a>\r\n[button-red url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n</div>\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7522178815166!2d-97.12765118453204!3d30.04396572554936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1515266847654\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 16:32:52','2018-01-23 16:32:52','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2978',0,'revision','',0),(2979,3,'2018-01-23 18:08:08','2018-01-23 18:08:08','<div style=\"float: center; width: 181px; margin-left: -181px; margin-bottom: 5px; z-index: 3; position: fixed; top: 0;\">\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n\r\n</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:08:08','2018-01-23 18:08:08','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2979',0,'revision','',0),(2980,3,'2018-01-23 18:08:53','2018-01-23 18:08:53','<div style=\"float: center; width: 181px; margin-left: -181px; margin-top:50%;margin-bottom: 5px; z-index: 3; position: fixed; top: 0;\">\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n\r\n</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:08:53','2018-01-23 18:08:53','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2980',0,'revision','',0),(2981,3,'2018-01-23 18:09:12','2018-01-23 18:09:12','<div style=\"float: center; width: 181px; margin-left: -181px; margin-top:10%;margin-bottom: 5px; z-index: 3; position: fixed; top: 0;\">\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n\r\n</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:09:12','2018-01-23 18:09:12','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2981',0,'revision','',0),(2982,3,'2018-01-23 18:10:12','2018-01-23 18:10:12','<div style=\"float: center; width: 181px; margin-left: -181px; margin-top:160px;margin-bottom: 5px; z-index: 3; position: fixed; top: 0;\">\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n\r\n</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:10:12','2018-01-23 18:10:12','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2982',0,'revision','',0),(2983,3,'2018-01-23 18:10:58','2018-01-23 18:10:58','<div style=\"float: center; width: 181px; margin-left: -181px;margin-bottom: 5px; z-index: 3; position: fixed; top:40%;\">\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n\r\n</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:10:58','2018-01-23 18:10:58','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2983',0,'revision','',0),(2984,3,'2018-01-23 18:14:42','2018-01-23 18:14:42','<div style=\"float: center; width: 181px; margin-left: -185px;margin-bottom: 5px; z-index: 3; position: fixed; top:40%;\">\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n\r\n</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:14:42','2018-01-23 18:14:42','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2984',0,'revision','',0),(2985,3,'2018-01-23 18:15:56','2018-01-23 18:15:56','<div style=\"float: center; width: 181px; margin-left: -191px;margin-bottom: 5px; z-index: 3; position: fixed; top:40%;\">\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n\r\n</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:15:56','2018-01-23 18:15:56','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2985',0,'revision','',0),(2986,3,'2018-01-23 18:17:48','2018-01-23 18:17:48','<div style=\"float: center; width: 181px; margin-left: -181px;margin-bottom: 5px; z-index: 3; position: fixed; top:40%;\">\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n\r\n</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:17:48','2018-01-23 18:17:48','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2986',0,'revision','',0),(2987,3,'2018-01-23 18:20:37','2018-01-23 18:20:37','<div id=\"side-button\" style=\"float: center; width: 181px; margin-left: -181px;margin-bottom: 5px; z-index: 3; position: fixed; top:40%;\">\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n</div>\r\n\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:20:37','2018-01-23 18:20:37','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2987',0,'revision','',0),(2989,3,'2018-01-23 18:22:52','2018-01-23 18:22:52','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n#side-button{\n float: center; \n width: 181px; \n margin-left: -181px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n}\n\n ','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-23 18:22:52','2018-01-23 18:22:52','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=2989',0,'revision','',0),(2990,3,'2018-01-23 18:22:56','2018-01-23 18:22:56','<div id=\"side-button\">\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]\r\n</div>\r\n\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of your Awesomeness</strong></h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 18:22:56','2018-01-23 18:22:56','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=2990',0,'revision','',0),(2992,3,'2018-01-23 18:28:22','2018-01-23 18:28:22','@media screen and (max-width: 946px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n#side-button{\n float: center; \n width: 181px; \n margin-left: -181px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n}\n\n ','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-23 18:28:22','2018-01-23 18:28:22','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=2992',0,'revision','',0),(2994,3,'2018-01-23 18:28:45','2018-01-23 18:28:45','@media screen and (max-width: 1024px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n#side-button{\n float: center; \n width: 181px; \n margin-left: -181px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n}\n\n ','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-23 18:28:45','2018-01-23 18:28:45','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=2994',0,'revision','',0),(2996,3,'2018-01-23 18:35:28','2018-01-23 18:35:28','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n#side-button{\n float: left; \n width: 181px; \n margin-left: -181px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n}\n\n ','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-23 18:35:28','2018-01-23 18:35:28','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=2996',0,'revision','',0),(2997,3,'2018-01-23 18:37:02','2018-01-23 18:37:02','<div id=\"side-button\">\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race opens February 1, 2018[/button-white]\r\n</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 18:37:02','2018-01-23 18:37:02','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2997',0,'revision','',0),(2998,3,'2018-02-25 00:37:44','2018-02-25 00:37:44','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-autosave-v1','','','2018-02-25 00:37:44','2018-02-25 00:37:44','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=2998',0,'revision','',0),(2999,3,'2018-01-23 18:48:53','2018-01-23 18:48:53','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race opens February 1, 2018[/button-white]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 18:48:53','2018-01-23 18:48:53','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=2999',0,'revision','',0),(3000,3,'2018-01-23 18:49:06','2018-01-23 18:49:06','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race opens February 1, 2018[/button-white]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n<h2></h2>\r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 18:49:06','2018-01-23 18:49:06','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=3000',0,'revision','',0),(3001,3,'2018-01-23 18:49:33','2018-01-23 18:49:33','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race opens February 1, 2018[/button-white]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong> April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 18:49:33','2018-01-23 18:49:33','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=3001',0,'revision','',0),(3002,3,'2018-01-23 19:22:29','2018-01-23 19:22:29','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race opens February 1, 2018[/button-white]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Will Open February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 19:22:29','2018-01-23 19:22:29','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=3002',0,'revision','',0),(3003,3,'2018-01-23 19:32:40','2018-01-23 19:32:40','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the XTERRA Trail Running Series—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Early-bird Registration</strong>\r\nEnds 11:59 p.m. (CST) April 8, 2018</h4>\r\n<h4>5k: $40\r\n15k: $60\r\n13.1 mile: $80</h4>\r\n<h4><strong>Regular Online Registration</strong>\r\nEnds 11:59 p.m. (CST) April 28, 2018</h4>\r\n<h4>5k: $50\r\n15k: $70\r\n13.1 mile: $90</h4>\r\n<h4><strong>Race Day Registration</strong>\r\nSunday, April 29, 7:30-8:30 a.m.</h4>\r\n<h4>5k: $60\r\n15k: $80\r\n13.1 mile: $100</h4>\r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Huntsville State Park</strong>\r\n<span style=\"line-height: 1.5;\">State Park info</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nSunday 7:30-8:30 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSunday 8:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\nContact <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/campsites\">Huntsville State Park</a> for camping reservations.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 19:32:40','2018-01-23 19:32:40','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3003',0,'revision','',0),(3004,3,'2018-01-23 20:32:20','2018-01-23 20:32:20','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the XTERRA Trail Running Series—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59pm (CST) April 8th\r\n$50 until 11:59pm (CST) April 28th\r\n$60 On-site Registration 7:30am-8:30am race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59pm (CST) April 8th\r\n$70 until 11:59pm (CST) April 28th\r\n$80 On-site Registration 7:30am-8:30am race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59pm (CST) April 8th\r\n$90 until 11:59pm (CST) April 28th\r\n$100 On-site Registration 7:30am-8:30am race morning\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<div id=\"side-button\">\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. This is <em>your</em> race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 20:32:20','2018-01-23 20:32:20','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3004',0,'revision','',0),(3005,3,'2018-01-23 20:44:01','2018-01-23 20:44:01','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the XTERRA Trail Running Series—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<div id=\"side-button\">\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 20:44:01','2018-01-23 20:44:01','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3005',0,'revision','',0),(3006,3,'2018-01-23 20:45:15','2018-01-23 20:45:15','<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the XTERRA Trail Running Series—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<div id=\"side-button\">\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n\r\n</div>\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 20:45:15','2018-01-23 20:45:15','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3006',0,'revision','',0),(3007,3,'2018-01-23 20:45:39','2018-01-23 20:45:39','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the XTERRA Trail Running Series—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 20:45:39','2018-01-23 20:45:39','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3007',0,'revision','',0),(3008,3,'2018-01-23 20:46:28','2018-01-23 20:46:28','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race opens February 1, 2018[/button-white]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75</strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 20:46:28','2018-01-23 20:46:28','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=3008',0,'revision','',0),(3009,3,'2018-01-23 21:03:53','2018-01-23 21:03:53','<div id=\"side-button\">[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Race Day</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 21:03:53','2018-01-23 21:03:53','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=3009',0,'revision','',0),(3010,3,'2018-01-23 21:08:54','2018-01-23 21:08:54','<div id=\"side-button\">[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<hr />\r\n\r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n<span style=\"color: black;\">This race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period. </span>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-23 21:08:54','2018-01-23 21:08:54','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=3010',0,'revision','',0),(3012,3,'2018-01-23 21:27:13','2018-01-23 21:27:13','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\nPodium Categories\r\n\r\nOverall: Male & Female - 3 deep\r\nPhysically Challenged Open Male/Female - 3 Deep (See Athlete’s Resources below for more information about XTERRA PC categories)\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4>3-person Relay</h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:27:13','2018-01-23 21:27:13','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3012',0,'revision','',0),(3013,3,'2018-01-23 21:27:51','2018-01-23 21:27:51','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\nOverall: Male & Female - 3 deep\r\nPhysically Challenged Open Male/Female - 3 Deep (See Athlete’s Resources below for more information about XTERRA PC categories)\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4>3-person Relay</h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:27:51','2018-01-23 21:27:51','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3013',0,'revision','',0),(3014,3,'2018-01-23 21:29:03','2018-01-23 21:29:03','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall: Male & Female - 3 deep\r\nPhysically Challenged Open Male/Female - 3 Deep (See Athlete’s Resources below for more information about XTERRA PC categories)\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:29:03','2018-01-23 21:29:03','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3014',0,'revision','',0),(3015,3,'2018-01-23 21:29:22','2018-01-23 21:29:22','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall: Male & Female - 3 deep\r\nPhysically Challenged Open Male/Female - 3 Deep (See Athlete’s Resources below for more information about XTERRA PC categories)\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:29:22','2018-01-23 21:29:22','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3015',0,'revision','',0),(3016,3,'2018-01-23 21:30:57','2018-01-23 21:30:57','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall: Male & Female - 3 deep\r\nPhysically Challenged Open Male/Female - 3 Deep (See Athlete’s Resources below for more information about XTERRA PC categories)\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:30:57','2018-01-23 21:30:57','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3016',0,'revision','',0),(3017,3,'2018-01-23 21:31:30','2018-01-23 21:31:30','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall: Male & Female - 3 deep\r\nPhysically Challenged Open Male/Female - 3 Deep (See Athlete’s Resources below for more information about XTERRA PC categories)\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:31:30','2018-01-23 21:31:30','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3017',0,'revision','',0),(3018,3,'2018-01-23 21:32:25','2018-01-23 21:32:25','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall: Male & Female - 3 deep\r\nPhysically Challenged Open Male/Female - 3 Deep (See Athlete’s Resources below for more information about XTERRA PC categories)\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:32:25','2018-01-23 21:32:25','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3018',0,'revision','',0),(3019,3,'2018-01-23 21:35:09','2018-01-23 21:35:09','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall: Male & Female - 3 deep\r\nPhysically Challenged Open Male/Female - 3 Deep (See Athlete’s Resources below for more information about XTERRA PC categories)\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:35:09','2018-01-23 21:35:09','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3019',0,'revision','',0),(3020,3,'2018-01-23 21:42:04','2018-01-23 21:42:04','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:42:04','2018-01-23 21:42:04','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3020',0,'revision','',0),(3021,3,'2018-01-23 21:42:34','2018-01-23 21:42:34','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\nCourse open for pre-ride/run. Tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:42:34','2018-01-23 21:42:34','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3021',0,'revision','',0),(3022,3,'2018-01-23 21:44:07','2018-01-23 21:44:07','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-01-23 21:44:07','2018-01-23 21:44:07','',2761,'http://staging.terrafirmaracing.com/wordpress/?p=3022',0,'revision','',0),(3023,3,'2018-03-01 19:57:25','2018-03-01 19:57:25','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\n<h2>May 26, 2018</h2>\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\nRace Start: 7:00 p.m. **night run**</h3>\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\n\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\n\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Recognition of Your Awesomeness</h2>\n<h4>Podium Categories</h4>\n<ul>\n <li>Overall: Male & Female for each distance</li>\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\n <li>Physically Challenged Open Male/Female – 1 deep</li>\n <li>Age Groups: - 3 Deep</li>\n <li>Finisher Medal to all finishers</li>\n</ul>\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\n\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\n[envira-gallery id=\"2901\"]\n<h2>Pricing</h2>\n<h4><strong>5k</strong></h4>\n$40 until 11:59 p.m. (CST) May 5\n$50 until 11:59 p.m. (CST) May 25\n$60 On-site Registration 5:30–6:30 p.m.\n<h4><strong>15k</strong></h4>\n$60 until 11:59 p.m. (CST) May 5\n$70 until 11:59 p.m. (CST) May 25\n$80 On-site Registration 5:30–6:30 p.m.\n<h4><strong>13.1mile Half Marathon:</strong></h4>\n$80 until 11:59 p.m. (CST) May 5\n$90 until 11:59 p.m. (CST) May 25\n$100 On-site Registration 5:30–6:30 p.m.\n\nAthletes <18 years old get $10 off the above pricing.\n\n<strong>Race is limited to 200 racers</strong>\n\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Weekend Schedule</h2>\n<h4>Thursday, May 24</h4>\n<strong>Pre-ride/run</strong>\nCourse open for riding, will be tentatively marked by 4:00 p.m.\n<h4>Friday, May 25</h4>\n<strong>Packet Pickup and Late Registration</strong>\nTime/Location TBD\n\n<strong>Pre-ride/run</strong>\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\n<h4>Saturday, May 26</h4>\n<strong>Check-in or On-site Registration </strong>\n5:30-6:30 p.m.\nFollow the signs after entering at guard gate\n\n<strong>Mandatory Pre-Race Meeting</strong>\n6:45 p.m.\n\n<strong>Race Start </strong>\n7:00 p.m.\n\n<b>Awards\n5k - ~8 p.m.\n15k - ~9 p.m.\n13.1m - ~10:15 p.m.</b>\n\n<strong>Park Closes at 10 p.m.\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\n\n<hr />\n\n<h2>Murrell Park, Flower Mound, Texas</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\n\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\n\nDay use is Free at Murrell Park.\n\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\n\n<hr />\n\n<h2>Course</h2>\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\n\n<strong>AID STATIONS</strong>\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\n\n<strong>5k Trail Run</strong>\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\nAid Station at Park Road 5 (1.7 miles into course)\n\n<strong>15k Trail Run\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\n\n<strong>13.1mile Trail Run (Half Marathon)\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\n\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\n\n<hr />\n\n<h2>Sponsors</h2>\n<h2>Sponsors</h2>\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\n</a>\n\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\n[/one_third]\n\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\n\n\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\n[/one_third]\n\n[one_third_last]\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\n</a>[/one_third_last]\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-autosave-v1','','','2018-03-01 19:57:25','2018-03-01 19:57:25','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3023',0,'revision','',0),(3024,3,'2018-01-23 22:12:57','2018-01-23 22:12:57','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 7:00 p.m. <span style=\"color: #00ff00;\">**night run**</span></h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<strong> </strong>\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>\r\n\r\n ','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:12:57','2018-01-23 22:12:57','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3024',0,'revision','',0),(3025,3,'2018-01-23 22:13:12','2018-01-23 22:13:12','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the XTERRA Trail Running Series—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 22:13:12','2018-01-23 22:13:12','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3025',0,'revision','',0),(3026,3,'2018-01-23 22:13:46','2018-01-23 22:13:46','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 22:13:46','2018-01-23 22:13:46','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3026',0,'revision','',0),(3027,3,'2018-01-23 22:15:20','2018-01-23 22:15:20','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<strong> </strong>\r\n\r\n<hr />\r\n\r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n[envira-gallery id=\"2901\"]\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>\r\n\r\n ','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:15:20','2018-01-23 22:15:20','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3027',0,'revision','',0),(3028,3,'2018-01-23 22:15:52','2018-01-23 22:15:52','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<strong> </strong>\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>\r\n\r\n ','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:15:52','2018-01-23 22:15:52','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3028',0,'revision','',0),(3029,3,'2018-01-23 22:19:29','2018-01-23 22:19:29','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your</strong> Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<strong> </strong>\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>\r\n\r\n ','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:19:29','2018-01-23 22:19:29','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3029',0,'revision','',0),(3033,3,'2018-01-23 22:36:03','2018-01-23 22:36:03','','RD-Trail-Run-Feature','','inherit','open','closed','','rd-trail-run-feature','','','2018-01-23 22:36:03','2018-01-23 22:36:03','',2772,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/RD-Trail-Run-Feature.jpg',0,'attachment','image/jpeg',0),(3034,3,'2018-01-23 22:36:54','2018-01-23 22:36:54','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<strong> </strong>\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>\r\n\r\n ','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:36:54','2018-01-23 22:36:54','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3034',0,'revision','',0),(3035,3,'2018-01-23 22:38:08','2018-01-23 22:38:08','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<strong> </strong>\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>\r\n\r\n','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:38:08','2018-01-23 22:38:08','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3035',0,'revision','',0),(3036,3,'2018-01-23 22:38:39','2018-01-23 22:38:39','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<strong> </strong>\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>\r\n\r\n','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:38:39','2018-01-23 22:38:39','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3036',0,'revision','',0),(3037,3,'2018-01-23 22:39:26','2018-01-23 22:39:26','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>\r\n','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:39:26','2018-01-23 22:39:26','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3037',0,'revision','',0),(3038,3,'2018-03-02 20:58:18','2018-03-02 20:58:18','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]</div>\n<h2>July 7, 2018</h2>\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\nRace Start: 7:00 p.m. **night run**</h3>\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\n\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\n\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\n\n[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Recognition of Your Awesomeness</h2>\n<h4>Podium Categories</h4>\n<ul>\n <li>Overall: Male & Female for each distance</li>\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\n <li>Physically Challenged Open Male/Female – 1 deep</li>\n <li>Age Groups: - 3 Deep</li>\n <li>Finisher Medal to all finishers</li>\n</ul>\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\n\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\n[envira-gallery id=\"2901\"]\n<h2>Pricing</h2>\n<h4><strong>5k</strong></h4>\n$47 until 11:59 p.m. (CST) June 16\n$57 until 11:59 p.m. (CST) July 6\n$67 On-site Registration 5:30–6:30 p.m.\n<h4><strong>15k</strong></h4>\n$67 until 11:59 p.m. (CST) June 16\n$77 until 11:59 p.m. (CST) July 6\n$87 On-site Registration 5:30–6:30 p.m.\n<h4><strong>13.1mile Half Marathon:</strong></h4>\n$80 until 11:59 p.m. (CST) June 16\n$90 until 11:59 p.m. (CST) July 6\n$100 On-site Registration 5:30–6:30 p.m.\n\nAthletes <18 years old get $10 off the above pricing.\n\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\n\n<strong>Camping\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\n\n<span style=\"line-height: 1.5;\">[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]</span>\n<div class=\"clear\"></div>\n \n<h2>Weekend Schedule</h2>\n<h4>Saturday, July 7</h4>\n<strong>Arriving at Dinosaur Valley State Park\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\n\n<strong>Parking</strong>\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\n\n<strong>Check-in or On-site Registration </strong>\n5:30-6:30 p.m.\nRegistration table will be at Amphitheater.\n\n<strong>Mandatory Pre-Race Meeting</strong>\n6:45 p.m.\n\n<strong>Race Start </strong>\n7:00 p.m.\n\n<b>Awards\n5k - ~8 p.m.\n15k - ~9 p.m.\n13.1m - ~10:15 p.m.</b>\n\n<hr />\n\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\n\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\n\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\n\n<hr />\n\n<h2>Course</h2>\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\n\n<strong>AID STATIONS</strong>\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\n\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\n\n<strong>5k Trail Run\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\nAid Station at Park Road 5 (1.7 miles into course)\n\n<strong>15k Trail Run\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\n\n<strong>13.1mile Trail Run (Half Marathon)\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\n\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\n\n<hr />\n\n<h2>Sponsors</h2>\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\n</a>\n\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\n[/one_third]\n\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\n\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\n[/one_third]\n\n[one_third_last]\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\n</a>[/one_third_last]\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Runs','','inherit','closed','closed','','2783-autosave-v1','','','2018-03-02 20:58:18','2018-03-02 20:58:18','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=3038',0,'revision','',0),(3039,3,'2018-01-23 22:42:09','2018-01-23 22:42:09','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:42:09','2018-01-23 22:42:09','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3039',0,'revision','',0),(3040,3,'2018-01-23 22:57:25','2018-01-23 22:57:25','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 22:57:25','2018-01-23 22:57:25','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3040',0,'revision','',0),(3041,3,'2018-01-23 22:58:05','2018-01-23 22:58:05','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:58:05','2018-01-23 22:58:05','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3041',0,'revision','',0),(3042,3,'2018-01-23 22:58:18','2018-01-23 22:58:18','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]</span><i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nHotels or Other Choices for Glen Rose area lodging on Trip Advisor\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-23 22:58:18','2018-01-23 22:58:18','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=3042',0,'revision','',0),(3043,3,'2018-01-23 22:58:30','2018-01-23 22:58:30','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\nRace is limited to 200 racers\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-23 22:58:30','2018-01-23 22:58:30','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3043',0,'revision','',0),(3044,3,'2018-01-23 22:58:47','2018-01-23 22:58:47','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-23 22:58:47','2018-01-23 22:58:47','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3044',0,'revision','',0),(3045,3,'2018-01-23 23:00:41','2018-01-23 23:00:41','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]</span><i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-23 23:00:41','2018-01-23 23:00:41','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=3045',0,'revision','',0),(3046,3,'2018-01-23 23:03:06','2018-01-23 23:03:06','','Jurassic-Trail-Run-Feature2','','inherit','open','closed','','jurassic-trail-run-feature2','','','2018-01-23 23:03:06','2018-01-23 23:03:06','',2783,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Jurassic-Trail-Run-Feature2.jpg',0,'attachment','image/jpeg',0),(3047,3,'2018-01-23 23:08:57','2018-01-23 23:08:57','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes 18 and younger are $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]</span><i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-23 23:08:57','2018-01-23 23:08:57','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=3047',0,'revision','',0),(3048,3,'2018-03-02 20:55:55','2018-03-02 20:55:55','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]</div>\n<h2>July 7, 2018</h2>\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\nRace Start: 8:00 a.m.</h3>\nCome run and bike where the dinosaurs roamed! This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure.\n\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Categories</h2>\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\n<ul>\n <li>2 Person Male Relay</li>\n <li>2 Person Female Relay</li>\n <li>2 Person Coed Relay</li>\n <li>2 Person Parent/Child (child under 18)</li>\n <li>Solo Male</li>\n <li>Solo Female</li>\n</ul>\n \n<h2>Recognition of Your Awesomeness</h2>\n[envira-gallery id=\"2901\"]\n<h2>Pricing (per person)</h2>\n<h4>Early-bird Registration\n<strong>$79 </strong>until June 16, 11:59 p.m. (CST)</h4>\n<h4>Regular Online Registration\n<strong>$89</strong> until July 6, 11:59 p.m. (CST)</h4>\n<h4>On-site Registration\n<strong>$99</strong> 6:30–7:30 a.m. race morning</h4>\nAthletes 18 and younger are $20 off the above pricing.\n\n<strong>Kids\' Races\n</strong>for children 10 and under - Free\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\n\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Weekend Schedule</h2>\n<h4>Saturday, July 7</h4>\n<strong>Arriving at Dinosaur Valley State Park\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\n\n<strong>Parking</strong>\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\n\n<strong>Check-in or On-site Registration </strong>\n6:30-7:30 a.m.\nRegistration table will be at Amphitheater.\n\n<strong>Mandatory Pre-Race Meeting</strong>\n7:45 a.m.\n\n<strong>Race Start </strong>\n8:00 a.m.\n\n<b>Awards\n</b>noon-ish\n\n<hr />\n\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\n\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\n\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\n\n<hr />\n\n<h2>Course</h2>\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\n\n<strong>NO AID STATIONS</strong>\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\n\n<strong>5k Trail Run\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\n\n<strong>15k Bike\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\n\n<strong>2k Trail Run\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\n\n<strong>REQUIRED GEAR</strong>\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\n\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-autosave-v1','','','2018-03-02 20:55:55','2018-03-02 20:55:55','',2797,'http://staging.terrafirmaracing.com/wordpress/?p=3048',0,'revision','',0),(3049,3,'2018-01-23 23:17:56','2018-01-23 23:17:56','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race opens February 1, 2018[/button-white]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75 </strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-23 23:17:56','2018-01-23 23:17:56','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=3049',0,'revision','',0),(3050,3,'2018-01-23 23:27:32','2018-01-23 23:27:32','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nCome run & bike where the Dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean <span style=\"color: black;\">This is a 5K Trail Run / 15K Mountain Bike Ride / 2K Trail Run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. </span>\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-01-23 23:27:32','2018-01-23 23:27:32','',2797,'http://staging.terrafirmaracing.com/wordpress/?p=3050',0,'revision','',0),(3051,3,'2018-01-24 00:22:21','2018-01-24 00:22:21','','JurassicDuathlon','','inherit','open','closed','','jurassicduathlon','','','2018-01-24 00:22:21','2018-01-24 00:22:21','',2797,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/JurassicDuathlon.jpg',0,'attachment','image/jpeg',0),(3053,3,'2018-01-24 00:29:47','2018-01-24 00:29:47','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nTerra Firma Racing \"[your-subject]\"\n[your-name] <info@terrafirmaracing.com>\ninfo@terrafirmaracing.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Terra Firma Racing (http://www.terrafirmaracing.com)\nReply-To: [your-email]\n\n\n\n\nTerra Firma Racing \"[your-subject]\"\nTerra Firma Racing <wordpress@staging.terrafirmaracing.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Terra Firma Racing (http://staging.terrafirmaracing.com/wordpress)\nReply-To: cpakat@me.com\n\n\n\nWoo! Your message sent. We\'ll get back to you as soon as we can.\nThis feels a bit like shoelaces coming untied during a race... Something\'s gone wrong, try again!\nYou have at least one flat tire, maybe two. Please fill out the required fields and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThis field is more important than body glide, y\'all!\nYou must be an endurance athlete. Channel your inner sprinter and shorten things up a bit, please!\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nDouble check your email address with the same care you double check your tire pressure: 21.23142psi front, 20.9843psi rear, please.\nThe URL is invalid.\nThe telephone number is invalid.','Contact Us','','publish','closed','closed','','contact-form-1','','','2018-01-28 21:38:37','2018-01-28 21:38:37','',0,'http://staging.terrafirmaracing.com/wordpress/?post_type=wpcf7_contact_form&p=3053',0,'wpcf7_contact_form','',0),(3055,3,'2018-01-24 00:39:16','2018-01-24 00:39:16','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n<span style=\"color: black;\">This race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period. </span>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-24 00:39:16','2018-01-24 00:39:16','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=3055',0,'revision','',0),(3056,3,'2018-01-24 00:41:05','2018-01-24 00:41:05','[contact-form-7 id=\"3053\" title=\"Contact Us\"]','Contact','','inherit','closed','closed','','9-revision-v1','','','2018-01-24 00:41:05','2018-01-24 00:41:05','',9,'http://staging.terrafirmaracing.com/wordpress/?p=3056',0,'revision','',0),(3057,3,'2018-01-24 00:41:33','2018-01-24 00:41:33','[contact-form-7 id=\"3053\" title=\"Contact Us\"]\r\n<div class=\"g-recaptcha\" data-sitekey=\"6LekMkIUAAAAAEx1GWYsc7hDbsX2jTah8y__YUAH\"></div>\r\n','Contact','','inherit','closed','closed','','9-revision-v1','','','2018-01-24 00:41:33','2018-01-24 00:41:33','',9,'http://staging.terrafirmaracing.com/wordpress/?p=3057',0,'revision','',0),(3058,3,'2018-01-24 00:45:35','2018-01-24 00:45:35','Have questions?\n\nGive us a shout and we will get back to you as soon as we can.','Contact Us','','inherit','closed','closed','','106-autosave-v1','','','2018-01-24 00:45:35','2018-01-24 00:45:35','',106,'http://staging.terrafirmaracing.com/wordpress/?p=3058',0,'revision','',0),(3059,3,'2018-01-24 00:46:12','2018-01-24 00:46:12','Have questions?\r\nA comment?\r\nA compliment?\r\nWant to tell us a story?\r\n\r\nGive us a shout, we would love to hear from you.','Contact Us','','inherit','closed','closed','','106-revision-v1','','','2018-01-24 00:46:12','2018-01-24 00:46:12','',106,'http://staging.terrafirmaracing.com/wordpress/?p=3059',0,'revision','',0),(3060,3,'2018-01-24 00:47:00','2018-01-24 00:47:00',' ','','','publish','closed','closed','','3060','','','2018-05-30 12:24:22','2018-05-30 12:24:22','',0,'http://staging.terrafirmaracing.com/wordpress/?p=3060',7,'nav_menu_item','',0),(3061,3,'2018-01-24 14:34:43','2018-01-24 14:34:43','','XTERRA Rock Dallas Triathlon','XTERRA Rock Dallas Triathlon','inherit','open','closed','','upcoming-events-04-2','','','2018-01-24 14:35:08','2018-01-24 14:35:08','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/Upcoming-Events-04-1.png',0,'attachment','image/png',0),(3062,3,'2018-01-24 15:14:24','2018-01-24 15:14:24','<div class=\"g-recaptcha\" data-sitekey=\"6LekMkIUAAAAAEx1GWYsc7hDbsX2jTah8y__YUAH\"></div>','Contact','','inherit','closed','closed','','9-revision-v1','','','2018-01-24 15:14:24','2018-01-24 15:14:24','',9,'http://staging.terrafirmaracing.com/wordpress/?p=3062',0,'revision','',0),(3063,3,'2018-01-24 15:16:35','2018-01-24 15:16:35','Have questions?\r\nA comment?\r\nA compliment?\r\nWant to tell us a story?\r\n\r\nGive us a shout, we would love to hear from you.\r\n\r\n[contact-form-7 id=\"3053\" title=\"Contact Us\"]','Contact Us','','inherit','closed','closed','','106-revision-v1','','','2018-01-24 15:16:35','2018-01-24 15:16:35','',106,'http://staging.terrafirmaracing.com/wordpress/?p=3063',0,'revision','',0),(3064,3,'2018-01-24 15:57:39','2018-01-24 15:57:39','Have questions?\r\nA comment?\r\nA compliment?\r\nWant to tell us a story?\r\n\r\nGive us a shout, we would love to hear from you.\r\n<script src=\'https://www.google.com/recaptcha/api.js\'></script>\r\n[contact-form-7 id=\"3053\" title=\"Contact Us\"]','Contact Us','','inherit','closed','closed','','106-revision-v1','','','2018-01-24 15:57:39','2018-01-24 15:57:39','',106,'http://staging.terrafirmaracing.com/wordpress/?p=3064',0,'revision','',0),(3065,3,'2018-02-02 15:36:14','2018-02-02 15:36:14','[tabs]\n\n[tab title=\"The Dirty Dozen\"]\n<h2>The Dirty Dozen Rules</h2>\n<ol>\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\n <li>The race director may change the rules, and has the final say in any ruling.</li>\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\n <li><strong>A Racer may only race for one Team.</strong></li>\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\n <li><strong>Minimum Lap Requirements</strong>\na) Solo – 1 lap\nb) 2 Person – each person must complete at least 1 lap.\nc) 3-4 Person – each person must complete at least 1 lap.\nd) Grande – each person must complete at least 1 lap.</li>\n <li><strong>The Finish\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\n</ol>\n[/tab]\n\n[tab title=\"Adventure Races\"]\n<h2>Adventure Race FAQs</h2>\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\n<ul>\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\n</ul>\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\n<ul>\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\n<em>towards </em><em>another race in the same year.</em></li>\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\n</ul>\n[/tab] [tab title=\"Duathlons\"]\n<h2>Duathlon FAQs</h2>\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\n<ul>\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\n</ul>\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\n<h4>Where does the exchange take place for relay teams?</h4>\nThe exchange will take place within the transition area between each event.\n<h4>What type of bike must I use?</h4>\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\n\n[/tab]\n\n \n\n[tab title=\"24hrs of Rocky Hill\"]\n<h2>24hrs of Rocky Hill Rules</h2>\n<ol>\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\n <li>The race director may change the rules, and has the final say in any ruling.\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\n<strong>A Racer may only race for one Team.</strong></li>\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\n <li><strong>Minimum Lap Requirements</strong>\na) Solo – 1 lap\nb) 2 Person – each person must complete at least 1 lap.\nc) 3-4 Person – each person must complete at least 1 lap.\nd) Grande – each person must complete at least 1 lap.</li>\n <li><strong>The Finish\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\n</ol>\n[/tab]\n\n[tab title=\"Terra Firma Refund Policy\"]\n<h2>Terra Firma Refund Policy</h2>\n<strong>My circumstances changed and now I can’t make it to the race, Can I get a refund?</strong>\n\nNO! no refunds under any circumstances.\nWait! Well maybe.\n\nWe at Terra Firma understand that things change, sometimes out of your control and we never want to rip anyone off.\nPlease understand that we make a considerable investment in shirts, awards, dumpsters, porta-potties, land-use fees and a host of other expenses to put a race on.\nWe know your one fee doesn’t affect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\n\nWe think we’ve come up with a <em>pretty liberal</em> policy and hope you agree:\n<ul>\n <li>Cancellations up to 14 days prior to the event will receive a 90% refund (but not the 3rd party service fee) or 100% credit to another race in the same year.</li>\n <li>Cancellations within 7-14 days prior to the event will not receive a refund but may receive a 50% credit towards another race in the same year.</li>\n <li>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</li>\n</ul>\nAlterations to the course, start time, disciplines and venue (to within a reasonable distance) are not grounds for a refund/credit, nor is plain ol’ bad weather.\n\nHave questions or need to cancel? Feel free to contact us.\n\n[/tab]\n\n[/tabs]','FAQs','','inherit','closed','closed','','2831-autosave-v1','','','2018-02-02 15:36:14','2018-02-02 15:36:14','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=3065',0,'revision','',0),(3066,3,'2018-01-24 16:07:56','2018-01-24 16:07:56','[tabs][tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2><strong>Duathlon</strong></h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Tab 3 Title\"]Insert tab 3 content here[/tab][/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-24 16:07:56','2018-01-24 16:07:56','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=3066',0,'revision','',0),(3067,3,'2018-01-24 16:17:14','2018-01-24 16:17:14','[tabs][tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2><strong>Duathlon</strong></h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-24 16:17:14','2018-01-24 16:17:14','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=3067',0,'revision','',0),(3068,3,'2018-01-24 16:19:27','2018-01-24 16:19:27','[tabs][tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2><strong>Duathlon</strong> FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-24 16:19:27','2018-01-24 16:19:27','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=3068',0,'revision','',0),(3069,3,'2018-01-24 16:24:03','2018-01-24 16:24:03','Have questions?\r\nA comment?\r\nA compliment?\r\nWant to tell us a story?\r\n\r\nGive us a shout, we would love to hear from you.\r\n[contact-form-7 id=\"3053\" title=\"Contact Us\"]','Contact Us','','inherit','closed','closed','','106-revision-v1','','','2018-01-24 16:24:03','2018-01-24 16:24:03','',106,'http://staging.terrafirmaracing.com/wordpress/?p=3069',0,'revision','',0),(3070,3,'2018-01-24 16:29:55','2018-01-24 16:29:55','[tabs][tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://staging.terrafirmaracing.com/wordpress/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-24 16:29:55','2018-01-24 16:29:55','',2831,'http://staging.terrafirmaracing.com/wordpress/?p=3070',0,'revision','',0),(3071,3,'2018-04-02 01:54:35','2018-04-02 01:54:35','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/94231/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]</div>\n<h2>October 20-21, 2018</h2>\n<h3>Rocky Hill Ranch, Smithville, Texas\n24-hr Race Start: Saturday, noon\n12-hr Race Start: Sunday, 12:00 a.m.\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\nA 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins. The single track winds through oak and pine groves combining quick up & down hills, short technical sections, and fast flowing trail. The course is marked with arrows for day riding, reflective tape for night riding. There are also 12hr and 6hr options with staggered start times, all finishing together at noon on Sunday.\n\n<span style=\"line-height: 1.5;\">You can find all the rules on <a href=\"http://www.terrafirmaracing.com/?page_id=2831\" target=\"_blank\" rel=\"noopener\">our FAQs page</a>. </span>\n\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\n<div class=\"clear\"></div>\n \n<h2>Recognition of your Awesomeness</h2>\n<h4>Podium Awards</h4>\n<ul>\n <li>Custom Awards to Top 3 in each category</li>\n <li>Team Trophy to 1<sup>st</sup> Place Grande Team</li>\n</ul>\n<h4>Special Awards:</h4>\n<ul>\n <li>Fastest Lap Male 24-hour (award)</li>\n <li>Fastest Lap Female 24-hour (award)</li>\n <li>Fastest Lap Solo Male 24-Hour (award)</li>\n <li>Fastest Lap Solo Female 24-Hour (award)</li>\n <li>Fastest LeMans Runner Male 24-Hour (award)</li>\n <li>Fastest LeMans Runner Female 24-Hour (award)</li>\n</ul>\n<h4>The Dirty Duel</h4>\nNeed another reason to race? If you competed in our 12-hr Dirty Dozen earlier this year (whether on a team or solo), and also the 24 Hours of Rocky Hill (team or solo), you will win the Dirty Duel award that holds both finisher medals from each race!\n\n[envira-gallery id=\"2914\"]\n<h4></h4>\n\n<hr />\n\n<h2>Pricing</h2>\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\n\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\n<h4>Early-bird Registration\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\n24-hr Solo: $150\n24-hr 2-10 Person: $130\n12-hr Solo or Team: $125\n6-hr Solo or Team: $100\n<h4>Regular Online Registration\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\n24-hr Solo: $160\n24-hr 2-10 Person: $140\n12-hr Solo or Team: $135\n6-hr Solo or Team: $110\n<h4>Race Day Registration\nFriday, October 19, 4-6:30 p.m.\nOR\nSaturday, October 20, 9-11:00 a.m.</h4>\n24-hr Solo: $170\n24-hr 2-10 Person: $150\n12-hr Solo or Team: $145\n6-hr Solo or Team: $120\n<h4><strong>Registration includes</strong>:</h4>\n<ul>\n <li>Sweet Save Our Soles race socks</li>\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\n <li>Finisher Medal to all participants</li>\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\n <li>Postrace meal</li>\n <li>Land Use Fees (Friday - Sunday)</li>\n <li>Tent Camping Fees (Friday - Sunday)</li>\n</ul>\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\n<div class=\"clear\"></div>\n \n<h2>Weekend Schedule</h2>\n<h4>Friday, October 18</h4>\n<strong>Arriving at Bluff Creek Ranch</strong>\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\n\n<strong>Packet Pickup and On-site Registration </strong>\n4:30-6:00 p.m. at Rocky Hill Ranch\n<h4>Saturday, October 19</h4>\n<strong>Arriving at Bluff Creek Ranch\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\n\n<strong>Packet Pickup and On-site Registration </strong>\n9:00-11:00 a.m. at Rocky Hill Ranch\n\n<strong>Pre-race Meeting </strong>\n11:30 a.m.\n\n<b>24-hr Race Start\n</b>noon\n\n<strong>Bike Rodeo </strong>\n3:00 p.m.\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\n\n<strong>Photo Booth</strong>\n5:30 p.m.\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\n\n<strong>Movies at the Saloon</strong>\nAfter Dark\nFamily friendly movies played on a projector in the Saloon!\n\n<strong>12-hrPacket Pickup and On-site Registration</strong>\n11:00 p.m.\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\n<h4>Sunday, October 20</h4>\n<strong>12-hr Race Start</strong>\nMidnight\n\n<strong>6-hr Packet Pickup and On-site Registration</strong>\n5-5:30 a.m.\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\n\n<strong>6-hr Race Start</strong>\n6:00 a.m.\n\n<strong>All Races Finish</strong>\nNoon\n\n<strong>Awards and Food\n</strong>12:30 p.m.\n\n \n\n<hr />\n\n<h2><strong>Rocky Hill</strong> Ranch</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\n\n<hr />\n\n<h2>Course</h2>\n[tabs][tab title=\"Brief Description\"]\n\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\n\n[/tab]\n\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\n\n \n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\n\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-autosave-v1','','','2018-04-02 01:54:35','2018-04-02 01:54:35','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=3071',0,'revision','',0),(3072,3,'2018-01-24 17:41:12','2018-01-24 17:41:12','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018[/button-red]</div>\r\n<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\nA 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins. The single track winds through oak and pine groves combining quick up & down hills, short technical sections, and fast flowing trail. The course is marked with arrows for day riding, reflective tape for night riding. There are also 12hr and 6hr options with staggered start times, all finishing together at noon on Sunday.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium Awards</h4>\r\n<ul>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Team Trophy to 1<sup>st</sup> Place Grande Team</li>\r\n</ul>\r\n<h4>Special Awards:</h4>\r\n<ul>\r\n <li>Fastest Lap Male 24-hour (award)</li>\r\n <li>Fastest Lap Female 24-hour (award)</li>\r\n <li>Fastest Lap Solo Male 24-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Female 24-Hour (award)</li>\r\n</ul>\r\n<h4><span style=\"line-height: 1.5;\">The Dirty Duel</span></h4>\r\n<span style=\"line-height: 1.5;\">Need another reason to race? If you competed in our 12-hr Dirty Dozen earlier this year (whether on a team or solo), and also the 24 Hours of Rocky Hill (team or solo), you will win the Dirty Duel award that holds both finisher medals from each race!</span>\r\n\r\n[envira-gallery id=\"2894\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\r\n\r\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\r\n<h4>Early-bird Registration\r\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\r\n24-hr Solo: $150\r\n24-hr 2-10 Person: $130\r\n12-hr Solo or Team: $125\r\n6-hr Solo or Team: $100\r\n<h4>Regular Online Registration\r\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\r\n24-hr Solo: $160\r\n24-hr 2-10 Person: $140\r\n12-hr Solo or Team: $135\r\n6-hr Solo or Team: $110\r\n<h4>Race Day Registration\r\nFriday, October 19, 4-6:30 p.m.\r\nOR\r\nSaturday, October 20, 9-11:00 a.m.</h4>\r\n24-hr Solo: $170\r\n24-hr 2-10 Person: $150\r\n12-hr Solo or Team: $145\r\n6-hr Solo or Team: $120\r\n<h4><strong>Registration includes</strong>:</h4>\r\n<ul>\r\n <li>Sweet Save Our Soles race socks</li>\r\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\r\n <li>Finisher Medal to all participants</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Postrace meal</li>\r\n <li>Land Use Fees (Friday - Sunday)</li>\r\n <li>Tent Camping Fees (Friday - Sunday)</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, October 18</h4>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n4:30-6:00 p.m. at Rocky Hill Ranch\r\n<h4>Saturday, October 19</h4>\r\n<strong>Arriving at Bluff Creek Ranch\r\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n9:00-11:00 a.m. at Rocky Hill Ranch\r\n\r\n<strong>Pre-race Meeting </strong>\r\n11:30 a.m.\r\n\r\n<b>24-hr Race Start\r\n</b>noon\r\n\r\n<strong>Bike Rodeo </strong>\r\n3:00 p.m.\r\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\r\n\r\n<strong>Photo Booth</strong>\r\n5:30 p.m.\r\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\r\n\r\n<strong>Movies at the Saloon</strong>\r\nAfter Dark\r\nFamily friendly movies played on a projector in the Saloon!\r\n\r\n<strong>12-hrPacket Pickup and On-site Registration</strong>\r\n11:00 p.m.\r\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\r\n<h4>Sunday, October 20</h4>\r\n<strong>12-hr Race Start</strong>\r\nMidnight\r\n\r\n<strong>6-hr Packet Pickup and On-site Registration</strong>\r\n5-5:30 a.m.\r\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\r\n\r\n<strong>6-hr Race Start</strong>\r\n6:00 a.m.\r\n\r\n<strong>All Races Finish</strong>\r\nNoon\r\n\r\n<strong>Awards and Food\r\n</strong>12:30 p.m.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Rocky Hill</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\r\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\r\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\r\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n[tabs][tab title=\"Brief Description\"]\r\n\r\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-24 17:41:12','2018-01-24 17:41:12','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=3072',0,'revision','',0),(3073,3,'2018-01-24 17:53:30','2018-01-24 17:53:30','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018[/button-white]</div>\r\n<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\nA 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins. The single track winds through oak and pine groves combining quick up & down hills, short technical sections, and fast flowing trail. The course is marked with arrows for day riding, reflective tape for night riding. There are also 12hr and 6hr options with staggered start times, all finishing together at noon on Sunday.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium Awards</h4>\r\n<ul>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Team Trophy to 1<sup>st</sup> Place Grande Team</li>\r\n</ul>\r\n<h4>Special Awards:</h4>\r\n<ul>\r\n <li>Fastest Lap Male 24-hour (award)</li>\r\n <li>Fastest Lap Female 24-hour (award)</li>\r\n <li>Fastest Lap Solo Male 24-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Female 24-Hour (award)</li>\r\n</ul>\r\n<h4><span style=\"line-height: 1.5;\">The Dirty Duel</span></h4>\r\n<span style=\"line-height: 1.5;\">Need another reason to race? If you competed in our 12-hr Dirty Dozen earlier this year (whether on a team or solo), and also the 24 Hours of Rocky Hill (team or solo), you will win the Dirty Duel award that holds both finisher medals from each race!</span>\r\n\r\n[envira-gallery id=\"2894\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\r\n\r\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\r\n<h4>Early-bird Registration\r\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\r\n24-hr Solo: $150\r\n24-hr 2-10 Person: $130\r\n12-hr Solo or Team: $125\r\n6-hr Solo or Team: $100\r\n<h4>Regular Online Registration\r\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\r\n24-hr Solo: $160\r\n24-hr 2-10 Person: $140\r\n12-hr Solo or Team: $135\r\n6-hr Solo or Team: $110\r\n<h4>Race Day Registration\r\nFriday, October 19, 4-6:30 p.m.\r\nOR\r\nSaturday, October 20, 9-11:00 a.m.</h4>\r\n24-hr Solo: $170\r\n24-hr 2-10 Person: $150\r\n12-hr Solo or Team: $145\r\n6-hr Solo or Team: $120\r\n<h4><strong>Registration includes</strong>:</h4>\r\n<ul>\r\n <li>Sweet Save Our Soles race socks</li>\r\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\r\n <li>Finisher Medal to all participants</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Postrace meal</li>\r\n <li>Land Use Fees (Friday - Sunday)</li>\r\n <li>Tent Camping Fees (Friday - Sunday)</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, October 18</h4>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n4:30-6:00 p.m. at Rocky Hill Ranch\r\n<h4>Saturday, October 19</h4>\r\n<strong>Arriving at Bluff Creek Ranch\r\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n9:00-11:00 a.m. at Rocky Hill Ranch\r\n\r\n<strong>Pre-race Meeting </strong>\r\n11:30 a.m.\r\n\r\n<b>24-hr Race Start\r\n</b>noon\r\n\r\n<strong>Bike Rodeo </strong>\r\n3:00 p.m.\r\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\r\n\r\n<strong>Photo Booth</strong>\r\n5:30 p.m.\r\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\r\n\r\n<strong>Movies at the Saloon</strong>\r\nAfter Dark\r\nFamily friendly movies played on a projector in the Saloon!\r\n\r\n<strong>12-hrPacket Pickup and On-site Registration</strong>\r\n11:00 p.m.\r\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\r\n<h4>Sunday, October 20</h4>\r\n<strong>12-hr Race Start</strong>\r\nMidnight\r\n\r\n<strong>6-hr Packet Pickup and On-site Registration</strong>\r\n5-5:30 a.m.\r\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\r\n\r\n<strong>6-hr Race Start</strong>\r\n6:00 a.m.\r\n\r\n<strong>All Races Finish</strong>\r\nNoon\r\n\r\n<strong>Awards and Food\r\n</strong>12:30 p.m.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Rocky Hill</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\r\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\r\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\r\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n[tabs][tab title=\"Brief Description\"]\r\n\r\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n \r\n\r\n','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-24 17:53:30','2018-01-24 17:53:30','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=3073',0,'revision','',0),(3074,3,'2018-01-24 17:57:53','2018-01-24 17:57:53','','24hrs of Rocky Hill','24hrs of Rocky Hill','inherit','open','closed','','24hrsrockyhill-2','','','2018-01-24 17:58:16','2018-01-24 17:58:16','',2801,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/24hrsRockyHill-1.jpg',0,'attachment','image/jpeg',0),(3075,3,'2018-01-24 18:02:39','2018-01-24 18:02:39','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018[/button-white]</div>\r\n<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\nA 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins. The single track winds through oak and pine groves combining quick up & down hills, short technical sections, and fast flowing trail. The course is marked with arrows for day riding, reflective tape for night riding. There are also 12hr and 6hr options with staggered start times, all finishing together at noon on Sunday.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium Awards</h4>\r\n<ul>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Team Trophy to 1<sup>st</sup> Place Grande Team</li>\r\n</ul>\r\n<h4>Special Awards:</h4>\r\n<ul>\r\n <li>Fastest Lap Male 24-hour (award)</li>\r\n <li>Fastest Lap Female 24-hour (award)</li>\r\n <li>Fastest Lap Solo Male 24-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Female 24-Hour (award)</li>\r\n</ul>\r\n<h4>The Dirty Duel</h4>\r\nNeed another reason to race? If you competed in our 12-hr Dirty Dozen earlier this year (whether on a team or solo), and also the 24 Hours of Rocky Hill (team or solo), you will win the Dirty Duel award that holds both finisher medals from each race!\r\n\r\n[envira-gallery id=\"2914\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\r\n\r\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\r\n<h4>Early-bird Registration\r\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\r\n24-hr Solo: $150\r\n24-hr 2-10 Person: $130\r\n12-hr Solo or Team: $125\r\n6-hr Solo or Team: $100\r\n<h4>Regular Online Registration\r\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\r\n24-hr Solo: $160\r\n24-hr 2-10 Person: $140\r\n12-hr Solo or Team: $135\r\n6-hr Solo or Team: $110\r\n<h4>Race Day Registration\r\nFriday, October 19, 4-6:30 p.m.\r\nOR\r\nSaturday, October 20, 9-11:00 a.m.</h4>\r\n24-hr Solo: $170\r\n24-hr 2-10 Person: $150\r\n12-hr Solo or Team: $145\r\n6-hr Solo or Team: $120\r\n<h4><strong>Registration includes</strong>:</h4>\r\n<ul>\r\n <li>Sweet Save Our Soles race socks</li>\r\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\r\n <li>Finisher Medal to all participants</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Postrace meal</li>\r\n <li>Land Use Fees (Friday - Sunday)</li>\r\n <li>Tent Camping Fees (Friday - Sunday)</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, October 18</h4>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n4:30-6:00 p.m. at Rocky Hill Ranch\r\n<h4>Saturday, October 19</h4>\r\n<strong>Arriving at Bluff Creek Ranch\r\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n9:00-11:00 a.m. at Rocky Hill Ranch\r\n\r\n<strong>Pre-race Meeting </strong>\r\n11:30 a.m.\r\n\r\n<b>24-hr Race Start\r\n</b>noon\r\n\r\n<strong>Bike Rodeo </strong>\r\n3:00 p.m.\r\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\r\n\r\n<strong>Photo Booth</strong>\r\n5:30 p.m.\r\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\r\n\r\n<strong>Movies at the Saloon</strong>\r\nAfter Dark\r\nFamily friendly movies played on a projector in the Saloon!\r\n\r\n<strong>12-hrPacket Pickup and On-site Registration</strong>\r\n11:00 p.m.\r\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\r\n<h4>Sunday, October 20</h4>\r\n<strong>12-hr Race Start</strong>\r\nMidnight\r\n\r\n<strong>6-hr Packet Pickup and On-site Registration</strong>\r\n5-5:30 a.m.\r\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\r\n\r\n<strong>6-hr Race Start</strong>\r\n6:00 a.m.\r\n\r\n<strong>All Races Finish</strong>\r\nNoon\r\n\r\n<strong>Awards and Food\r\n</strong>12:30 p.m.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Rocky Hill</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\r\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\r\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\r\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n[tabs][tab title=\"Brief Description\"]\r\n\r\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n \r\n\r\n','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-24 18:02:39','2018-01-24 18:02:39','',2801,'http://staging.terrafirmaracing.com/wordpress/?p=3075',0,'revision','',0),(3076,3,'2018-01-24 18:09:24','2018-01-24 18:09:24','','Custom Socks','','inherit','open','closed','','customsocks-2','','','2018-01-24 18:13:44','2018-01-24 18:13:44','',2904,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/CustomSocks-1.jpg',0,'attachment','image/jpeg',0),(3077,3,'2018-01-24 20:07:31','2018-01-24 20:07:31','','2017 Rock Dallas Shirt-MockUp','','inherit','open','closed','','2017-rock-dallas-shirt-mockup','','','2018-01-24 20:07:31','2018-01-24 20:07:31','',2901,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-Rock-Dallas-Shirt-MockUp.jpg',0,'attachment','image/jpeg',0),(3078,3,'2018-01-24 20:40:40','2018-01-24 20:40:40','','2017-GatorBait-Shirt-MockUp','','inherit','open','closed','','2017-gatorbait-shirt-mockup','','','2018-01-24 20:40:40','2018-01-24 20:40:40','',2904,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/2017-GatorBait-Shirt-MockUp.jpg',0,'attachment','image/jpeg',0),(3079,3,'2018-01-24 20:45:49','2018-01-24 20:45:49','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\nAthletes 17 and younger are $20 off the above pricing.\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n<span style=\"color: black;\">This race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period. </span>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-24 20:45:49','2018-01-24 20:45:49','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=3079',0,'revision','',0),(3080,3,'2018-01-24 20:55:14','2018-01-24 20:55:14','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\nAthletes <21 years old get $20 off the above pricing.\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n<span style=\"color: black;\">This race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period. </span>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-24 20:55:14','2018-01-24 20:55:14','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=3080',0,'revision','',0),(3081,3,'2018-01-24 20:59:46','2018-01-24 20:59:46','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race opens February 1, 2018[/button-white]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75 </strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes <18 years old get $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Adventure Race Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-24 20:59:46','2018-01-24 20:59:46','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=3081',0,'revision','',0),(3082,3,'2018-01-24 21:00:50','2018-01-24 21:00:50','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"https://www.racedirectorsolutions.com/EventRegistration/EventRegistrations/2966\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Gator Bait Trail Run Opens February 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-24 21:00:50','2018-01-24 21:00:50','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3082',0,'revision','',0),(3083,3,'2018-01-24 21:02:03','2018-01-24 21:02:03','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-01-24 21:02:03','2018-01-24 21:02:03','',2772,'http://staging.terrafirmaracing.com/wordpress/?p=3083',0,'revision','',0),(3084,3,'2018-01-24 21:04:31','2018-01-24 21:04:31','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]</span><i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-01-24 21:04:31','2018-01-24 21:04:31','',2783,'http://staging.terrafirmaracing.com/wordpress/?p=3084',0,'revision','',0),(3085,3,'2018-05-30 03:18:28','2018-05-30 03:18:28','<div class=\"benefit-subheading facility-subheading\">Whether you\'re looking for XTERRA trail runs, adventure races, mountain bike races, or a dirty XTERRA triathlon we have you covered. Terra Firma Racing turns twenty years old this year... yep, TWENTY! Its safe to say, we\'ve figured out how to put together well-organized, challenging, fun-loving, family-friendly events.</div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-300x300.png 300w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-65x65.png 65w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06.png 500w\" alt=\"XTERRA Jurassic Trail Runs\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2783\">\r\nXTERRA Jurassic Trail Runs </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail run\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">Feb. 2, 2019\r\n6 or 12 hr mt. bike race\r\nWarda, TX</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April, 2019\r\nDate TBD\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-65x65.jpg 65w\" alt=\"XTERRA Gator Bait, Huntsville State Park\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Gator Bait Trail Runs </a></h2>\r\n<div class=\"front-view-content\">April, 2019\r\nDate TBD\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 18, 2019\r\nMurrell Park\r\nGrapevine, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-300x300.png 300w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-65x65.png 65w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05.png 500w\" alt=\"XTERRA Rock Dallas Trail Runs\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Rock Dallas Trail Runs </a></h2>\r\n<div class=\"front-view-content\">May 19, 2019\r\nMurrell Park\r\nGrapevine, Texas</div>\r\n</header></div>\r\n','Upcoming Races','','inherit','closed','closed','','2813-autosave-v1','','','2018-05-30 03:18:28','2018-05-30 03:18:28','',2813,'http://staging.terrafirmaracing.com/wordpress/?p=3085',0,'revision','',0),(3086,3,'2018-01-24 21:32:40','2018-01-24 21:32:40','','TERRA_FIRMA_LOGO-200px','','inherit','open','closed','','terra_firma_logo-200px','','','2018-01-24 21:32:40','2018-01-24 21:32:40','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TERRA_FIRMA_LOGO-200px.png',0,'attachment','image/png',0),(3088,3,'2018-01-24 22:38:18','2018-01-24 22:38:18','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n@media screen and (max-width: 1024px){\n #header-join {\n min-height:300px;\n }\n}\n\n#side-button{\n float: left; \n width: 181px; \n margin-left: -181px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n}\n\n ','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-24 22:38:18','2018-01-24 22:38:18','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3088',0,'revision','',0),(3090,3,'2018-01-24 22:43:20','2018-01-24 22:43:20','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n\n\n#side-button{\n float: left; \n width: 181px; \n margin-left: -181px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n}\n\n ','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-24 22:43:20','2018-01-24 22:43:20','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3090',0,'revision','',0),(3091,3,'2018-01-24 22:51:41','2018-01-24 22:51:41','[newsletter]','Newsletter','','publish','closed','closed','','newsletter','','','2018-01-24 22:51:41','2018-01-24 22:51:41','',0,'http://staging.terrafirmaracing.com/wordpress/?page_id=3091',0,'page','',0),(3092,3,'2018-01-24 22:51:41','2018-01-24 22:51:41',' ','','','publish','closed','closed','','3092','','','2018-01-24 22:51:41','2018-01-24 22:51:41','',0,'http://staging.terrafirmaracing.com/wordpress/?p=3092',30,'nav_menu_item','',0),(3094,3,'2018-01-25 16:22:07','2018-01-25 16:22:07','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race[/button-red]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race[/button-red]</div>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75 </strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes <18 years old get $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait Adventure Race[/button-red]</div>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-25 16:22:07','2018-01-25 16:22:07','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=3094',0,'revision','',0),(3095,3,'2018-01-25 16:27:02','2018-01-25 16:27:02','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n \r\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75 </strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes <18 years old get $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n \r\n\r\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice.\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-01-25 16:27:02','2018-01-25 16:27:02','',2728,'http://staging.terrafirmaracing.com/wordpress/?p=3095',0,'revision','',0),(3096,3,'2018-01-25 16:29:06','2018-01-25 16:29:06','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2><strong>Recognition of Your Awesomeness\r\n</strong></h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-25 16:29:06','2018-01-25 16:29:06','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3096',0,'revision','',0),(3098,3,'2018-01-25 16:57:29','2018-01-25 16:57:29','@media screen and (max-width: 800px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-25 16:57:29','2018-01-25 16:57:29','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3098',0,'revision','',0),(3099,3,'2018-01-25 17:00:30','2018-01-25 17:00:30','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours.</span>\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"] <i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\nAthletes <21 years old get $20 off the above pricing.\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n<span style=\"color: black;\">This race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period. </span>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-25 17:00:30','2018-01-25 17:00:30','',2669,'http://staging.terrafirmaracing.com/wordpress/?p=3099',0,'revision','',0),(3100,3,'2018-01-25 21:40:17','2018-01-25 21:40:17','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-01-25 21:40:17','2018-01-25 21:40:17','',2741,'http://staging.terrafirmaracing.com/wordpress/?p=3100',0,'revision','',0),(3110,3,'2018-01-26 19:21:13','2018-01-26 19:21:13','','Terra Firma Background','','inherit','open','closed','','topographicbg-02-3','','','2018-01-26 19:21:44','2018-01-26 19:21:44','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TopographicBG-02-2.png',0,'attachment','image/png',0),(3111,3,'2018-01-26 22:26:48','2018-01-26 22:26:48','','Go Adventure','','inherit','open','closed','','tf-features-01','','','2018-01-26 22:27:11','2018-01-26 22:27:11','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TF-Features-01.jpg',0,'attachment','image/jpeg',0),(3112,3,'2018-01-26 22:26:54','2018-01-26 22:26:54','','Go All Night','','inherit','open','closed','','tf-features-02','','','2018-01-26 22:27:22','2018-01-26 22:27:22','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TF-Features-02.jpg',0,'attachment','image/jpeg',0),(3113,3,'2018-01-26 22:26:59','2018-01-26 22:26:59','','Go Ahead','','inherit','open','closed','','tf-features-03','','','2018-01-26 22:27:30','2018-01-26 22:27:30','',0,'http://staging.terrafirmaracing.com/wordpress/wp-content/uploads/2018/01/TF-Features-03.jpg',0,'attachment','image/jpeg',0),(3115,3,'2018-01-26 23:03:29','2018-01-26 23:03:29','@media screen and (max-width: 800px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:5%; \n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 15px;\n height: 15px;}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-26 23:03:29','2018-01-26 23:03:29','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3115',0,'revision','',0),(3117,3,'2018-01-26 23:09:11','2018-01-26 23:09:11','@media screen and (max-width: 800px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:5%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 15px;\n height: 15px;\n background:#ED1941;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-26 23:09:11','2018-01-26 23:09:11','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3117',0,'revision','',0),(3119,3,'2018-01-26 23:11:40','2018-01-26 23:11:40','@media screen and (max-width: 800px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-26 23:11:40','2018-01-26 23:11:40','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3119',0,'revision','',0),(3123,3,'2018-01-27 00:45:10','2018-01-27 00:45:10','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .logo-wrap{\n margin-left:45%;\n }\n .primary-navigation{\n clear: left;\n margin-top: 15px;\n margin-left: 45%;\n margin-bottom: 20px;\n }\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-27 00:45:10','2018-01-27 00:45:10','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3123',0,'revision','',0),(3125,3,'2018-01-27 00:47:41','2018-01-27 00:47:41','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .logo-wrap{\n margin-left:45%;\n }\n .primary-navigation{\n margin-top:50px;\n }\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-27 00:47:41','2018-01-27 00:47:41','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3125',0,'revision','',0),(3127,3,'2018-01-27 00:53:22','2018-01-27 00:53:22','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .primary-navigation{\n margin-top:50px;\n }\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-27 00:53:22','2018-01-27 00:53:22','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3127',0,'revision','',0),(3129,3,'2018-01-27 01:07:21','2018-01-27 01:07:21','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .primary-navigation{\n margin-top:50px;\n margin-left:50px}\n .logo-wrap{\n float:right;\n }\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-27 01:07:21','2018-01-27 01:07:21','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3129',0,'revision','',0),(3131,3,'2018-01-27 01:10:31','2018-01-27 01:10:31','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .primary-navigation{\n margin-top:50px;\n margin-left:20px}\n .logo-wrap{\n float:right;\n }\n}\n\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-27 01:10:31','2018-01-27 01:10:31','',2934,'http://staging.terrafirmaracing.com/wordpress/?p=3131',0,'revision','',0),(3132,1,'2018-01-27 04:45:10','2018-01-27 04:45:10','<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2015/04/Homepage.png\"><img class=\"alignnone size-full wp-image-2449\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2015/04/Homepage.png\" alt=\"Homepage\" width=\"1160\" height=\"1207\" /></a>','Homepage Layout','','inherit','closed','closed','','2448-revision-v1','','','2018-01-27 04:45:10','2018-01-27 04:45:10','',2448,'http://www.terrafirmaracing.com/?p=3132',0,'revision','',0),(3133,1,'2018-01-27 05:19:28','2018-01-27 05:19:28','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store.</h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n<h3 class=\"\"></h3>\r\n<div class=\"benefit-subheading facility-subheading\"></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-03.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-04-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-04.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-04-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-04-71x71.png 71w\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-05-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-06-2.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail run\r\n\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\"><img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" /><header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n</div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-01-27 05:19:28','2018-01-27 05:19:28','',2813,'http://www.terrafirmaracing.com/?p=3133',0,'revision','',0),(3134,1,'2018-01-27 05:27:23','2018-01-27 05:27:23','[tabs][tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-27 05:27:23','2018-01-27 05:27:23','',2831,'http://www.terrafirmaracing.com/?p=3134',0,'revision','',0),(3136,3,'2018-01-27 14:17:10','2018-01-27 14:17:10','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .primary-navigation{\n margin-top:50px;\n margin-left:20px}\n .logo-wrap{\n float:right;\n }\n}\n\n.header-join .join-description {\n margin-top:-51px\n}\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-27 14:17:10','2018-01-27 14:17:10','',2934,'http://www.terrafirmaracing.com/?p=3136',0,'revision','',0),(3140,3,'2018-01-27 14:21:49','2018-01-27 14:21:49','','Home','','publish','closed','closed','','home-2','','','2018-05-30 12:24:22','2018-05-30 12:24:22','',0,'http://www.terrafirmaracing.com/?p=3140',1,'nav_menu_item','',0),(3142,3,'2018-01-27 14:45:01','2018-01-27 14:45:01','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .primary-navigation{\n clear:left;\n margin-left:20px}\n .logo-wrap{\n float:right;\n }\n #header h1, #header h2 {\n float:right;\n }\n}\n\n@media screen and (max-width: 400px){\n .primary-navigation {\n clear:left;\n margin-top:-70px;\n }\n}\n\n.header-join .join-description {\n margin-top:-51px\n}\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-27 14:45:01','2018-01-27 14:45:01','',2934,'http://www.terrafirmaracing.com/?p=3142',0,'revision','',0),(3144,3,'2018-01-27 14:47:32','2018-01-27 14:47:32','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .primary-navigation{\n clear:left;\n margin-left:20px;\n margin-top:51px;\n }\n .logo-wrap{\n float:right;\n }\n #header h1, #header h2 {\n float:right;\n }\n}\n\n@media screen and (max-width: 400px){\n .primary-navigation {\n clear:left;\n margin-top:-70px;\n }\n}\n\n.header-join .join-description {\n margin-top:-51px\n}\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-01-27 14:47:32','2018-01-27 14:47:32','',2934,'http://www.terrafirmaracing.com/?p=3144',0,'revision','',0),(3145,3,'2018-01-28 14:32:55','2018-01-28 14:32:55','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nCome run & bike where the Dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean <span style=\"color: black;\">This is a 5K Trail Run / 15K Mountain Bike Ride / 2K Trail Run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. </span>\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-01-28 14:32:55','2018-01-28 14:32:55','',2797,'http://www.terrafirmaracing.com/?p=3145',0,'revision','',0),(3147,3,'2018-01-30 17:00:33','2018-01-30 17:00:33','','Dirty Dozen Feature','Dirty Dozen','inherit','open','closed','','tf-features-04','','','2018-01-30 17:01:08','2018-01-30 17:01:08','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TF-Features-04.jpg',0,'attachment','image/jpeg',0),(3148,3,'2018-01-30 17:00:42','2018-01-30 17:00:42','','TF - Features-04','','inherit','open','closed','','tf-features-04-2','','','2018-01-30 17:00:42','2018-01-30 17:00:42','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TF-Features-04-1.jpg',0,'attachment','image/jpeg',0),(3151,3,'2018-01-31 22:04:48','2018-01-31 22:04:48','[tabs][tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n[tab title=\"The Dirty Dozen\"]\r\n<h4>Rules</h4>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.</li>\r\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\r\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\r\n <li><strong>A Racer may only race for one Team.\r\n\r\n</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both. <strong>\r\n\r\n</strong></li>\r\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-31 22:04:48','2018-01-31 22:04:48','',2831,'http://www.terrafirmaracing.com/?p=3151',0,'revision','',0),(3152,3,'2018-01-31 22:07:36','2018-01-31 22:07:36','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours. You can find more rules on <a href=\"http://www.terrafirmaracing.com/?page_id=2831\" target=\"_blank\" rel=\"noopener\">our FAQs page</a>. </span>\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"] <i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\nAthletes <21 years old get $20 off the above pricing.\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n<span style=\"color: black;\">This race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period. </span>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','The Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-01-31 22:07:36','2018-01-31 22:07:36','',2669,'http://www.terrafirmaracing.com/?p=3152',0,'revision','',0); INSERT INTO `wp_posts` VALUES (3153,3,'2018-01-31 22:09:28','2018-01-31 22:09:28','[tabs][tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n[tab title=\"The Dirty Dozen\"]\r\n<h4>Rules</h4>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.</li>\r\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\r\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\r\n <li><strong><strong>A Racer may only race for one Team.</strong></strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"24hrs of Rocky Hill\"]\r\n<h4>Rules</h4>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.\r\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\r\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\r\n<strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-31 22:09:28','2018-01-31 22:09:28','',2831,'http://www.terrafirmaracing.com/?p=3153',0,'revision','',0),(3154,3,'2018-01-31 22:10:20','2018-01-31 22:10:20','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018[/button-white]</div>\r\n<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\nA 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins. The single track winds through oak and pine groves combining quick up & down hills, short technical sections, and fast flowing trail. The course is marked with arrows for day riding, reflective tape for night riding. There are also 12hr and 6hr options with staggered start times, all finishing together at noon on Sunday.\r\n\r\n<span style=\"line-height: 1.5;\">You can find all the rules on <a href=\"http://www.terrafirmaracing.com/?page_id=2831\" target=\"_blank\" rel=\"noopener\">our FAQs page</a>. </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium Awards</h4>\r\n<ul>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Team Trophy to 1<sup>st</sup> Place Grande Team</li>\r\n</ul>\r\n<h4>Special Awards:</h4>\r\n<ul>\r\n <li>Fastest Lap Male 24-hour (award)</li>\r\n <li>Fastest Lap Female 24-hour (award)</li>\r\n <li>Fastest Lap Solo Male 24-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Female 24-Hour (award)</li>\r\n</ul>\r\n<h4>The Dirty Duel</h4>\r\nNeed another reason to race? If you competed in our 12-hr Dirty Dozen earlier this year (whether on a team or solo), and also the 24 Hours of Rocky Hill (team or solo), you will win the Dirty Duel award that holds both finisher medals from each race!\r\n\r\n[envira-gallery id=\"2914\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\r\n\r\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\r\n<h4>Early-bird Registration\r\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\r\n24-hr Solo: $150\r\n24-hr 2-10 Person: $130\r\n12-hr Solo or Team: $125\r\n6-hr Solo or Team: $100\r\n<h4>Regular Online Registration\r\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\r\n24-hr Solo: $160\r\n24-hr 2-10 Person: $140\r\n12-hr Solo or Team: $135\r\n6-hr Solo or Team: $110\r\n<h4>Race Day Registration\r\nFriday, October 19, 4-6:30 p.m.\r\nOR\r\nSaturday, October 20, 9-11:00 a.m.</h4>\r\n24-hr Solo: $170\r\n24-hr 2-10 Person: $150\r\n12-hr Solo or Team: $145\r\n6-hr Solo or Team: $120\r\n<h4><strong>Registration includes</strong>:</h4>\r\n<ul>\r\n <li>Sweet Save Our Soles race socks</li>\r\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\r\n <li>Finisher Medal to all participants</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Postrace meal</li>\r\n <li>Land Use Fees (Friday - Sunday)</li>\r\n <li>Tent Camping Fees (Friday - Sunday)</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, October 18</h4>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n4:30-6:00 p.m. at Rocky Hill Ranch\r\n<h4>Saturday, October 19</h4>\r\n<strong>Arriving at Bluff Creek Ranch\r\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n9:00-11:00 a.m. at Rocky Hill Ranch\r\n\r\n<strong>Pre-race Meeting </strong>\r\n11:30 a.m.\r\n\r\n<b>24-hr Race Start\r\n</b>noon\r\n\r\n<strong>Bike Rodeo </strong>\r\n3:00 p.m.\r\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\r\n\r\n<strong>Photo Booth</strong>\r\n5:30 p.m.\r\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\r\n\r\n<strong>Movies at the Saloon</strong>\r\nAfter Dark\r\nFamily friendly movies played on a projector in the Saloon!\r\n\r\n<strong>12-hrPacket Pickup and On-site Registration</strong>\r\n11:00 p.m.\r\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\r\n<h4>Sunday, October 20</h4>\r\n<strong>12-hr Race Start</strong>\r\nMidnight\r\n\r\n<strong>6-hr Packet Pickup and On-site Registration</strong>\r\n5-5:30 a.m.\r\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\r\n\r\n<strong>6-hr Race Start</strong>\r\n6:00 a.m.\r\n\r\n<strong>All Races Finish</strong>\r\nNoon\r\n\r\n<strong>Awards and Food\r\n</strong>12:30 p.m.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Rocky Hill</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\r\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\r\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\r\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n[tabs][tab title=\"Brief Description\"]\r\n\r\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-01-31 22:10:20','2018-01-31 22:10:20','',2801,'http://www.terrafirmaracing.com/?p=3154',0,'revision','',0),(3155,3,'2018-01-31 22:12:47','2018-01-31 22:12:47','[tabs][tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n[tab title=\"The Dirty Dozen\"]\r\n<h2>The Dirty Dozen Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.</li>\r\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\r\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\r\n <li><strong><strong>A Racer may only race for one Team.</strong></strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"24hrs of Rocky Hill\"]\r\n<h2>24hrs of Rocky Hill Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.\r\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\r\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\r\n<strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-31 22:12:47','2018-01-31 22:12:47','',2831,'http://www.terrafirmaracing.com/?p=3155',0,'revision','',0),(3156,3,'2018-01-31 22:16:05','2018-01-31 22:16:05','[tabs]\r\n\r\n[tab title=\"The Dirty Dozen\"]\r\n<h2>The Dirty Dozen Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.</li>\r\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\r\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\r\n <li><strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n \r\n\r\n[tab title=\"24hrs of Rocky Hill\"]\r\n<h2>24hrs of Rocky Hill Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.\r\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\r\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\r\n<strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-01-31 22:16:05','2018-01-31 22:16:05','',2831,'http://www.terrafirmaracing.com/?p=3156',0,'revision','',0),(3157,3,'2018-02-02 15:36:32','2018-02-02 15:36:32','[tabs]\r\n\r\n[tab title=\"The Dirty Dozen\"]\r\n<h2>The Dirty Dozen Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.</li>\r\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\r\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\r\n <li><strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n<h4>My circumstances changed and now I can’t make it to the race, can I get a refund?</h4>\r\nNo! No refunds under any circumstances. Wait! Well maybe. We understand that things change, sometimes out of your control and we never want to rip anyone off. But please understand that we make a considerable investment in shirts, awards, dumpsters, porta potties, land-use fees, and a host of other expenses to put a race on. We know your one fee doesn’t effect this number, but if we don’t have a policy and stick to it, where do we ever draw the line? <strong>We think we’ve come up with a pretty <em>liberal policy</em> and hope you agree:</strong>\r\n<ul>\r\n <li><em>Cancellations greater than 21 days prior to the event will receive a 90% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 15-21 days prior to the event will receive a 50% refund or 100% credit to another race within a year.</em></li>\r\n <li><em>Cancellations within 8-14 days prior to the event will not receive a refund but may receive a 50% credit</em>\r\n<em>towards </em><em>another race in the same year.</em></li>\r\n <li><em>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</em></li>\r\n <li><em>Alterations to the course, start time, disciplines and venue (to within a reasonable distance) are not</em>\r\n<em>grounds for a refund/credit, </em><em>nor is plain ol’ bad weather.</em></li>\r\n</ul>\r\n[/tab] [tab title=\"Duathlons\"]\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n \r\n\r\n[tab title=\"24hrs of Rocky Hill\"]\r\n<h2>24hrs of Rocky Hill Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.\r\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\r\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\r\n<strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Terra Firma Refund Policy\"]\r\n<h2>Terra Firma Refund Policy</h2>\r\n<strong>My circumstances changed and now I can’t make it to the race, Can I get a refund?</strong>\r\n\r\nNO! no refunds under any circumstances.\r\nWait! Well maybe.\r\n\r\nWe at Terra Firma understand that things change, sometimes out of your control and we never want to rip anyone off.\r\nPlease understand that we make a considerable investment in shirts, awards, dumpsters, porta-potties, land-use fees and a host of other expenses to put a race on.\r\nWe know your one fee doesn’t affect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\nWe think we’ve come up with a <em>pretty liberal</em> policy and hope you agree:\r\n<ul>\r\n <li>Cancellations up to 14 days prior to the event will receive a 90% refund (but not the 3rd party service fee) or 100% credit to another race in the same year.</li>\r\n <li>Cancellations within 7-14 days prior to the event will not receive a refund but may receive a 50% credit towards another race in the same year.</li>\r\n <li>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</li>\r\n</ul>\r\nAlterations to the course, start time, disciplines and venue (to within a reasonable distance) are not grounds for a refund/credit, nor is plain ol’ bad weather.\r\n\r\nHave questions or need to cancel? Feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\">contact us</a>.\r\n\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-02-02 15:36:32','2018-02-02 15:36:32','',2831,'http://www.terrafirmaracing.com/?p=3157',0,'revision','',0),(3158,3,'2018-02-02 15:47:39','2018-02-02 15:47:39','[tabs]\r\n\r\n[tab title=\"The Dirty Dozen\"]\r\n<h2>The Dirty Dozen Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.</li>\r\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\r\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\r\n <li><strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n\r\n<span style=\"line-height: 1.5;\">[/tab] [tab title=\"Duathlons\"]</span>\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n \r\n\r\n[tab title=\"24hrs of Rocky Hill\"]\r\n<h2>24hrs of Rocky Hill Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.\r\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\r\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\r\n<strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Terra Firma Refund Policy\"]\r\n<h2>Terra Firma Refund Policy</h2>\r\n<strong>My circumstances changed and now I can’t make it to the race, Can I get a refund?</strong>\r\n\r\nNO! no refunds under any circumstances.\r\nWait! Well maybe.\r\n\r\nWe at Terra Firma understand that things change, sometimes out of your control and we never want to rip anyone off.\r\nPlease understand that we make a considerable investment in shirts, awards, dumpsters, porta-potties, land-use fees and a host of other expenses to put a race on.\r\nWe know your one fee doesn’t affect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\nWe think we’ve come up with a <em>pretty liberal</em> policy and hope you agree:\r\n<ul>\r\n <li>Cancellations up to 14 days prior to the event will receive a 90% refund (but not the 3rd party service fee) or 100% credit to another race in the same year.</li>\r\n <li>Cancellations within 7-14 days prior to the event will not receive a refund but may receive a 50% credit towards another race in the same year.</li>\r\n <li>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</li>\r\n</ul>\r\nAlterations to the course, start time, disciplines and venue (to within a reasonable distance) are not grounds for a refund/credit, nor is plain ol’ bad weather.\r\n\r\nHave questions or need to cancel? Feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\">contact us</a>.\r\n\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-02-02 15:47:39','2018-02-02 15:47:39','',2831,'http://www.terrafirmaracing.com/?p=3158',0,'revision','',0),(3159,3,'2018-02-05 15:16:44','2018-02-05 15:16:44','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean <span style=\"color: black;\">This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. </span>\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Duathlon opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-02-05 15:16:44','2018-02-05 15:16:44','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3160,3,'2018-05-27 15:43:57','2018-05-27 15:43:57','<h2>2018</h2>\n<img class=\"wp-image-3381 size-medium alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\nMurrell Park, Flower Mound, Texas</h3>\n \n<h4>Race Results</h4>\n<div id=\"divRRPublish5\" class=\"RRPublish\"></div>\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\n<script type=\"text/javascript\">\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish5\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\n</script>\n\n<img class=\"wp-image-3380 size-medium alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\nMurrell Park, Flower Mound, Texas</h3>\n<h4 class=\"clear\">Race Photos</h4>\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\n<h4>Race Results</h4>\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\n<script type=\"text/javascript\">\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\n</script>\n\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\nHuntsville State Park, Huntsville, Texas</h3>\n<h4 class=\"clear\">Race Photos</h4>\nFree high-resolution photos are available on Flickr:\n<ul>\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\n</ul>\n<h4>Race Results</h4>\n<div id=\"divRRPublish3\" class=\"RRPublish\"></div>\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\n<script type=\"text/javascript\">\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish3\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\n</script>\n\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\nHuntsville State Park, Huntsville, Texas</h3>\n<h4 class=\"clear\">Race Photos</h4>\nFree high-resolution photos are available on Flickr:\n<ul>\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\n</ul>\n<h4>Race Results</h4>\n<div id=\"divRRPublish2\" class=\"RRPublish\"></div>\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\n<script type=\"text/javascript\">\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\n</script>\n\n \n\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\n<h3><strong>The Dirty Dozen</strong>\nBluff Creek Ranch, Warda, Texas</h3>\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\n<h4 class=\"clear\">Race Photos</h4>\nFree high-resolution photos are available on Flickr:\n<ul>\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\n</ul>\n<h4>Race Results</h4>\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\n\n<hr />\n\n<h2>2017</h2>\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\nRocky Hill Ranch, Smithville, Texas</h3>\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\n<h4 class=\"clear\">Race Photos</h4>\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\n<h4>Race Results</h4>\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\n\n<hr />\n\n \n<ul>\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\n</ul>\n<h4>2016</h4>\n<ul>\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\n</ul>\n<h4>2015</h4>\n<ul>\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\n</ul>\n<h4>2014</h4>\n<ul>\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\n</ul>\n<h4>2013</h4>\n<ul>\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\n</ul>\n<h4>Vintage</h4>\n<ul>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\n</ul>','Results and Photos','','inherit','closed','closed','','2817-autosave-v1','','','2018-05-27 15:43:57','2018-05-27 15:43:57','',2817,'http://www.terrafirmaracing.com/2817-autosave-v1/',0,'revision','',0),(3161,3,'2018-02-06 16:11:20','2018-02-06 16:11:20','<h4>2017</h4>\r\n<ul>\r\n <li>0<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">2/03/18 Dirty Dozen</a></li>\r\n</ul>\r\n<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-02-06 16:11:20','2018-02-06 16:11:20','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3162,3,'2018-02-06 16:12:10','2018-02-06 16:12:10','<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">02/03/18 Dirty Dozen</a></li>\r\n</ul>\r\n<h4>2017</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-02-06 16:12:10','2018-02-06 16:12:10','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3175,3,'2018-02-06 18:00:26','2018-02-06 18:00:26','<h2>2018</h2>\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available on Flickr.\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results','','inherit','closed','closed','','2817-revision-v1','','','2018-02-06 18:00:26','2018-02-06 18:00:26','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3176,3,'2018-02-06 18:03:17','2018-02-06 18:03:17','<h2>2018</h2>\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available on Flickr.\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-02-06 18:03:17','2018-02-06 18:03:17','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3177,3,'2018-02-06 18:06:34','2018-02-06 18:06:34','<h2>2018</h2>\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for free on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-02-06 18:06:34','2018-02-06 18:06:34','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3178,3,'2018-02-06 18:06:49','2018-02-06 18:06:49','<h2>2018</h2>\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-02-06 18:06:49','2018-02-06 18:06:49','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3179,3,'2018-02-06 18:08:22','2018-02-06 18:08:22','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Dirty Dozen[/button-red]</div>\r\n<h2>February 3, 2018</h2>\r\n<h3>Bluff Creek Ranch, Warda, Texas\r\nRace Start: 9:00 a.m.</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen is a 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n\r\n<span style=\"line-height: 1.5;\">12-hr racers, lights are required on the course during evening hours. You can find more rules on <a href=\"http://www.terrafirmaracing.com/?page_id=2831\" target=\"_blank\" rel=\"noopener\">our FAQs page</a>. </span>\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"] <i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n[envira-gallery id=\"2894\"]\r\n<strong>Special Awards:</strong>\r\n<ul>\r\n <li>Fastest Lap Male 12-hour</li>\r\n <li>Fastest Lap Female 12-hour</li>\r\n <li>Fastest Lap Solo Male 12-hour</li>\r\n <li>Fastest Lap Solo Female 12-h7our</li>\r\n <li>Fastest LeMans Runner Male</li>\r\n <li>Fastest LeMans Runner Female</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<h4>Early-bird Registration\r\nEnds at midnight, January 13, 2018</h4>\r\n12-hr Solo: $85\r\n12-hr 2 Person: $75 per person\r\n12-hr 3-4 Person: $65 per person\r\n12-hr 5 Person: $55 per person\r\n\r\n6-hr Solo: $65\r\n6-hr 2 Person: $55 per person\r\n<h4>Regular Online Registration\r\nEnds at midnight, February 1, 2018</h4>\r\n12-hr Solo: $95\r\n12-hr 2 Person: $85 per person\r\n12-hr 3-4 Person: $75 per person\r\n12-hr 5 Person: $65 per person\r\n\r\n6-hr Solo: $75\r\n6-hr 2 Person: $65 per person\r\n<h4>Race Day Registration\r\nFriday, February 2, 5-7:00 p.m.\r\nOR\r\nSaturday, February 3, 7:30-8:30 a.m.</h4>\r\n12-hr Solo: $100\r\n12-hr 2 Person: $90 per person\r\n12-hr 3-4 Person: $80 per person\r\n12-hr 5 Person: $70 per person\r\n\r\n6-hr Solo: $80\r\n6-hr 2 Person: $70 per person\r\n\r\nAthletes <21 years old get $20 off the above pricing.\r\n\r\n[button-red url=\"http://my4.raceresult.com/88931/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i>Register for the Dirty Dozen[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">There is a $15 gate fee for everyone at gate. This includes 1 night of camping for any who choose to spend the night before the race or the night of the race. Be prepared with cash.</span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\nFriday 5-7:00 p.m. at ranch\r\nSaturday 7:30-8:30 a.m. at ranch\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m. at ranch\r\n\r\n<strong>Race Start </strong>\r\n9:00 am for both races\r\n\r\n<strong>6-hr Race Finish</strong>\r\n3:00 p.m.\r\nYou must finish the race by 3 p.m., or 6 hours after the actual start time.\r\n\r\n<strong>12-hr Race Finish</strong>\r\n9:00 p.m.\r\nYou must finish the race by 9:00 p.m. or 12 hours after the actual start time.\r\n\r\n<hr />\r\n\r\n<h2><strong>Bluff Creek</strong> Ranch</h2>\r\nClick <a href=\"http://www.bcrwarda.com/lodging.html\">here</a> for lodging options at Warda.<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2177.947398096322!2d-96.90859274158834!3d30.057358365431735!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864477458d62853b%3A0x1818bb72c1e42149!2sBluff+Creek+Ranch!5e0!3m2!1sen!2sus!4v1516730818973\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nRV reservations at the ranch should be directed to Allen @979.242.5894\r\nBluff Creek Ranch\r\n537 Owl Creek Road\r\nWarda TX 78960\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n<span style=\"color: black;\">This race is a 12-hr or 6-hr mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only 1 member riding at a time, in the 12-hr or 6-hr time period. </span>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','2018 Dirty Dozen','','inherit','closed','closed','','2669-revision-v1','','','2018-02-06 18:08:22','2018-02-06 18:08:22','',2669,'http://www.terrafirmaracing.com/2669-revision-v1/',0,'revision','',0),(3180,3,'2018-02-06 20:28:53','2018-02-06 20:28:53','','Paul Mitchell','','inherit','open','closed','','pmlogo_phat_wht-on4colorkbanner-resized_preview-1','','','2018-02-08 01:00:22','2018-02-08 01:00:22','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png',0,'attachment','image/png',0),(3183,3,'2018-02-06 20:36:39','2018-02-06 20:36:39','','Muscle Milk','','inherit','open','closed','','muscle-milk-brand-stacked-black-resized','','','2018-02-08 00:58:07','2018-02-08 00:58:07','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png',0,'attachment','image/png',0),(3184,3,'2018-02-06 20:38:28','2018-02-06 20:38:28','','Gatorade','','inherit','open','closed','','gat13logo_endurance_vert_fc_blk-resized_preview','','','2018-02-08 00:55:51','2018-02-08 00:55:51','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png',0,'attachment','image/png',0),(3186,3,'2018-02-06 20:40:55','2018-02-06 20:40:55','','XTERRA Wetsuits','','inherit','open','closed','','xw_logo_twocolor_long-resize-verticle-150','','','2018-02-08 00:59:30','2018-02-08 00:59:30','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150.jpg',0,'attachment','image/jpeg',0),(3188,3,'2018-02-06 20:44:41','2018-02-06 20:44:41','','Suunto','','inherit','open','closed','','suunto-01','','','2018-02-25 00:19:46','2018-02-25 00:19:46','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01.png',0,'attachment','image/png',0),(3189,3,'2018-02-07 14:43:13','2018-02-07 14:43:13','','XTERRA Sponsors','','publish','closed','closed','','xterra-sponsors','','','2018-02-07 14:55:03','2018-02-07 14:55:03','',0,'http://www.terrafirmaracing.com/?post_type=envira&p=3189',0,'envira','',0),(3190,3,'2018-02-07 15:03:42','2018-02-07 15:03:42','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n \r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-07 15:03:42','2018-02-07 15:03:42','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3192,3,'2018-02-08 00:49:43','2018-02-08 00:49:43','','Utah Sports Commission','','inherit','open','closed','','usc-logo-trans-small','','','2018-02-08 00:50:00','2018-02-08 00:50:00','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small.png',0,'attachment','image/png',0),(3193,3,'2018-02-08 00:50:45','2018-02-08 00:50:45','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2><a href=\"http://suunto.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3188\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"\" width=\"300\" height=\"123\" /></a><a href=\"https://www.utahsportscommission.com/\"><img class=\"alignnone wp-image-3192 size-thumbnail\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-150x150.png\" alt=\"Utah Sports Commission\" width=\"150\" height=\"150\" /></a></h2>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 00:50:45','2018-02-08 00:50:45','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3194,3,'2018-02-08 01:00:46','2018-02-08 01:00:46','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"200\" /></a>\r\n\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"198\" height=\"138\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"250\" height=\"167\" /></a><a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>\r\n\r\n<a href=\"https://www.xterraboards.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3185 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-boards-Block-blackBG-color-resized.png\" alt=\"XTERRA Boards\" width=\"250\" height=\"215\" /></a>\r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"300\" height=\"44\" /></a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:00:46','2018-02-08 01:00:46','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3195,3,'2018-02-08 01:02:29','2018-02-08 01:02:29','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"200\" /></a>\r\n\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"198\" height=\"138\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"250\" height=\"167\" /></a><a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>\r\n\r\n<a href=\"https://www.xterraboards.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3185 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-boards-Block-blackBG-color-resized.png\" alt=\"XTERRA Boards\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"300\" height=\"44\" /></a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:02:29','2018-02-08 01:02:29','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3196,3,'2018-02-08 01:03:00','2018-02-08 01:03:00','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"200\" /></a>\r\n\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"198\" height=\"138\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"250\" height=\"167\" /></a><a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>\r\n\r\n<a href=\"https://www.xterraboards.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3185 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-boards-Block-blackBG-color-resized.png\" alt=\"XTERRA Boards\" width=\"100\" /></a>\r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"300\" height=\"44\" /></a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:03:00','2018-02-08 01:03:00','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3197,3,'2018-02-08 01:04:15','2018-02-08 01:04:15','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"250\" height=\"167\" /></a><a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.xterraboards.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3185 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-boards-Block-blackBG-color-resized.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"300\" height=\"44\" /></a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:04:15','2018-02-08 01:04:15','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3198,3,'2018-02-08 01:05:00','2018-02-08 01:05:00','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.xterraboards.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3185 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-boards-Block-blackBG-color-resized.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"300\" height=\"44\" /></a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:05:00','2018-02-08 01:05:00','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3199,3,'2018-02-08 01:05:48','2018-02-08 01:05:48','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.xterraboards.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3185 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-boards-Block-blackBG-color-resized.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:05:48','2018-02-08 01:05:48','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3200,3,'2018-02-08 01:10:39','2018-02-08 01:10:39','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"https://www.xterraboards.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3185 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-boards-Block-blackBG-color-resized.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>\r\n\r\n[/one_third_last]\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:10:39','2018-02-08 01:10:39','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3201,3,'2018-02-08 01:11:27','2018-02-08 01:11:27','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"https://www.xterraboards.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3185 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-boards-Block-blackBG-color-resized.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>\r\n\r\n[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:11:27','2018-02-08 01:11:27','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3202,3,'2018-02-08 01:13:27','2018-02-08 01:13:27','','XTERRA Boards','','inherit','open','closed','','xterra-block-color','','','2018-02-08 01:13:37','2018-02-08 01:13:37','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png',0,'attachment','image/png',0),(3203,3,'2018-02-08 01:14:17','2018-02-08 01:14:17','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-thumbnail wp-image-3202 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color-150x150.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>\r\n\r\n[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:14:17','2018-02-08 01:14:17','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3204,3,'2018-02-08 01:17:01','2018-02-08 01:17:01','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>\r\n\r\n[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:17:01','2018-02-08 01:17:01','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3205,3,'2018-02-08 01:19:01','2018-02-08 01:19:01','','RockDallasTriFeature','','inherit','open','closed','','rockdallastrifeature-2','','','2018-02-08 01:19:01','2018-02-08 01:19:01','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/RockDallasTriFeature.jpg',0,'attachment','image/jpeg',0),(3206,3,'2018-02-08 01:19:14','2018-02-08 01:19:14','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Triathlon Opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-02-08 01:19:14','2018-02-08 01:19:14','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3207,3,'2018-02-08 01:33:24','2018-02-08 01:33:24','','XTERRA Rock Dallas','','inherit','open','closed','','upcoming-events-04-3','','','2018-02-08 01:33:43','2018-02-08 01:33:43','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-04.png',0,'attachment','image/png',0),(3208,3,'2018-02-08 01:42:38','2018-02-08 01:42:38','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\">[one_half]<img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\">[/one_half][one_half_last]</a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" />[one_half_last]</a>\r\n\r\n \r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-08 01:42:38','2018-02-08 01:42:38','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3209,3,'2018-02-08 01:43:43','2018-02-08 01:43:43','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\">[one_half]<img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\">[/one_half][one_half_last]</a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" />[/one_half_last]</a>\r\n\r\n \r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-08 01:43:43','2018-02-08 01:43:43','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3210,3,'2018-02-08 01:44:36','2018-02-08 01:44:36','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\">[one_half]<img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\">[/one_half][one_half_last]</a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\">[/one_half_last]</a><a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>\r\n\r\n \r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-08 01:44:36','2018-02-08 01:44:36','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3211,3,'2018-02-08 01:45:40','2018-02-08 01:45:40','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"></a><a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n\r\n \r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-08 01:45:40','2018-02-08 01:45:40','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3212,3,'2018-02-08 01:46:23','2018-02-08 01:46:23','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n\r\n \r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-08 01:46:23','2018-02-08 01:46:23','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3213,3,'2018-02-08 01:47:01','2018-02-08 01:47:01','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n<hr/>\r\n \r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-08 01:47:01','2018-02-08 01:47:01','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3214,3,'2018-02-08 01:47:19','2018-02-08 01:47:19','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n<hr/>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-08 01:47:19','2018-02-08 01:47:19','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3215,3,'2018-02-08 01:48:22','2018-02-08 01:48:22','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]</span><i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n<hr/>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-02-08 01:48:22','2018-02-08 01:48:22','',2783,'http://www.terrafirmaracing.com/2783-revision-v1/',0,'revision','',0),(3216,3,'2018-02-08 01:48:40','2018-02-08 01:48:40','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 27, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a><a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n<hr/>\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-02-08 01:48:40','2018-02-08 01:48:40','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3236,3,'2018-02-13 19:20:24','2018-02-13 19:20:24','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, John Russell. Head on over to his race blog, <a href=\"https://keeponrolling-johnny.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Keep on Rolling</a> to read about more of John\'s incredible adventures. </em>\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>I had a few goals for the race. Number 1 goal was to have fun.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3244 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg\" alt=\"Dirty Dozen - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nThe most fun I had during the race was coming through the barn and seeing my pit crew. Before getting there though, I would see my Bicycle Sport Shop Teammates. Each time I passed, they gave me support with cheers! They were all doing this on a team and it was awe-inspiring to be out there with them sharing the day. I am new to the Bicycle Sport Shop Team and I am very proud to represent such an amazing bike shop with supportive, fun teammates! Bicycle Sport Shop even had neutral support there helping anyone that needed it during the race.\r\n\r\nOnce I got to my pit I was greeted by my sweet lady, Laura Neighbors. She was simply the best, but anyone that knows her already knows that. She would stand there smiling giving me encouragement. Laura was in the pit with my buddy Shawn Hutcherson. He was amazing also, staying the entire race helping Laura support me. I had two caring people in my corner and a new team to race for. I felt blessed.\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/-NY2OBSQNTjg/Wn8MPRIrkoI/AAAAAAAAQAo/oAQeQlVPVcIc0wtczbKQHf4rExeztnGkgCLcBGAs/s320/IMG_0432.jpg\" width=\"211\" height=\"320\" />\r\n\r\nI really enjoy the feeling you get when riding in the woods. It’s truly one of the only times in my life I am 100% in the moment. I am not thinking of anything other than what I am doing at that very second, and boy is that nice. About 6 hours in I started seeing the racers that were competing in the 6-hour portion of the race finish. I was smelling food and beer every time I came through the pit area. I was jealous they were able to enjoy that, but I knew riding another 6 hours would make the food and beer taste even sweeter. It was then I decided to not slow down and stay strong and steady for the next 6 hours.\r\n\r\nFor this race I mentioned I had a new team, but I also had a new bike - a Santa Cruz Tallboy! Man, I am in love with that thing! It’s one of those bikes you just feel like you’ve had forever. It fits perfect. I can honestly say I have never been so comfortable in a race before. Going into the race, I had a few nagging injuries I was concerned about. However, I never experienced any hand pain, knee pain or pain anywhere! This bike also has a dropper post. There is nothing technical at Warda to need this, but over the course of 12 hours it was really nice to hit the button and micro lower my saddle here and there to change things up a bit. I feel like it really helped keep my legs fresh and I was happy to have it.\r\n\r\nMy favorite part of the race is when it gets dark. I love riding in the woods at night. I like the tunnel vision the light creates and the way my peripheral vision is blacked out. I focus only on what is directly in front of me. It’s kind of relaxing. Once it was fully dark I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure…. You know the kind that the mouth opens up and you crack nuts with? I usually only see them around Christmas time. When I started seeing this every lap I knew I might be getting tired but I was having fun. I still don’t know what I was seeing to make me think it was a giant nutcracker.\r\n<blockquote>I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure.....</blockquote>\r\n<img class=\"alignnone size-full aligncenter\" src=\"https://2.bp.blogspot.com/-52hNCs618N0/Wn8L-nmMXiI/AAAAAAAAQAg/zrTsj9rtxJQ9T8sA6S3Rdx1JZaIyvNpPACLcBGAs/s320/nutcracker.JPG\" width=\"154\" height=\"320\" />\r\n\r\nAnother thing I enjoy are the shorter laps at this race. Each time I came into the pits it would regenerate energy and keep me motivated. With Laura and Shawn being there, folks were coming by to visit them and I could talk to them when I came through too. My fellow teammate Antonio Garza (who got second place in Solo Sport Male) was pitting with me. I would see him from time to time along with his family. It was a really great experience. It felt like a big family gathering out there, I loved it.\r\n\r\nThe last few laps were fun and when the clock struck 8.30 PM. I had just completed my 17<sup>th</sup> lap. I had been riding for 11 hours and 30 minutes. I thought I was going to do another one but I could not finish in time so that was the end of my race. It was such a great time doing this. My final tally was 17 laps, 120+ miles of dirt and lucky for me a 1<sup>st</sup> place finish in the Solo Open Male category. I had so much happiness come over me when I realized how the race went and how much fun I had the entire time I was riding. It feels great when a plan comes together. All the training I did mentally and physically paid off and it was time for my first beer of 2018!\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://1.bp.blogspot.com/-IDmcgyTqK-4/Wn8LdR_N8aI/AAAAAAAAQAU/nv1sT7q1I30LaNhrHU8rgL7OQQEeetHpQCLcBGAs/s320/IMG_0376.jpg\" alt=\"2018 Dirty Dozen Awards\" width=\"320\" height=\"240\" />\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://2.bp.blogspot.com/-XNX-K0Bpwn8/Wn8M5y0nBEI/AAAAAAAAQA8/EHg6JCPQFI47KQQY0zRimW9T1FInMsDWwCLcBGAs/s320/JR_Podium.jpg\" alt=\"2018 Dirty Dozen Podium\" width=\"320\" height=\"320\" />\r\n\r\nI’ve raced the Dirty Dozen a number of times but this one was special for me. As I reflect back over the race, it feels like I have a weeks’ worth of memories all made in 1 day. Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it. I came into this race excited and I left it with even more excitement. I had my lady in my corner for this one, some of the best friends a guy can have and support from the greatest bike shop in the country. What more could you ask for? I made a ton of new friends out there and hopefully I can keep this momentum up for the rest of the year. Till next time!!!\r\n<blockquote>Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it.</blockquote>\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/--AmhrKAo8h0/Wn8LOSoFPfI/AAAAAAAAQAQ/2YcbNTOyS0ovMa9HVlcOkvXzbM6bmdUyACLcBGAs/s320/JR-Beer.JPG\" alt=\"John - Well Deserved\" width=\"240\" height=\"320\" />','2018 Dirty Dozen - John Russell','','publish','open','open','','2018-dirty-dozen-john-russell','','','2018-02-13 19:40:52','2018-02-13 19:40:52','',0,'http://www.terrafirmaracing.com/?p=3236',0,'post','',0),(3237,3,'2018-02-13 18:51:16','2018-02-13 18:51:16','<h1>Keep on Rolling</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>\r\n<h4>\"Riding your bike as fast as you can for 12 hours is super hard.\"</h4>\r\n</blockquote>\r\n[caption id=\"\" align=\"alignnone\" width=\"148\"]<img class=\"size-thumbnail\" src=\"https://4.bp.blogspot.com/-IAJht3lb-wk/Wn8MfFtOlZI/AAAAAAAAQAw/BsR3EfxyVcc5IOfWU1S0iKTwYlCnnEnugCLcBGAs/s320/IMG_0440.PNG\" alt=\"John Russell\" width=\"148\" height=\"320\" /> John Russell, Bicycle Sport Shop, shredding the gnar[/caption]\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"640\"]<img class=\"size-thumbnail\" src=\"https://4.bp.blogspot.com/-iIlt_-X_Ujg/Wn8Mg9-xA0I/AAAAAAAAQA0/BPcMfTvJmVkR6ve36eMF75YRpVCNm8SBwCEwYBhgL/s1600/IMG_0436.JPG\" alt=\"John Russell, Bicycle Sport Shop\" width=\"640\" height=\"428\" /> John Russell, Bicycle Sport Shop, still shredding...[/caption]\r\n\r\n ','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 18:51:16','2018-02-13 18:51:16','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3238,3,'2018-02-13 18:51:38','2018-02-13 18:51:38','<h1>Keep on Rolling</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>\"Riding your bike as fast as you can for 12 hours is super hard.\"</blockquote>\r\n[caption id=\"\" align=\"alignnone\" width=\"148\"]<img class=\"size-thumbnail\" src=\"https://4.bp.blogspot.com/-IAJht3lb-wk/Wn8MfFtOlZI/AAAAAAAAQAw/BsR3EfxyVcc5IOfWU1S0iKTwYlCnnEnugCLcBGAs/s320/IMG_0440.PNG\" alt=\"John Russell\" width=\"148\" height=\"320\" /> John Russell, Bicycle Sport Shop, shredding the gnar[/caption]\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"640\"]<img class=\"size-thumbnail\" src=\"https://4.bp.blogspot.com/-iIlt_-X_Ujg/Wn8Mg9-xA0I/AAAAAAAAQA0/BPcMfTvJmVkR6ve36eMF75YRpVCNm8SBwCEwYBhgL/s1600/IMG_0436.JPG\" alt=\"John Russell, Bicycle Sport Shop\" width=\"640\" height=\"428\" /> John Russell, Bicycle Sport Shop, still shredding...[/caption]\r\n\r\n ','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 18:51:38','2018-02-13 18:51:38','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3239,3,'2018-02-13 18:51:54','2018-02-13 18:51:54','<h1>Keep on Rolling</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n[caption id=\"\" align=\"alignnone\" width=\"148\"]<img class=\"size-thumbnail\" src=\"https://4.bp.blogspot.com/-IAJht3lb-wk/Wn8MfFtOlZI/AAAAAAAAQAw/BsR3EfxyVcc5IOfWU1S0iKTwYlCnnEnugCLcBGAs/s320/IMG_0440.PNG\" alt=\"John Russell\" width=\"148\" height=\"320\" /> John Russell, Bicycle Sport Shop, shredding the gnar[/caption]\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"640\"]<img class=\"size-thumbnail\" src=\"https://4.bp.blogspot.com/-iIlt_-X_Ujg/Wn8Mg9-xA0I/AAAAAAAAQA0/BPcMfTvJmVkR6ve36eMF75YRpVCNm8SBwCEwYBhgL/s1600/IMG_0436.JPG\" alt=\"John Russell, Bicycle Sport Shop\" width=\"640\" height=\"428\" /> John Russell, Bicycle Sport Shop, still shredding...[/caption]\r\n\r\n ','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 18:51:54','2018-02-13 18:51:54','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3240,3,'2018-02-13 18:58:35','2018-02-13 18:58:35','','Dirty Dozen - John','','inherit','open','closed','','39185854115_0a6a0f1bdd_z','','','2018-02-13 18:58:55','2018-02-13 18:58:55','',3236,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg',0,'attachment','image/jpeg',0),(3241,3,'2018-02-13 18:59:06','2018-02-13 18:59:06','<h1>Keep on Rolling</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"640\"]<img class=\"size-thumbnail\" src=\"https://4.bp.blogspot.com/-iIlt_-X_Ujg/Wn8Mg9-xA0I/AAAAAAAAQA0/BPcMfTvJmVkR6ve36eMF75YRpVCNm8SBwCEwYBhgL/s1600/IMG_0436.JPG\" alt=\"John Russell, Bicycle Sport Shop\" width=\"640\" height=\"428\" /> John Russell, Bicycle Sport Shop, still shredding...[/caption]\r\n\r\n ','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 18:59:06','2018-02-13 18:59:06','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3243,3,'2018-02-13 19:03:44','2018-02-13 19:03:44','<h1>Keep on Rolling</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3242 size-large aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_e852181454_k-683x1024.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"683\" height=\"1024\" />','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 19:03:44','2018-02-13 19:03:44','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3244,3,'2018-02-13 19:04:22','2018-02-13 19:04:22','','Dirty Dozen - John Russell - Woods','','inherit','open','closed','','26212737018_b722879711_z','','','2018-02-13 19:04:41','2018-02-13 19:04:41','',3236,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg',0,'attachment','image/jpeg',0),(3245,3,'2018-02-13 19:08:05','2018-02-13 19:08:05','<h1>Keep on Rolling</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3244 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg\" alt=\"Dirty Dozen - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nThe most fun I had during the race was coming through the barn and seeing my pit crew. Before getting there though, I would see my Bicycle Sport Shop Teammates. Each time I passed, they gave me support with cheers! They were all doing this on a team and it was awe-inspiring to be out there with them sharing the day. I am new to the Bicycle Sport Shop Team and I am very proud to represent such an amazing bike shop with supportive, fun teammates! Bicycle Sport Shop even had neutral support there helping anyone that needed it during the race.\r\n\r\nOnce I got to my pit I was greeted by my sweet lady, Laura Neighbors. She was simply the best, but anyone that knows her already knows that. She would stand there smiling giving me encouragement. Laura was in the pit with my buddy Shawn Hutcherson. He was amazing also, staying the entire race helping Laura support me. I had two caring people in my corner and a new team to race for. I felt blessed.\r\n\r\nI really enjoy the feeling you get when riding in the woods. It’s truly one of the only times in my life I am 100% in the moment. I am not thinking of anything other than what I am doing at that very second, and boy is that nice. About 6 hours in I started seeing the racers that were competing in the 6-hour portion of the race finish. I was smelling food and beer every time I came through the pit area. I was jealous they were able to enjoy that, but I knew riding another 6 hours would make the food and beer taste even sweeter. It was then I decided to not slow down and stay strong and steady for the next 6 hours.\r\n\r\nFor this race I mentioned I had a new team, but I also had a new bike - a Santa Cruz Tallboy! Man, I am in love with that thing! It’s one of those bikes you just feel like you’ve had forever. It fits perfect. I can honestly say I have never been so comfortable in a race before. Going into the race, I had a few nagging injuries I was concerned about. However, I never experienced any hand pain, knee pain or pain anywhere! This bike also has a dropper post. There is nothing technical at Warda to need this, but over the course of 12 hours it was really nice to hit the button and micro lower my saddle here and there to change things up a bit. I feel like it really helped keep my legs fresh and I was happy to have it.\r\n\r\nMy favorite part of the race is when it gets dark. I love riding in the woods at night. I like the tunnel vision the light creates and the way my peripheral vision is blacked out. I focus only on what is directly in front of me. It’s kind of relaxing. Once it was fully dark I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure…. You know the kind that the mouth opens up and you crack nuts with? I usually only see them around Christmas time. When I started seeing this every lap I knew I might be getting tired but I was having fun. I still don’t know what I was seeing to make me think it was a giant nutcracker.\r\n\r\nAnother thing I enjoy are the shorter laps at this race. Each time I came into the pits it would regenerate energy and keep me motivated. With Laura and Shawn being there, folks were coming by to visit them and I could talk to them when I came through too. My fellow teammate Antonio Garza (who got second place in Solo Sport Male) was pitting with me. I would see him from time to time along with his family. It was a really great experience. It felt like a big family gathering out there, I loved it.\r\n\r\nThe last few laps were fun and when the clock struck 8.30 PM. I had just completed my 17<sup>th</sup> lap. I had been riding for 11 hours and 30 minutes. I thought I was going to do another one but I could not finish in time so that was the end of my race. It was such a great time doing this. My final tally was 17 laps, 120+ miles of dirt and lucky for me a 1<sup>st</sup> place finish in the Solo Open Male category. I had so much happiness come over me when I realized how the race went and how much fun I had the entire time I was riding. It feels great when a plan comes together. All the training I did mentally and physically paid off and it was time for my first beer of 2018!\r\n\r\nI’ve raced the Dirty Dozen a number of times but this one was special for me. As I reflect back over the race, it feels like I have a weeks’ worth of memories all made in 1 day. Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it. I came into this race excited and I left it with even more excitement. I had my lady in my corner for this one, some of the best friends a guy can have and support from the greatest bike shop in the country. What more could you ask for? I made a ton of new friends out there and hopefully I can keep this momentum up for the rest of the year. Till next time!!!\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/--AmhrKAo8h0/Wn8LOSoFPfI/AAAAAAAAQAQ/2YcbNTOyS0ovMa9HVlcOkvXzbM6bmdUyACLcBGAs/s320/JR-Beer.JPG\" alt=\"John - Well Deserved\" width=\"240\" height=\"320\" />','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 19:08:05','2018-02-13 19:08:05','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3246,3,'2018-02-13 19:12:24','2018-02-13 19:12:24','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, John Russell. Head on over to his race blog, <a href=\"https://keeponrolling-johnny.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Keep on Rolling</a> to read about more of John\'s incredible adventures. </em>\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3244 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg\" alt=\"Dirty Dozen - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nThe most fun I had during the race was coming through the barn and seeing my pit crew. Before getting there though, I would see my Bicycle Sport Shop Teammates. Each time I passed, they gave me support with cheers! They were all doing this on a team and it was awe-inspiring to be out there with them sharing the day. I am new to the Bicycle Sport Shop Team and I am very proud to represent such an amazing bike shop with supportive, fun teammates! Bicycle Sport Shop even had neutral support there helping anyone that needed it during the race.\r\n\r\nOnce I got to my pit I was greeted by my sweet lady, Laura Neighbors. She was simply the best, but anyone that knows her already knows that. She would stand there smiling giving me encouragement. Laura was in the pit with my buddy Shawn Hutcherson. He was amazing also, staying the entire race helping Laura support me. I had two caring people in my corner and a new team to race for. I felt blessed.\r\n\r\nI really enjoy the feeling you get when riding in the woods. It’s truly one of the only times in my life I am 100% in the moment. I am not thinking of anything other than what I am doing at that very second, and boy is that nice. About 6 hours in I started seeing the racers that were competing in the 6-hour portion of the race finish. I was smelling food and beer every time I came through the pit area. I was jealous they were able to enjoy that, but I knew riding another 6 hours would make the food and beer taste even sweeter. It was then I decided to not slow down and stay strong and steady for the next 6 hours.\r\n\r\nFor this race I mentioned I had a new team, but I also had a new bike - a Santa Cruz Tallboy! Man, I am in love with that thing! It’s one of those bikes you just feel like you’ve had forever. It fits perfect. I can honestly say I have never been so comfortable in a race before. Going into the race, I had a few nagging injuries I was concerned about. However, I never experienced any hand pain, knee pain or pain anywhere! This bike also has a dropper post. There is nothing technical at Warda to need this, but over the course of 12 hours it was really nice to hit the button and micro lower my saddle here and there to change things up a bit. I feel like it really helped keep my legs fresh and I was happy to have it.\r\n\r\nMy favorite part of the race is when it gets dark. I love riding in the woods at night. I like the tunnel vision the light creates and the way my peripheral vision is blacked out. I focus only on what is directly in front of me. It’s kind of relaxing. Once it was fully dark I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure…. You know the kind that the mouth opens up and you crack nuts with? I usually only see them around Christmas time. When I started seeing this every lap I knew I might be getting tired but I was having fun. I still don’t know what I was seeing to make me think it was a giant nutcracker.\r\n\r\nAnother thing I enjoy are the shorter laps at this race. Each time I came into the pits it would regenerate energy and keep me motivated. With Laura and Shawn being there, folks were coming by to visit them and I could talk to them when I came through too. My fellow teammate Antonio Garza (who got second place in Solo Sport Male) was pitting with me. I would see him from time to time along with his family. It was a really great experience. It felt like a big family gathering out there, I loved it.\r\n\r\nThe last few laps were fun and when the clock struck 8.30 PM. I had just completed my 17<sup>th</sup> lap. I had been riding for 11 hours and 30 minutes. I thought I was going to do another one but I could not finish in time so that was the end of my race. It was such a great time doing this. My final tally was 17 laps, 120+ miles of dirt and lucky for me a 1<sup>st</sup> place finish in the Solo Open Male category. I had so much happiness come over me when I realized how the race went and how much fun I had the entire time I was riding. It feels great when a plan comes together. All the training I did mentally and physically paid off and it was time for my first beer of 2018!\r\n\r\nI’ve raced the Dirty Dozen a number of times but this one was special for me. As I reflect back over the race, it feels like I have a weeks’ worth of memories all made in 1 day. Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it. I came into this race excited and I left it with even more excitement. I had my lady in my corner for this one, some of the best friends a guy can have and support from the greatest bike shop in the country. What more could you ask for? I made a ton of new friends out there and hopefully I can keep this momentum up for the rest of the year. Till next time!!!\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/--AmhrKAo8h0/Wn8LOSoFPfI/AAAAAAAAQAQ/2YcbNTOyS0ovMa9HVlcOkvXzbM6bmdUyACLcBGAs/s320/JR-Beer.JPG\" alt=\"John - Well Deserved\" width=\"240\" height=\"320\" />','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 19:12:24','2018-02-13 19:12:24','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3247,3,'2018-02-13 19:15:50','2018-02-13 19:15:50','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, John Russell. Head on over to his race blog, <a href=\"https://keeponrolling-johnny.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Keep on Rolling</a> to read about more of John\'s incredible adventures. </em>\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3244 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg\" alt=\"Dirty Dozen - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nThe most fun I had during the race was coming through the barn and seeing my pit crew. Before getting there though, I would see my Bicycle Sport Shop Teammates. Each time I passed, they gave me support with cheers! They were all doing this on a team and it was awe-inspiring to be out there with them sharing the day. I am new to the Bicycle Sport Shop Team and I am very proud to represent such an amazing bike shop with supportive, fun teammates! Bicycle Sport Shop even had neutral support there helping anyone that needed it during the race.\r\n\r\nOnce I got to my pit I was greeted by my sweet lady, Laura Neighbors. She was simply the best, but anyone that knows her already knows that. She would stand there smiling giving me encouragement. Laura was in the pit with my buddy Shawn Hutcherson. He was amazing also, staying the entire race helping Laura support me. I had two caring people in my corner and a new team to race for. I felt blessed.\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/-NY2OBSQNTjg/Wn8MPRIrkoI/AAAAAAAAQAo/oAQeQlVPVcIc0wtczbKQHf4rExeztnGkgCLcBGAs/s320/IMG_0432.jpg\" width=\"211\" height=\"320\" />\r\n\r\nI really enjoy the feeling you get when riding in the woods. It’s truly one of the only times in my life I am 100% in the moment. I am not thinking of anything other than what I am doing at that very second, and boy is that nice. About 6 hours in I started seeing the racers that were competing in the 6-hour portion of the race finish. I was smelling food and beer every time I came through the pit area. I was jealous they were able to enjoy that, but I knew riding another 6 hours would make the food and beer taste even sweeter. It was then I decided to not slow down and stay strong and steady for the next 6 hours.\r\n\r\nFor this race I mentioned I had a new team, but I also had a new bike - a Santa Cruz Tallboy! Man, I am in love with that thing! It’s one of those bikes you just feel like you’ve had forever. It fits perfect. I can honestly say I have never been so comfortable in a race before. Going into the race, I had a few nagging injuries I was concerned about. However, I never experienced any hand pain, knee pain or pain anywhere! This bike also has a dropper post. There is nothing technical at Warda to need this, but over the course of 12 hours it was really nice to hit the button and micro lower my saddle here and there to change things up a bit. I feel like it really helped keep my legs fresh and I was happy to have it.\r\n\r\nMy favorite part of the race is when it gets dark. I love riding in the woods at night. I like the tunnel vision the light creates and the way my peripheral vision is blacked out. I focus only on what is directly in front of me. It’s kind of relaxing. Once it was fully dark I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure…. You know the kind that the mouth opens up and you crack nuts with? I usually only see them around Christmas time. When I started seeing this every lap I knew I might be getting tired but I was having fun. I still don’t know what I was seeing to make me think it was a giant nutcracker.\r\n<blockquote>I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure</blockquote>\r\n<img class=\"alignnone size-full aligncenter\" src=\"https://2.bp.blogspot.com/-52hNCs618N0/Wn8L-nmMXiI/AAAAAAAAQAg/zrTsj9rtxJQ9T8sA6S3Rdx1JZaIyvNpPACLcBGAs/s320/nutcracker.JPG\" width=\"154\" height=\"320\" />\r\n\r\nAnother thing I enjoy are the shorter laps at this race. Each time I came into the pits it would regenerate energy and keep me motivated. With Laura and Shawn being there, folks were coming by to visit them and I could talk to them when I came through too. My fellow teammate Antonio Garza (who got second place in Solo Sport Male) was pitting with me. I would see him from time to time along with his family. It was a really great experience. It felt like a big family gathering out there, I loved it.\r\n\r\nThe last few laps were fun and when the clock struck 8.30 PM. I had just completed my 17<sup>th</sup> lap. I had been riding for 11 hours and 30 minutes. I thought I was going to do another one but I could not finish in time so that was the end of my race. It was such a great time doing this. My final tally was 17 laps, 120+ miles of dirt and lucky for me a 1<sup>st</sup> place finish in the Solo Open Male category. I had so much happiness come over me when I realized how the race went and how much fun I had the entire time I was riding. It feels great when a plan comes together. All the training I did mentally and physically paid off and it was time for my first beer of 2018!\r\n\r\nI’ve raced the Dirty Dozen a number of times but this one was special for me. As I reflect back over the race, it feels like I have a weeks’ worth of memories all made in 1 day. Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it. I came into this race excited and I left it with even more excitement. I had my lady in my corner for this one, some of the best friends a guy can have and support from the greatest bike shop in the country. What more could you ask for? I made a ton of new friends out there and hopefully I can keep this momentum up for the rest of the year. Till next time!!!\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/--AmhrKAo8h0/Wn8LOSoFPfI/AAAAAAAAQAQ/2YcbNTOyS0ovMa9HVlcOkvXzbM6bmdUyACLcBGAs/s320/JR-Beer.JPG\" alt=\"John - Well Deserved\" width=\"240\" height=\"320\" />','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 19:15:50','2018-02-13 19:15:50','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3248,3,'2018-02-13 19:17:24','2018-02-13 19:17:24','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, John Russell. Head on over to his race blog, <a href=\"https://keeponrolling-johnny.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Keep on Rolling</a> to read about more of John\'s incredible adventures. </em>\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3244 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg\" alt=\"Dirty Dozen - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nThe most fun I had during the race was coming through the barn and seeing my pit crew. Before getting there though, I would see my Bicycle Sport Shop Teammates. Each time I passed, they gave me support with cheers! They were all doing this on a team and it was awe-inspiring to be out there with them sharing the day. I am new to the Bicycle Sport Shop Team and I am very proud to represent such an amazing bike shop with supportive, fun teammates! Bicycle Sport Shop even had neutral support there helping anyone that needed it during the race.\r\n\r\nOnce I got to my pit I was greeted by my sweet lady, Laura Neighbors. She was simply the best, but anyone that knows her already knows that. She would stand there smiling giving me encouragement. Laura was in the pit with my buddy Shawn Hutcherson. He was amazing also, staying the entire race helping Laura support me. I had two caring people in my corner and a new team to race for. I felt blessed.\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/-NY2OBSQNTjg/Wn8MPRIrkoI/AAAAAAAAQAo/oAQeQlVPVcIc0wtczbKQHf4rExeztnGkgCLcBGAs/s320/IMG_0432.jpg\" width=\"211\" height=\"320\" />\r\n\r\nI really enjoy the feeling you get when riding in the woods. It’s truly one of the only times in my life I am 100% in the moment. I am not thinking of anything other than what I am doing at that very second, and boy is that nice. About 6 hours in I started seeing the racers that were competing in the 6-hour portion of the race finish. I was smelling food and beer every time I came through the pit area. I was jealous they were able to enjoy that, but I knew riding another 6 hours would make the food and beer taste even sweeter. It was then I decided to not slow down and stay strong and steady for the next 6 hours.\r\n\r\nFor this race I mentioned I had a new team, but I also had a new bike - a Santa Cruz Tallboy! Man, I am in love with that thing! It’s one of those bikes you just feel like you’ve had forever. It fits perfect. I can honestly say I have never been so comfortable in a race before. Going into the race, I had a few nagging injuries I was concerned about. However, I never experienced any hand pain, knee pain or pain anywhere! This bike also has a dropper post. There is nothing technical at Warda to need this, but over the course of 12 hours it was really nice to hit the button and micro lower my saddle here and there to change things up a bit. I feel like it really helped keep my legs fresh and I was happy to have it.\r\n\r\nMy favorite part of the race is when it gets dark. I love riding in the woods at night. I like the tunnel vision the light creates and the way my peripheral vision is blacked out. I focus only on what is directly in front of me. It’s kind of relaxing. Once it was fully dark I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure…. You know the kind that the mouth opens up and you crack nuts with? I usually only see them around Christmas time. When I started seeing this every lap I knew I might be getting tired but I was having fun. I still don’t know what I was seeing to make me think it was a giant nutcracker.\r\n<blockquote>I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure.....</blockquote>\r\n<img class=\"alignnone size-full aligncenter\" src=\"https://2.bp.blogspot.com/-52hNCs618N0/Wn8L-nmMXiI/AAAAAAAAQAg/zrTsj9rtxJQ9T8sA6S3Rdx1JZaIyvNpPACLcBGAs/s320/nutcracker.JPG\" width=\"154\" height=\"320\" />\r\n\r\nAnother thing I enjoy are the shorter laps at this race. Each time I came into the pits it would regenerate energy and keep me motivated. With Laura and Shawn being there, folks were coming by to visit them and I could talk to them when I came through too. My fellow teammate Antonio Garza (who got second place in Solo Sport Male) was pitting with me. I would see him from time to time along with his family. It was a really great experience. It felt like a big family gathering out there, I loved it.\r\n\r\nThe last few laps were fun and when the clock struck 8.30 PM. I had just completed my 17<sup>th</sup> lap. I had been riding for 11 hours and 30 minutes. I thought I was going to do another one but I could not finish in time so that was the end of my race. It was such a great time doing this. My final tally was 17 laps, 120+ miles of dirt and lucky for me a 1<sup>st</sup> place finish in the Solo Open Male category. I had so much happiness come over me when I realized how the race went and how much fun I had the entire time I was riding. It feels great when a plan comes together. All the training I did mentally and physically paid off and it was time for my first beer of 2018!\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://1.bp.blogspot.com/-IDmcgyTqK-4/Wn8LdR_N8aI/AAAAAAAAQAU/nv1sT7q1I30LaNhrHU8rgL7OQQEeetHpQCLcBGAs/s320/IMG_0376.jpg\" alt=\"2018 Dirty Dozen Awards\" width=\"320\" height=\"240\" />\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://2.bp.blogspot.com/-XNX-K0Bpwn8/Wn8M5y0nBEI/AAAAAAAAQA8/EHg6JCPQFI47KQQY0zRimW9T1FInMsDWwCLcBGAs/s320/JR_Podium.jpg\" alt=\"2018 Dirty Dozen Podium\" width=\"320\" height=\"320\" />\r\n\r\nI’ve raced the Dirty Dozen a number of times but this one was special for me. As I reflect back over the race, it feels like I have a weeks’ worth of memories all made in 1 day. Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it. I came into this race excited and I left it with even more excitement. I had my lady in my corner for this one, some of the best friends a guy can have and support from the greatest bike shop in the country. What more could you ask for? I made a ton of new friends out there and hopefully I can keep this momentum up for the rest of the year. Till next time!!!\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/--AmhrKAo8h0/Wn8LOSoFPfI/AAAAAAAAQAQ/2YcbNTOyS0ovMa9HVlcOkvXzbM6bmdUyACLcBGAs/s320/JR-Beer.JPG\" alt=\"John - Well Deserved\" width=\"240\" height=\"320\" />','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 19:17:24','2018-02-13 19:17:24','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3249,3,'2018-02-13 19:18:35','2018-02-13 19:18:35','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, John Russell. Head on over to his race blog, <a href=\"https://keeponrolling-johnny.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Keep on Rolling</a> to read about more of John\'s incredible adventures. </em>\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3244 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg\" alt=\"Dirty Dozen - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nThe most fun I had during the race was coming through the barn and seeing my pit crew. Before getting there though, I would see my Bicycle Sport Shop Teammates. Each time I passed, they gave me support with cheers! They were all doing this on a team and it was awe-inspiring to be out there with them sharing the day. I am new to the Bicycle Sport Shop Team and I am very proud to represent such an amazing bike shop with supportive, fun teammates! Bicycle Sport Shop even had neutral support there helping anyone that needed it during the race.\r\n\r\nOnce I got to my pit I was greeted by my sweet lady, Laura Neighbors. She was simply the best, but anyone that knows her already knows that. She would stand there smiling giving me encouragement. Laura was in the pit with my buddy Shawn Hutcherson. He was amazing also, staying the entire race helping Laura support me. I had two caring people in my corner and a new team to race for. I felt blessed.\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/-NY2OBSQNTjg/Wn8MPRIrkoI/AAAAAAAAQAo/oAQeQlVPVcIc0wtczbKQHf4rExeztnGkgCLcBGAs/s320/IMG_0432.jpg\" width=\"211\" height=\"320\" />\r\n\r\nI really enjoy the feeling you get when riding in the woods. It’s truly one of the only times in my life I am 100% in the moment. I am not thinking of anything other than what I am doing at that very second, and boy is that nice. About 6 hours in I started seeing the racers that were competing in the 6-hour portion of the race finish. I was smelling food and beer every time I came through the pit area. I was jealous they were able to enjoy that, but I knew riding another 6 hours would make the food and beer taste even sweeter. It was then I decided to not slow down and stay strong and steady for the next 6 hours.\r\n\r\nFor this race I mentioned I had a new team, but I also had a new bike - a Santa Cruz Tallboy! Man, I am in love with that thing! It’s one of those bikes you just feel like you’ve had forever. It fits perfect. I can honestly say I have never been so comfortable in a race before. Going into the race, I had a few nagging injuries I was concerned about. However, I never experienced any hand pain, knee pain or pain anywhere! This bike also has a dropper post. There is nothing technical at Warda to need this, but over the course of 12 hours it was really nice to hit the button and micro lower my saddle here and there to change things up a bit. I feel like it really helped keep my legs fresh and I was happy to have it.\r\n\r\nMy favorite part of the race is when it gets dark. I love riding in the woods at night. I like the tunnel vision the light creates and the way my peripheral vision is blacked out. I focus only on what is directly in front of me. It’s kind of relaxing. Once it was fully dark I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure…. You know the kind that the mouth opens up and you crack nuts with? I usually only see them around Christmas time. When I started seeing this every lap I knew I might be getting tired but I was having fun. I still don’t know what I was seeing to make me think it was a giant nutcracker.\r\n<blockquote>I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure.....</blockquote>\r\n<img class=\"alignnone size-full aligncenter\" src=\"https://2.bp.blogspot.com/-52hNCs618N0/Wn8L-nmMXiI/AAAAAAAAQAg/zrTsj9rtxJQ9T8sA6S3Rdx1JZaIyvNpPACLcBGAs/s320/nutcracker.JPG\" width=\"154\" height=\"320\" />\r\n\r\nAnother thing I enjoy are the shorter laps at this race. Each time I came into the pits it would regenerate energy and keep me motivated. With Laura and Shawn being there, folks were coming by to visit them and I could talk to them when I came through too. My fellow teammate Antonio Garza (who got second place in Solo Sport Male) was pitting with me. I would see him from time to time along with his family. It was a really great experience. It felt like a big family gathering out there, I loved it.\r\n\r\nThe last few laps were fun and when the clock struck 8.30 PM. I had just completed my 17<sup>th</sup> lap. I had been riding for 11 hours and 30 minutes. I thought I was going to do another one but I could not finish in time so that was the end of my race. It was such a great time doing this. My final tally was 17 laps, 120+ miles of dirt and lucky for me a 1<sup>st</sup> place finish in the Solo Open Male category. I had so much happiness come over me when I realized how the race went and how much fun I had the entire time I was riding. It feels great when a plan comes together. All the training I did mentally and physically paid off and it was time for my first beer of 2018!\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://1.bp.blogspot.com/-IDmcgyTqK-4/Wn8LdR_N8aI/AAAAAAAAQAU/nv1sT7q1I30LaNhrHU8rgL7OQQEeetHpQCLcBGAs/s320/IMG_0376.jpg\" alt=\"2018 Dirty Dozen Awards\" width=\"320\" height=\"240\" />\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://2.bp.blogspot.com/-XNX-K0Bpwn8/Wn8M5y0nBEI/AAAAAAAAQA8/EHg6JCPQFI47KQQY0zRimW9T1FInMsDWwCLcBGAs/s320/JR_Podium.jpg\" alt=\"2018 Dirty Dozen Podium\" width=\"320\" height=\"320\" />\r\n\r\nI’ve raced the Dirty Dozen a number of times but this one was special for me. As I reflect back over the race, it feels like I have a weeks’ worth of memories all made in 1 day. Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it. I came into this race excited and I left it with even more excitement. I had my lady in my corner for this one, some of the best friends a guy can have and support from the greatest bike shop in the country. What more could you ask for? I made a ton of new friends out there and hopefully I can keep this momentum up for the rest of the year. Till next time!!!\r\n<blockquote>Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it.</blockquote>\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/--AmhrKAo8h0/Wn8LOSoFPfI/AAAAAAAAQAQ/2YcbNTOyS0ovMa9HVlcOkvXzbM6bmdUyACLcBGAs/s320/JR-Beer.JPG\" alt=\"John - Well Deserved\" width=\"240\" height=\"320\" />','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 19:18:35','2018-02-13 19:18:35','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3251,3,'2018-02-13 19:28:46','2018-02-13 19:28:46','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, John Russell. Head on over to his race blog, <a href=\"https://keeponrolling-johnny.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Keep on Rolling</a> to read about more of John\'s incredible adventures. </em>\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>Riding your bike as fast as you can for 12 hours is super hard.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3244 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg\" alt=\"Dirty Dozen - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nThe most fun I had during the race was coming through the barn and seeing my pit crew. Before getting there though, I would see my Bicycle Sport Shop Teammates. Each time I passed, they gave me support with cheers! They were all doing this on a team and it was awe-inspiring to be out there with them sharing the day. I am new to the Bicycle Sport Shop Team and I am very proud to represent such an amazing bike shop with supportive, fun teammates! Bicycle Sport Shop even had neutral support there helping anyone that needed it during the race.\r\n\r\nOnce I got to my pit I was greeted by my sweet lady, Laura Neighbors. She was simply the best, but anyone that knows her already knows that. She would stand there smiling giving me encouragement. Laura was in the pit with my buddy Shawn Hutcherson. He was amazing also, staying the entire race helping Laura support me. I had two caring people in my corner and a new team to race for. I felt blessed.\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/-NY2OBSQNTjg/Wn8MPRIrkoI/AAAAAAAAQAo/oAQeQlVPVcIc0wtczbKQHf4rExeztnGkgCLcBGAs/s320/IMG_0432.jpg\" width=\"211\" height=\"320\" />\r\n\r\nI really enjoy the feeling you get when riding in the woods. It’s truly one of the only times in my life I am 100% in the moment. I am not thinking of anything other than what I am doing at that very second, and boy is that nice. About 6 hours in I started seeing the racers that were competing in the 6-hour portion of the race finish. I was smelling food and beer every time I came through the pit area. I was jealous they were able to enjoy that, but I knew riding another 6 hours would make the food and beer taste even sweeter. It was then I decided to not slow down and stay strong and steady for the next 6 hours.\r\n\r\nFor this race I mentioned I had a new team, but I also had a new bike - a Santa Cruz Tallboy! Man, I am in love with that thing! It’s one of those bikes you just feel like you’ve had forever. It fits perfect. I can honestly say I have never been so comfortable in a race before. Going into the race, I had a few nagging injuries I was concerned about. However, I never experienced any hand pain, knee pain or pain anywhere! This bike also has a dropper post. There is nothing technical at Warda to need this, but over the course of 12 hours it was really nice to hit the button and micro lower my saddle here and there to change things up a bit. I feel like it really helped keep my legs fresh and I was happy to have it.\r\n\r\nMy favorite part of the race is when it gets dark. I love riding in the woods at night. I like the tunnel vision the light creates and the way my peripheral vision is blacked out. I focus only on what is directly in front of me. It’s kind of relaxing. Once it was fully dark I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure…. You know the kind that the mouth opens up and you crack nuts with? I usually only see them around Christmas time. When I started seeing this every lap I knew I might be getting tired but I was having fun. I still don’t know what I was seeing to make me think it was a giant nutcracker.\r\n<blockquote>I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure.....</blockquote>\r\n<img class=\"alignnone size-full aligncenter\" src=\"https://2.bp.blogspot.com/-52hNCs618N0/Wn8L-nmMXiI/AAAAAAAAQAg/zrTsj9rtxJQ9T8sA6S3Rdx1JZaIyvNpPACLcBGAs/s320/nutcracker.JPG\" width=\"154\" height=\"320\" />\r\n\r\nAnother thing I enjoy are the shorter laps at this race. Each time I came into the pits it would regenerate energy and keep me motivated. With Laura and Shawn being there, folks were coming by to visit them and I could talk to them when I came through too. My fellow teammate Antonio Garza (who got second place in Solo Sport Male) was pitting with me. I would see him from time to time along with his family. It was a really great experience. It felt like a big family gathering out there, I loved it.\r\n\r\nThe last few laps were fun and when the clock struck 8.30 PM. I had just completed my 17<sup>th</sup> lap. I had been riding for 11 hours and 30 minutes. I thought I was going to do another one but I could not finish in time so that was the end of my race. It was such a great time doing this. My final tally was 17 laps, 120+ miles of dirt and lucky for me a 1<sup>st</sup> place finish in the Solo Open Male category. I had so much happiness come over me when I realized how the race went and how much fun I had the entire time I was riding. It feels great when a plan comes together. All the training I did mentally and physically paid off and it was time for my first beer of 2018!\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://1.bp.blogspot.com/-IDmcgyTqK-4/Wn8LdR_N8aI/AAAAAAAAQAU/nv1sT7q1I30LaNhrHU8rgL7OQQEeetHpQCLcBGAs/s320/IMG_0376.jpg\" alt=\"2018 Dirty Dozen Awards\" width=\"320\" height=\"240\" />\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://2.bp.blogspot.com/-XNX-K0Bpwn8/Wn8M5y0nBEI/AAAAAAAAQA8/EHg6JCPQFI47KQQY0zRimW9T1FInMsDWwCLcBGAs/s320/JR_Podium.jpg\" alt=\"2018 Dirty Dozen Podium\" width=\"320\" height=\"320\" />\r\n\r\nI’ve raced the Dirty Dozen a number of times but this one was special for me. As I reflect back over the race, it feels like I have a weeks’ worth of memories all made in 1 day. Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it. I came into this race excited and I left it with even more excitement. I had my lady in my corner for this one, some of the best friends a guy can have and support from the greatest bike shop in the country. What more could you ask for? I made a ton of new friends out there and hopefully I can keep this momentum up for the rest of the year. Till next time!!!\r\n<blockquote>Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it.</blockquote>\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/--AmhrKAo8h0/Wn8LOSoFPfI/AAAAAAAAQAQ/2YcbNTOyS0ovMa9HVlcOkvXzbM6bmdUyACLcBGAs/s320/JR-Beer.JPG\" alt=\"John - Well Deserved\" width=\"240\" height=\"320\" />','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-autosave-v1','','','2018-02-13 19:28:46','2018-02-13 19:28:46','',3236,'http://www.terrafirmaracing.com/3236-autosave-v1/',0,'revision','',0),(3252,3,'2018-02-13 19:28:21','2018-02-13 19:28:21','','John Russell - Dirty Dozen - First Lap','','inherit','open','closed','','39373574104_29ec7c2dfb_z','','','2018-02-13 19:28:39','2018-02-13 19:28:39','',3236,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39373574104_29ec7c2dfb_z.jpg',0,'attachment','image/jpeg',0),(3258,3,'2018-02-13 19:32:10','2018-02-13 19:32:10',' ','','','publish','closed','closed','','3258','','','2018-05-30 12:24:22','2018-05-30 12:24:22','',0,'http://www.terrafirmaracing.com/?p=3258',6,'nav_menu_item','',0),(3259,3,'2017-10-30 19:35:16','2017-10-30 19:35:16','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, Maga San. </em>\r\n\r\n<img class=\"size-full wp-image-3260 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Maga-24hrs.png\" alt=\"\" width=\"577\" height=\"721\" />\r\n\r\nMy only specific preparation for the event was pre-riding the course 2 weeks beforehand. However, I was still in good shape from training for this year’s Leadville 100 MTB. Also, I completed the Dragonslayer event (81 miles of rocky trails) the previous weekend.\r\n\r\nI’m familiar with the 24hr race due to my participation in 2014 and 2015. I did 11 laps on a single speed in 2015, which was more than any other ladies category.\r\nI was very confident and determined entering the race. My strategy was to ride the whole night and do more laps than I did in 2015. The reasoning was that it would be easier on a geared bike. Also, I planned to stay well hydrated with sufficient nutrition get me through.\r\n<blockquote>I did 11 laps on a single speed in 2015</blockquote>\r\nBeing first in the Le Mans start was helpful to my success. The first lap was faster than planned due to pressure from my competition. In the evening I was shaken by news of severe injury to a fellow rider. The pain from riding was the worst at midnight; however I was able to power through it. As usual, I was listening to my favorite metal music which helped to inspire me. By daylight there was no concern about the competition. I could have stopped at this point, but managed to do several more laps for a total of 16. To my surprise I ended up with the most laps of any solo category. As planned, my fist stop post-race was for a cold beer to celebrate my efforts.\r\n<blockquote>To my surprise I ended up with the most laps of any solo category.</blockquote>','2017 24hrs of Rocky Hill - Maga San','','publish','open','open','','2017-24hrs-of-rocky-hill-maga-san','','','2018-02-13 19:48:59','2018-02-13 19:48:59','',0,'http://www.terrafirmaracing.com/?p=3259',0,'post','',0),(3260,3,'2018-02-13 19:37:24','2018-02-13 19:37:24','','Maga San - 24hrs of Rocky Hill','','inherit','open','closed','','maga-24hrs','','','2018-02-13 19:38:43','2018-02-13 19:38:43','',3259,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Maga-24hrs.png',0,'attachment','image/png',0),(3261,3,'2018-02-13 19:40:52','2018-02-13 19:40:52','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, John Russell. Head on over to his race blog, <a href=\"https://keeponrolling-johnny.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Keep on Rolling</a> to read about more of John\'s incredible adventures. </em>\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nIt was Halloween when I had enough. I looked in the mirror and said “It’s time to get yourself out of this rut you’ve been in, write down a race and commit to getting healthy.” I was scared to do that because it had been 5 years since I last raced. I was worried about how I would perform, but mostly worried I would not be able to stick to a plan and stop doing all the self-sabotaging things I’d been doing the last few years. I dusted off my bike, hooked it up to my trainer and started my journey to a healthier happier me. Here we go…..\r\n\r\nI LOVE the Dirty Dozen 12 hour mountain bike race. It’s at the perfect time of the year. When I was racing before, I always used it as my motivation to stay healthy through the holidays, and after the New Year it helped me stay focused on a goal. This race is held the first week of February and the venue is always Warda. Terra Firma Racing puts on incredible races. They are well-organized and run smoothly. The course is always well marked too. Once the race is over, they are prompt about getting to the awards and recognition. To me, Terra Firma races feel like a family affair. The people who participate in them are some of the best in cycling. Every time I walk away from an endurance race, I also walk away with new friends. This year was to be no exception.\r\n\r\nI was able to really stick to my training during the months of November, December and January. This was not only my first race in 5 years but it was my first race since 2009 without a coach, so I took it seriously. I self-coached myself for this race using all the knowledge I gained from years of being coached by one of the best in the industry. I knew where I was fitness wise and on Feb 3<sup>rd</sup> I lined up with approximately 200 other crazy folks to race the Dirty Dozen!\r\n\r\nAfter the le mans run I jumped on my bike and started smiling. The first lap was a pretty hot pace and it had been raining. The roots were slick and a bit dangerous, but I was having a blast! I normally get nervous and worry about where I am in the race vs. my competitors, but that did not happen this year. I had a few goals for the race. Number 1 goal was to have fun. I also had a goal of making this race about me and vs. the distance rather than me vs. someone else. Riding your bike as fast as you can for 12 hours is super hard. I think when you start making it out as a race with you vs. someone, it gets even harder. I set out to ride my race and give my best effort for the daunting time of 12 hours.\r\n<blockquote>I had a few goals for the race. Number 1 goal was to have fun.</blockquote>\r\n<img class=\"size-full wp-image-3240 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/39185854115_0a6a0f1bdd_z.jpg\" alt=\"Dirty Dozen Mountain Bike Race - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nI started ticking off laps at a pretty quick pace. On hour 3 I was feeling pretty worn out. I remember thinking man… I have 9 hours to go and I am already hurting. But I have done this enough to know you have tough times, then happy times and these “up and down” feelings can occur many times during 12 hours. So, I just relaxed and started leaning on the folks around me to take my mind off what I was feeling. I continued smiling to make myself feel better. I started talking to all the racers on the course I was riding with. That was a ton of fun for me! Once I did that, it relaxed me and I was actually able to ride faster with what felt like less effort.\r\n\r\n<img class=\"wp-image-3244 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/26212737018_b722879711_z.jpg\" alt=\"Dirty Dozen - John Russell\" width=\"427\" height=\"640\" />\r\n\r\nThe most fun I had during the race was coming through the barn and seeing my pit crew. Before getting there though, I would see my Bicycle Sport Shop Teammates. Each time I passed, they gave me support with cheers! They were all doing this on a team and it was awe-inspiring to be out there with them sharing the day. I am new to the Bicycle Sport Shop Team and I am very proud to represent such an amazing bike shop with supportive, fun teammates! Bicycle Sport Shop even had neutral support there helping anyone that needed it during the race.\r\n\r\nOnce I got to my pit I was greeted by my sweet lady, Laura Neighbors. She was simply the best, but anyone that knows her already knows that. She would stand there smiling giving me encouragement. Laura was in the pit with my buddy Shawn Hutcherson. He was amazing also, staying the entire race helping Laura support me. I had two caring people in my corner and a new team to race for. I felt blessed.\r\n\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/-NY2OBSQNTjg/Wn8MPRIrkoI/AAAAAAAAQAo/oAQeQlVPVcIc0wtczbKQHf4rExeztnGkgCLcBGAs/s320/IMG_0432.jpg\" width=\"211\" height=\"320\" />\r\n\r\nI really enjoy the feeling you get when riding in the woods. It’s truly one of the only times in my life I am 100% in the moment. I am not thinking of anything other than what I am doing at that very second, and boy is that nice. About 6 hours in I started seeing the racers that were competing in the 6-hour portion of the race finish. I was smelling food and beer every time I came through the pit area. I was jealous they were able to enjoy that, but I knew riding another 6 hours would make the food and beer taste even sweeter. It was then I decided to not slow down and stay strong and steady for the next 6 hours.\r\n\r\nFor this race I mentioned I had a new team, but I also had a new bike - a Santa Cruz Tallboy! Man, I am in love with that thing! It’s one of those bikes you just feel like you’ve had forever. It fits perfect. I can honestly say I have never been so comfortable in a race before. Going into the race, I had a few nagging injuries I was concerned about. However, I never experienced any hand pain, knee pain or pain anywhere! This bike also has a dropper post. There is nothing technical at Warda to need this, but over the course of 12 hours it was really nice to hit the button and micro lower my saddle here and there to change things up a bit. I feel like it really helped keep my legs fresh and I was happy to have it.\r\n\r\nMy favorite part of the race is when it gets dark. I love riding in the woods at night. I like the tunnel vision the light creates and the way my peripheral vision is blacked out. I focus only on what is directly in front of me. It’s kind of relaxing. Once it was fully dark I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure…. You know the kind that the mouth opens up and you crack nuts with? I usually only see them around Christmas time. When I started seeing this every lap I knew I might be getting tired but I was having fun. I still don’t know what I was seeing to make me think it was a giant nutcracker.\r\n<blockquote>I kept seeing something out of the corner of my eye in the same spot every lap. It was cracking me up, but what I thought I kept seeing was a 30-foot tall nutcracker figure.....</blockquote>\r\n<img class=\"alignnone size-full aligncenter\" src=\"https://2.bp.blogspot.com/-52hNCs618N0/Wn8L-nmMXiI/AAAAAAAAQAg/zrTsj9rtxJQ9T8sA6S3Rdx1JZaIyvNpPACLcBGAs/s320/nutcracker.JPG\" width=\"154\" height=\"320\" />\r\n\r\nAnother thing I enjoy are the shorter laps at this race. Each time I came into the pits it would regenerate energy and keep me motivated. With Laura and Shawn being there, folks were coming by to visit them and I could talk to them when I came through too. My fellow teammate Antonio Garza (who got second place in Solo Sport Male) was pitting with me. I would see him from time to time along with his family. It was a really great experience. It felt like a big family gathering out there, I loved it.\r\n\r\nThe last few laps were fun and when the clock struck 8.30 PM. I had just completed my 17<sup>th</sup> lap. I had been riding for 11 hours and 30 minutes. I thought I was going to do another one but I could not finish in time so that was the end of my race. It was such a great time doing this. My final tally was 17 laps, 120+ miles of dirt and lucky for me a 1<sup>st</sup> place finish in the Solo Open Male category. I had so much happiness come over me when I realized how the race went and how much fun I had the entire time I was riding. It feels great when a plan comes together. All the training I did mentally and physically paid off and it was time for my first beer of 2018!\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://1.bp.blogspot.com/-IDmcgyTqK-4/Wn8LdR_N8aI/AAAAAAAAQAU/nv1sT7q1I30LaNhrHU8rgL7OQQEeetHpQCLcBGAs/s320/IMG_0376.jpg\" alt=\"2018 Dirty Dozen Awards\" width=\"320\" height=\"240\" />\r\n\r\n<img class=\"aligncenter size-full\" src=\"https://2.bp.blogspot.com/-XNX-K0Bpwn8/Wn8M5y0nBEI/AAAAAAAAQA8/EHg6JCPQFI47KQQY0zRimW9T1FInMsDWwCLcBGAs/s320/JR_Podium.jpg\" alt=\"2018 Dirty Dozen Podium\" width=\"320\" height=\"320\" />\r\n\r\nI’ve raced the Dirty Dozen a number of times but this one was special for me. As I reflect back over the race, it feels like I have a weeks’ worth of memories all made in 1 day. Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it. I came into this race excited and I left it with even more excitement. I had my lady in my corner for this one, some of the best friends a guy can have and support from the greatest bike shop in the country. What more could you ask for? I made a ton of new friends out there and hopefully I can keep this momentum up for the rest of the year. Till next time!!!\r\n<blockquote>Coming back after a five-year layoff was hard, but that time away made me realize how much I love this sport and the people that play in it.</blockquote>\r\n<img class=\"size-full aligncenter\" src=\"https://2.bp.blogspot.com/--AmhrKAo8h0/Wn8LOSoFPfI/AAAAAAAAQAQ/2YcbNTOyS0ovMa9HVlcOkvXzbM6bmdUyACLcBGAs/s320/JR-Beer.JPG\" alt=\"John - Well Deserved\" width=\"240\" height=\"320\" />','2018 Dirty Dozen - John Russell','','inherit','closed','closed','','3236-revision-v1','','','2018-02-13 19:40:52','2018-02-13 19:40:52','',3236,'http://www.terrafirmaracing.com/3236-revision-v1/',0,'revision','',0),(3262,3,'2018-02-13 19:42:17','2018-02-13 19:42:17','','Maga-24hrs','','inherit','open','closed','','maga-24hrs-2','','','2018-02-13 19:42:17','2018-02-13 19:42:17','',3259,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Maga-24hrs-1.png',0,'attachment','image/png',0),(3263,3,'2018-02-13 19:48:28','2018-02-13 19:48:28','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, Maga San. </em>\r\n\r\nMy only specific preparation for the event was pre-riding the course 2 weeks beforehand. However, I was still in good shape from training for this year’s Leadville 100 MTB. Also, I completed the Dragonslayer event (81 miles of rocky trails) the previous weekend.\r\n\r\nI’m familiar with the 24hr race due to my participation in 2014 and 2015. I did 11 laps on a single speed in 2015, which was more than any other ladies category.\r\nI was very confident and determined entering the race. My strategy was to ride the whole night and do more laps than I did in 2015. The reasoning was that it would be easier on a geared bike. Also, I planned to stay well hydrated with sufficient nutrition get me through.\r\n<blockquote>I did 11 laps on a single speed in 2015</blockquote>\r\nBeing first in the Le Mans start was helpful to my success. The first lap was faster than planned due to pressure from my competition. In the evening I was shaken by news of severe injury to a fellow rider. The pain from riding was the worst at midnight; however I was able to power through it. As usual, I was listening to my favorite metal music which helped to inspire me. By daylight there was no concern about the competition. I could have stopped at this point, but managed to do several more laps for a total of 16. To my surprise I ended up with the most laps of any solo category. As planned, my fist stop post-race was for a cold beer to celebrate my efforts.\r\n<blockquote>To my surprise I ended up with the most laps of any solo category.</blockquote>\r\n<img class=\"size-full wp-image-3260 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Maga-24hrs.png\" alt=\"\" width=\"577\" height=\"721\" />','2017 24hrs of Rocky Hill - Maga San','','inherit','closed','closed','','3259-revision-v1','','','2018-02-13 19:48:28','2018-02-13 19:48:28','',3259,'http://www.terrafirmaracing.com/3259-revision-v1/',0,'revision','',0),(3264,3,'2018-02-13 19:48:59','2018-02-13 19:48:59','<em>This race report was submitted by the 2018 Dirty Dozen\'s overall winner, Maga San. </em>\r\n\r\n<img class=\"size-full wp-image-3260 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Maga-24hrs.png\" alt=\"\" width=\"577\" height=\"721\" />\r\n\r\nMy only specific preparation for the event was pre-riding the course 2 weeks beforehand. However, I was still in good shape from training for this year’s Leadville 100 MTB. Also, I completed the Dragonslayer event (81 miles of rocky trails) the previous weekend.\r\n\r\nI’m familiar with the 24hr race due to my participation in 2014 and 2015. I did 11 laps on a single speed in 2015, which was more than any other ladies category.\r\nI was very confident and determined entering the race. My strategy was to ride the whole night and do more laps than I did in 2015. The reasoning was that it would be easier on a geared bike. Also, I planned to stay well hydrated with sufficient nutrition get me through.\r\n<blockquote>I did 11 laps on a single speed in 2015</blockquote>\r\nBeing first in the Le Mans start was helpful to my success. The first lap was faster than planned due to pressure from my competition. In the evening I was shaken by news of severe injury to a fellow rider. The pain from riding was the worst at midnight; however I was able to power through it. As usual, I was listening to my favorite metal music which helped to inspire me. By daylight there was no concern about the competition. I could have stopped at this point, but managed to do several more laps for a total of 16. To my surprise I ended up with the most laps of any solo category. As planned, my fist stop post-race was for a cold beer to celebrate my efforts.\r\n<blockquote>To my surprise I ended up with the most laps of any solo category.</blockquote>','2017 24hrs of Rocky Hill - Maga San','','inherit','closed','closed','','3259-revision-v1','','','2018-02-13 19:48:59','2018-02-13 19:48:59','',3259,'http://www.terrafirmaracing.com/3259-revision-v1/',0,'revision','',0),(3265,3,'2018-02-15 16:19:43','2018-02-15 16:19:43','<em>This race report was submitted by the 2018 Dirty Dozen’s 40+ 3rd place finisher, Antonio Garza. Head on over to <a href=\"http://gruegrande.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Grue Grande</a> to read about Antonio’s other adventures. </em>\r\n\r\n<hr />\r\n\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nThe Dirty Dozen Race hosted by Terra Firma Racing is one of my favorite events and is one that for one reason or another (sickness, work travel, adoption, etc.) I’ve only had a chance to do once before, and I loved it. My first time racing the Dirty Dozen was in 2017 after my broken ankle and with low expectations, but ended up doing well, being really close to a podium. More details on last year’s race are here <a href=\"http://gruegrande.blogspot.com/2017/02/12hr-race-dirty-dozen-2017.html\">2017 Dirty Dozen</a> To summarize that report: I had regrets, I wanted more from myself during a race and I used that to drive me in 2018.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<img class=\"size-full\" src=\"https://1.bp.blogspot.com/-UUlpxiu2NCw/WoWdDkbmjzI/AAAAAAAAAgs/_kMMoBXxq1w_tfz6zem1nZTlWQeqzmgogCEwYBhgL/s400/40084534241_335df7f711_z.jpg\" alt=\"2018 Dirty Dozen - Antonio\" width=\"400\" height=\"267\" /> It\'s so rare to catch me not grimacing on course.[/caption]\r\n\r\nThe biggest challenge this year has been staying healthy since the kids bring home bugs from school. It seems like clockwork that come last week of August or first of September, the whole family gets some kind of cold, and usually the kids get over it in 2-3 days while the adults take weeks to recover. My performance chart shows the starts and stops from this (or just life and work sometimes getting in the way.) So, my goal in the past year has been to ride more with friends and groups and have more fun on the trails. I have work buds Brian and Hawkins and we do regular rides of the Brushy Creek Trails or Walnut Creek Park, sometimes venturing to other places but we try to hit the trails at lunch at least 2 times a week. They are usually fast paced rides so they’re always a good workout. There were also the Bicycle Sport Shop Thursday MTB rides and rides led by our MTB captains Jeremy and Wes. I also rely on advice from my endurance racing friends Dave, John, and Tony when I have doubts about how to proceed when I hit an obstacle.\r\n<blockquote>I also remember how it felt missing out on the podium last year by a minute...</blockquote>\r\nMy race started almost like last year: late to the start, I got there as the runners were taking off, so I just rode slowly behind the last walkers then I took off. And now the mental routine started. This year I burned more energy passing people because I remembered John saying about how the 12 is almost a sprint pace, and I also remember how it felt missing out on the podium last year by a minute, and how I almost hated myself for doing a 2-hour lap at Rocky Hill in 2012. All of that fueled me during my weakest moments.\r\n<blockquote>All of that fueled me during my weakest moments.</blockquote>\r\nI had what would have been a fast first lap until the climb after the bridge toward the end at which point my SRAM master link decided to give up the ghost. I just shook my head as I thought of Dan’s master link failure about a week earlier. It looked like a plate failure with no shifting involved. I’d never had a problem with master links before. I spent way too long digging for the replacement at the bottom of my seat bag. I lost about 7 minutes unfortunately but I’d like to think that at this point my race was pre-disastered.\r\n\r\nBy the roughly 6-hour and 30-minute mark I’d done 8 laps which was a better pace than last year. I really thought I’d be in a podium position so I was shocked when John’s buddy Shawn told me I was in 4<sup>th</sup> and a couple of minutes back from 3<sup>rd</sup>. I felt a bit deflated but at the same time more driven. I had thought I could slow the pace down for the 2<sup>nd</sup> half but this meant I couldn’t. I had some caffeine and got going again.\r\n<blockquote>I had some caffeine and got going again.</blockquote>\r\nI had my bad lap in #9, but it was all mental because I really didn\'t have a terrible lap time considering the few longer stops I had. At this point I saw my wife and the kids as I came out of the barn. I had moved up and got new gaps and the kids looked really excited about how I was doing. That totally gave me a bunch of energy.\r\n\r\nA little aside…. So much of this type of racing is mental! There was one section in the course that kicked my ass for about 3 laps: after the downhill berms almost at the end, you hit a muddy section before you pop out into a bit of pines then the BMX section. That mud felt like it was grabbing my wheels, and I just went slower, but in the last 2 laps, I told myself to dig deep, hop over the mud (by that point, I wasn\'t as concerned about energy conservation) and guess what? It didn\'t kill me and I went faster and it actually felt easier. Seeing my family, hearing my BSS teammates cheer me on as I crossed start/finish, John encouraging me every time he lapped me, all of that makes an impact.\r\n<blockquote>Seeing my family, hearing my BSS teammates cheer me on as I crossed start/finish, John encouraging me every time he lapped me, all of that makes an impact.</blockquote>\r\nWith about 1hr 52 minutes to go, I figured I could do 2 55-minute laps, but I had to do a 55-minute next lap before I decided to do a last lap. I got a 57-minute lap in leaving me with 55 minutes and I just didn’t feel like I had a 55-minute lap left in me with the slick conditions and my problem with my bar light (which I didn’t know of until I stopped but I kept hitting slick roots and almost falling and I hadn’t figured out why until after) so I pulled the plug there hoping that was enough for a podium. It was at that point that Shawn told me I’d secured 2<sup>nd</sup> and that made me very happy. Being on the podium felt great, but shaking the hands of my competitors was the best since I had no idea who I was racing against during the race. I finished 13 laps in 11 hours and 5 minutes. Next year I want 15 laps!\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"561\"]<img class=\"size-full\" src=\"https://3.bp.blogspot.com/-29t5pZWOWlI/WoWdOwP-70I/AAAAAAAAAgw/wimceexcEcQxlOLbhrimsY9FM66ImguUwCLcBGAs/s1600/39188226945_58e41b863f_z.jpg\" alt=\"2018 Dirty Dozen - Antonio Podium\" width=\"561\" height=\"640\" /> First ever mt. bike podium![/caption]\r\n\r\nNow I want to go back and do another endurance race this year, but I\'m going to have to really think about whether I want to do another Solo 24 (Going for a podium there would be cool) or train for the Enchilada Buffet.','2018 Dirty Dozen – Antonio Garza','','publish','open','open','','2018-dirty-dozen-antonio-garza','','','2018-02-15 16:42:21','2018-02-15 16:42:21','',0,'http://www.terrafirmaracing.com/?p=3265',0,'post','',0),(3266,3,'2018-02-15 16:15:18','2018-02-15 16:15:18','<em>This race report was submitted by the 2018 Dirty Dozen’s 40+ 3rd place finisher, Antonio Garza. Head on over to <a href=\"http://gruegrande.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Grue Grande</a> to read about Antonio’s other adventures. </em>\r\n\r\n<hr />\r\n\r\nThe Dirty Dozen Race hosted by Terra Firma Racing is one of my favorite events and is one that for one reason or another (sickness, work travel, adoption, etc.) I’ve only had a chance to do once before, and I loved it. My first time racing the Dirty Dozen was in 2017 after my broken ankle and with low expectations, but ended up doing well, being really close to a podium. More details on last year’s race are here <a href=\"http://gruegrande.blogspot.com/2017/02/12hr-race-dirty-dozen-2017.html\">2017 Dirty Dozen</a> To summarize that report: I had regrets, I wanted more from myself during a race and I used that to drive me in 2018.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<img class=\"size-full\" src=\"https://1.bp.blogspot.com/-UUlpxiu2NCw/WoWdDkbmjzI/AAAAAAAAAgs/_kMMoBXxq1w_tfz6zem1nZTlWQeqzmgogCEwYBhgL/s400/40084534241_335df7f711_z.jpg\" alt=\"2018 Dirty Dozen - Antonio\" width=\"400\" height=\"267\" /> It\'s so rare to catch me not grimacing on course.[/caption]\r\n\r\nThe biggest challenge this year has been staying healthy since the kids bring home bugs from school. It seems like clockwork that come last week of August or first of September, the whole family gets some kind of cold, and usually the kids get over it in 2-3 days while the adults take weeks to recover. My performance chart shows the starts and stops from this (or just life and work sometimes getting in the way.) So, my goal in the past year has been to ride more with friends and groups and have more fun on the trails. I have work buds Brian and Hawkins and we do regular rides of the Brushy Creek Trails or Walnut Creek Park, sometimes venturing to other places but we try to hit the trails at lunch at least 2 times a week. They are usually fast paced rides so they’re always a good workout. There were also the Bicycle Sport Shop Thursday MTB rides and rides led by our MTB captains Jeremy and Wes. I also rely on advice from my endurance racing friends Dave, John, and Tony when I have doubts about how to proceed when I hit an obstacle.\r\n<blockquote>I also remember how it felt missing out on the podium last year by a minute...</blockquote>\r\nMy race started almost like last year: late to the start, I got there as the runners were taking off, so I just rode slowly behind the last walkers then I took off. And now the mental routine started. This year I burned more energy passing people because I remembered John saying about how the 12 is almost a sprint pace, and I also remember how it felt missing out on the podium last year by a minute, and how I almost hated myself for doing a 2-hour lap at Rocky Hill in 2012. All of that fueled me during my weakest moments.\r\n<blockquote>All of that fueled me during my weakest moments.</blockquote>\r\nI had what would have been a fast first lap until the climb after the bridge toward the end at which point my SRAM master link decided to give up the ghost. I just shook my head as I thought of Dan’s master link failure about a week earlier. It looked like a plate failure with no shifting involved. I’d never had a problem with master links before. I spent way too long digging for the replacement at the bottom of my seat bag. I lost about 7 minutes unfortunately but I’d like to think that at this point my race was pre-disastered.\r\n\r\nBy the roughly 6-hour and 30-minute mark I’d done 8 laps which was a better pace than last year. I really thought I’d be in a podium position so I was shocked when John’s buddy Shawn told me I was in 4<sup>th</sup> and a couple of minutes back from 3<sup>rd</sup>. I felt a bit deflated but at the same time more driven. I had thought I could slow the pace down for the 2<sup>nd</sup> half but this meant I couldn’t. I had some caffeine and got going again.\r\n<blockquote>I had some caffeine and got going again.</blockquote>\r\nI had my bad lap in #9, but it was all mental because I really didn\'t have a terrible lap time considering the few longer stops I had. At this point I saw my wife and the kids as I came out of the barn. I had moved up and got new gaps and the kids looked really excited about how I was doing. That totally gave me a bunch of energy.\r\n\r\nA little aside…. So much of this type of racing is mental! There was one section in the course that kicked my ass for about 3 laps: after the downhill berms almost at the end, you hit a muddy section before you pop out into a bit of pines then the BMX section. That mud felt like it was grabbing my wheels, and I just went slower, but in the last 2 laps, I told myself to dig deep, hop over the mud (by that point, I wasn\'t as concerned about energy conservation) and guess what? It didn\'t kill me and I went faster and it actually felt easier. Seeing my family, hearing my BSS teammates cheer me on as I crossed start/finish, John encouraging me every time he lapped me, all of that makes an impact.\r\n<blockquote>Seeing my family, hearing my BSS teammates cheer me on as I crossed start/finish, John encouraging me every time he lapped me, all of that makes an impact.</blockquote>\r\nWith about 1hr 52 minutes to go, I figured I could do 2 55-minute laps, but I had to do a 55-minute next lap before I decided to do a last lap. I got a 57-minute lap in leaving me with 55 minutes and I just didn’t feel like I had a 55-minute lap left in me with the slick conditions and my problem with my bar light (which I didn’t know of until I stopped but I kept hitting slick roots and almost falling and I hadn’t figured out why until after) so I pulled the plug there hoping that was enough for a podium. It was at that point that Shawn told me I’d secured 2<sup>nd</sup> and that made me very happy. Being on the podium felt great, but shaking the hands of my competitors was the best since I had no idea who I was racing against during the race. I finished 13 laps in 11 hours and 5 minutes. Next year I want 15 laps!\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"561\"]<img class=\"size-full\" src=\"https://3.bp.blogspot.com/-29t5pZWOWlI/WoWdOwP-70I/AAAAAAAAAgw/wimceexcEcQxlOLbhrimsY9FM66ImguUwCLcBGAs/s1600/39188226945_58e41b863f_z.jpg\" alt=\"2018 Dirty Dozen - Antonio Podium\" width=\"561\" height=\"640\" /> First ever mt. bike podium![/caption]\r\n\r\nNow I want to go back and do another endurance race this year, but I\'m going to have to really think about whether I want to do another Solo 24 (Going for a podium there would be cool) or train for the Enchilada Buffet.','2018 Dirty Dozen – Antonio Garza','','inherit','closed','closed','','3265-revision-v1','','','2018-02-15 16:15:18','2018-02-15 16:15:18','',3265,'http://www.terrafirmaracing.com/3265-revision-v1/',0,'revision','',0),(3267,3,'2018-02-15 16:15:56','2018-02-15 16:15:56','<em>This race report was submitted by the 2018 Dirty Dozen’s 40+ 3rd place finisher, Antonio Garza. Head on over to <a href=\"http://gruegrande.blogspot.com/\" target=\"_blank\" rel=\"noopener\">Grue Grande</a> to read about Antonio’s other adventures. </em>\r\n\r\n<hr />\r\n\r\n<h1>Dirty Dozen 2018</h1>\r\n<h2>Saturday, February 10, 2018</h2>\r\nThe Dirty Dozen Race hosted by Terra Firma Racing is one of my favorite events and is one that for one reason or another (sickness, work travel, adoption, etc.) I’ve only had a chance to do once before, and I loved it. My first time racing the Dirty Dozen was in 2017 after my broken ankle and with low expectations, but ended up doing well, being really close to a podium. More details on last year’s race are here <a href=\"http://gruegrande.blogspot.com/2017/02/12hr-race-dirty-dozen-2017.html\">2017 Dirty Dozen</a> To summarize that report: I had regrets, I wanted more from myself during a race and I used that to drive me in 2018.\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"400\"]<img class=\"size-full\" src=\"https://1.bp.blogspot.com/-UUlpxiu2NCw/WoWdDkbmjzI/AAAAAAAAAgs/_kMMoBXxq1w_tfz6zem1nZTlWQeqzmgogCEwYBhgL/s400/40084534241_335df7f711_z.jpg\" alt=\"2018 Dirty Dozen - Antonio\" width=\"400\" height=\"267\" /> It\'s so rare to catch me not grimacing on course.[/caption]\r\n\r\nThe biggest challenge this year has been staying healthy since the kids bring home bugs from school. It seems like clockwork that come last week of August or first of September, the whole family gets some kind of cold, and usually the kids get over it in 2-3 days while the adults take weeks to recover. My performance chart shows the starts and stops from this (or just life and work sometimes getting in the way.) So, my goal in the past year has been to ride more with friends and groups and have more fun on the trails. I have work buds Brian and Hawkins and we do regular rides of the Brushy Creek Trails or Walnut Creek Park, sometimes venturing to other places but we try to hit the trails at lunch at least 2 times a week. They are usually fast paced rides so they’re always a good workout. There were also the Bicycle Sport Shop Thursday MTB rides and rides led by our MTB captains Jeremy and Wes. I also rely on advice from my endurance racing friends Dave, John, and Tony when I have doubts about how to proceed when I hit an obstacle.\r\n<blockquote>I also remember how it felt missing out on the podium last year by a minute...</blockquote>\r\nMy race started almost like last year: late to the start, I got there as the runners were taking off, so I just rode slowly behind the last walkers then I took off. And now the mental routine started. This year I burned more energy passing people because I remembered John saying about how the 12 is almost a sprint pace, and I also remember how it felt missing out on the podium last year by a minute, and how I almost hated myself for doing a 2-hour lap at Rocky Hill in 2012. All of that fueled me during my weakest moments.\r\n<blockquote>All of that fueled me during my weakest moments.</blockquote>\r\nI had what would have been a fast first lap until the climb after the bridge toward the end at which point my SRAM master link decided to give up the ghost. I just shook my head as I thought of Dan’s master link failure about a week earlier. It looked like a plate failure with no shifting involved. I’d never had a problem with master links before. I spent way too long digging for the replacement at the bottom of my seat bag. I lost about 7 minutes unfortunately but I’d like to think that at this point my race was pre-disastered.\r\n\r\nBy the roughly 6-hour and 30-minute mark I’d done 8 laps which was a better pace than last year. I really thought I’d be in a podium position so I was shocked when John’s buddy Shawn told me I was in 4<sup>th</sup> and a couple of minutes back from 3<sup>rd</sup>. I felt a bit deflated but at the same time more driven. I had thought I could slow the pace down for the 2<sup>nd</sup> half but this meant I couldn’t. I had some caffeine and got going again.\r\n<blockquote>I had some caffeine and got going again.</blockquote>\r\nI had my bad lap in #9, but it was all mental because I really didn\'t have a terrible lap time considering the few longer stops I had. At this point I saw my wife and the kids as I came out of the barn. I had moved up and got new gaps and the kids looked really excited about how I was doing. That totally gave me a bunch of energy.\r\n\r\nA little aside…. So much of this type of racing is mental! There was one section in the course that kicked my ass for about 3 laps: after the downhill berms almost at the end, you hit a muddy section before you pop out into a bit of pines then the BMX section. That mud felt like it was grabbing my wheels, and I just went slower, but in the last 2 laps, I told myself to dig deep, hop over the mud (by that point, I wasn\'t as concerned about energy conservation) and guess what? It didn\'t kill me and I went faster and it actually felt easier. Seeing my family, hearing my BSS teammates cheer me on as I crossed start/finish, John encouraging me every time he lapped me, all of that makes an impact.\r\n<blockquote>Seeing my family, hearing my BSS teammates cheer me on as I crossed start/finish, John encouraging me every time he lapped me, all of that makes an impact.</blockquote>\r\nWith about 1hr 52 minutes to go, I figured I could do 2 55-minute laps, but I had to do a 55-minute next lap before I decided to do a last lap. I got a 57-minute lap in leaving me with 55 minutes and I just didn’t feel like I had a 55-minute lap left in me with the slick conditions and my problem with my bar light (which I didn’t know of until I stopped but I kept hitting slick roots and almost falling and I hadn’t figured out why until after) so I pulled the plug there hoping that was enough for a podium. It was at that point that Shawn told me I’d secured 2<sup>nd</sup> and that made me very happy. Being on the podium felt great, but shaking the hands of my competitors was the best since I had no idea who I was racing against during the race. I finished 13 laps in 11 hours and 5 minutes. Next year I want 15 laps!\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"561\"]<img class=\"size-full\" src=\"https://3.bp.blogspot.com/-29t5pZWOWlI/WoWdOwP-70I/AAAAAAAAAgw/wimceexcEcQxlOLbhrimsY9FM66ImguUwCLcBGAs/s1600/39188226945_58e41b863f_z.jpg\" alt=\"2018 Dirty Dozen - Antonio Podium\" width=\"561\" height=\"640\" /> First ever mt. bike podium![/caption]\r\n\r\nNow I want to go back and do another endurance race this year, but I\'m going to have to really think about whether I want to do another Solo 24 (Going for a podium there would be cool) or train for the Enchilada Buffet.','2018 Dirty Dozen – Antonio Garza','','inherit','closed','closed','','3265-revision-v1','','','2018-02-15 16:15:56','2018-02-15 16:15:56','',3265,'http://www.terrafirmaracing.com/3265-revision-v1/',0,'revision','',0),(3269,3,'2018-02-15 16:38:10','2018-02-15 16:38:10','@media screen and (max-width: 865px){\n #parallax {\n height:0!important;\n padding:45% 0 0%; \n background-position: 0px 20% !important;\n }\n #side-button{display:none;}\n .primary-navigation{\n clear:left;\n margin-left:20px;\n margin-top:51px;\n }\n .logo-wrap{\n float:right;\n }\n #header h1, #header h2 {\n float:right;\n }\n}\n\n@media screen and (max-width: 400px){\n .primary-navigation {\n clear:left;\n margin-top:-70px;\n }\n}\n\n.header-join .join-description {\n margin-top:-51px\n}\n\n#side-button{\n float: left; \n width: 121px; \n margin-left: -121px;\n margin-bottom: 5px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n\n@media screen and (max-width: 1270px){\n #side-button{\n float: left; \n width: 121px; \n margin-left: 58%;\n margin-bottom: 0px; \n z-index: 3; \n position: fixed; top:40%;\n line-height:18px;\n}\n}\n\n.owl-controls .owl-dots \n {right: auto;\n width:100%;\n bottom:6%;\n\n}\n\n.owl-controls .owl-dots .owl-dot span {\n width: 18px;\n height: 18px;\n background:#fff;\n}\n\n.owl-controls .owl-dots .owl-dot {margin:0 8px\n}\n\n.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span\n{background:#00AEEF;\n}\n\nblockquote {\n font-style: italic;\n font-weight: lighter;\n line-height: 1.4;\n font-size: 23px;\n position: relative;\n margin-top: 25px;\n background: url(http://www.terrafirmaracing.com/wp-content/uploads/2018/01/TopographicBG-02-2.png);\n padding-left: 60px;\n color: #03A9F4;\n padding-top: 28px;\n padding-right: 40px;\n padding-bottom: 16px;\n margin-bottom: 20px;\n}','mts_justfit','','inherit','closed','closed','','2934-revision-v1','','','2018-02-15 16:38:10','2018-02-15 16:38:10','',2934,'http://www.terrafirmaracing.com/2934-revision-v1/',0,'revision','',0),(3270,3,'2018-02-15 16:40:40','2018-02-15 16:40:40','','Antonio Garza','2018 Dirty Dozen - Antonio Garza','inherit','open','closed','','40051879642_14cacbf889_z','','','2018-02-15 16:41:01','2018-02-15 16:41:01','',3265,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/40051879642_14cacbf889_z.jpg',0,'attachment','image/jpeg',0),(3272,3,'2018-02-18 01:46:01','2018-02-18 01:46:01','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-02-18 01:46:01','2018-02-18 01:46:01','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3273,3,'2018-02-24 17:26:57','2018-02-24 17:26:57','','XTERRA Gator Bait','','inherit','open','closed','','upcoming-events-03-2','','','2018-02-25 00:40:34','2018-02-25 00:40:34','',2813,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-03.png',0,'attachment','image/png',0),(3274,3,'2018-02-24 17:27:02','2018-02-24 17:27:02','','XTERRA Rock Dallas Triathlon','','inherit','open','closed','','upcoming-events-04-4','','','2018-02-25 00:41:19','2018-02-25 00:41:19','',2813,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-04-1.png',0,'attachment','image/png',0),(3275,3,'2018-02-24 17:27:06','2018-02-24 17:27:06','','XTERRA Rock Dallas Trail Runs','','inherit','open','closed','','upcoming-events-05-2','','','2018-02-25 00:41:30','2018-02-25 00:41:30','',2813,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05.png',0,'attachment','image/png',0),(3276,3,'2018-02-24 17:27:11','2018-02-24 17:27:11','','XTERRA Jurassic Trail Runs','','inherit','open','closed','','upcoming-events-06-2','','','2018-02-25 00:41:37','2018-02-25 00:41:37','',2813,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06.png',0,'attachment','image/png',0),(3277,3,'2018-02-24 17:37:44','2018-02-24 17:37:44','','Gator Bait TR Feature','','inherit','open','closed','','gator-bait-tr-feature','','','2018-02-24 17:37:44','2018-02-24 17:37:44','',2741,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature.jpg',0,'attachment','image/jpeg',0),(3278,3,'2018-02-24 17:37:52','2018-02-24 17:37:52','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-24 17:37:52','2018-02-24 17:37:52','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3279,3,'2018-02-25 00:10:26','2018-02-25 00:10:26','','XTERRA Jurassic Trail Runs','','inherit','open','closed','','jurassic-trail-run-feature-2','','','2018-02-25 00:10:45','2018-02-25 00:10:45','',2783,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Jurassic-Trail-Run-Feature.jpg',0,'attachment','image/jpeg',0),(3280,3,'2018-02-25 00:10:48','2018-02-25 00:10:48','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]</span><i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_half]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>[/one_half]\r\n[one_half_last]\r\n<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-3180 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"287\" height=\"67\" /></a>[/one_half_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-02-25 00:10:48','2018-02-25 00:10:48','',2783,'http://www.terrafirmaracing.com/2783-revision-v1/',0,'revision','',0),(3281,3,'2018-02-25 00:13:20','2018-02-25 00:13:20','','XTERRA Rock Dallas Trail Runs','','inherit','open','closed','','rd-trail-run-feature-2','','','2018-02-25 00:13:36','2018-02-25 00:13:36','',2772,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/RD-Trail-Run-Feature.jpg',0,'attachment','image/jpeg',0),(3282,3,'2018-02-25 00:18:24','2018-02-25 00:18:24','','XTERRA','','inherit','open','closed','','xterra-logo','','','2018-02-25 00:18:43','2018-02-25 00:18:43','',2741,'http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png',0,'attachment','image/png',0),(3283,3,'2018-02-25 00:38:08','2018-02-25 00:38:08','<div id=\"side-button\">[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 29, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) April 8\r\n$50 until 11:59 p.m. (CST) April 28\r\n$60 On-site Registration 7:30–8:30 a.m. race morning\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) April 8\r\n$70 until 11:59 p.m. (CST) April 28\r\n$80 On-site Registration 7:30–8:30 a.m. race morning<strong> </strong>\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) April 8\r\n$90 until 11:59 p.m. (CST) April 28\r\n$100 On-site Registration 7:30–8:30 a.m. race morning\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n\r\n[button-red url=\"http://my6.raceresult.com/89851/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n<h4>Friday, April 27</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n<h4>Saturday, April 28</h4>\r\n<strong>Pre-Ride/Run</strong>\r\nCourse open for running after the adventure race finishes ~noon.\r\n<h4>Sunday, April 29</h4>\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\n7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\n1 aid station, midway-ish\r\n\r\n<strong>15k Trail Run\r\n</strong>This course will be a 1 lap of the Chinquapin Trail plus a small portion of the 5k course (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine.\r\n\r\nAid Stations approx. every 2-3 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>This course will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage (subject to reroutes when construction is active). This trail encircles the entire Lake Raven within the state park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. And yes, there are gators in the park. Stay on the trail and not in the marsh and you will be fine. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Gator Bait Trail Run','','inherit','closed','closed','','2741-revision-v1','','','2018-02-25 00:38:08','2018-02-25 00:38:08','',2741,'http://www.terrafirmaracing.com/2741-revision-v1/',0,'revision','',0),(3284,3,'2018-02-25 00:38:32','2018-02-25 00:38:32','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]</span><i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Trail Run opens March 1, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-02-25 00:38:32','2018-02-25 00:38:32','',2783,'http://www.terrafirmaracing.com/2783-revision-v1/',0,'revision','',0),(3285,3,'2018-02-25 00:39:21','2018-02-25 00:39:21','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Rock Dallas Trail Run opens March 1, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Run','','inherit','closed','closed','','2772-revision-v1','','','2018-02-25 00:39:21','2018-02-25 00:39:21','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3286,3,'2018-02-25 00:41:42','2018-02-25 00:41:42','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store.</h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n<h3 class=\"\"></h3>\r\n<div class=\"benefit-subheading facility-subheading\"></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"alignnone wp-image-3273 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-03-300x300.png\" alt=\"XTERRA Gator Bait\" width=\"300\" height=\"300\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"alignnone size-medium wp-image-3274\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-04-1-300x300.png\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"300\" height=\"300\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"alignnone size-medium wp-image-3275\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-300x300.png\" alt=\"XTERRA Rock Dallas Trail Runs\" width=\"300\" height=\"300\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"alignnone size-medium wp-image-3276\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-300x300.png\" alt=\"XTERRA Jurassic Trail Runs\" width=\"300\" height=\"300\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park\r\n\r\n</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n</div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-02-25 00:41:42','2018-02-25 00:41:42','',2813,'http://www.terrafirmaracing.com/2813-revision-v1/',0,'revision','',0),(3287,3,'2018-02-25 00:43:19','2018-02-25 00:43:19','<h4>We host mountain bike races, trail runs, off-road triathlons, and adventure races. This is the place to be to find out what we have in store.</h4>\r\n<div class=\"Justfit-facility-sections Justfit-benefit-sections\">\r\n<h3 class=\"\"></h3>\r\n<div class=\"benefit-subheading facility-subheading\"></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2-71x71.png 71w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2669\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">February 3, 2018\r\n6 or 12 hr mountain bike race\r\nBluff Creek Ranch, Warda, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-02.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2728\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April 28, 2018\r\npaddle, mountain bike, trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"alignnone wp-image-3273 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-03-300x300.png\" alt=\"XTERRA Gator Bait\" width=\"300\" height=\"300\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2741 \">\r\nXTERRA Gator Bait Trail Run </a></h2>\r\n<div class=\"front-view-content\">April 29, 2018\r\n5k, 15k, and 13.1mile trail run\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"alignnone size-medium wp-image-3274\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-04-1-300x300.png\" alt=\"XTERRA Rock Dallas Triathlon\" width=\"300\" height=\"300\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2761\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\nswim, mountain bike, trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"alignnone size-medium wp-image-3275\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-300x300.png\" alt=\"XTERRA Rock Dallas Trail Runs\" width=\"300\" height=\"300\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2772\">\r\nXTERRA Rock Dallas Trail Run </a></h2>\r\n<div class=\"front-view-content\">May 26, 2018\r\n5k, 15k, and 13.1mile trail run\r\nMurrell Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-07-71x71.png 71w\" alt=\"Jurassic Off Road Duathlon\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2797\">\r\nJurassic Off-Road Duathlon </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\ntrail run, mountain bike\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"alignnone size-medium wp-image-3276\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-300x300.png\" alt=\"XTERRA Jurassic Trail Runs\" width=\"300\" height=\"300\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2783\">\r\nXTERRA Jurassic Trail Run </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail runDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n</div>','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-02-25 00:43:19','2018-02-25 00:43:19','',2813,'http://www.terrafirmaracing.com/2813-revision-v1/',0,'revision','',0),(3290,3,'2018-03-01 19:52:51','2018-03-01 19:52:51','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1600-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove near an out of service boat ramp, depending on water levels in May. The mountain bikers will enter the course and travel in a counter clockwise direction, heading west to the far end of the loop and back on a sometimes fast, sometimes technical (including \"rock gardens\"), challenging single track loop. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-03-01 19:52:51','2018-03-01 19:52:51','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3291,3,'2018-03-01 19:57:53','2018-03-01 19:57:53','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10pm. You can leave the park, but no one can reenter the park after 10pm. The guard gate locks automatically.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-03-01 19:57:53','2018-03-01 19:57:53','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3292,3,'2018-03-01 20:07:50','2018-03-01 20:07:50','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 15, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Trail Run opens March 15, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]</span><i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Trail Run opens March 15, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Run','','inherit','closed','closed','','2783-revision-v1','','','2018-03-01 20:07:50','2018-03-01 20:07:50','',2783,'http://www.terrafirmaracing.com/2783-revision-v1/',0,'revision','',0),(3293,3,'2018-03-01 20:09:22','2018-03-01 20:09:22','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean <span style=\"color: black;\">This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. </span>\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-01 20:09:22','2018-03-01 20:09:22','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3294,3,'2018-03-01 23:27:14','2018-03-01 23:27:14','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) June 16\r\n$50 until 11:59 p.m. (CST) July 6\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) June 16\r\n$70 until 11:59 p.m. (CST) July 6\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) June 16\r\n$90 until 11:59 p.m. (CST) July 6\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Runs','','inherit','closed','closed','','2783-revision-v1','','','2018-03-01 23:27:14','2018-03-01 23:27:14','',2783,'http://www.terrafirmaracing.com/2783-revision-v1/',0,'revision','',0),(3295,3,'2018-03-01 23:31:42','2018-03-01 23:31:42','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean <span style=\"color: black;\">This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. </span>\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-01 23:31:42','2018-03-01 23:31:42','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3296,3,'2018-03-01 23:33:14','2018-03-01 23:33:14','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! <span style=\"color: black;\">This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. </span>\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-01 23:33:14','2018-03-01 23:33:14','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3297,3,'2018-03-01 23:35:46','2018-03-01 23:35:46','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean <span style=\"color: black;\">This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. </span>\r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-01 23:35:46','2018-03-01 23:35:46','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3298,3,'2018-03-01 23:36:17','2018-03-01 23:36:17','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. \r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the XTERRA Jurassic Duathlon opens March 15, 2018[/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-01 23:36:17','2018-03-01 23:36:17','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3299,3,'2018-03-01 23:37:29','2018-03-01 23:37:29','<div id=\"side-button\">[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Jurassic Duathlon opens soon![/button-white]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. \r\n\r\n[button-white url=\"#\" target=\"_self\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Jurassic Duathlon opens soon![/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\" style=\"line-height: 1.5;\"></i><span style=\"line-height: 1.5;\"> Registration for the Jurassic Duathlon opens soon![/button-white]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-01 23:37:29','2018-03-01 23:37:29','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3300,3,'2018-03-02 14:41:22','2018-03-02 14:41:22','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure. \r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-02 14:41:22','2018-03-02 14:41:22','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3302,3,'2018-03-02 20:56:05','2018-03-02 20:56:05','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$79 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$89</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$99</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-02 20:56:05','2018-03-02 20:56:05','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3303,3,'2018-03-02 20:58:42','2018-03-02 20:58:42','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 7:00 p.m. **night run**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run where the dinosaurs roamed! Long ago, dinosaurs left footprints in the mud at the edge of an ancient ocean. Today, you can run in their tracks at night, but don\'t let them catch you.\r\n\r\nBring a headlamp or flashlight, because you will be running after sunset following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\nThis race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$47 until 11:59 p.m. (CST) June 16\r\n$57 until 11:59 p.m. (CST) July 6\r\n$67 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$67 until 11:59 p.m. (CST) June 16\r\n$77 until 11:59 p.m. (CST) July 6\r\n$87 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$87 until 11:59 p.m. (CST) June 16\r\n$97 until 11:59 p.m. (CST) July 6\r\n$107 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<span style=\"line-height: 1.5;\">Price includes State Park entrance fee</span>\r\n\r\n<strong>Camping\r\n</strong>Camping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\n<span style=\"line-height: 1.5;\">[button-red url=\"http://my1.raceresult.com/92095/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Jurassic Trail Runs[/button-red]</span>\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n5:30-6:30 p.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n6:45 p.m.\r\n\r\n<strong>Race Start </strong>\r\n7:00 p.m.\r\n\r\n<b>Awards\r\n5k - ~8 p.m.\r\n15k - ~9 p.m.\r\n13.1m - ~10:15 p.m.</b>\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 30 minute mile, you need to carry a light. Sunset is at 8:41pm this year.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<em><strong>The run courses we choose are subject to change and depend on the water flow and rain in July.</strong></em>\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Anyway you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>The 15k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>The 13.1 mile (half marathon) will complete a 15k loop first, followed by a 5k loop. We may add a small section to get the appropriate mileage, but remember, for every uphill there is a down! Please carry a backup light source in case your primary burns out over the course of the race. You will get to come through transition after the first loop and can put your own special sag bag food/supplies on a table at the turnaround (before the race) if you desire, so that you can access it before heading back out on lap 2. We will also have water/Gatorade available at this table.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Jurassic Trail Runs','','inherit','closed','closed','','2783-revision-v1','','','2018-03-02 20:58:42','2018-03-02 20:58:42','',2783,'http://www.terrafirmaracing.com/2783-revision-v1/',0,'revision','',0),(3304,3,'2018-03-02 21:04:32','2018-03-02 21:04:32','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]</div>\r\n<h2>July 7, 2018</h2>\r\n<h3><a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a>, Glen Rose, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nCome run and bike where the dinosaurs roamed! This is a 5k trail run / 15k mountain bike Ride / 2k trail run. Course will be marked so teams do not need navigation skills. You may race solo or on a relay team with one runner and one biker. The runner will need to complete both run legs. The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> team name as your teammate.\r\n<ul>\r\n <li>2 Person Male Relay</li>\r\n <li>2 Person Female Relay</li>\r\n <li>2 Person Coed Relay</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$72 </strong>until June 16, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$82</strong> until July 6, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$92</strong> 6:30–7:30 a.m. race morning</h4>\r\nAthletes 18 and younger are $20 off the above pricing.\r\n\r\n<strong>Kids\' Races\r\n</strong>for children 10 and under - Free\r\nThis race starts at the conclusion of the regular duathlon race and typically lasts 2-3 minutes. Parents of small children can carry their child or run alongside. Most of the race is on foot and the children will usually get to do some form of a fun mystery event as we run them through the start/finish and transition area. All kids receive a medal and stickers at the finish line.\r\n\r\n[button-red url=\"http://my1.raceresult.com/92097/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Jurassic Off-road Duathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Saturday, July 7</h4>\r\n<strong>Arriving at Dinosaur Valley State Park\r\n</strong>Your race registration includes the park entrance fee, but you still need to stop at the park entrance to let the rangers know you are here to race. They will give you a sticker for your window.\r\n\r\n<strong>Parking</strong>\r\nPrimary parking is located near Track Site 2 as well as to the north of the Amphitheater. We will have signs up to help direct you to the parking for the race that is closest to the amphitheater. There is no parking at amphitheater, as we use that area for emergency vehicles, and the race flows in and out of that lot.\r\n\r\n<strong>Check-in or On-site Registration </strong>\r\n6:30-7:30 a.m.\r\nRegistration table will be at Amphitheater.\r\n\r\n<strong>Mandatory Pre-Race Meeting</strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Dinosaur Valley State Park, Glen Rose, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.174005504488!2d-97.81194324887014!3d32.253400181040654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8651d7b447639af7%3A0x7ae5b11ea0727c10!2sDinosaur+Valley+State+Park!5e0!3m2!1sen!2sus!4v1516747757293\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"https://tpwd.texas.gov/state-parks/dinosaur-valley\" target=\"_blank\" rel=\"noopener\">Dinosaur Valley State Park</a> is by far one of the most family friendly venues in Texas.\r\n\r\nCamping is extra and you can register for a site through our registration page. We have reserved a limited amount of campsites for Friday and Saturday night, with water/electric that are $25 per site, per night. These sites are first come/first serve as you arrive on the day of your reservation. Camping is non-refundable and always sells out.\r\n\r\nDinosaur Valley State Park is a public trail and will NOT be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThis is an off-road duathlon, which by nature, is an adventure. Be flexible on race day. The courses we choose are subject to change and depend on the water flow and rain in July.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nDuathlons are self-sufficient. You must carry water bottles or a hydration pack at least for the bike portion. It is mid-summer and this is a fairly rocky course with plenty of climbing. You will need hydration!\r\n\r\n<strong>5k Trail Run\r\n</strong>The 5k loop runs from the amphitheater down to cross the river at a slippery, low water crossing (yes you will get your feet wet early on), then makes a rocky ascent to a scenic overlook before heading back down, then along the river to a 2<sup>nd</sup> river crossing where you will head back on a trail behind the campgrounds. Some years we cross the river by hopping from rock to rock at Dino Track #2. Any way you cut it, the climb to the scenic overlook and back down are steep and rocky. You will cross the river twice (once at the start and once at the end of the loop).\r\n\r\n<strong>15k Bike\r\n</strong>The 15k loop rides from the amphitheater down to cross the river at a slippery, low water crossing, then heads out on a rocky trail that will take you around much of Dinosaur Valley State Park’s outer loop trail. This is a challenging course but plenty of fun.\r\n\r\n<strong>2k Trail Run\r\n</strong>The final 2k run will an easier loop than the first. You’ve earned it by now!\r\n\r\n<strong>REQUIRED GEAR</strong>\r\nMountain Bikes & Biking Helmets for each rider (CPSC Certified Bike Helmet), running shoes, sense of adventure, and method of carrying water on run or bike (water bottle or hydration pack).\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','Jurassic Off-road Duathlon','','inherit','closed','closed','','2797-revision-v1','','','2018-03-02 21:04:32','2018-03-02 21:04:32','',2797,'http://www.terrafirmaracing.com/2797-revision-v1/',0,'revision','',0),(3305,3,'2018-03-08 17:21:56','2018-03-08 17:21:56','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n \r\n\r\nNEW THIS YEAR: The paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe...but no pedal kayaks allowed (unless you pull the rudder portion up an lock it so that the pedals can\'t be used).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75 </strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes <18 years old get $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe...but no pedal kayaks allowed (unless you pull the rudder portion up an lock it so that the pedals can\'t be used).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-03-08 17:21:56','2018-03-08 17:21:56','',2728,'http://www.terrafirmaracing.com/2728-revision-v1/',0,'revision','',0),(3308,5,'2018-05-23 17:37:25','2018-05-23 17:37:25','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\n\r\nFriday 3:00pm - 6:00pm\r\n\r\nBicycles Plus\r\n1901 Long Prairie Rd #104\r\nFlower Mound TX 75022\r\n214.513.2604\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit. Current Water Temperatures can be found here: <a href=\"https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go\">https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go</a>\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\n</a><a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Bike-Course-map-and-elevation.pdf\">XTERRA Rock Dallas Tri Bike Course map and elevation</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Run-Course-map-and-elevation.pdf\">XTERRA Rock Dallas Tri - Run Course map and elevation</a>\r\n\r\n \r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\r\n[/one_third]\r\n[one_third_last]</a>\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-autosave-v1','','','2018-05-23 17:37:25','2018-05-23 17:37:25','',2761,'http://www.terrafirmaracing.com/2761-autosave-v1/',0,'revision','',0),(3309,5,'2018-03-20 16:38:19','2018-03-20 16:38:19','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.1 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-03-20 16:38:19','2018-03-20 16:38:19','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3310,5,'2018-03-20 16:51:27','2018-03-20 16:51:27','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]</div>\r\n<h2>April 28, 2018</h2>\r\n<h3>Huntsville State Park, Huntsville, Texas\r\nRace Start: 9:00 a.m.</h3>\r\nThe Gator Bait Adventure race includes approximately 3 miles of trail running, 7 miles of mountain biking, 20–30 minutes paddling, and a mystery event or two. Lose yourself among the majestic trees and natural beauty of the East Texas Pineywoods. The heavily-wooded park adjoins the Sam Houston National Forest and encloses the 210-acre Lake Raven. The race is designed to take 1.5–2.5 hours on average. You may compete solo or as a 2-person team (not a relay) where both racers must stay together the entire time.\r\n\r\n \r\n\r\nNEW THIS YEAR: The paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe...but no pedal kayaks allowed (unless you pull the rudder portion up and lock it so that the pedals can\'t be used).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Categories</h2>\r\nEach person on a team will register separately but use the <em>same exact</em> teamname as your teammate.\r\n<ul>\r\n <li>2 Person Male</li>\r\n <li>2 Person Male Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Coed Masters (both members 40+ by end of year)</li>\r\n <li>2 Person Parent/Child (child under 18)</li>\r\n <li>Solo Male</li>\r\n <li>Solo Female</li>\r\n</ul>\r\n \r\n<h2><strong>Recognition of your Awesomeness </strong></h2>\r\n[envira-gallery slug=\"gator-bait-adventure-race\"]\r\n<h2>Pricing (per person)</h2>\r\n<h4>Early-bird Registration\r\n<strong>$75 </strong>until April 7, 11:59 p.m. (CST)</h4>\r\n<h4>Regular Online Registration\r\n<strong>$85</strong> until April 27, 11:59 p.m. (CST)</h4>\r\n<h4>On-site Registration\r\n<strong>$95</strong> 7:30–8:30 a.m. race morning</h4>\r\nAthletes <18 years old get $20 off the above pricing.\r\n\r\n*There is a $5 per person <a href=\"https://tpwd.texas.gov/state-parks/huntsville/fees-facilities/entrance-fees\" target=\"_blank\" rel=\"noopener\">State Park entry fee</a> (free for kids 12 and under or with your Texas State Parks pass).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets. <strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n[button-red url=\"http://my2.raceresult.com/88934/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Gator Bait[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<strong>Arriving at Huntsville State Park\r\n</strong>Enter at Park Headquarters ($5/person <em>or</em> free for kids 12 and under or with your Texas State Parks pass).\r\nFollow the race signs straight ahead. The start/finish transition area is at Screened Shelter #1—starting up the utility easement.\r\n\r\n<strong>Parking</strong>\r\nUse the big lot where the state park store and restrooms are. The State Park does not allow parking at the boat ramp unless you are using the lake with a boat trailer. Arrive early and allow yourself plenty of time to check in at packet pickup and set up your bike in transition area.\r\n\r\n<strong>Pre-Ride/Run</strong>\r\nFriday, all day\r\nCourse open for pre-ride/run and tentatively marked by 4:00 p.m.\r\n\r\n<strong>Packet Pickup and On-site Registration: </strong>\r\nSaturday 7:30-8:30 a.m.\r\nHuntsville State Park, follow race signs after entering at guard gate.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\nSaturday 8:45 a.m.\r\nRace Start – Utility Easement next to Screened Shelter #1\r\n\r\n<strong>Race Start </strong>\r\n9:00 a.m.\r\n\r\n<strong>Kid\'s Race</strong>\r\n11:45 a.m. (tentative)\r\n\r\n<b>Awards\r\n</b>noon-ish\r\n\r\n<hr />\r\n\r\n<h2>Huntsville State Park</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16427.652114948116!2d-95.52847520067536!3d30.622090302142695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86470fb702f68d37%3A0xd6b4c1c4d4f456c1!2sHuntsville+State+Park!5e0!3m2!1sen!2sus!4v1515173453784\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Address:</strong>\r\n<a href=\"https://tpwd.texas.gov/state-parks/huntsville\" target=\"_blank\" rel=\"noopener\">Huntsville State Park </a>\r\n565 Park Road 40 West\r\nHuntsville TX 77340\r\n\r\nHuntsville State Park is open to the public and will not be closed just for this event so please be courteous of your fellow outdoor enthusiasts.\r\n\r\nThe state police patrol the park during race hours and you will get a ticket if you are caught speeding.\r\n\r\n<hr />\r\n\r\n<h2><strong>Course</strong></h2>\r\nThis is an adventure race, which by nature, is an adventure. Be flexible on race day, as the order is something we tell you just before the start. The following activities are included in the race, but are listed here in random order.\r\n\r\n<strong>NO AID STATIONS</strong>\r\nAdventure races are self-sufficient. Please carry a hydration pack or water bottle.\r\n\r\n<strong>TRANSITION\r\n</strong>There is a transition area for you to place your bike and any other gear (spare shoes, coolers, chairs) you are not using during the race. Place everything you are not using for the first event into transition before the start of the race. You will enter transition on one end and exit the other after each leg of the race. We do not use triathlon racks for the bikes. You will lay your bikes on the ground (neatly) in your area. You are welcome to bring your own bike stand if you don’t want your bike on the ground. Please try to keep your personal space to a minimum to make room for all.\r\n\r\n<strong>PADDLE: 20-30 minutes</strong>\r\nThe paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe...but no pedal kayaks allowed (unless you pull the rudder portion up an lock it so that the pedals can\'t be used).\r\n<strong>Teams</strong> may bring their own boat or rent a canoe from the State Park for $15—which includes the boat, paddles and life jackets.\r\n<strong>Solo</strong> racers must bring his or her own boat—the State Park canoes are 2-person only.\r\n\r\n<strong>BIKE – 7+ mile loop trail.</strong> (<strong>Mountain Bikes ONLY. No cyclocross/hybrid bikes allowed)</strong>\r\nBike will be a 1 lap of the Chinquapin Trail (subject to reroutes when construction is active). This trail encircles Lake Raven within the State Park. You will travel over marshes teeming with wildlife, and wind your way through single track trails in the pine trees. The course can be sandy and rooted at times. Yes, there are gators in the park. Stay on your bike and not in the marsh and you will be fine.\r\n\r\nBike course will be marked with tape and <strong><span style=\"color: #3366ff;\">BLUE</span></strong> arrows.\r\n\r\n<strong>RUN – Approximately 3 miles</strong>\r\nThis course will take you on the Dogwood Loop Trail as well as Prairie Branch Loop Trail. You will run through dogwood trees and into the mixed pine and hardwood forest, before running along the shore of Lake Raven, two completely different habitats.\r\n\r\nRun course will be marked with tape and <strong><span style=\"color: #ff0000;\">RED</span></strong> arrows.\r\n\r\n<strong>MYSTERY EVENT\r\n</strong>A mystery event is a fun event that can involve a physical or mental challenge within the race. Examples of past mystery events include:\r\n<ol>\r\n <li>In the middle of the bike leg of the race, stop, blow up a balloon, tie a knot, and then using only your teammate but no hands, pop the balloon without sitting on it</li>\r\n <li>Using a park map, find a location on the map that we have circled and go there and bring back an item we have placed in a bucket</li>\r\n <li>Tie one teammate’s shoe lace to the other teammate’s wrist. Travel about 20 yards around a cone and back to where you started.</li>\r\n</ol>\r\n*Solo racers are given similar mystery events, with slight variations to allow them to do it solo.\r\n\r\n-<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n<strong>Note</strong>: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\n<a href=\"http://www.chamber.huntsville.tx.us/list/ql/lodging-travel-15\">Huntsville Chamber of Commerce</a>\r\n\r\n<a href=\"http://texas.reserveworld.com/\">Camping Reservations at Huntsville State Park</a>\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule: Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year—if available. In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.\r\n\r\n ','Gator Bait Adventure Race','','inherit','closed','closed','','2728-revision-v1','','','2018-03-20 16:51:27','2018-03-20 16:51:27','',2728,'http://www.terrafirmaracing.com/2728-revision-v1/',0,'revision','',0),(3311,5,'2018-03-20 16:53:52','2018-03-20 16:53:52','[tabs]\n\n[tab title=\"The Dirty Dozen\"]\n<h2>The Dirty Dozen Rules</h2>\n<ol>\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\n <li>The race director may change the rules, and has the final say in any ruling.</li>\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\n <li><strong>A Racer may only race for one Team.</strong></li>\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\n <li><strong>Minimum Lap Requirements</strong>\na) Solo – 1 lap\nb) 2 Person – each person must complete at least 1 lap.\nc) 3-4 Person – each person must complete at least 1 lap.\nd) Grande – each person must complete at least 1 lap.</li>\n <li><strong>The Finish\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\n</ol>\n[/tab]\n\n[tab title=\"Adventure Races\"]\n<h2>Adventure Race FAQs</h2>\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\n<ul>\n <li>Boats: If you rent from the state park for $15, you will be in a 2-person canoe. If you are solo, you need to bring your own boat. The paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe…but no pedal kayaks allowed (unless you pull the rudder portion up an lock it so that the pedals can’t be used).</li>\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\n</ul>\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\n\n<span style=\"line-height: 1.5;\">[/tab] [tab title=\"Duathlons\"]</span>\n<h2>Duathlon FAQs</h2>\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\n<ul>\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\n</ul>\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\n<h4>Where does the exchange take place for relay teams?</h4>\nThe exchange will take place within the transition area between each event.\n<h4>What type of bike must I use?</h4>\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\n\n[/tab]\n\n \n\n[tab title=\"24hrs of Rocky Hill\"]\n<h2>24hrs of Rocky Hill Rules</h2>\n<ol>\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\n <li>The race director may change the rules, and has the final say in any ruling.\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\n<strong>A Racer may only race for one Team.</strong></li>\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\n <li><strong>Minimum Lap Requirements</strong>\na) Solo – 1 lap\nb) 2 Person – each person must complete at least 1 lap.\nc) 3-4 Person – each person must complete at least 1 lap.\nd) Grande – each person must complete at least 1 lap.</li>\n <li><strong>The Finish\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\n</ol>\n[/tab]\n\n[tab title=\"Terra Firma Refund Policy\"]\n<h2>Terra Firma Refund Policy</h2>\n<strong>My circumstances changed and now I can’t make it to the race, Can I get a refund?</strong>\n\nNO! no refunds under any circumstances.\nWait! Well maybe.\n\nWe at Terra Firma understand that things change, sometimes out of your control and we never want to rip anyone off.\nPlease understand that we make a considerable investment in shirts, awards, dumpsters, porta-potties, land-use fees and a host of other expenses to put a race on.\nWe know your one fee doesn’t affect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\n\nWe think we’ve come up with a <em>pretty liberal</em> policy and hope you agree:\n<ul>\n <li>Cancellations up to 14 days prior to the event will receive a 90% refund (but not the 3rd party service fee) or 100% credit to another race in the same year.</li>\n <li>Cancellations within 7-14 days prior to the event will not receive a refund but may receive a 50% credit towards another race in the same year.</li>\n <li>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</li>\n</ul>\nAlterations to the course, start time, disciplines and venue (to within a reasonable distance) are not grounds for a refund/credit, nor is plain ol’ bad weather.\n\nHave questions or need to cancel? Feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\">contact us</a>.\n\n[/tab]\n\n[/tabs]','FAQs','','inherit','closed','closed','','2831-autosave-v1','','','2018-03-20 16:53:52','2018-03-20 16:53:52','',2831,'http://www.terrafirmaracing.com/2831-autosave-v1/',0,'revision','',0),(3312,5,'2018-03-20 16:54:31','2018-03-20 16:54:31','[tabs]\r\n\r\n[tab title=\"The Dirty Dozen\"]\r\n<h2>The Dirty Dozen Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em> may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong> the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong> can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race, up to 15 minutes after the posting of the final results. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.</li>\r\n <li><strong>Quiet hours will be imposed from 11 PM Friday till 6 AM Saturday</strong>. During this time we ask that noise be kept to a minimum.</li>\r\n <li><strong>Lighting requirements:</strong> During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system. Battery rechargers may be plugged in at the neutral charging station. Be sure to label your batteries and chargers with your team’s name.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing official. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong></li>\r\n <li><strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at 9pm (3pm for 6hr) Saturday</strong>. <strong>Racers must complete the lap they are on by 9pm to count (3pm for 6 hr.). You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 9:01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 8:31 PM would beat a team that completed 22 laps, with a finish time of 8:47 PM and, of course, a team that completed 23 laps, with a finish time of 9PM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong> when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Adventure Races\"]\r\n<h2>Adventure Race FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should i wear for a 2-3 hour sprint adventure race?</h4>\r\n<ul>\r\n <li><strong>Boats:</strong> If you rent from the state park for $15, you will be in a 2-person canoe. If you are solo, you need to bring your own boat, paddle & life jacket. The paddle is in the boat of your choice. Yes, you can bring a kayak. You can race in either a kayak or a canoe…but no pedal kayaks allowed (unless you pull the rudder portion up and lock it so that the pedals can’t be used).</li>\r\n <li><strong>S</strong><strong>hoes:</strong> Experienced racers who have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Other teams choose to do the entire race in running shoes and regular bike pedals. What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain and trail conditions, whether the bike leg is split up with running or continuous, and finally how you will function with your teammate.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear a triathlon short with a thin pad. You almost always get wet in the paddling section, so you can still run in them because the pad is thin, yet there is enough protection from the pad for the bike. Plano Cycling & Fitness and Richardson Bike Mart carry them if you live in the Dallas area. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For 2-3 hours, you can do almost anything….but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n <li><strong>Gear:</strong> There are no aid stations available during adventure races. You’ll need to carry any food/hydration with you or leave it in the transition area. Salomon makes a great sprint race back pack that holds a hydration bladder and some gear, plus the ability to tie things to it. It makes for a great bike or hike pack to use regularly. You can find other such gear at Plano Cycle, Richardson Bike Mart, or you local bike shop. You can also <a href=\"http://www.terrafirmaracing.com/?page_id=9\" target=\"_blank\" rel=\"noopener\">contact us</a> if you need more advice on gear.</li>\r\n <li><strong>How does the race work and what happens to all my gear while I am racing?</strong>\r\nWe have a transition area roped off where you will place your belongings. Some teams will bring blankets or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are welcome to bring a cooler and chairs for your area. Remember, adventure racers are self-sufficient, so you are responsible for having enough fluids and food for the length of the race. You can refill on liquids and foods each time you come through transition area if you keep your cooler there. You might find a bike pump or tool box beneficial if you are mechanically inclined... no outside support is allowed once the race starts. Usually you will go through transition between each leg of the race. We will let you know in advance if you will be out on the course for say two disciplines of the race, so you can carry extra water and specific shoes if needed.</li>\r\n</ul>\r\n<h4>How does this race work with a teammate? Do we each do a leg of the race or do we stay together?</h4>\r\nYou must always stay with your teammate (within 20 seconds of each other). This is not a relay race. All teammates must complete each leg of the race together and finish together to be official. You can do whatever you can to help the slower person. For example, some racers actually tow the slower runner on the run with a bungee (that is up to each team). You may find this is hard to do when you are running on single track trails and trying to pass other teams, but there are plenty of jeep road sections also where a bungee can be beneficial. With practice, anything is possible!\r\n\r\n<span style=\"line-height: 1.5;\">[/tab] [tab title=\"Duathlons\"]</span>\r\n<h2>Duathlon FAQs</h2>\r\n<h4>What type of shoes, clothing and gear should I wear for a duathlon race?</h4>\r\n<ul>\r\n <li><strong>Shoes:</strong> Here is what we see most. The racers that have lots of cycling experience and have bike shoes with cleats will typically switch shoes during the race for each event. Others choose to do the entire race in their running shoes and regular bike pedals. You will obviously have a quicker transition without switching shoes, but probably a slower bike leg if you are doing it in running shoes vs. cycling shoes (provided the bike leg is long enough and fast). What you choose on race day is up to you, as you consider a combination of your cycling ability, the terrain & trail conditions.</li>\r\n <li><strong>Clothing:</strong> In the shorter races, no one takes time to change clothes. Most racers will wear what we call a triathlon short with a thin pad. Richardson Bike Mart carries them if you live in the Dallas area, and they’re surely happy to mail you a pair. That is not to say you can’t race in something else. Some racers compete in running shorts, or gym shorts, or cycling shorts. For a short race, you can do almost anything…but the tri-shorts will leave you in the best condition after the race. I’ve even seen a superman and batgirl costume at a race. For the upper body, the women typically wear jog bras and a technical fabric shirt that breathes well, or a t-shirt. The guys will also wear either a technical fabric shirt or a t-shirt. If it is cooler temperatures, be prepared with either tights or knee warmers for your legs, full finger cycling gloves, and a long sleeve technical fabric shirt that breaths well for your upper body and that has sleeves that can easily be pushed up if you get hot. Also consider layers when it is cooler temperatures and light jackets for wind or rain. Remember, once you start racing you’ll warm up fast.</li>\r\n</ul>\r\n<strong>Note:</strong> You might want check out our <a href=\"https://www.facebook.com/TerraFirmaRacing/\" target=\"_blank\" rel=\"noopener\">Facebook page</a> and look at the albums to get an idea of what the racers are wearing, how the race looks and just what all is going on. We hope you’re enjoying our races and feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\" target=\"_blank\" rel=\"noopener\">contact us</a> if you have a question.\r\n<h4>How does the race work and what happens to all my gear while i am racing?</h4>\r\nWe have a transition area roped off that you will place all your belongings in. Some teams will bring blankets, or a mat to mark their territory (within reason) within the transition area. It is first come, first serve, the morning of the race as to where you pick your transition area within the boundaries of the roped off area. There is a specific entry and exit to the transition area with a lane down the middle. Bikes must be walked through transition at all times. You are responsible for having enough fluids and food for the length of the race. No outside support is allowed once the race starts. You will go through transition between each leg of the race.\r\n<h4>Where does the exchange take place for relay teams?</h4>\r\nThe exchange will take place within the transition area between each event.\r\n<h4>What type of bike must I use?</h4>\r\nAll racers must ride a mountain bike or mountain biased hybrid. You must also have a CPSC approved helmet.\r\n\r\n[/tab]\r\n\r\n \r\n\r\n[tab title=\"24hrs of Rocky Hill\"]\r\n<h2>24hrs of Rocky Hill Rules</h2>\r\n<ol>\r\n <li>Each team will designate a team captain and co-captain. Team captains will represent the team in all official correspondence and communications before, during and after the event. The co-captain can represent the team during the event when the captain is unavailable. Only team captains and co-captains can file protests.</li>\r\n <li>The team captain and/or co-captain <em>must attend the pre-race meeting</em>, however, everyone is welcome.</li>\r\n <li>Once in the Start/Finish or the team’s pit area, racers may change, repair or replace any equipment or bike. In the Start/Finish or the team’s pit area, racers may accept support from anyone. Also, teams may bring as many support people as they would like, but their support is limited to the Start/Finish area and the team’s own pit area (not on the course). If you are racing in the single speed category, you may only use single speed equipment throughout the race. Switching to a geared bike will DQ you from this category.</li>\r\n <li>Support <em>on the course</em>may only be supplied by <em>other registered racers</em>. Supporting racers must access the course under their own power (i.e. foot travel or on bike) and that access can only be achieved by going in the correct direction of the course. Shortcutting the course is not allowed (except to cancel your lap). Supporting racers should stay clear of all competing racers. Supporting racers may take any equipment or tools with them; they may even swap bikes with their teammates. Cannibalizing bicycle parts is legal in this event. Support can be provided by any registered racer on any team to any registered racer on any team.</li>\r\n <li>Water and food may be supplied to any racer by anyone, anywhere on the course. However, racers must stay well clear of the course when taking food or water. An official watering station will be located near the Start/Finish. Please do not litter. And please do not throw energy food wrappers on the ground. Remember: <strong>Leave No Trace</strong>. Thanks</li>\r\n <li>We ask that only officially registered racers ride on the designated race course during the event.</li>\r\n <li>Racers must display their race number on the bike handlebars, whenever on-course. Your number has RFID chip on the back which will be read when you cross the timing mat. Failure to display your number plate will result in no time for a lap, and you will be asked to leave the course if caught without a number. Only registered racers should be on course. Course is closed to non-participants, or team riders not on their current lap.</li>\r\n <li>Racers can draft but they may only draft registered racers. Drafting other vehicles or a non-registered rider is grounds for disqualification.</li>\r\n <li>Racers riding bicycles have the right of way over racers pushing bicycles. When practical, racers pushing or carrying their bikes should stay on the least ridable portion of the trail when being passed. Racers pushing or carrying their bikes can overtake a racer riding his bike provided that the riding racer is not interfered with.</li>\r\n <li><strong>Lapped racers should yield to leaders</strong>. Leaders should be very vocal when preparing to pass any racer. “PASSING ON YOUR LEFT (Or Right, whichever is applicable)!” should be called out. It is the responsibility of the challenging racer to overtake safely. Racers being lapped should yield on the first command as soon as possible.</li>\r\n <li>When two racers are vying for position, the leading racer does not necessarily have to yield position to the challenging racer. However, a racer may not bodily interfere, intending to impede another racer’s progress: this is considered to be highly unsportsmanlike behavior (see rule #13).</li>\r\n <li><strong>Short-cutting</strong>the course by any logged-in racer shall result in a disqualification of that racer’s team.</li>\r\n <li><strong>Foul riding</strong>, use of profane or abusive language and other unsportsmanlike behavior will be taken very seriously. Such behavior by any racer shall subject that racer’s team to a warning or immediate disqualification. This will be strictly applied when such behavior is directed at course officials, volunteers, or spectators. The penalty imposed is at the discretion of the race director or co-director, should the race director be unavailable.</li>\r\n <li><strong>Protests</strong>can only be made by team captains or co-captains. Protests will be made in writing and delivered to the race director any time during the race or after the end of the race up to the time awards are announced. Protests should contain any information that supports the protest, including description of the incident, witnesses, names, addressed, phone numbers, and signature of protesting team captain. A $50 fee shall be submitted, in cash, with the protest. The race director, after his own discovery, will promptly rule on the protest. The fee will be forfeited to the race director if the protest is denied or refunded if the protest is upheld.</li>\r\n <li>The race director may change the rules, and has the final say in any ruling.\r\n<strong>Quiet hours will be imposed from 11PM until 5AM</strong>. During this time we ask that noise be kept to a minimum for those wanting to sleep.</li>\r\n <li><strong>Lighting requirements:</strong>During the night ride, racers must have a primary light source with a minimum rated power of 10 watts. In addition, each racer must carry a secondary or backup light source in the form of a penlight, flashlight or other lighting system.\r\nRacers entering the course after 5 PM Saturday must show that both their primary and secondary light sources are in good working order. After sunset, racers are required to ride with lights burning. Riding with lights out to save batteries is dangerous and against the rules.</li>\r\n <li><strong>Canceling a Racer’s Lap</strong>. This is a difficult and costly decision, but if an on course racer is unable to complete their lap for any reason, it may be to the team’s advantage to cancel that racer’s lap. Any team member can cancel a racer’s lap by notifying the timing official. The new racer inherits the log-in time of the canceled racer’s lap and must start from the relay exchange area after telling the timing offical. (Do Not Take your BIKE near the timing official, please walk up) <strong>Once a cancellation has been made it cannot be rescinded.</strong>\r\n<strong>A Racer may only race for one Team.</strong></li>\r\n <li>The team member finishing a lap must drop his bike at the bike drop zone, then tag his teammate or use the relay exchange bracelet, if provided. Teammate will then start the next lap. The clock continues to run and even though the computer is recording the start and stop of each lap, your time in transition also adds to your overall time. If a racer is not on deck ready to tag his teammate, the clock is still rolling.\r\n*In other words, the clock is ticking the entire time. A racer may ride consecutive laps. Solo riders just continue on across the timing lap for each lap ridden.</li>\r\n <li><strong>Minimum Lap Requirements</strong>\r\na) Solo – 1 lap\r\nb) 2 Person – each person must complete at least 1 lap.\r\nc) 3-4 Person – each person must complete at least 1 lap.\r\nd) Grande – each person must complete at least 1 lap.</li>\r\n <li><strong>The Finish\r\nThe race ends at noon Sunday</strong>. <strong>Racers must complete the lap they are on by noon to count. You should be able to estimate how fast you have been riding and choose wisely before attempting the final lap. It would be a bummer to finish at 12:00.01 and not have your lap counted.</strong>Each team’s final placing will be determined by the number of laps the team has completed and the sequential order of finish within the team’s last lap. For example, a team that has completed 22 laps with a finish time of 11:31PM would beat a team that completed 22 laps, with a finish time of 11:47PM and, of course, a team that completed 23 laps, with a finish time of 10:30AM, would beat them both.</li>\r\n <li><strong>You must wear a helmet at all times</strong>when on bike whether racing or not. (Butt on bike, helmet on head!). Riders not following these rules will be Disqualified.</li>\r\n <li><strong>Earbuds – Solo riders </strong>may use an earbud in 1 ear only so you can hear other riders. Team riders should not wear earbuds. Please do not play through the external speaker.</li>\r\n <li><strong>Category Rule for Solo Riders</strong>: If you have held a USA Cycling License in any of the last 3 racing seasons (including the current season), you must race in the category on your license. If you have NOT held a license in the last 3 seasons (including the current season), you should race in the category (Cat 1,2,or 3) that you would choose to race if you were to compete in any sanctioned mountain bike race on that day. Cat 1 riders must compete in Solo Open, and Cat 2 or 3 riders can pick Solo open or Solo Sport. All female riders will compete in Solo Open Female. There is no Solo Sport Female category.</li>\r\n</ol>\r\n[/tab]\r\n\r\n[tab title=\"Terra Firma Refund Policy\"]\r\n<h2>Terra Firma Refund Policy</h2>\r\n<strong>My circumstances changed and now I can’t make it to the race, Can I get a refund?</strong>\r\n\r\nNO! no refunds under any circumstances.\r\nWait! Well maybe.\r\n\r\nWe at Terra Firma understand that things change, sometimes out of your control and we never want to rip anyone off.\r\nPlease understand that we make a considerable investment in shirts, awards, dumpsters, porta-potties, land-use fees and a host of other expenses to put a race on.\r\nWe know your one fee doesn’t affect this number, but if we don’t have a policy and stick to it, where do we ever draw the line?\r\n\r\nWe think we’ve come up with a <em>pretty liberal</em> policy and hope you agree:\r\n<ul>\r\n <li>Cancellations up to 14 days prior to the event will receive a 90% refund (but not the 3rd party service fee) or 100% credit to another race in the same year.</li>\r\n <li>Cancellations within 7-14 days prior to the event will not receive a refund but may receive a 50% credit towards another race in the same year.</li>\r\n <li>Cancellations within the last 7 days prior to the event are not eligible for any refund or credit because we’ve already spent your money.</li>\r\n</ul>\r\nAlterations to the course, start time, disciplines and venue (to within a reasonable distance) are not grounds for a refund/credit, nor is plain ol’ bad weather.\r\n\r\nHave questions or need to cancel? Feel free to <a href=\"http://www.terrafirmaracing.com/?page_id=106\">contact us</a>.\r\n\r\n[/tab]\r\n\r\n[/tabs]','FAQs','','inherit','closed','closed','','2831-revision-v1','','','2018-03-20 16:54:31','2018-03-20 16:54:31','',2831,'http://www.terrafirmaracing.com/2831-revision-v1/',0,'revision','',0),(3313,5,'2018-03-21 13:09:10','2018-03-21 13:09:10','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-03-21 13:09:10','2018-03-21 13:09:10','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3314,3,'2018-03-28 15:39:17','2018-03-28 15:39:17','<h2>RACE RESCHEDULED</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma</h3>\r\nStay tuned for the new, 2019 date!\r\n\r\nThis is a <strong>3hr mountain bike race</strong> at the amazing <a href=\"http://mowdyranch.com\" target=\"_blank\" rel=\"noopener\">Mowdy Mustang Ranch</a>. We\r\n\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. A portion of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n ','Mustang Romp','','publish','closed','closed','','mustang-romp','','','2018-05-21 13:28:24','2018-05-21 13:28:24','',2813,'http://www.terrafirmaracing.com/?page_id=3314',0,'page','',0),(3315,3,'2018-03-22 15:14:12','2018-03-22 15:14:12','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018[/button-white]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></h4>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">RFID chip timing w/live results<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Socks<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">Finisher Medal <span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">Custom Awards to Top 3 in each category<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">Racer Raffle (everyone has a chance to win something from our great sponsors)<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">Free Post-race food & beverage<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Free ranch entry parking & camping<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">Free downloadable photography<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">Free Pre-race spaghetti dinner Friday night <span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Solo Female <span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Solo Male<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">2 Person Female<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">2 Person Male<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">2 Person Coed<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">2 Person Father/Child <18 ($10 discount for child)<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">2 Person Father/Child >17 <span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n[envira-gallery id=\"2914\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\r\n\r\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\r\n<h4>Early-bird Registration\r\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\r\n24-hr Solo: $150\r\n24-hr 2-10 Person: $130\r\n12-hr Solo or Team: $125\r\n6-hr Solo or Team: $100\r\n<h4>Regular Online Registration\r\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\r\n24-hr Solo: $160\r\n24-hr 2-10 Person: $140\r\n12-hr Solo or Team: $135\r\n6-hr Solo or Team: $110\r\n<h4>Race Day Registration\r\nFriday, October 19, 4-6:30 p.m.\r\nOR\r\nSaturday, October 20, 9-11:00 a.m.</h4>\r\n24-hr Solo: $170\r\n24-hr 2-10 Person: $150\r\n12-hr Solo or Team: $145\r\n6-hr Solo or Team: $120\r\n<h4><strong>Registration includes</strong>:</h4>\r\n<ul>\r\n <li>Sweet Save Our Soles race socks</li>\r\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\r\n <li>Finisher Medal to all participants</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Postrace meal</li>\r\n <li>Land Use Fees (Friday - Sunday)</li>\r\n <li>Tent Camping Fees (Friday - Sunday)</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, October 18</h4>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n4:30-6:00 p.m. at Rocky Hill Ranch\r\n<h4>Saturday, October 19</h4>\r\n<strong>Arriving at Bluff Creek Ranch\r\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n9:00-11:00 a.m. at Rocky Hill Ranch\r\n\r\n<strong>Pre-race Meeting </strong>\r\n11:30 a.m.\r\n\r\n<b>24-hr Race Start\r\n</b>noon\r\n\r\n<strong>Bike Rodeo </strong>\r\n3:00 p.m.\r\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\r\n\r\n<strong>Photo Booth</strong>\r\n5:30 p.m.\r\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\r\n\r\n<strong>Movies at the Saloon</strong>\r\nAfter Dark\r\nFamily friendly movies played on a projector in the Saloon!\r\n\r\n<strong>12-hrPacket Pickup and On-site Registration</strong>\r\n11:00 p.m.\r\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\r\n<h4>Sunday, October 20</h4>\r\n<strong>12-hr Race Start</strong>\r\nMidnight\r\n\r\n<strong>6-hr Packet Pickup and On-site Registration</strong>\r\n5-5:30 a.m.\r\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\r\n\r\n<strong>6-hr Race Start</strong>\r\n6:00 a.m.\r\n\r\n<strong>All Races Finish</strong>\r\nNoon\r\n\r\n<strong>Awards and Food\r\n</strong>12:30 p.m.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Rocky Hill</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\r\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\r\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\r\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n[tabs][tab title=\"Brief Description\"]\r\n\r\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-22 15:14:12','2018-03-22 15:14:12','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3316,3,'2018-03-22 15:20:00','2018-03-22 15:20:00','','Mustangs Golden Hour','','inherit','open','closed','','mustangimage1','','','2018-03-22 15:20:19','2018-03-22 15:20:19','',3314,'http://www.terrafirmaracing.com/wp-content/uploads/2018/03/MustangImage1.jpg',0,'attachment','image/jpeg',0),(3317,3,'2018-03-22 15:28:51','2018-03-22 15:28:51','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018[/button-white]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></h4>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">RFID chip timing w/live results<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Socks<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">Finisher Medal <span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">Custom Awards to Top 3 in each category<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">Racer Raffle (everyone has a chance to win something from our great sponsors)<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">Free Post-race food & beverage<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Free ranch entry parking & camping<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">Free downloadable photography<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">Free Pre-race spaghetti dinner Friday night <span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Solo Female <span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Solo Male<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">2 Person Female<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">2 Person Male<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">2 Person Coed<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">2 Person Father/Child <18 ($10 discount for child)<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">2 Person Father/Child >17 <span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n[envira-gallery id=\"2914\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-22 15:28:51','2018-03-22 15:28:51','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3318,3,'2018-03-22 15:29:55','2018-03-22 15:29:55','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon[/button-white]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></h4>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">RFID chip timing w/live results<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Socks<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">Finisher Medal <span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">Custom Awards to Top 3 in each category<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">Racer Raffle (everyone has a chance to win something from our great sponsors)<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">Free Post-race food & beverage<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Free ranch entry parking & camping<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">Free downloadable photography<span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"4\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">Free Pre-race spaghetti dinner Friday night <span data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Solo Female <span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">Solo Male<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\">2 Person Female<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\">2 Person Male<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\">2 Person Coed<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">2 Person Father/Child <18 ($10 discount for child)<span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"6\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\">2 Person Father/Child >17 <span data-ccp-props=\"{"134233117":true,"134233118":true,"134233279":true,"201341983":0,"335559739":200,"335559740":240}\"> </span></li>\r\n</ul>\r\n[envira-gallery id=\"2914\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-22 15:29:55','2018-03-22 15:29:55','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3319,3,'2018-03-22 15:31:12','2018-03-22 15:31:12','','Mustang Romp','','inherit','open','closed','','mustangimage2','','','2018-03-28 15:43:58','2018-03-28 15:43:58','',3314,'http://www.terrafirmaracing.com/wp-content/uploads/2018/03/MustangImage2.jpg',0,'attachment','image/jpeg',0),(3320,3,'2018-03-22 15:38:53','2018-03-22 15:38:53','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon[/button-white]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-22 15:38:53','2018-03-22 15:38:53','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3321,3,'2018-03-23 19:26:25','2018-03-23 19:26:25','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon[/button-white]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n\r\n<div id=\"divRRRegStart\" class=\"RRRegStart\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRRegStart/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRRegStart(document.getElementById(\"divRRRegStart\"), 93660);\r\n-->\r\n</script>\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */\r\n</style>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-23 19:26:25','2018-03-23 19:26:25','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3322,3,'2018-03-23 19:26:52','2018-03-23 19:26:52','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon[/button-white]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\n var RRReg_eventid=93660;\r\n var RRReg_key=\"M45MXEE9r6hn\";\r\n var RRReg_PreferredRegistration=\"single\";\r\n var RRReg_PreferredContest=0;\r\n var RRReg_server=\"https://events2.raceresult.com\";\r\n-->\r\n</script>\r\n<script type=\"text/javascript\" src=\"https://events2.raceresult.com/registration/init.js?lang=en\"></script>\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */\r\n</style>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-23 19:26:52','2018-03-23 19:26:52','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (3323,3,'2018-03-23 19:28:33','2018-03-23 19:28:33','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon[/button-white]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n\r\n<div id=\"divRRRegStart\" class=\"RRRegStart\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRRegStart/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRRegStart(document.getElementById(\"divRRRegStart\"), 93660);\r\n-->\r\n</script>\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */\r\n</style>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-23 19:28:33','2018-03-23 19:28:33','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3324,3,'2018-03-23 20:14:39','2018-03-23 20:14:39','<div id=\"side-button\">[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon[/button-white]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for the Mustang Romp will open soon [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-23 20:14:39','2018-03-23 20:14:39','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3325,5,'2018-03-26 18:39:18','2018-03-26 18:39:18','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-03-26 18:39:18','2018-03-26 18:39:18','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3326,5,'2018-03-26 18:46:48','2018-03-26 18:46:48','','XTERRA Rock Dallas Triathlon Swim Course','','inherit','open','closed','','xterra-rock-dallas-triathlon-swim-course','','','2018-03-26 18:46:48','2018-03-26 18:46:48','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf',0,'attachment','application/pdf',0),(3327,5,'2018-03-26 18:49:15','2018-03-26 18:49:15','','XTERRA_Rock_Dallas_Run_Course','','inherit','open','closed','','xterra_rock_dallas_run_course','','','2018-03-26 18:49:15','2018-03-26 18:49:15','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf',0,'attachment','application/pdf',0),(3328,5,'2018-03-26 18:49:16','2018-03-26 18:49:16','','XTERRA_Rock_Dallas_Triathlon_Bike_Course','','inherit','open','closed','','xterra_rock_dallas_triathlon_bike_course','','','2018-03-26 18:49:16','2018-03-26 18:49:16','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf',0,'attachment','application/pdf',0),(3329,5,'2018-03-26 18:50:30','2018-03-26 18:50:30','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit.\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\">XTERRA_Rock_Dallas_Triathlon_Bike_Course</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf\">XTERRA_Rock_Dallas_Run_Course</a>\r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-03-26 18:50:30','2018-03-26 18:50:30','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3330,5,'2018-03-26 18:53:40','2018-03-26 18:53:40','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit.\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\nXTERRA_Rock_Dallas_Triathlon_Bike_Course</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA_Rock_Dallas_Run_Course</a>\r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-03-26 18:53:40','2018-03-26 18:53:40','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3331,3,'2018-03-26 21:28:15','2018-03-26 21:28:15','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-26 21:28:15','2018-03-26 21:28:15','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3337,3,'2018-05-21 13:28:16','2018-05-21 13:28:16','<h2>RACE RESCHEDULED</h2>\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma</h3>\n \n\nThis is a <strong>3hr mountain bike race</strong> at the amazing <a href=\"http://mowdyranch.com\" target=\"_blank\" rel=\"noopener\">Mowdy Mustang Ranch</a>. We\n\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. A portion of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\n<div class=\"clear\"></div>\n\n<hr />\n\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\n\n<hr />\n\n<h2>Lodging</h2>\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\n\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\n\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\n\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\n<ul>\n <li style=\"list-style-type: none;\">\n<ul>\n <li style=\"list-style-type: none;\">\n<ul>\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n ','Mustang Romp','','inherit','closed','closed','','3314-autosave-v1','','','2018-05-21 13:28:16','2018-05-21 13:28:16','',3314,'http://www.terrafirmaracing.com/3314-autosave-v1/',0,'revision','',0),(3338,3,'2018-03-28 15:59:02','2018-03-28 15:59:02','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]</div>\r\n<h2>June 17, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nThis is a <strong>3hr mountain bike race</strong> at the amazing <a href=\"http://mowdyranch.com\" target=\"_blank\" rel=\"noopener\">Mowdy Mustang Ranch</a>.\r\n\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-28 15:59:02','2018-03-28 15:59:02','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3339,3,'2018-03-29 14:07:31','2018-03-29 14:07:31','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]</div>\r\n<h2>June 16, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nThis is a <strong>3hr mountain bike race</strong> at the amazing <a href=\"http://mowdyranch.com\" target=\"_blank\" rel=\"noopener\">Mowdy Mustang Ranch</a>.\r\n\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. All of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-29 14:07:31','2018-03-29 14:07:31','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3340,3,'2018-03-29 14:17:28','2018-03-29 14:17:28','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]</div>\r\n<h2>June 16, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nThis is a <strong>3hr mountain bike race</strong> at the amazing <a href=\"http://mowdyranch.com\" target=\"_blank\" rel=\"noopener\">Mowdy Mustang Ranch</a>.\r\n\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. A portion of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-03-29 14:17:28','2018-03-29 14:17:28','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3341,3,'2018-03-29 20:49:05','2018-03-29 20:49:05','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\n<h2>May 26, 2018</h2>\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\nRace Start: 8:00 a.m.</h3>\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\n\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Recognition of Your Awesomeness</h2>\n<h4>Podium Categories</h4>\nOverall\nMale & Female - 3 deep\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\nMale & Female - 3 Deep\n\nAge Groups: - 3 Deep\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\n\n[envira-gallery id=\"2901\"]\n<h2>Pricing</h2>\n<h4><strong>Individual</strong></h4>\n$90 until 11:59 p.m. (CST) May 5\n$100 until 11:59 p.m. (CST) May 25\n$120 On-site Registration 6:30–7:30 a.m. race morning\n<h4><strong>2-person Relay</strong></h4>\n$120 until 11:59 p.m. (CST) May 5\n$135 until 11:59 p.m. (CST) May 25\n$155 On-site Registration 6:30–7:30 a.m. race morning\n<h4><strong>3-person Relay</strong></h4>\n$150 until 11:59 p.m. (CST) May 5\n$165 until 11:59 p.m. (CST) May 25\n$185 On-site Registration 6:30–7:30 a.m. race morning\n\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\nRace is limited to 200 racers\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\n\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Weekend Schedule</h2>\n<h4>Thursday, May 24</h4>\n<strong>Pre-ride/run</strong>\nCourse open for riding, will be tentatively marked by 4:00 p.m.\n<h4>Friday, May 25</h4>\n<strong>Packet Pickup and Late Registration</strong>\nTime/Location TBD\n\n<strong>Pre-ride/run</strong>\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\n<h4>Saturday, May 26</h4>\n<strong>Arriving at Murrell Park</strong>\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\n\n<strong>Check-in or On-site Registration: </strong>\n6:15-7:30 a.m.\nFollow the signs after entering at guard gate\n\n<strong>Transition Opens</strong>\n6:10 a.m.\n\n<strong>Swim Warm-up</strong>\n7:30 a.m.\n\n<strong>Transition Closes</strong>\n7:40 a.m.\n\n<strong>Mandatory Pre-Race Meeting: </strong>\n7:45 a.m.\n\n<strong>Race Start </strong>\n8:00 a.m.\n\n<b>Awards\n</b>11:30 a.m.\n\n<hr />\n\n<h2>Murrell Park, Flower Mound, Texas</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\n\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\n\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\n<h2><strong>Course</strong></h2>\n<strong>SWIM - 1,200 METERS</strong>\n\n-Swim wave starts will be based on participation. Decision will be made race week.\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\n-A short run on pavement on boat ramp to transition.\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\n\n<strong>Note</strong>: Wetsuit Policy\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit.\n\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\n\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\n\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\nXTERRA_Rock_Dallas_Triathlon_Bike_Course</a>\n\n<strong>RUN – 5.6 Miles</strong>\n\n-1 lap. All single track. Fast & Flowy.\n-Course will be marked by RED arrows and WHITE XTERRA tape.\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\n\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA_Rock_Dallas_Run_Course</a>\n\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\n\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\n\n \n\n<strong>TRANSITION:<u>\n</u></strong>\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\n\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\n\n<hr />\n\n<h2>XTERRA Sponsors</h2>\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\n\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\n\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\n\n[/one_third]\n[one_third]\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\n\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\n\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\n[/one_third]\n[one_third_last]\n\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\n\n \n\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\nRules\n<ul>\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\n</ul>\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\n\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-autosave-v1','','','2018-03-29 20:49:05','2018-03-29 20:49:05','',2761,'http://www.terrafirmaracing.com/2761-autosave-v1/',0,'revision','',0),(3342,3,'2018-03-29 20:49:09','2018-03-29 20:49:09','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit.\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\nXTERRA_Rock_Dallas_Triathlon_Bike_Course</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA_Rock_Dallas_Run_Course</a>\r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-03-29 20:49:09','2018-03-29 20:49:09','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3343,3,'2018-03-29 20:50:14','2018-03-29 20:50:14','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit.\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\nXTERRA_Rock_Dallas_Triathlon_Bike_Course</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA_Rock_Dallas_Run_Course</a>\r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\r\n[/one_third]\r\n[one_third_last]\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-03-29 20:50:14','2018-03-29 20:50:14','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3344,5,'2018-04-01 23:01:04','2018-04-01 23:01:04','<div>[button-red url=\"http://my6.raceresult.com/94231/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill[/button-red]</div>\r\n<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\nA 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins. The single track winds through oak and pine groves combining quick up & down hills, short technical sections, and fast flowing trail. The course is marked with arrows for day riding, reflective tape for night riding. There are also 12hr and 6hr options with staggered start times, all finishing together at noon on Sunday.\r\n\r\n<span style=\"line-height: 1.5;\">You can find all the rules on <a href=\"http://www.terrafirmaracing.com/?page_id=2831\" target=\"_blank\" rel=\"noopener\">our FAQs page</a>. </span>\r\n\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium Awards</h4>\r\n<ul>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Team Trophy to 1<sup>st</sup> Place Grande Team</li>\r\n</ul>\r\n<h4>Special Awards:</h4>\r\n<ul>\r\n <li>Fastest Lap Male 24-hour (award)</li>\r\n <li>Fastest Lap Female 24-hour (award)</li>\r\n <li>Fastest Lap Solo Male 24-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Female 24-Hour (award)</li>\r\n</ul>\r\n<h4>The Dirty Duel</h4>\r\nNeed another reason to race? If you competed in our 12-hr Dirty Dozen earlier this year (whether on a team or solo), and also the 24 Hours of Rocky Hill (team or solo), you will win the Dirty Duel award that holds both finisher medals from each race!\r\n\r\n[envira-gallery id=\"2914\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\r\n\r\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\r\n<h4>Early-bird Registration\r\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\r\n24-hr Solo: $150\r\n24-hr 2-10 Person: $130\r\n12-hr Solo or Team: $125\r\n6-hr Solo or Team: $100\r\n<h4>Regular Online Registration\r\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\r\n24-hr Solo: $160\r\n24-hr 2-10 Person: $140\r\n12-hr Solo or Team: $135\r\n6-hr Solo or Team: $110\r\n<h4>Race Day Registration\r\nFriday, October 19, 4-6:30 p.m.\r\nOR\r\nSaturday, October 20, 9-11:00 a.m.</h4>\r\n24-hr Solo: $170\r\n24-hr 2-10 Person: $150\r\n12-hr Solo or Team: $145\r\n6-hr Solo or Team: $120\r\n<h4><strong>Registration includes</strong>:</h4>\r\n<ul>\r\n <li>Sweet Save Our Soles race socks</li>\r\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\r\n <li>Finisher Medal to all participants</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Postrace meal</li>\r\n <li>Land Use Fees (Friday - Sunday)</li>\r\n <li>Tent Camping Fees (Friday - Sunday)</li>\r\n</ul>\r\n[button-white url=\"#\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Registration for 24hrs of Rocky Hill Opens April 1, 2018 [/button-white]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, October 18</h4>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n4:30-6:00 p.m. at Rocky Hill Ranch\r\n<h4>Saturday, October 19</h4>\r\n<strong>Arriving at Bluff Creek Ranch\r\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n9:00-11:00 a.m. at Rocky Hill Ranch\r\n\r\n<strong>Pre-race Meeting </strong>\r\n11:30 a.m.\r\n\r\n<b>24-hr Race Start\r\n</b>noon\r\n\r\n<strong>Bike Rodeo </strong>\r\n3:00 p.m.\r\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\r\n\r\n<strong>Photo Booth</strong>\r\n5:30 p.m.\r\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\r\n\r\n<strong>Movies at the Saloon</strong>\r\nAfter Dark\r\nFamily friendly movies played on a projector in the Saloon!\r\n\r\n<strong>12-hrPacket Pickup and On-site Registration</strong>\r\n11:00 p.m.\r\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\r\n<h4>Sunday, October 20</h4>\r\n<strong>12-hr Race Start</strong>\r\nMidnight\r\n\r\n<strong>6-hr Packet Pickup and On-site Registration</strong>\r\n5-5:30 a.m.\r\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\r\n\r\n<strong>6-hr Race Start</strong>\r\n6:00 a.m.\r\n\r\n<strong>All Races Finish</strong>\r\nNoon\r\n\r\n<strong>Awards and Food\r\n</strong>12:30 p.m.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Rocky Hill</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\r\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\r\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\r\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n[tabs][tab title=\"Brief Description\"]\r\n\r\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-autosave-v1','','','2018-04-01 23:01:04','2018-04-01 23:01:04','',2801,'http://www.terrafirmaracing.com/2801-autosave-v1/',0,'revision','',0),(3345,3,'2018-04-02 01:54:51','2018-04-02 01:54:51','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/94231/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]</div>\r\n<h2>October 20-21, 2018</h2>\r\n<h3>Rocky Hill Ranch, Smithville, Texas\r\n24-hr Race Start: Saturday, noon\r\n12-hr Race Start: Sunday, 12:00 a.m.\r\n6-hr Race Start: Sunday, 6:00 a.m.</h3>\r\nA 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins. The single track winds through oak and pine groves combining quick up & down hills, short technical sections, and fast flowing trail. The course is marked with arrows for day riding, reflective tape for night riding. There are also 12hr and 6hr options with staggered start times, all finishing together at noon on Sunday.\r\n\r\n<span style=\"line-height: 1.5;\">You can find all the rules on <a href=\"http://www.terrafirmaracing.com/?page_id=2831\" target=\"_blank\" rel=\"noopener\">our FAQs page</a>. </span>\r\n\r\n[button-red url=\"http://my2.raceresult.com/94231/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium Awards</h4>\r\n<ul>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Team Trophy to 1<sup>st</sup> Place Grande Team</li>\r\n</ul>\r\n<h4>Special Awards:</h4>\r\n<ul>\r\n <li>Fastest Lap Male 24-hour (award)</li>\r\n <li>Fastest Lap Female 24-hour (award)</li>\r\n <li>Fastest Lap Solo Male 24-Hour (award)</li>\r\n <li>Fastest Lap Solo Female 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Male 24-Hour (award)</li>\r\n <li>Fastest LeMans Runner Female 24-Hour (award)</li>\r\n</ul>\r\n<h4>The Dirty Duel</h4>\r\nNeed another reason to race? If you competed in our 12-hr Dirty Dozen earlier this year (whether on a team or solo), and also the 24 Hours of Rocky Hill (team or solo), you will win the Dirty Duel award that holds both finisher medals from each race!\r\n\r\n[envira-gallery id=\"2914\"]\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<strong>***PRICING INCLUDES ALL LAND USE FEES AND TENT CAMPING FROM FRIDAY MORNING UNTIL SUNDAY AT 3PM***</strong>\r\n\r\n<strong>TENT CAMPING IS FIRST COME / FIRST SERVE BEGINNING FRIDAY</strong>\r\n<h4>Early-bird Registration\r\nEnds at 11:59 p.m. (CST), September 29, 2018</h4>\r\n24-hr Solo: $150\r\n24-hr 2-10 Person: $130\r\n12-hr Solo or Team: $125\r\n6-hr Solo or Team: $100\r\n<h4>Regular Online Registration\r\nEnds at 11:59 p.m. (CST), October 18, 2018</h4>\r\n24-hr Solo: $160\r\n24-hr 2-10 Person: $140\r\n12-hr Solo or Team: $135\r\n6-hr Solo or Team: $110\r\n<h4>Race Day Registration\r\nFriday, October 19, 4-6:30 p.m.\r\nOR\r\nSaturday, October 20, 9-11:00 a.m.</h4>\r\n24-hr Solo: $170\r\n24-hr 2-10 Person: $150\r\n12-hr Solo or Team: $145\r\n6-hr Solo or Team: $120\r\n<h4><strong>Registration includes</strong>:</h4>\r\n<ul>\r\n <li>Sweet Save Our Soles race socks</li>\r\n <li>Custom Race number (w/Teamname printed on bib) if registered by Sept. 29</li>\r\n <li>Finisher Medal to all participants</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Postrace meal</li>\r\n <li>Land Use Fees (Friday - Sunday)</li>\r\n <li>Tent Camping Fees (Friday - Sunday)</li>\r\n</ul>\r\n[button-red url=\"http://my2.raceresult.com/94231/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for 24hrs of Rocky Hill [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Friday, October 18</h4>\r\n<strong>Arriving at Bluff Creek Ranch</strong>\r\n<span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n4:30-6:00 p.m. at Rocky Hill Ranch\r\n<h4>Saturday, October 19</h4>\r\n<strong>Arriving at Bluff Creek Ranch\r\n</strong><span style=\"line-height: 1.5;\">The Rocky Hill Ranch day-use and camping fee is included with your registration! You may need to sign a waiver upon entering.</span>\r\n\r\n<strong>Packet Pickup and On-site Registration </strong>\r\n9:00-11:00 a.m. at Rocky Hill Ranch\r\n\r\n<strong>Pre-race Meeting </strong>\r\n11:30 a.m.\r\n\r\n<b>24-hr Race Start\r\n</b>noon\r\n\r\n<strong>Bike Rodeo </strong>\r\n3:00 p.m.\r\nBike Rodeo at Saloon (Slow Race, Huffy Toss, Kid\'s Crit)\r\n\r\n<strong>Photo Booth</strong>\r\n5:30 p.m.\r\nPhoto Booth - Head to saloon for fun photo booth pictures (free)\r\n\r\n<strong>Movies at the Saloon</strong>\r\nAfter Dark\r\nFamily friendly movies played on a projector in the Saloon!\r\n\r\n<strong>12-hrPacket Pickup and On-site Registration</strong>\r\n11:00 p.m.\r\nPacket pickup or late registration for 12hr race at saloon. You may also pick up packets during the 24hr times.\r\n<h4>Sunday, October 20</h4>\r\n<strong>12-hr Race Start</strong>\r\nMidnight\r\n\r\n<strong>6-hr Packet Pickup and On-site Registration</strong>\r\n5-5:30 a.m.\r\nPacket pickup or late registration for 6hr race at saloon. You may also pick up packets during the 24hr or 12hr times.\r\n\r\n<strong>6-hr Race Start</strong>\r\n6:00 a.m.\r\n\r\n<strong>All Races Finish</strong>\r\nNoon\r\n\r\n<strong>Awards and Food\r\n</strong>12:30 p.m.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Rocky Hill</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.7523797813983!2d-97.1276565488346!3d30.043961081793622!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864480db314eb05d%3A0x12b8dd95ddcfb5c0!2sRocky+Hill+Ranch!5e0!3m2!1sen!2sus!4v1516814839608\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nContact Pam Hill at the ranch for reservations for RV sites or general camping questions.\r\nPam: <a href=\"mailto:greylhill@aol.com\">greylhill@aol.com</a> (all reservations must be made by email. No phone reservations please)\r\nCamping at Rocky Hill Ranch: <a href=\"http://www.rockyhillranch.com/camping-at-rocky-hill-ranch/\" target=\"_blank\" rel=\"noopener\">Ranch info</a>\r\nHotels can be found in Smithville and Bastrop. There are also area Bed & Breakfasts.\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\n[tabs][tab title=\"Brief Description\"]\r\n\r\nA 10+- mile loop, 80% single track and 20% jeep road with several creek crossings. The single track winds through oak and pine groves combining quick down hills and technical sections. The course is marked with arrows for day riding, reflective tape for night riding.\r\n\r\n[/tab]\r\n\r\n[tab title=\"Long-winded Description\"]From the start, RHR will let you know just how good of a climber you are (or aren’t). We start at the saloon with a short La Mans running start, then head up from the Trailhead past the windmill. Turn on Pam\'s Picnic Trail which should give you more time to pass at the start of the race. Follow Grey\'s Way, Ike\'s Peek, Mini-Me, cross the carpet bridge, & up Super Secret Switch Back to the top. Next comes a fast winding trail called ‘Karaway’ that leads to ‘Off the Lip’, a parade of whoop-dee-doo’s that wind in and out of a dry creek bed. \'Off the Lip’ will put a huge smile on your face. This year we skip Frontal Lobotomy, and take Bottle in Front of Me. You hit the service road for a very short stretch until you reach the utility easement where you will pass a picnic table then make a left onto Longhorn Loop. This is the far end of the loop and you will take 10-mile bail out and begin heading back in to the woods at the start of \'Miracle Mile\', which will eventually push you up a short climb. Skip \'Leapin\' Lizards\' and continue on to the right and follow the markings to ‘Black Trac’, described as the grand finale of RHR. Imagine the best of RHR all at once. Right before you think it’s all over you come to \'The Grind\' followed by ‘The Wall’ – think whoop-dee-doos on crack. A short run on \'Fofenique\' then finishing on \'Grey\'s Hiway\' to the start/finish loop around the pond in front of the saloon.[/tab] [/tabs]\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRight to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.\r\n\r\n ','24 Hours of Rocky Hill','','inherit','closed','closed','','2801-revision-v1','','','2018-04-02 01:54:51','2018-04-02 01:54:51','',2801,'http://www.terrafirmaracing.com/2801-revision-v1/',0,'revision','',0),(3347,5,'2018-05-21 02:43:50','2018-05-21 02:43:50','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\n<h2>May 26, 2018</h2>\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\n\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\n\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Recognition of Your Awesomeness</h2>\n<h4>Podium Categories</h4>\n<ul>\n <li>Overall: Male & Female for each distance</li>\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\n <li>Physically Challenged Open Male/Female – 1 deep</li>\n <li>Age Groups: - 3 Deep</li>\n <li>Finisher Medal to all finishers</li>\n</ul>\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\n\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\n[envira-gallery id=\"2901\"]\n<h2>Pricing</h2>\n<h4><strong>5k</strong></h4>\n$40 until 11:59 p.m. (CST) May 5\n$50 until 11:59 p.m. (CST) May 25\n$60 On-site Registration (4:30-7:15 p.m)\n<h4><strong>15k</strong></h4>\n$60 until 11:59 p.m. (CST) May 5\n$70 until 11:59 p.m. (CST) May 25\n$80 On-site Registration (4:30–6:15 p.m.)\n<h4><strong>13.1mile Half Marathon:</strong></h4>\n$80 until 11:59 p.m. (CST) May 5\n$90 until 11:59 p.m. (CST) May 25\n$100 On-site Registration (4:30–5:15 p.m.)\n\nAthletes <18 years old get $10 off the above pricing.\n\n<strong>Race is limited to 200 racers</strong>\n\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\n<div class=\"clear\"></div>\n \n<h2>Weekend Schedule</h2>\n \n\n \n<h4>Saturday, May 26</h4>\n<strong>Check-in, Packet Pickup & On-site Registration </strong>\n4:30-7:15 p.m.\nMurrell Park, follow signs after entering at guard gate. Allow time to park and walk to start area (1/4 to 1/2 mile)\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\n\n<strong>Mandatory Pre-Race Briefing</strong>\n10 minutes before each race start\n\n<strong>Race Starts\n</strong>5:30 p.m. 13.1 mile\n6:30 p.m. 15k\n7:30 p.m. 5k\n\n<b>Awards\n~8:30 p.m. 5k\n~8:45 p.m. 15k\n~9:00 p.m 13.1m</b>\n\n<strong>Park Closes at 10 p.m.\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\n\n \n\n<hr />\n\n<h2>Murrell Park, Flower Mound, Texas</h2>\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\n\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\n\nDay use is Free at Murrell Park.\n\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\n\n<hr />\n\n<h2>Course</h2>\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\n\n<strong>AID STATIONS</strong>\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\n\n<strong>5k Trail Run</strong>\n1 counter clockwise lap of the DORBA trail loop 2. All Fast & Flowy single track.\nAid Station approx mid-way.\n\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_5k_Trail_Run-Map.pdf\">XTERRA_Rock_Dallas_5k_Trail_Run Map</a>\n\n<strong>15k Trail Run\n</strong>1 counter clockwise lap of the DORBA loop 2 to Loop 3, then finish loop 2 and most of Loop 1 & back to finish. All single track. Fast & Flowy.\nAid Stations (4) Every 2-2.5 miles\n\n \n\n<strong>13.1mile Trail Run (Half Marathon)\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\nAid Stations (6) Every 2-2.5 miles\n\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\n\n<hr />\n\n<h2>Sponsors</h2>\n<h2>Sponsors</h2>\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\n</a>\n\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\n[/one_third]\n\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\n\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\n[/one_third]\n\n[one_third_last]\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\n</a>[/one_third_last]\n\n<hr />\n\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-autosave-v1','','','2018-05-21 02:43:50','2018-05-21 02:43:50','',2772,'http://www.terrafirmaracing.com/2772-autosave-v1/',0,'revision','',0),(3348,5,'2018-04-07 15:07:21','2018-04-07 15:07:21','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. / 6:30 p.m. / 7:30 p.m. **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight, because many of you will be running after sunset, following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration 5:30–6:30 p.m.\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration 5:30–6:30 p.m.\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m\r\n\r\n</b><strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-04-07 15:07:21','2018-04-07 15:07:21','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3349,5,'2018-04-07 15:12:40','2018-04-07 15:12:40','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration (4:30-7:15 p.m)\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration (4:30–6:15 p.m.)\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration (4:30–5:15 p.m.)\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 and half of Loop 3, then finish loop 2 and partial Loop 1 back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-04-07 15:12:40','2018-04-07 15:12:40','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3351,3,'2018-05-08 19:56:18','2018-05-08 19:56:18','','41073221974_c8972c339f_m','','inherit','open','closed','','41073221974_c8972c339f_m','','','2018-05-08 19:56:18','2018-05-08 19:56:18','',2817,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg',0,'attachment','image/jpeg',0),(3352,3,'2018-05-08 19:58:41','2018-05-08 19:58:41','<h2>2018</h2>\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 88934, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script> \r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */<br />\r\n</style>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-08 19:58:41','2018-05-08 19:58:41','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3353,3,'2018-05-08 20:03:09','2018-05-08 20:03:09','<h2>2018</h2>\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 88934, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script> \r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 88934, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-08 20:03:09','2018-05-08 20:03:09','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3354,3,'2018-05-08 20:06:02','2018-05-08 20:06:02','<h2>2018</h2>\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 88934, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script> \r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-08 20:06:02','2018-05-08 20:06:02','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3355,3,'2018-05-08 20:08:25','2018-05-08 20:08:25','<h2>2018</h2>\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 89851, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */\r\n</style>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-08 20:08:25','2018-05-08 20:08:25','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3356,3,'2018-05-08 20:33:45','2018-05-08 20:33:45','<h2>2018</h2>\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-08 20:33:45','2018-05-08 20:33:45','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3357,3,'2018-05-08 20:34:59','2018-05-08 20:34:59','<h2>2018</h2>\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 89851, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-08 20:34:59','2018-05-08 20:34:59','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3358,3,'2018-05-08 20:37:47','2018-05-08 20:37:47','<h2>2018</h2>\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 88934, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish2\"), 89851, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-08 20:37:47','2018-05-08 20:37:47','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3360,5,'2018-05-11 14:08:55','2018-05-11 14:08:55','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration (4:30-7:15 p.m)\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration (4:30–6:15 p.m.)\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration (4:30–5:15 p.m.)\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 partial counter clockwise lap of the DORBA trail loop 1. All Fast & Flowy single track.\r\nAid Station at Park Road 5 (1.7 miles into course)\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to Loop 3, then finish loop 2 and partial Loop 1 & back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles beginning at mile 2.7\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles beginning at mile 2.7\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-05-11 14:08:55','2018-05-11 14:08:55','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3361,5,'2018-05-11 18:27:54','2018-05-11 18:27:54','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration (4:30-7:15 p.m)\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration (4:30–6:15 p.m.)\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration (4:30–5:15 p.m.)\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nTime/Location TBD\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 counter clockwise lap of the DORBA trail loop 2. All Fast & Flowy single track.\r\nAid Station approx mid-way.\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to Loop 3, then finish loop 2 and most of Loop 1 & back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-05-11 18:27:54','2018-05-11 18:27:54','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3362,5,'2018-05-14 14:33:30','2018-05-14 14:33:30','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration (4:30-7:15 p.m)\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration (4:30–6:15 p.m.)\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration (4:30–5:15 p.m.)\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\nFriday 3:00pm - 6:00pm\r\n\r\nBicycles Plus\r\n1901 Long Prairie Rd #104\r\nFlower Mound TX 75022\r\n214.513.2604\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 counter clockwise lap of the DORBA trail loop 2. All Fast & Flowy single track.\r\nAid Station approx mid-way.\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to Loop 3, then finish loop 2 and most of Loop 1 & back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-05-14 14:33:30','2018-05-14 14:33:30','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3363,5,'2018-05-14 14:38:12','2018-05-14 14:38:12','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\n\r\nFriday 3:00pm - 6:00pm\r\n\r\nBicycles Plus\r\n1901 Long Prairie Rd #104\r\nFlower Mound TX 75022\r\n214.513.2604\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit.\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\nXTERRA_Rock_Dallas_Triathlon_Bike_Course</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA_Rock_Dallas_Run_Course</a>\r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\r\n[/one_third]\r\n[one_third_last]</a>\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-05-14 14:38:12','2018-05-14 14:38:12','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3364,5,'2018-05-14 14:43:53','2018-05-14 14:43:53','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration (4:30-7:15 p.m)\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration (4:30–6:15 p.m.)\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration (4:30–5:15 p.m.)\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration\r\n</strong>Come on out to the race site starting at 4:30pm to pick up your packets or late register.\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for running ALL DAY. Start/Finish line area is not open for cars. You will have to park in the normal parking area by the Guard Shack and ride your bike down to transition area.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in or On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 counter clockwise lap of the DORBA trail loop 2. All Fast & Flowy single track.\r\nAid Station approx mid-way.\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to Loop 3, then finish loop 2 and most of Loop 1 & back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-05-14 14:43:53','2018-05-14 14:43:53','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3365,5,'2018-05-14 14:47:59','2018-05-14 14:47:59','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration (4:30-7:15 p.m)\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration (4:30–6:15 p.m.)\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration (4:30–5:15 p.m.)\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n \r\n\r\n \r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in, Packet Pickup & On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate. Allow time to park and walk to start area (1/4 to 1/2 mile)\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 counter clockwise lap of the DORBA trail loop 2. All Fast & Flowy single track.\r\nAid Station approx mid-way.\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to Loop 3, then finish loop 2 and most of Loop 1 & back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-05-14 14:47:59','2018-05-14 14:47:59','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3367,5,'2018-05-21 02:43:14','2018-05-21 02:43:14','','XTERRA_Rock_Dallas_5k_Trail_Run Map','','inherit','open','closed','','xterra_rock_dallas_5k_trail_run-map','','','2018-05-21 02:43:14','2018-05-21 02:43:14','',2772,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_5k_Trail_Run-Map.pdf',0,'attachment','application/pdf',0),(3368,5,'2018-05-21 02:43:16','2018-05-21 02:43:16','','XTERRA_Rock_Dallas_13-1m_Trail_Run Map','','inherit','open','closed','','xterra_rock_dallas_13-1m_trail_run-map','','','2018-05-21 02:43:16','2018-05-21 02:43:16','',2772,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_13-1m_Trail_Run-Map.pdf',0,'attachment','application/pdf',0),(3369,5,'2018-05-21 02:43:17','2018-05-21 02:43:17','','XTERRA_Rock_Dallas_15k_Trail_Run_Map','','inherit','open','closed','','xterra_rock_dallas_15k_trail_run_map','','','2018-05-21 02:43:17','2018-05-21 02:43:17','',2772,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_15k_Trail_Run_Map.pdf',0,'attachment','application/pdf',0),(3370,5,'2018-05-21 02:44:14','2018-05-21 02:44:14','<div id=\"side-button\">[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 5:30 p.m. (13.1m) / 6:30 p.m. (15k) / 7:30 p.m. (5k) **evening runs**</h3>\r\nChoose from a 5k, 15k or 13.1 mile trail run on the Northshore Trail of Lake Grapevine. This race is part of the <a href=\"http://www.xterraplanet.com/trailrun/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Running Series</a>—some of the most recognizable, enjoyable, sometimes-rooted, sometimes-rocky, sometimes-sandy, tree-ducking, creek-crossing, hill-climbing, dirt-on-your-shirt, sweat-in-your-eye trail runs on the planet.\r\n\r\nBring a headlamp or flashlight. You will be following a course of reflective arrows to help find your way! The trails can be rocky and technical in spots, so bring your sense of adventure.\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\n<ul>\r\n <li>Overall: Male & Female for each distance</li>\r\n <li>Overall: Male & Female Masters (40+) for Half Marathon only</li>\r\n <li>Physically Challenged Open Male/Female – 1 deep</li>\r\n <li>Age Groups: - 3 Deep</li>\r\n <li>Finisher Medal to all finishers</li>\r\n</ul>\r\n*Age-group awards are based on racing age on <b>August 31, 2018 per XTERRA rules</b>.\r\nMales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\nFemales: 9 & Under, 10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75-79, 80+\r\n\r\n<a href=\"http://www.xterraplanet.com/trailrun/points/\" target=\"_blank\" rel=\"noopener\">XTERRA Trail Run Series Point Standings</a>\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>5k</strong></h4>\r\n$40 until 11:59 p.m. (CST) May 5\r\n$50 until 11:59 p.m. (CST) May 25\r\n$60 On-site Registration (4:30-7:15 p.m)\r\n<h4><strong>15k</strong></h4>\r\n$60 until 11:59 p.m. (CST) May 5\r\n$70 until 11:59 p.m. (CST) May 25\r\n$80 On-site Registration (4:30–6:15 p.m.)\r\n<h4><strong>13.1mile Half Marathon:</strong></h4>\r\n$80 until 11:59 p.m. (CST) May 5\r\n$90 until 11:59 p.m. (CST) May 25\r\n$100 On-site Registration (4:30–5:15 p.m.)\r\n\r\nAthletes <18 years old get $10 off the above pricing.\r\n\r\n<strong>Race is limited to 200 racers</strong>\r\n\r\n[button-red url=\"http://my4.raceresult.com/90902/?&lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Trail Runs[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n \r\n\r\n \r\n<h4>Saturday, May 26</h4>\r\n<strong>Check-in, Packet Pickup & On-site Registration </strong>\r\n4:30-7:15 p.m.\r\nMurrell Park, follow signs after entering at guard gate. Allow time to park and walk to start area (1/4 to 1/2 mile)\r\n-Pre-race brief – 10 minutes before each race start. After passing through the guard shack entrance, follow the race signs to our volunteer working the “normally locked” park gate. You will park and walk to the starting line at the second old boat ramp.\r\n\r\n<strong>Mandatory Pre-Race Briefing</strong>\r\n10 minutes before each race start\r\n\r\n<strong>Race Starts\r\n</strong>5:30 p.m. 13.1 mile\r\n6:30 p.m. 15k\r\n7:30 p.m. 5k\r\n\r\n<b>Awards\r\n~8:30 p.m. 5k\r\n~8:45 p.m. 15k\r\n~9:00 p.m 13.1m</b>\r\n\r\n<strong>Park Closes at 10 p.m.\r\n</strong>Park closes at 10 p.m. Everyone must be packed up and out of park by 10 p.m., unless you are a registered camper in one of their sites. The guard gate locks automatically at that time.\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\" target=\"_blank\" rel=\"noopener\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\" target=\"_blank\" rel=\"noopener\">Reserve America</a>\r\n\r\n<hr />\r\n\r\n<h2>Course</h2>\r\nThese are night runs! You must You must have a headlamp or flashlight and a backup light is strongly recommended. The course will be marked with reflective arrows that will be easy to follow at night with your headlamps turned on. 5k runners can opt to run with or without a light. Most 5k runners should finish before dark. If your pace is slower than a 25 minute mile, you need to carry a light. Sunset is at 8:28pm.\r\n\r\n<strong>AID STATIONS</strong>\r\nOur aid stations are stocked with Gatorade and water. We have gone green and aid stations will not be stocked with cups. Please carry your own hydration pack to refill at the aid stations. We\'ve heard other races fill packs for you, ice you down, shove Pringles in your mouth—we think that\'s very nice of them, but we come from the land of grit. The land of self-sufficiency. This is your race, be prepared to take care of yourself.\r\n\r\n<strong>5k Trail Run</strong>\r\n1 counter clockwise lap of the DORBA trail loop 2. All Fast & Flowy single track.\r\nAid Station approx mid-way.\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_5k_Trail_Run-Map.pdf\">XTERRA_Rock_Dallas_5k_Trail_Run Map</a>\r\n\r\n<strong>15k Trail Run\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to Loop 3, then finish loop 2 and most of Loop 1 & back to finish. All single track. Fast & Flowy.\r\nAid Stations (4) Every 2-2.5 miles\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_15k_Trail_Run_Map.pdf\">XTERRA_Rock_Dallas_15k_Trail_Run_Map</a>\r\n\r\n<strong>13.1mile Trail Run (Half Marathon)\r\n</strong>1 counter clockwise lap of the DORBA loop 2 to 3, back on 2, then Loop 1 to 5, back on 1 to 2 to finish. All single track. Fast & Flowy.\r\nAid Stations (6) Every 2-2.5 miles\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA_Rock_Dallas_13-1m_Trail_Run-Map.pdf\">XTERRA_Rock_Dallas_13-1m_Trail_Run Map</a>\r\n\r\nNO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<hr />\r\n\r\n<h2>Sponsors</h2>\r\n<h2>Sponsors</h2>\r\n[one_third]<a href=\"http://xterraplanet.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo.png\" alt=\"XTERRA\" width=\"150\" />\r\n</a>\r\n\r\n[one_third]<a href=\"http://paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3180 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"200\" /></a>\r\n[/one_third]\r\n\r\n[one_third]<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"150\" /></a>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n<a href=\"https://www.xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-3202 size-full aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150px\" />\r\n</a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span>','XTERRA Rock Dallas Trail Runs','','inherit','closed','closed','','2772-revision-v1','','','2018-05-21 02:44:14','2018-05-21 02:44:14','',2772,'http://www.terrafirmaracing.com/2772-revision-v1/',0,'revision','',0),(3372,3,'2018-05-21 13:17:13','0000-00-00 00:00:00','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]</div>\r\n<h2>June 16, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nThis is a <strong>3hr mountain bike race</strong> at the amazing <a href=\"http://mowdyranch.com\" target=\"_blank\" rel=\"noopener\">Mowdy Mustang Ranch</a>.\r\n\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. A portion of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','2019 Mustang Romp','','draft','closed','closed','','','','','2018-05-21 13:17:13','2018-05-21 13:17:13','',0,'http://www.terrafirmaracing.com/?page_id=3372',0,'page','',0),(3373,3,'2018-05-21 13:17:13','2018-05-21 13:17:13','<div id=\"side-button\">[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]</div>\r\n<h2>June 16, 2018</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma\r\nRace Start: 8 a.m.</h3>\r\nThis is a <strong>3hr mountain bike race</strong> at the amazing <a href=\"http://mowdyranch.com\" target=\"_blank\" rel=\"noopener\">Mowdy Mustang Ranch</a>.\r\n\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. A portion of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n\r\nThis race is a mountain bike race for <strong>solo riders or relay teams</strong> on a 12-mile single-track course consisting of two distinct 6-mile loops (Stallion & Pony). Riders will start by following a single-track course up & down the rocky hills to the north (Stallion Loop) and then into the heavily wooded creek bottoms and pastures of the south (Pony Loop). <strong>Riders try to log as many laps as possible by the 3hr cutoff</strong>, with only 1-member riding at a time. Relay teams can exchange mid-way after each section (first team member could ride Stallion Loop and 2<span data-fontsize=\"12\">nd</span> team member could then ride Pony Loop). Stallion Loop is more technical and has elevation change while Pony Loop is faster and easier. Solo riders do both loops, and continue until the cutoff in the same order or until you have had enough. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order though, Stallion first and then Pony (you cannot change the order of loops or do two loops of the same in a row). There will be a relay exchange staging area for each loop where the baton will change hands. There will be a short Lemans run (or walk) to help thin out the racers before jumping on your bikes and heading to the single-track trail on Stallion Loop.\r\n\r\n*No pre-riding allowed other than Friday after 5:00 p.m. Because the ranch is home to the wild mustangs, the horses must be gathered and placed in an adjacent pasture prior to the event. Your help and co-operation in making this gentle on the horses is appreciated.\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n<h2>Recognition of your Awesomeness</h2>\r\n<h4>Podium AwardsRFID chip timing w/live results</h4>\r\n<ul>\r\n <li>RFID chip timing w/live results</li>\r\n <li>Socks</li>\r\n <li>Finisher Medal</li>\r\n <li>Custom Awards to Top 3 in each category</li>\r\n <li>Racer Raffle (everyone has a chance to win something from our great sponsors)</li>\r\n <li>Free Post-race food & beverage</li>\r\n <li>Free ranch entry parking & camping</li>\r\n <li>Free downloadable photography</li>\r\n <li>Free Pre-race spaghetti dinner Friday night</li>\r\n</ul>\r\n<h4>Categories</h4>\r\n<ul>\r\n <li>Solo Female</li>\r\n <li>Solo Male</li>\r\n <li>2 Person Female</li>\r\n <li>2 Person Male</li>\r\n <li>2 Person Coed</li>\r\n <li>2 Person Father/Child <18 ($10 discount for child)</li>\r\n <li>2 Person Father/Child >17</li>\r\n</ul>\r\n<h4></h4>\r\n\r\n<hr />\r\n\r\n<h2>Pricing</h2>\r\n<span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">First off, t</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">here is </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">no</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> gate fee </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">and camping is FREE! How awesome is that!</span></span> <span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">The Mowdy’s really want to welcome everyone to come and learn about the </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">w</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ild </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">m</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">ustangs </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">o</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">n their </span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\">1,280-acre</span></span><span class=\"TextRun SCXW241148022\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW241148022\"> ecosanctuary.</span></span><span class=\"EOP SCXW241148022\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Early-bird Registration</h4>\r\n<span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">$75/$110 (solo/team) </span></span><span class=\"TextRun SCXW171695115\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW171695115\">until May 26, 11:59 p.m. (CST)</span></span>\r\n<h4>Regular Online Registration</h4>\r\n<span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">$85/$130 (solo/team)</span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\"> </span></span><span class=\"TextRun SCXW118999369\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW118999369\">until June 14, 11:59 p.m. (CST)</span></span><span class=\"EOP SCXW118999369\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<h4>Race Day Registration</h4>\r\n<span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">$95/$150</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> (solo/team) </span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">5:00 p.m. – 7:00 p.m.</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> Friday night &</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\"> 6:30 a.m. to 7:30 a.m.</span></span> <span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">R</span></span><span class=\"TextRun SCXW10147475\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW10147475\">ace morning</span></span>\r\n\r\n<span class=\"TextRun SCXW23612057\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW23612057\">Athletes <18 years old get $10 off the above pricing.</span></span><span class=\"EOP SCXW23612057\" data-ccp-props=\"{"201341983":0,"335559738":40,"335559739":0,"335559740":276}\"> </span>\r\n\r\n[button-red url=\"http://my1.raceresult.com/93660/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the Mustang Romp [/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n*No pre-riding allowed other than Friday after 5:00 p.m. The ranch is home to the wild mustangs which must be put in another pasture prior to the event.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Check-in or On-Site Registration</h4>\r\nFriday 5:00 p.m. – 7:00 p.m. at ranch\r\n<h4>Check-in or On-Site Registration</h4>\r\nSaturday 6:30 a.m. - 7:30 a.m. at ranch\r\n<h4>Mandatory Pre-Race Meeting</h4>\r\n7:45 a.m. Saturday morning at ranch\r\n<h4>Start</h4>\r\nSaturday morning 8:00 a.m. <span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n<h4>Finish</h4>\r\n11:00 a.m. sharp. You must finish the race by 11:00 a.m. or 3hrs after the actual start time. If you do not have enough time to finish a loop, you shouldn’t start because it won’t count (bummer). You do not have to do the entire 12-mile course, because it is broken into 2 distinct loops (Stallion or Pony). The loops must be done in order (you cannot change the order of loops or do two loops of the same in a row).<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\n<span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that </span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\">day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid.</span></span><span class=\"TextRun SCXW22873245\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW22873245\"> </span></span><span class=\"EOP SCXW22873245\" data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":240}\"> </span>\r\n\r\n ','2019 Mustang Romp','','inherit','closed','closed','','3372-revision-v1','','','2018-05-21 13:17:13','2018-05-21 13:17:13','',3372,'http://www.terrafirmaracing.com/3372-revision-v1/',0,'revision','',0),(3374,3,'2018-05-21 13:28:24','2018-05-21 13:28:24','<h2>RACE RESCHEDULED</h2>\r\n<h3>Mowdy Mustang Ranch, Coalgate, Oklahoma</h3>\r\nStay tuned for the new, 2019 date!\r\n\r\nThis is a <strong>3hr mountain bike race</strong> at the amazing <a href=\"http://mowdyranch.com\" target=\"_blank\" rel=\"noopener\">Mowdy Mustang Ranch</a>. We\r\n\r\nHelp celebrate a great American icon, the wild horses of America, the American Mustang. <a href=\"http://www.mowdyranch.com/\" target=\"_blank\" rel=\"noopener\">Mowdy Ranch</a> was the second ecotourism ranch established in the United States by the Bureau of Land Management of the U.S. Department of the Interior to promote awareness and encourage support and adoption of America’s mustangs. Millions of these wild horses once roamed the country, but horse numbers and range conditions often limit the land available for these horses. When their numbers get too great or range conditions deteriorate, the BLM is forced to relocate some of the horses to ranches like Mowdy Ranch where they are allowed to live and run free. Unfortunately, ranches willing to take these beautiful horses are few and limited. Your help is needed to insure the continued existence of the wild mustangs. These beautiful animals need and deserve our care and understanding. A portion of the proceeds Mowdy Ranch generates from this race will be used for the continued care and maintenance of the wild mustangs. Thanks for your help. We hope to see you at the ranch.\r\n<div class=\"clear\"></div>\r\n\r\n<hr />\r\n\r\n<h2><strong>Mowdy Mustang</strong> Ranch</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.039752725208!2d-96.14460828459535!3d34.65369898044656!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b4be8559604eb5%3A0x3b22b77ced19d2b5!2sMowdy+Ranch+Mustangs!5e0!3m2!1sen!2sus!4v1521732444768\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Mowdy Mustang Ranch</span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">16242 State Highway 31 </span></span><span class=\"LineBreakBlob BlobObject DragDrop SCXW93299493\"><span class=\"SCXW93299493\"> </span><br class=\"SCXW93299493\" /></span><span class=\"TextRun SCXW93299493\" lang=\"EN-US\" xml:lang=\"EN-US\"><span class=\"NormalTextRun SCXW93299493\">Coalgate OK </span></span><span class=\"EOP SCXW93299493\" data-ccp-props=\"{"134233117":true,"134233118":true,"201341983":0,"335559740":240}\"> </span>\r\n\r\n<hr />\r\n\r\n<h2>Lodging</h2>\r\nThe lodging fills up fast but there are plenty of FREE camping spots and RV parking available (No Reservations Needed). Please let us know if you would like to camp out with us as we are having our Spaghetti dinner the night before the race. There are many motels/hotels in the surrounding area. Please check for accommodations in Atoka, Coalgate, Ada and McAlester. Thank You and we look forward to seeing you at the ranch.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nMowdy Ranch has two lodges with 4 motel style suites and two large bunkhouse style rooms each with private bathroom. The lodge has a fully equipped kitchen, large dining room, living room and DirecTV. The lodges can sleep up to 35 people and are available for nightly rent.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\n$120 Per Suite (Sleeps 3-4) / $25 Per Bunk (16 available)<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n\r\nRV and Camping spots are available to contestants at no additional charge. Port-o-potties will be provided. We will host a spaghetti dinner the night before the race for all our lodgers and campers.<span data-ccp-props=\"{"201341983":0,"335559739":200,"335559740":276}\"> </span>\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li data-leveltext=\"\" data-font=\"Symbol\" data-listid=\"8\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Contact Mowdy Ranch for more information 580.927.5093 or email mustangs@mowdyranch.com<span data-ccp-props=\"{"134233279":true,"201341983":0,"335559739":200,"335559740":276}\"> </span></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n ','Mustang Romp','','inherit','closed','closed','','3314-revision-v1','','','2018-05-21 13:28:24','2018-05-21 13:28:24','',3314,'http://www.terrafirmaracing.com/3314-revision-v1/',0,'revision','',0),(3375,5,'2018-05-23 17:20:49','2018-05-23 17:20:49','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\n\r\nFriday 3:00pm - 6:00pm\r\n\r\nBicycles Plus\r\n1901 Long Prairie Rd #104\r\nFlower Mound TX 75022\r\n214.513.2604\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit. Current Water Temperatures can be found here: <a href=\"https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go\">https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go</a>\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\nXTERRA_Rock_Dallas_Triathlon_Bike_Course</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA_Rock_Dallas_Run_Course</a>\r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\r\n[/one_third]\r\n[one_third_last]</a>\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-05-23 17:20:49','2018-05-23 17:20:49','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3376,5,'2018-05-23 17:32:05','2018-05-23 17:32:05','','XTERRA Rock Dallas Tri Bike Course map and elevation','','inherit','open','closed','','xterra-rock-dallas-tri-bike-course-map-and-elevation','','','2018-05-23 17:32:05','2018-05-23 17:32:05','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Bike-Course-map-and-elevation.pdf',0,'attachment','application/pdf',0),(3377,5,'2018-05-23 17:32:23','2018-05-23 17:32:23','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\n\r\nFriday 3:00pm - 6:00pm\r\n\r\nBicycles Plus\r\n1901 Long Prairie Rd #104\r\nFlower Mound TX 75022\r\n214.513.2604\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit. Current Water Temperatures can be found here: <a href=\"https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go\">https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go</a>\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\n</a><a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Bike-Course-map-and-elevation.pdf\">XTERRA Rock Dallas Tri Bike Course map and elevation</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Run_Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA_Rock_Dallas_Run_Course</a>\r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\r\n[/one_third]\r\n[one_third_last]</a>\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-05-23 17:32:23','2018-05-23 17:32:23','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3378,5,'2018-05-23 17:36:54','2018-05-23 17:36:54','','XTERRA Rock Dallas Tri - Run Course map and elevation','','inherit','open','closed','','xterra-rock-dallas-tri-run-course-map-and-elevation','','','2018-05-23 17:36:54','2018-05-23 17:36:54','',2761,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Run-Course-map-and-elevation.pdf',0,'attachment','application/pdf',0),(3379,5,'2018-05-23 17:37:16','2018-05-23 17:37:16','<div id=\"side-button\">[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]</div>\r\n<h2>May 26, 2018</h2>\r\n<h3><a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a>, Flower Mound, Texas\r\nRace Start: 8:00 a.m.</h3>\r\nThis is an off-road triathlon and includes a 1200-meter swim, a 13.4 mile mountain bike and a 5.6 mile run. The race will take place on the most popular trail in the DFW Metroplex, Northshore trail on Lake Grapevine. The start will take place at Murrell Park (about midway on the one-way looped course). The swim will be in a cove at an out of service boat ramp. The mountain bikers will enter the course and travel in a counter clockwise direction, heading east first to do Loops 2, 3 & 4, and then to west on loops 1 and 5. This loop is fast, with a few technical sections to challenge you. The runners will head east on a counter clockwise loop of flowy single track.\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Recognition of Your Awesomeness</h2>\r\n<h4>Podium Categories</h4>\r\nOverall\r\nMale & Female - 3 deep\r\n<a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged</a>\r\nMale & Female - 3 Deep\r\n\r\nAge Groups: - 3 Deep\r\nMales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\nFemales: 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+\r\n\r\n[envira-gallery id=\"2901\"]\r\n<h2>Pricing</h2>\r\n<h4><strong>Individual</strong></h4>\r\n$90 until 11:59 p.m. (CST) May 5\r\n$100 until 11:59 p.m. (CST) May 25\r\n$120 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>2-person Relay</strong></h4>\r\n$120 until 11:59 p.m. (CST) May 5\r\n$135 until 11:59 p.m. (CST) May 25\r\n$155 On-site Registration 6:30–7:30 a.m. race morning\r\n<h4><strong>3-person Relay</strong></h4>\r\n$150 until 11:59 p.m. (CST) May 5\r\n$165 until 11:59 p.m. (CST) May 25\r\n$185 On-site Registration 6:30–7:30 a.m. race morning\r\n\r\n*This will be a USAT Sanctioned event. You must either possess a current USAT membership or purchase a 1-day membership ($15) during the on-line registration process.\r\nRace is limited to 200 racers\r\nAll athletes must be at least <u>15 years of age by 31 Dec 2018</u>.\r\n<strong>*Photo ID (EVERYONE) and/or proof of USAT membership (Annual Members ONLY) required at packet pickup.</strong>\r\n<strong>*Each athlete must pick up their own race packet. NO EXCEPTIONS!</strong>\r\n\r\n[button-red url=\"http://my2.raceresult.com/90575/?lang=en\" target=\"_blank\" position=\"left\"]<i class=\"fa fa-trophy\"></i> Register for the XTERRA Rock Dallas Triathlon[/button-red]\r\n<div class=\"clear\"></div>\r\n \r\n<h2>Weekend Schedule</h2>\r\n<h4>Thursday, May 24</h4>\r\n<strong>Pre-ride/run</strong>\r\nCourse open for riding, will be tentatively marked by 4:00 p.m.\r\n<h4>Friday, May 25</h4>\r\n<strong>Packet Pickup and Late Registration</strong>\r\n\r\nFriday 3:00pm - 6:00pm\r\n\r\nBicycles Plus\r\n1901 Long Prairie Rd #104\r\nFlower Mound TX 75022\r\n214.513.2604\r\n\r\n<strong>Pre-ride/run</strong>\r\nCourse open for pre-ride and run ALL DAY. Start/Finish line area is not open for cars.\r\n<h4>Saturday, May 26</h4>\r\n<strong>Arriving at Murrell Park</strong>\r\n<span style=\"line-height: 1.5;\">Guard gate opens at 6 a.m. </span>\r\n\r\n<strong>Check-in or On-site Registration: </strong>\r\n6:15-7:30 a.m.\r\nFollow the signs after entering at guard gate\r\n\r\n<strong>Transition Opens</strong>\r\n6:10 a.m.\r\n\r\n<strong>Swim Warm-up</strong>\r\n7:30 a.m.\r\n\r\n<strong>Transition Closes</strong>\r\n7:40 a.m.\r\n\r\n<strong>Mandatory Pre-Race Meeting: </strong>\r\n7:45 a.m.\r\n\r\n<strong>Race Start </strong>\r\n8:00 a.m.\r\n\r\n<b>Awards\r\n</b>11:30 a.m.\r\n\r\n<hr />\r\n\r\n<h2>Murrell Park, Flower Mound, Texas</h2>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3346.425434931262!2d-97.08854838455792!3d32.99255748027051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c2cc978093acf%3A0x6b46cf96c297498!2sWhite+Chalk+Rd%2C+Flower+Mound%2C+TX+75022!5e0!3m2!1sen!2sus!4v1515254053597\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<a href=\"http://www.lake-grapevine.com/murrell-park/\">Murrell Park</a> is located on the north side of Lake Grapevine and is operated by the Army Corps of Engineers. This park sits on the bluffs of the north shore overlooking the main lake.\r\n\r\nDay use is Free at Murrell Park. White Chalk Rd area start/finish/transition only open on race day.\r\n\r\n<strong>Camping is available for $10/night. However, it is Memorial Day weekend, and reservations are required. Reserve early at </strong><a href=\"http://www.reserveamerica.com/camping/murrell-park/r/campgroundDetails.do?contractCode=NRSO&parkId=75539\">Reserve America</a>\r\n<h2><strong>Course</strong></h2>\r\n<strong>SWIM - 1,200 METERS</strong>\r\n\r\n-Swim wave starts will be based on participation. Decision will be made race week.\r\n-Start at boat ramp and you will swim clockwise for a 1,200 meter loop with buoys on right shoulder (subject to change directions based on wind direction race day)\r\n-A short run on pavement on boat ramp to transition.\r\n-Swim caps will be REQUIRED. (We will provide them at Packet Pickup)\r\n-If you need assistance, wave your arms or yell. We will have multiple in-water kayaks that will render assistance. You may hold onto kayak but not advance.\r\n\r\n<strong>Note</strong>: Wetsuit Policy\r\nEach age-group participant shall be permitted to wear a wetsuit without penalty in any event sanctioned by USA Triathlon up to and including a water temperature of 78 degrees Fahrenheit. When the water temperature is greater than 78 degrees, but less than 84 degrees Fahrenheit, age group participants may wear a wet suit at their own discretion, provided however that participants who wear a wet suit within this temperature range shall not be eligible for prizes or awards. Age group participants shall not wear wet suits in water temperatures equal to or greater than 84 degrees Fahrenheit. Current Water Temperatures can be found here: <a href=\"https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go\">https://tpwd.texas.gov/fishboat/fish/action/reptform2.php?lake=GRAPEVINE&archive=latest&yearcat=current&Submit=Go</a>\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA-Rock-Dallas-Triathlon-Swim-Course.pdf\" target=\"_blank\" rel=\"noopener\">XTERRA Rock Dallas Triathlon Swim Course</a>\r\n\r\n<strong>BIKE – 13.4 Miles</strong> (Mountain Bikes ONLY. NO Cyclocross bikes allowed. See Links below for rules)\r\n\r\n-Bike will be a 1 lap of the most popular mountain bike singletrack in the DFW metroplex. Short, punchy hills, some rock garden sections, creek crossings, sand, and huge amounts of fast & flowy mixed in. This course is fun for ALL ability levels!\r\n-Course will be ridden COUNTER-CLOCKWISE and will be marked with BLUE arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Bike Out and at 6.5 miles (Gatorade/Water). Please carry a hydration pack or water bottles for this leg of the race.\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/03/XTERRA_Rock_Dallas_Triathlon_Bike_Course.pdf\" target=\"_blank\" rel=\"noopener\">\r\n</a><a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Bike-Course-map-and-elevation.pdf\">XTERRA Rock Dallas Tri Bike Course map and elevation</a>\r\n\r\n<strong>RUN – 5.6 Miles</strong>\r\n\r\n-1 lap. All single track. Fast & Flowy.\r\n-Course will be marked by RED arrows and WHITE XTERRA tape.\r\n-Aid Station(s) @Transition Run Out & midway turnaround at mile 2.75 - Gatorade/Water\r\n\r\n<a href=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/XTERRA-Rock-Dallas-Tri-Run-Course-map-and-elevation.pdf\">XTERRA Rock Dallas Tri - Run Course map and elevation</a>\r\n\r\n \r\n\r\nNote: NO LITTERING THE COURSE. KEEP THE PARK BETTER THAN WE FOUND IT.\r\n\r\n<strong>IF you DNF from the RACE for any reason, PLEASE remove your timing chip before approaching the timer to let them know! We will have a bucket for timing chips to return your chip. Deposit your chip there and then let the timer know your bib number.</strong>\r\n\r\n \r\n\r\n<strong>TRANSITION:<u>\r\n</u></strong>\r\n-<strong>Only athletes</strong> with race numbers, race officials, and race management will be allowed into the transition area. No others will be allowed in transition at any time. <strong>NO EXCEPTIONS!</strong>\r\n\r\n-<strong>Participants</strong> will be allowed to remove their bikes from transition starting after all participants have returned from the Bike portion of the event. Please be courteous and aware while removing your items. Anyone removing their bike prior to authorization or without permission from the Race Director will be disqualified. If you have special circumstances, such as work commitments or something of this nature, come ask us and we will work with you.\r\n\r\n<hr />\r\n\r\n<h2>XTERRA Sponsors</h2>\r\n[one_third]<a href=\"https://www.suunto.com/\" target=\"_blank\" rel=\"noopener\">\r\n<img class=\"size-medium wp-image-3188 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Suunto-01-300x123.png\" alt=\"Suunto\" width=\"200\" /></a>\r\n\r\n<a href=\"https://www.utahsportscommission.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3192 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/USC-logo-trans-small-300x280.png\" alt=\"Utah Sports Commission\" width=\"150\" /></a>\r\n\r\n[/one_third]\r\n[one_third]\r\n<a href=\"http://gatorade.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3184 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/GAT13LOGO_Endurance_vert_fc_blk-resized_preview.png\" alt=\"Gatorade\" width=\"150\" /></a>\r\n\r\n<a href=\"http://musclemilk.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3183 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Muscle-Milk-Brand-Stacked-Black-resized.png\" alt=\"Muscle Milk\" width=\"150\" /></a>\r\n\r\n<a href=\"http://www.paulmitchell.com\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-3180 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/pmlogo_phat_wht-on4colorkBANNER-resized_preview-1.png\" alt=\"Paul Mitchell\" width=\"150\" /></a>\r\n\r\n<a href=\"https://shop.xterraplanet.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-3282 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Logo-300x205.png\" alt=\"XTERRA\" width=\"150\" />\r\n[/one_third]\r\n[one_third_last]</a>\r\n\r\n<a href=\"http://xterraboards.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-3202 size-full\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XTERRA-Block-color.png\" alt=\"XTERRA Boards\" width=\"150\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.xterrawetsuits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-3186 aligncenter\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/XW_Logo_TwoColor_Long-resize-verticle-150-300x44.jpg\" alt=\"XTERRA Wetsuits\" width=\"200\" /></a>[/one_third_last]\r\n\r\n<hr />\r\n\r\n<h2><span style=\"line-height: 1.5;\"><b>Extra Bits</b></span></h2>\r\nRules\r\n<ul>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XAT_RULES.pdf\">XTERRA America Tour Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRACompetitionRules.pdf\">XTERRA Competition Rules</a></li>\r\n <li><a href=\"http://www.xterraplanet.com/uploadedfiles/XTERRA_PC_Athlete_Program.pdf\">Physically Challenged Program</a></li>\r\n</ul>\r\n<span style=\"line-height: 1.5;\">*Right to Cancel or Reschedule – Terra Firma Racing LLC reserves the right in the event of inclement weather, emergency, or natural disaster to cancel the race or move to a later time that day or alternate date within the year (if available). In the event of a CANCELLATION with no ability to reschedule, there will be NO REFUND OF ENTRY FEES. Each athlete must accept any such risk for their entry paid. That said, we have never had to cancel the DIRTY DOZEN MOUNTAIN BIKE RACE yet. We even had snow one year. We did have to shorten the course to 8 hours instead of 12 though.</span>\r\n\r\n ','XTERRA Rock Dallas Triathlon','','inherit','closed','closed','','2761-revision-v1','','','2018-05-23 17:37:16','2018-05-23 17:37:16','',2761,'http://www.terrafirmaracing.com/2761-revision-v1/',0,'revision','',0),(3380,3,'2018-05-27 15:05:37','2018-05-27 15:05:37','','2018 Rock Dallas Triathlon-3531-web','','inherit','open','closed','','2018-rock-dallas-triathlon-3531-web','','','2018-05-27 15:05:37','2018-05-27 15:05:37','',2817,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web.jpg',0,'attachment','image/jpeg',0),(3381,3,'2018-05-27 15:34:43','2018-05-27 15:34:43','','2018 Rock Dallas Triathlon-3707-web','','inherit','open','closed','','2018-rock-dallas-triathlon-3707-web','','','2018-05-27 15:34:43','2018-05-27 15:34:43','',2817,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web.jpg',0,'attachment','image/jpeg',0),(3382,3,'2018-05-27 15:39:42','2018-05-27 15:39:42','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */<br />\r\n</style>\r\n\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */<br /></style>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */<br /></style>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish3\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish3\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-27 15:39:42','2018-05-27 15:39:42','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3383,3,'2018-05-27 15:40:19','2018-05-27 15:40:19','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish5\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish5\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */<br />\r\n</style>\r\n\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */<br /></style>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<style>\r\n /* Add custom CSS here or elsewhere to change the design */<br /></style>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish3\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish3\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-27 15:40:19','2018-05-27 15:40:19','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3384,3,'2018-05-27 15:42:41','2018-05-27 15:42:41','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPublish5\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish5\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPublish3\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish3\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-27 15:42:41','2018-05-27 15:42:41','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3385,2,'2018-05-27 16:22:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-27 16:22:10','0000-00-00 00:00:00','',0,'http://www.terrafirmaracing.com/?p=3385',0,'post','',0),(3386,2,'2018-05-27 16:27:15','2018-05-27 16:27:15','<h2>2018</h2>\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\nMurrell Park, Flower Mound, Texas</h3>\n \n<h4>Race Results</h4>\n<div id=\"divRRPublish5\" class=\"RRPublish\"></div>\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\n<script type=\"text/javascript\">\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish5\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\n</script>\n\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\nMurrell Park, Flower Mound, Texas</h3>\n<h4 class=\"clear\">Race Photos</h4>\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\n<h4>Race Results</h4>\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\n<script type=\"text/javascript\">\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\n</script>\n\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\nHuntsville State Park, Huntsville, Texas</h3>\n<h4 class=\"clear\">Race Photos</h4>\nFree high-resolution photos are available on Flickr:\n<ul>\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\n</ul>\n<h4>Race Results</h4>\n<div id=\"divRRPublish3\" class=\"RRPublish\"></div>\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\n<script type=\"text/javascript\">\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish3\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\n</script>\n\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\nHuntsville State Park, Huntsville, Texas</h3>\n<h4 class=\"clear\">Race Photos</h4>\nFree high-resolution photos are available on Flickr:\n<ul>\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\n</ul>\n<h4>Race Results</h4>\n<div id=\"divRRPublish2\" class=\"RRPublish\"></div>\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\n<script type=\"text/javascript\">\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\n</script>\n\n \n\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\n<h3><strong>The Dirty Dozen</strong>\nBluff Creek Ranch, Warda, Texas</h3>\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\n<h4 class=\"clear\">Race Photos</h4>\nFree high-resolution photos are available on Flickr:\n<ul>\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\n</ul>\n<h4>Race Results</h4>\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\n\n<hr />\n\n<h2>2017</h2>\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\nRocky Hill Ranch, Smithville, Texas</h3>\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\n<h4 class=\"clear\">Race Photos</h4>\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\n<h4>Race Results</h4>\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\n\n<hr />\n\n \n<ul>\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\n</ul>\n<h4>2016</h4>\n<ul>\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\n</ul>\n<h4>2015</h4>\n<ul>\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\n</ul>\n<h4>2014</h4>\n<ul>\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\n</ul>\n<h4>2013</h4>\n<ul>\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\n</ul>\n<h4>Vintage</h4>\n<ul>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\n</ul>','Results and Photos','','inherit','closed','closed','','2817-autosave-v1','','','2018-05-27 16:27:15','2018-05-27 16:27:15','',2817,'http://www.terrafirmaracing.com/2817-autosave-v1/',0,'revision','',0),(3387,2,'2018-05-27 16:28:08','2018-05-27 16:28:08','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish5\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish5\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish3\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish3\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-27 16:28:08','2018-05-27 16:28:08','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3388,2,'2018-05-27 16:31:25','2018-05-27 16:31:25','<div id=\"divRRPublish5\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish5\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2018-05-27 16:31:25','2018-05-27 16:31:25','',2,'http://www.terrafirmaracing.com/2-revision-v1/',0,'revision','',0),(3389,2,'2018-05-27 16:57:56','2018-05-27 16:57:56','<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90575, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2018-05-27 16:57:56','2018-05-27 16:57:56','',2,'http://www.terrafirmaracing.com/2-revision-v1/',0,'revision','',0),(3390,2,'2018-05-27 17:00:32','2018-05-27 17:00:32','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90575, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish3\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish3\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-27 17:00:32','2018-05-27 17:00:32','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3391,2,'2018-05-27 17:04:02','2018-05-27 17:04:02','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90575, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n<h4>Race Results</h4>\r\n\r\n\r\n\r\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPub\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPub\"), 88934, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPub2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPub2\"), 89851, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-27 17:04:02','2018-05-27 17:04:02','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3392,2,'2018-05-27 17:10:29','2018-05-27 17:10:29','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90902, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n<h4>Race Results</h4>\r\n\r\n\r\n\r\n<div id=\"divRRPublish4\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish4\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPub\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPub\"), 88934, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPub2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPub2\"), 89851, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-27 17:10:29','2018-05-27 17:10:29','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3393,2,'2018-05-27 17:11:40','2018-05-27 17:11:40','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90902, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPublish69\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPublish69\"), 90575, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPub\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPub\"), 88934, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n\r\n<div id=\"divRRPub2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!--\r\n var rrp=new RRPublish(document.getElementById(\"divRRPub2\"), 89851, \"results\");\r\n rrp.ShowTimerLogo=true;\r\n rrp.ShowInfoText=false;\r\n-->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-27 17:11:40','2018-05-27 17:11:40','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3394,3,'2018-05-27 20:04:16','2018-05-27 20:04:16','','Dirty Dozen','Terra Firma Dirty Dozen\n','inherit','open','closed','','40054180682_abe537f5c1_z','','','2018-05-27 20:04:31','2018-05-27 20:04:31','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z.jpg',0,'attachment','image/jpeg',0),(3395,3,'2018-05-27 20:30:37','2018-05-27 20:30:37','','Gator Bait Adventure','','inherit','open','closed','','39982843190_dac95937ff_m','','','2018-05-27 20:31:08','2018-05-27 20:31:08','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m.jpg',0,'attachment','image/jpeg',0),(3396,1,'2018-05-27 23:30:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-27 23:30:36','0000-00-00 00:00:00','',0,'http://www.terrafirmaracing.com/?p=3396',0,'post','',0),(3397,3,'2018-05-30 02:41:03','2018-05-30 02:41:03','','XTERRA Rock Dallas Triathlon','','inherit','open','closed','','42337362472_88a8ea415d_z','','','2018-05-30 02:41:31','2018-05-30 02:41:31','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z.jpg',0,'attachment','image/jpeg',0),(3398,3,'2018-05-30 02:45:02','2018-05-30 02:45:02','','XTERRA Gator Bait','','inherit','open','closed','','41792329651_d222bdc1d0_z','','','2018-05-30 02:45:37','2018-05-30 02:45:37','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z.jpg',0,'attachment','image/jpeg',0),(3399,3,'2018-05-30 03:18:48','2018-05-30 03:18:48','<div class=\"benefit-subheading facility-subheading\">Whether you\'re looking for XTERRA trail runs, adventure races, mountain bike races, or a dirty XTERRA triathlon we have you covered. Terra Firma Racing turns twenty years old this year... yep, TWENTY! Its safe to say, we\'ve figured out how to put together well-organized, challenging, fun-loving, family-friendly events.</div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-300x300.png 300w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06-65x65.png 65w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-06.png 500w\" alt=\"XTERRA Jurassic Trail Runs\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\" http://www.terrafirmaracing.com/?page_id=2783\">\r\nXTERRA Jurassic Trail Runs </a></h2>\r\n<div class=\"front-view-content\">July 7, 2018\r\n5k, 15k, and 13.1mile trail run\r\nDinosaur Valley State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png 241w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"http://www.terrafirmaracing.com/?page_id=2801\">\r\n24 Hours of Rocky Hill </a></h2>\r\n<div class=\"front-view-content\">October 20-21, 2018\r\n6, 12, or 24hr mountain bike race\r\nRocky Hill Ranch</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40054180682_abe537f5c1_z-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nDirty Dozen </a></h2>\r\n<div class=\"front-view-content\">Feb. 2, 2019\r\n6 or 12 hr mt. bike race\r\nWarda, TX</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/39982843190_dac95937ff_m-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nGator Bait Adventure Race </a></h2>\r\n<div class=\"front-view-content\">April, 2019\r\nDate TBD\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41792329651_d222bdc1d0_z-65x65.jpg 65w\" alt=\"XTERRA Gator Bait, Huntsville State Park\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Gator Bait Trail Runs </a></h2>\r\n<div class=\"front-view-content\">April, 2019\r\nDate TBD\r\nHuntsville State Park</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-240x240.jpg\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-240x240.jpg 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-150x150.jpg 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-71x71.jpg 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/05/42337362472_88a8ea415d_z-65x65.jpg 65w\" alt=\"\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Rock Dallas Triathlon </a></h2>\r\n<div class=\"front-view-content\">May 18, 2019\r\nMurrell Park\r\nGrapevine, Texas</div>\r\n</header></div>\r\n<div class=\"Justfit-facility-section\">\r\n\r\n<img class=\"attachment-facility size-facility\" title=\"\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-240x240.png\" sizes=\"(max-width: 240px) 100vw, 240px\" srcset=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-240x240.png 240w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-150x150.png 150w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-300x300.png 300w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-71x71.png 71w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05-65x65.png 65w, http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Upcoming-Events-05.png 500w\" alt=\"XTERRA Rock Dallas Trail Runs\" width=\"240\" height=\"240\" />\r\n\r\n<header>\r\n<h2 class=\"title front-view-title\"><a href=\"#\">\r\nXTERRA Rock Dallas Trail Runs </a></h2>\r\n<div class=\"front-view-content\">May 19, 2019\r\nMurrell Park\r\nGrapevine, Texas</div>\r\n</header></div>\r\n','Upcoming Races','','inherit','closed','closed','','2813-revision-v1','','','2018-05-30 03:18:48','2018-05-30 03:18:48','',2813,'http://www.terrafirmaracing.com/2813-revision-v1/',0,'revision','',0),(3400,3,'2018-05-30 03:23:10','2018-05-30 03:23:10','<h2>2018</h2>\r\n<img class=\"alignnone wp-image-3381 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3707-web-194x300.jpg\" alt=\"\" width=\"194\" height=\"300\" />\r\n<h3><strong>XTERRA Rock Dallas Trail Runs</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n \r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish\"), 90902, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"alignnone wp-image-3380 size-medium\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/2018-Rock-Dallas-Triathlon-3531-web-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n<h3><strong>XTERRA Rock Dallas Triathlon</strong>\r\nMurrell Park, Flower Mound, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr: <a href=\"https://flic.kr/s/aHsmkqZSbq\">https://flic.kr/s/aHsmkqZSbq</a>\r\n\r\nMore photos can be purchased here: https://batpix.pixieset.com/xterrarockdallastriathlon/\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPublish69\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPublish69\"), 90575, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3351 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/05/41073221974_c8972c339f_m.jpg\" alt=\"\" width=\"240\" height=\"159\" />\r\n<h3><strong>XTERRA Gator Bait Adventure Race</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh3B3Fc\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaVWc33\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3CdyM\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPub\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPub\"), 88934, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n<img class=\"size-medium wp-image-3277 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/02/Gator-Bait-TR-Feature-300x278.jpg\" alt=\"\" width=\"300\" height=\"278\" />\r\n<h3><strong>XTERRA Gator Bait Trail Runs</strong>\r\nHuntsville State Park, Huntsville, Texas</h3>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsmh43mRv\" target=\"_blank\" rel=\"noopener\">Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmaWmm4m\" target=\"_blank\" rel=\"noopener\">Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmh3FsXk\" target=\"_blank\" rel=\"noopener\">Miscellaneous</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<div id=\"divRRPub2\" class=\"RRPublish\"></div>\r\n<script type=\"text/javascript\" src=\"//my.raceresult.com/RRPublish/load.js.php?lang=en\"></script>\r\n<script type=\"text/javascript\">\r\n<!-- var rrp=new RRPublish(document.getElementById(\"divRRPub2\"), 89851, \"results\"); rrp.ShowTimerLogo=true; rrp.ShowInfoText=false; -->\r\n</script>\r\n\r\n \r\n\r\n<img class=\"size-full wp-image-2654 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-01-2.png\" alt=\"\" width=\"240\" height=\"240\" />\r\n<h3><strong>The Dirty Dozen</strong>\r\nBluff Creek Ranch, Warda, Texas</h3>\r\n<span style=\"line-height: 1.5;\">The Dirty Dozen: A 6 or 12 hour mountain bike race for solo riders or relay teams on a 7+ mile single-track course. Riders try to log as many laps as possible, with only one member riding at a time.</span>\r\n<h4 class=\"clear\">Race Photos</h4>\r\nFree high-resolution photos are available on Flickr:\r\n<ul>\r\n <li><a href=\"https://flic.kr/s/aHsksBf5er\" target=\"_blank\" rel=\"noopener\">Kids Race</a></li>\r\n <li><a href=\"https://flic.kr/s/aHskBwYWC8\" target=\"_blank\" rel=\"noopener\">Race Morning</a></li>\r\n <li><a href=\"https://www.flickr.com/gp/terrafirmaracing/8Cz9zG\" target=\"_blank\" rel=\"noopener\">Shredding the Gnar</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr6t\" target=\"_blank\" rel=\"noopener\">6-hr Podiums</a></li>\r\n <li><a href=\"https://flic.kr/s/aHsmeQpr5X\" target=\"_blank\" rel=\"noopener\">12-hr Podiums</a></li>\r\n</ul>\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/88931/results?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n<h2>2017</h2>\r\n<h3><strong><img class=\"size-full wp-image-2661 alignleft\" src=\"http://www.terrafirmaracing.com/wp-content/uploads/2018/01/Upcoming-Events-08.png\" alt=\"\" width=\"241\" height=\"241\" />24hrs of Rocky Hill</strong>\r\nRocky Hill Ranch, Smithville, Texas</h3>\r\nA 6-, 12-, or 24-hour mountain bike race that can be done solo or on a team of up to 10 people. This is a 10(+-) mile course. Teams try to log as many laps as possible, with only 1 member riding at a time. The team or solo rider with the most laps in the 24 hour time period wins.\r\n<h4 class=\"clear\">Race Photos</h4>\r\nHigh-resolution photos are available for purchase at <a href=\"http://www.txsportsphotography.com/Terra-Firma-Races/2017-Races/24-Hours-of-Rocky-Hill/Race-Photos/\" target=\"_blank\" rel=\"noopener\">TX Sports Photography</a>.\r\n<h4>Race Results</h4>\r\n<a href=\"http://my6.raceresult.com/84227/?lang=en\" target=\"_blank\" rel=\"noopener\">Find \'em here!</a>\r\n\r\n<hr />\r\n\r\n \r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/78198/?lang=en\" target=\"_blank\" rel=\"noopener\">07/08/17 XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my2.raceresult.com/76803/?lang=en\" target=\"_blank\" rel=\"noopener\">06/18/17 XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/76734/?lang=en\" target=\"_blank\" rel=\"noopener\">06/17/17 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75141/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Trail Run</a></li>\r\n <li><a href=\"http://my3.raceresult.com/75124/?lang=en\" target=\"_blank\" rel=\"noopener\">05/27/17 XTERRA Rock Dallas Triathlon</a></li>\r\n <li><a href=\"http://my6.raceresult.com/67928/?lang=en\" target=\"_blank\" rel=\"noopener\">02/04/17 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2016</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/62692/?lang=en\" target=\"_blank\" rel=\"noopener\">10/15/16 24 Hours of Rocky Hill Mountain Bike Relay Race</a></li>\r\n <li><a href=\"http://my2.raceresult.com/61155/results?lang=en\">09/11/16 Paul Mitchell XTERRA Reveille Peak Trail Runs 5k/10k/25k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/61112/?lang=en\">09/10/16 Reveille Peak 100 Mountain Bike Race 50k/100k</a></li>\r\n <li><a href=\"http://my4.raceresult.com/53330/?lang=en\">2016 TSCARS Series Points (Tx State Championship Adventure Race Series)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/59162/?lang=en\">08/20/16 Rock Dallas Adventure Race & Paul Mitchell XTERRA Rock Dallas Trail Runs</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58217/?lang=en\">07/16/16 Paul Mitchell XTERRA Jurassic Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/58206/?lang=en\">07/16/16 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56526/?lang=en\">06/19/16 Paul Mitchell XTERRA Gator Bait Trail Run</a></li>\r\n <li><a href=\"http://my1.raceresult.com/56524/?lang=en\">06/18/16 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://my1.raceresult.com/53383/?lang=en\">04/23/16 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://my3.raceresult.com/47918/?lang=en\">02/06/16 Dirty Dozen Mountain Bike Race</a></li>\r\n</ul>\r\n<h4>2015</h4>\r\n<ul>\r\n <li><a href=\"http://my5.raceresult.com/46635/?lang=en#\">11/21/15 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my6.raceresult.com/45515/results?lang=en\">10/17/15 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#1_F114D6\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 5k</a></li>\r\n <li><a href=\"http://my6.raceresult.com/43879/results?lang=en#2_E0B75C\">09/15/15 Paul Mitchell XTERRA Terra Firma Trail Run 15k</a></li>\r\n <li><a href=\"http://my1.raceresult.com/44610/?lang=en\">09/19/15 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/15K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/5K.asp\">07/18/15 Paul Mitchell XTERRA Jurassic Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150718Jurasic/Sprint.asp\">07/18/15 Jurassic Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/15K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/5K.asp\">06/21/15 Paul Mitchell XTERRA Gator Bait Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150620GatorBait/Sprint.asp\">06/20/15 Gator Bait Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/Sprint.asp\">04/25/15 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/15K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 15k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2015/150425Bluebonnet/5K.asp\">04/25/15 Paul Mitchell XTERRA Bluebonnet Trail Run 5k</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Paul%20Mitchell%20XTERRA%20Eco%20Lonestar%20Trail%20Run%20Results%20web%205k%20and%2015k%20results%205k%20and%2015k%20results.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Paul Mitchell XTERRA Eco Lonestar Trail Run 5k & 15K</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/uploads/file/Reveille%20Peak%20Bike%20Festival%20Gran%20FUNdo%202015%20Gran%20FUNdo.pdf\" target=\"_blank\" rel=\"noopener\">03/21/15 Reveille Peak Bike Festival Gran FUNdo</a></li>\r\n <li><a href=\"http://my3.raceresult.com/details/index.php?eventid=34760&lang=en\">01/31/15 Dirty Dozen 12hr & 6hr Mtn Bike Race</a></li>\r\n</ul>\r\n<h4>2014</h4>\r\n<ul>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=33131&lang=en\">11/22/14 Reveille Peak 100k Mtn Bike Race</a></li>\r\n <li><a href=\"http://my1.raceresult.com/details/index.php?page=4&eventid=32364&lang=en\">10/18/14 24 Hours of Rocky Hill Mtn Bike Relay Race & Solo</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28900\">09/21/14 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=28787\">09/20/14 Terra Firma XTERRA 5K & 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/5K.asp\">06/22/14 Gator Bait XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/15K.asp\">06/22/14 Gator Bait XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/GatorBait/Sprint.asp\">06/21/14 Gator Bait Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/25K.asp\">06/08/14 Rock Dallas XTERRA 25K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/10K.asp\">06/08/14 Rock Dallas XTERRA 10K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/RockDallas/RD14sprint.asp\">06/07/14 Rock Dallas Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/muleshoe/ms14sprint.asp\">05/10/14 Muleshoe Bend Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/bb14sprint.asp\">04/26/14 Bluebonnet Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/5K.asp\">04/26/14 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/BlueBonnet/15K.asp\">04/26/14 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL16K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 16k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL5K.asp\">03/09/14 Eco Lonestar XTERRA Trail Run 5k</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Sprint.asp\">03/08/14 Eco Lonestar Adventure Race Sprint (2-hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/Eco-Lonestar/EL14Adventure.asp\">03/08/14 Eco Lonestar Adventure Race Extreme (6-12 hour)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/DirtyDozen/MTBResults.asp\">02/01/14 Dirty Dozen Mountain Bike Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2014/ResolutionRun/5kResults.asp\">01/11/14 Resolution Run 5k</a></li>\r\n</ul>\r\n<h4>2013</h4>\r\n<ul>\r\n <li><a href=\"http://redbarnsystems.com/timer/2013/RP100/MTBResults.asp\">11/23/13 Reveille Peak 100</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockyHill/mtbResults.asp\">10/19/13 24 Hours of Rocky Hill</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14393\">10/12/13 Fallen Heroes Bike Race</a></li>\r\n <li><a href=\"http://www.webscorer.com/race?raceid=14392\">10/12/13 Fallen Heroes 5k Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Adventure.asp\">09/21/13 Terra Firma 12-hour Adventure Race</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF13Duathlon.asp\">09/21/13 Terra Firma Duathlon</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/TerraFirma/TF5K.asp\">09/21/13 Terra Firma Adventure Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB15K.asp\">06/16/13 Gator Bait XTERRA Trail Run 15K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/GB5K.asp\">06/16/13 Gator Bait XTERRA Trail Run 5K</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/GatorBait/TF13Sprint4.asp\">06/15/13 Gator Bait Adventure Race (TSCARS #4)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/RockDallas/TF13Sprint3.asp\">06/01/13 Rock Dallas Adventure Race (TSCARS #3)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/msb/TF13Sprint2.asp\" target=\"_blank\" rel=\"noopener\">05/18/13 Muleshoe Bend Adventure Race (TSCARS #2)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/TF13Sprint1.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet Adventure Race (TSCARS #1)</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B5K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 5K Trail Run</a></li>\r\n <li><a href=\"http://www.redbarnsystems.com/timer/2013/Bluebonnet/B15K.asp\" target=\"_blank\" rel=\"noopener\">04/20/13 Bluebonnet XTERRA 15K Trail Run</a></li>\r\n</ul>\r\n<h4>Vintage</h4>\r\n<ul>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=51\">Resolution Run</a></li>\r\n <li>Dirty Dozen Mountain Bike Race <a href=\"http://redbarnsystems.com/timer/2013/DirtyDozen/mtbResults.asp\">2013</a> <a href=\"http://www.redbarnsystems.com/timer/2012/DirtyDozen/dd12.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/dd11.asp\">(2011</a>) <a href=\"http://redbarnsystems.com/timer/dd10.asp\">(2010)</a></li>\r\n <li>Eco Lonestar Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Sprint.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Sprint.asp\">(2012)</a> <a href=\"http://redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/el10sprint.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/el13Adventure.asp\">(2013)</a> <a href=\"http://www.redbarnsystems.com/timer/2012/Eco-Lonestar/EL12Adventure.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el1112hour.asp\">(2011)</a><a href=\"http://redbarnsystems.com/timer/el10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/ecolonestar.htm\">(2009)</a></li>\r\n <li>Eco Lonestar Trail Run <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL15K.asp\">(2013 15K)</a> <a href=\"http://www.redbarnsystems.com/timer/2013/Eco-Lonestar/EL5K.asp\">(2013 5K)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11trail.asp\"> (2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=98\">Tour De Ranch</a></li>\r\n <li>Terra Firma Young Life Adventure Race <a href=\"http://redbarnsystems.com/timer/yl10sport.asp\">(2010)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=74\">Bluebonnet Adventure Fest</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=99\">Texas State Championship Sprint Adventure Race Series</a> (Archive: <a href=\"http://www.terrafirmaracing.com/events/sprint/results.asp\">2010-2008</a>)</li>\r\n <li>Gator Bait Trail Run <a href=\"http://www.terrafirmaracing.com/view.asp?id=112\">2012</a> <a href=\"http://redbarnsystems.com/timer/2011/gatorbait/gbtrail.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=118\">San Juan Huts 200</a></li>\r\n <li>Magnolia Hill Trail Run <a href=\"http://www.redbarnsystems.com/timer/2011/magnoliahill/mhtrail.asp\">(2011)</a></li>\r\n <li>The Women\'s Race <a href=\"http://www.redbarnsystems.com/timer/2012/WomensRace/WR12.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11womens.asp\">(2011) </a><a href=\"http://redbarnsystems.com/timer/wr10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/womensrace.htm\">(2009)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=125\">Pink Chaser Trail Run</a></li>\r\n <li>Terra Firma Red Zone Rumble <a href=\"http://redbarnsystems.com/timer/tf10rumble.asp\">(2010)</a></li>\r\n <li>Terra Firma Sprint Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Sprint.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/2011/eco-lonestar/el11sprint.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf10sport.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twohour.htm\">(2009)</a></li>\r\n <li>Terra Firma Extreme Adventure Race <a href=\"http://www.redbarnsystems.com/timer/2012/TerraFirma/TF12Long.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/tf1112hour.asp\">(2011)</a> <a href=\"http://redbarnsystems.com/timer/tf1012hour.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/twelvehour.htm\">(2009)</a></li>\r\n <li>Reveille Peak 100 <a href=\"http://www.redbarnsystems.com/timer/2012/ReveillePeak100/mtbResults.asp\">2012</a> <a href=\"http://www.redbarnsystems.com/timer/tf11rpmtb.asp\">(2011)</a></li>\r\n <li><a href=\"http://www.terrafirmaracing.com/view.asp?id=126\">Creek Cross Cyclo Cross Series</a></li>\r\n <li>24 Hours of Rocky Hill Mountain Bike Race <a href=\"http://www.redbarnsystems.com/timer/2012/RockyHill/MTBResults.asp\">(2012)</a> <a href=\"http://www.redbarnsystems.com/timer/rh11mtb.asp\"> (2011) </a> <a href=\"http://redbarnsystems.com/timer/rh10.asp\">(2010)</a> <a href=\"http://redbarnsystems.com/timer/24hourrh.asp\">(2009)</a></li>\r\n</ul>','Results and Photos','','inherit','closed','closed','','2817-revision-v1','','','2018-05-30 03:23:10','2018-05-30 03:23:10','',2817,'http://www.terrafirmaracing.com/2817-revision-v1/',0,'revision','',0),(3401,3,'2018-05-30 12:26:19','2018-05-30 12:26:19','','XTERRA Jurassic Trail Runs - Dinosaur Valley','XTERRA Jurassic Trail Runs - Dinosaur Valley State Park','inherit','open','closed','','dinovalley','','','2018-05-30 12:27:11','2018-05-30 12:27:11','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/DinoValley.jpg',0,'attachment','image/jpeg',0),(3402,3,'2018-05-30 12:39:25','2018-05-30 12:39:25','','Terra Firma - Go Adventure','','inherit','open','closed','','30707777_1456824137756853_6623991605214838784_o','','','2018-05-30 12:39:41','2018-05-30 12:39:41','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/30707777_1456824137756853_6623991605214838784_o.jpg',0,'attachment','image/jpeg',0),(3403,3,'2018-05-30 12:42:22','2018-05-30 12:42:22','','RockDallasTri-Transition','','inherit','open','closed','','rockdallastri-transition','','','2018-05-30 12:42:22','2018-05-30 12:42:22','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/RockDallasTri-Transition.jpg',0,'attachment','image/jpeg',0),(3404,3,'2018-05-30 13:02:08','2018-05-30 13:02:08','','Bluff Creek Ranch Trails','','inherit','open','closed','','40085190831_aed76d3862_k','','','2018-05-31 04:30:46','2018-05-31 04:30:46','',0,'http://www.terrafirmaracing.com/wp-content/uploads/2018/05/40085190831_aed76d3862_k.jpg',0,'attachment','image/jpeg',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (18,2,0),(19,2,0),(20,2,0),(21,2,0),(22,3,0),(23,3,0),(24,3,0),(25,3,0),(26,3,0),(2560,26,0),(2566,27,0),(2568,2,0),(2569,2,0),(2572,2,0),(2574,2,0),(2575,27,0),(2577,2,0),(2578,2,0),(2579,2,0),(2580,2,0),(2581,2,0),(2582,2,0),(2626,27,0),(2627,27,0),(2628,27,0),(2676,2,0),(2731,2,0),(2742,2,0),(2764,2,0),(2774,2,0),(2785,2,0),(2786,28,0),(2798,2,0),(2802,2,0),(2803,28,0),(2814,2,0),(2815,28,0),(2818,2,0),(2820,28,0),(2832,2,0),(2833,28,0),(3060,28,0),(3092,2,0),(3140,28,0),(3236,44,0),(3236,45,0),(3236,46,0),(3236,47,0),(3236,48,0),(3236,49,0),(3258,28,0),(3259,44,0),(3259,45,0),(3259,46,0),(3259,47,0),(3259,50,0),(3259,51,0),(3265,44,0),(3265,45,0),(3265,46,0),(3265,47,0),(3265,48,0),(3265,49,0),(3265,52,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 utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_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=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,0),(2,2,'nav_menu','',0,26),(3,3,'nav_menu','',0,5),(4,4,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'nav_menu','',0,1),(27,27,'nav_menu','',0,5),(28,28,'nav_menu','',0,8),(30,30,'post_tag','',0,0),(31,31,'product_type','',0,0),(32,32,'product_type','',0,0),(33,33,'product_type','',0,0),(34,34,'product_type','',0,0),(35,35,'product_visibility','',0,0),(36,36,'product_visibility','',0,0),(37,37,'product_visibility','',0,0),(38,38,'product_visibility','',0,0),(39,39,'product_visibility','',0,0),(40,40,'product_visibility','',0,0),(41,41,'product_visibility','',0,0),(42,42,'product_visibility','',0,0),(43,43,'product_visibility','',0,0),(44,44,'category','',0,3),(45,45,'category','',44,3),(46,46,'post_tag','',0,3),(47,47,'post_tag','',0,3),(48,48,'post_tag','',0,2),(49,49,'post_tag','',0,2),(50,50,'post_tag','',0,1),(51,51,'post_tag','',0,1),(52,52,'post_tag','',0,1); /*!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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_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=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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),(2,'Top Menu','top-menu',0),(3,'Social Links Menu','social-links-menu',0),(4,'featured','featured',0),(15,'Advertising','advertising',0),(16,'Dev','dev',0),(17,'Development','development',0),(18,'How To','how-to',0),(19,'Jobs','jobs',0),(20,'Marketing','marketing',0),(21,'Software','software',0),(22,'Tag1','tag1',0),(23,'Tag2','tag2',0),(24,'Tag3','tag3',0),(25,'Tag4','tag4',0),(26,'Footer Widget Menu','footer-widget-menu',0),(27,'Footer Widget Menu 2','footer-widget-menu-2',0),(28,'Menu','menu',0),(30,'Races','races',0),(31,'simple','simple',0),(32,'grouped','grouped',0),(33,'variable','variable',0),(34,'external','external',0),(35,'exclude-from-search','exclude-from-search',0),(36,'exclude-from-catalog','exclude-from-catalog',0),(37,'featured','featured',0),(38,'outofstock','outofstock',0),(39,'rated-1','rated-1',0),(40,'rated-2','rated-2',0),(41,'rated-3','rated-3',0),(42,'rated-4','rated-4',0),(43,'rated-5','rated-5',0),(44,'Mountain Biking','mountain-biking',0),(45,'Race Reports','race-reports',0),(46,'mountain bike','mountain-bike',0),(47,'trail','trail',0),(48,'dirty dozen','dirty-dozen',0),(49,'racing','racing',0),(50,'24hrs','24hrs',0),(51,'cycling','cycling',0),(52,'night riding','night-riding',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 utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'nickname','T3rrqRqc1nG'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','mts_justfit_pointer,theme_editor_notice,text_widget_custom_html'),(15,1,'default_password_nag',''),(16,1,'show_welcome_panel','1'),(18,1,'wp_dashboard_quick_press_last_post_id','3396'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"63.175.3.0\";}'),(20,1,'wp_user-settings','editor=html&libraryContent=browse&hidetb=1'),(21,1,'wp_user-settings-time','1517030365'),(22,2,'nickname','Travis Ward'),(23,2,'first_name','Travis'),(24,2,'last_name','Ward'),(25,2,'description',''),(26,2,'rich_editing','true'),(27,2,'syntax_highlighting','true'),(28,2,'comment_shortcuts','false'),(29,2,'admin_color','fresh'),(30,2,'use_ssl','0'),(31,2,'show_admin_bar_front','true'),(32,2,'locale',''),(33,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(34,2,'wp_user_level','10'),(35,2,'dismissed_wp_pointers','mts_justfit_pointer'),(36,3,'nickname','Kim Topp'),(37,3,'first_name','Kim'),(38,3,'last_name','Topp'),(39,3,'description',''),(40,3,'rich_editing','true'),(41,3,'syntax_highlighting','true'),(42,3,'comment_shortcuts','false'),(43,3,'admin_color','fresh'),(44,3,'use_ssl','0'),(45,3,'show_admin_bar_front','true'),(46,3,'locale',''),(47,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(48,3,'wp_user_level','10'),(49,3,'dismissed_wp_pointers','mts_justfit_pointer,theme_editor_notice,plugin_editor_notice'),(50,2,'default_password_nag',''),(51,2,'session_tokens','a:1:{s:64:\"ec03f11589c3674ee5ae33a8de882a92121377524c211e68c97d9976e879dc5e\";a:4:{s:10:\"expiration\";i:1527610925;s:2:\"ip\";s:10:\"50.24.95.7\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36\";s:5:\"login\";i:1527438125;}}'),(52,2,'wp_dashboard_quick_press_last_post_id','3385'),(53,2,'community-events-location','a:1:{s:2:\"ip\";s:10:\"50.24.95.0\";}'),(54,2,'wp_user-settings','libraryContent=browse&editor=html'),(55,2,'wp_user-settings-time','1527438485'),(56,1,'nav_menu_recently_edited','28'),(57,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(58,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(59,1,'edit_page_per_page','60'),(60,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(61,1,'closedpostboxes_page','a:0:{}'),(62,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(63,1,'wp_tab_widget_ignore_notice','true'),(65,3,'wp_dashboard_quick_press_last_post_id','3371'),(66,3,'community-events-location','a:1:{s:2:\"ip\";s:13:\"173.175.233.0\";}'),(67,3,'wp_user-settings','editor=tinymce&hidetb=1&libraryContent=browse&advImgDetails=show&urlbutton=none&imgsize=medium'),(68,3,'wp_user-settings-time','1527650588'),(69,3,'nav_menu_recently_edited','28'),(70,3,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(71,3,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(72,1,'session_tokens','a:1:{s:64:\"98e4f5b3b99498087cb8d18ee5132a4f62e928c75348e9f5e101fb81ebe7158f\";a:4:{s:10:\"expiration\";i:1527636629;s:2:\"ip\";s:12:\"63.175.3.226\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1527463829;}}'),(73,4,'nickname','Kelly'),(74,4,'first_name','Kelly'),(75,4,'last_name',''),(76,4,'description',''),(77,4,'rich_editing','true'),(78,4,'syntax_highlighting','true'),(79,4,'comment_shortcuts','false'),(80,4,'admin_color','fresh'),(81,4,'use_ssl','0'),(82,4,'show_admin_bar_front','true'),(83,4,'locale',''),(84,4,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(85,4,'wp_user_level','7'),(86,4,'dismissed_wp_pointers',''),(87,5,'nickname','Kathy'),(88,5,'first_name','Kathy'),(89,5,'last_name',''),(90,5,'description',''),(91,5,'rich_editing','true'),(92,5,'syntax_highlighting','true'),(93,5,'comment_shortcuts','false'),(94,5,'admin_color','fresh'),(95,5,'use_ssl','0'),(96,5,'show_admin_bar_front','true'),(97,5,'locale',''),(98,5,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(99,5,'wp_user_level','7'),(100,5,'dismissed_wp_pointers',''),(101,3,'closedpostboxes_dashboard','a:0:{}'),(102,3,'closedpostboxes_dashboard','a:1:{i:0;s:18:\"dashboard_activity\";}'),(103,3,'metaboxhidden_dashboard','a:0:{}'),(104,3,'wp_media_library_mode','list'),(105,3,'session_tokens','a:1:{s:64:\"8cf20a823414bddde68f4d99294f0a43c5a02306d597662847741f98b111c233\";a:4:{s:10:\"expiration\";i:1527819350;s:2:\"ip\";s:13:\"72.221.46.192\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\";s:5:\"login\";i:1527646550;}}'),(106,5,'session_tokens','a:1:{s:64:\"f8281992228fbc1f923430746e57b9bf55b366dc29317eca165b35d023a17e94\";a:4:{s:10:\"expiration\";i:1527268759;s:2:\"ip\";s:15:\"173.175.233.223\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1527095959;}}'),(107,5,'wp_dashboard_quick_press_last_post_id','3366'),(108,5,'community-events-location','a:1:{s:2:\"ip\";s:13:\"173.175.233.0\";}'),(109,5,'wp_user-settings','libraryContent=browse&urlbutton=file'),(110,5,'wp_user-settings-time','1522090227'),(111,2,'wp_tab_widget_ignore_notice','true'); /*!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 utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_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=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'T3rrqRqc1nG','$P$BmuMRv1bd0zz6ywg5WDV5Y/jELbQXm.','T3rrqRqc1nG','cpakat@me.com','','2017-11-30 14:56:46','',0,'T3rrqRqc1nG'),(2,'Travis Ward','$P$B/IzNWcdEcoISxVandKBeOOk3dSFCm1','travis-ward','travis@travisward.com','','2018-01-04 14:35:13','',0,'Travis Ward'),(3,'Kim Topp','$P$BqAeaExmYFYyhRl9wIL81ZCXpeoKEv1','kim-topp','kim.topp@gmail.com','http://kimtopp.com','2018-01-04 14:36:27','1515076593:$P$BeCwZewFPCaIHqoIl8NWQNQL08DTDj1',0,'Kim Topp'),(4,'Kelly','$P$BTCNfg5PpYPyvirDjrSNNaV6EK/LKa1','kelly','rhoty24@yahoo.com','','2018-01-28 14:21:28','1517149289:$P$BEVyx7v7Cb7OWSSyTT7adD1851BY/G/',0,'Kelly'),(5,'Kathy','$P$BYuDRNcXpF72J5UNaM4LuJh901hCYw.','kathy','kathy@terrafirmaracing.com','','2018-01-28 14:22:47','1521563491:$P$Bm14lIpk65pN/rcGHr5pfYOC5vq3CD0',0,'Kathy'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_log` -- DROP TABLE IF EXISTS `wp_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_log` -- LOCK TABLES `wp_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (1,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:663:\"a:25:{s:2:\"id\";i:1;s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b:0;s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:13:\"cpakat@me.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1515358149); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'terrafirm_wp' -- /*!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 2018-06-06 16:16:45